summaryrefslogtreecommitdiff
path: root/compiler/GHC/Iface
Commit message (Expand)AuthorAgeFilesLines
* Monotonic locations (#17632)Vladislav Zavialov2020-02-292-12/+12
* Modules: Core (#13009)Sylvain Henry2020-02-267-27/+27
* Remove Ord SrcLoc, Ord SrcSpanVladislav Zavialov2020-02-241-2/+5
* Modules: Driver (#13009)Sylvain Henry2020-02-2110-25/+25
* Use TTG for HsSplicedT constructorKrzysztof Gogolewski2020-02-201-4/+9
* Use concatMap(M) instead of `concat . map` and the monadic variantÖmer Sinan Ağacan2020-02-201-3/+1
* Disentangle DynFlags and SDocSylvain Henry2020-02-203-64/+56
* Re-implement unsafe coercions in terms of unsafe equality proofsSimon Peyton Jones2020-02-203-22/+33
* Module hierarchy: HsToCore (cf #13009)Sylvain Henry2020-02-142-3/+3
* Always display inferred variables using bracesKrzysztof Gogolewski2020-02-121-4/+1
* Separate CPR analysis from the Demand analyserwip/sep-cprSebastian Graf2020-02-122-2/+17
* Add mkHieFileWithSource which doesn't read the source file from diskMatthew Pickering2020-02-081-5/+14
* compiler: Qualify imports of Data.ListBen Gamari2020-02-081-1/+1
* Introduce IsPass; refactor wrappers.Richard Eisenberg2020-02-081-16/+19
* Do CafInfo/SRT analysis in CmmÖmer Sinan Ağacan2020-01-312-189/+40
* Disable two warnings for files that trigger themTom Ellis2020-01-273-0/+7
* Fix more typos, via an improved Levenshtein-style correctorBrian Wignall2020-01-121-2/+2
* Overloaded Quotation Brackets (#246)Matthew Pickering2020-01-121-1/+1
* Print Core type applications with no whitespace after @ (#17643)Ryan Scott2020-01-082-4/+4
* Module hierarchy: Iface (cf #13009)Sylvain Henry2020-01-0616-0/+14472