summaryrefslogtreecommitdiff
path: root/compiler/GHC/Hs/Lit.hs
Commit message (Expand)AuthorAgeFilesLines
* TTG: replace Void/NoExtCon with DataConCantHappenKrzysztof Gogolewski2021-11-291-2/+2
* Move `ol_witness` to `OverLitTc`Dr. ERDI Gergo2021-08-131-11/+42
* Remove useless {-# LANGUAGE CPP #-} pragmasSylvain Henry2021-05-121-1/+0
* Fully remove HsVersions.hSylvain Henry2021-05-121-2/+0
* Separate AST from GhcPass (#18936)John Ericson2021-01-231-166/+12
* Split GHC.Driver.TypesSylvain Henry2020-10-291-5/+3
* Lint the compiler for extraneous LANGUAGE pragmasHécate2020-10-101-10/+9
* Remove "Ord FastString" instanceSylvain Henry2020-09-011-1/+1
* DynFlags: disentangle OutputableSylvain Henry2020-08-121-0/+1
* Clean up haddock hyperlinks of GHC.* (part1)Takenobu Tani2020-06-251-1/+1
* Implement cstringLength# and FinalPtrAndrew Martin2020-05-231-1/+1
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-3/+3
* Make NoExtCon fields strictwip/strict-NoExtConRyan Scott2020-04-071-7/+2
* Modules: type-checker (#13009)Sylvain Henry2020-04-071-1/+1
* Modules: Types (#13009)Sylvain Henry2020-03-291-5/+6
* Modules: Core (#13009)Sylvain Henry2020-03-161-1/+1
* Module hierarchy: HsToCore (cf #13009)Sylvain Henry2020-02-141-1/+1
* Introduce IsPass; refactor wrappers.Richard Eisenberg2020-02-081-19/+18
* Remove unnecessary parenthesesRichard Eisenberg2020-02-081-14/+14
* Ensure that coreView/tcView are able to inlineBen Gamari2019-11-131-1/+2
* Use FlexibleInstances for `Outputable (* p)` instead of match-all instances w...Sebastian Graf2019-10-281-3/+4
* Module hierarchy: Hs (#13009)Sylvain Henry2019-09-201-0/+314