summaryrefslogtreecommitdiff
path: root/compiler/GHC/Iface
Commit message (Expand)AuthorAgeFilesLines
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-2619-99/+541
* GHC.Prim docs: note and testmniip2020-04-231-1/+1
* Add :doc to GHC.Primmniip2020-04-231-1/+2
* Trees That Grow refactor for `ConPat` and `CoPat`John Ericson2020-04-231-8/+15
* Modules (#13009)Sylvain Henry2020-04-189-22/+256
* GHC.Core.Opt renamingSylvain Henry2020-04-182-9/+9
* Use trees that grow for rebindable operators for `<-` bindsJohn Ericson2020-04-171-2/+2
* Implement extensible interface filesJosh Meredith2020-04-123-2/+27
* Make NoExtCon fields strictwip/strict-NoExtConRyan Scott2020-04-071-43/+3
* Modules: type-checker (#13009)Sylvain Henry2020-04-0711-19/+19
* Add outputable instances for the types in GHC.Iface.Ext.Types, add -ddump-hieZubin Duggal2020-04-032-44/+95
* Re-engineer the binder-swap transformationSimon Peyton Jones2020-04-021-2/+1
* Minor cleanupKrzysztof Gogolewski2020-03-291-39/+39
* Modules: Types (#13009)Sylvain Henry2020-03-2917-121/+121
* DynFlags refactoring IIISylvain Henry2020-03-251-6/+6
* Modules: Core operations (#13009)Sylvain Henry2020-03-181-5/+6
* Modules: Core (#13009)Sylvain Henry2020-03-169-48/+48
* Expose compulsory unfoldings alwaysSimon Peyton Jones2020-03-121-19/+50
* Split GHC.Iface.Utils moduleSylvain Henry2020-03-115-1387/+1406
* Typos in comments [skip ci]Krzysztof Gogolewski2020-03-102-4/+4
* Simplify IfaceIdInfo typeÖmer Sinan Ağacan2020-02-293-35/+7
* plugins: Ensure that loadInterface plugins can see annotationsBen Gamari2020-02-291-2/+3
* 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