summaryrefslogtreecommitdiff
path: root/compiler/GHC/Iface/Ext
Commit message (Expand)AuthorAgeFilesLines
* Simplify XRec definitionZubin Duggal2020-07-251-55/+53
* compiler: re-engineer the treatment of rebindable ifAlp Mestanogullari2020-07-141-10/+14
* Give Uniq[D]FM a phantom type for its key.Andreas Klebinger2020-07-121-7/+9
* Implement the proposed -XQualifiedDo extensionMatthias Pall Gissurarson2020-06-261-1/+1
* Clean up haddock hyperlinks of GHC.* (part2)Takenobu Tani2020-06-251-1/+1
* Linear types (#15981)Krzysztof Gogolewski2020-06-173-16/+32
* Use HsForAllTelescope to avoid inferred, visible forallsRyan Scott2020-06-131-2/+7
* Clean up file paths for new module hierarchyTakenobu Tani2020-06-011-1/+1
* Simplify contexts in GHC.Iface.Ext.AstZubin Duggal2020-05-301-315/+238
* Add info about typeclass evidence to .hie filesZubin Duggal2020-05-265-218/+663
* Move Config module into GHC.SettingsSylvain Henry2020-05-242-3/+2
* Explicit SpecificityGert-Jan Bottu2020-05-211-7/+10
* Factor out HsPatSigType for pat sigs/RULE term sigs (#16762)Ryan Scott2020-05-131-33/+15
* Allow atomic update of NameCache in readHieFileZubin Duggal2020-05-061-21/+24
* Refactor PprDebug handlingSylvain Henry2020-05-011-2/+1
* Allow LambdaCase to be used as a command in proc notationAlexis King2020-04-301-0/+3
* Unit: split and rename modulesSylvain Henry2020-04-304-4/+4
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-265-24/+24
* Trees That Grow refactor for `ConPat` and `CoPat`John Ericson2020-04-231-8/+15
* Modules (#13009)Sylvain Henry2020-04-182-3/+3
* Use trees that grow for rebindable operators for `<-` bindsJohn Ericson2020-04-171-2/+2
* Make NoExtCon fields strictwip/strict-NoExtConRyan Scott2020-04-071-43/+3
* Modules: type-checker (#13009)Sylvain Henry2020-04-071-2/+2
* Add outputable instances for the types in GHC.Iface.Ext.Types, add -ddump-hieZubin Duggal2020-04-032-44/+95
* Minor cleanupKrzysztof Gogolewski2020-03-291-39/+39
* Modules: Types (#13009)Sylvain Henry2020-03-295-26/+26
* Modules: Core (#13009)Sylvain Henry2020-03-162-6/+6
* Split GHC.Iface.Utils moduleSylvain Henry2020-03-111-1/+1
* Monotonic locations (#17632)Vladislav Zavialov2020-02-292-12/+12
* Modules: Core (#13009)Sylvain Henry2020-02-262-3/+3
* Remove Ord SrcLoc, Ord SrcSpanVladislav Zavialov2020-02-241-2/+5
* Modules: Driver (#13009)Sylvain Henry2020-02-212-2/+2
* Use TTG for HsSplicedT constructorKrzysztof Gogolewski2020-02-201-4/+9
* Disentangle DynFlags and SDocSylvain Henry2020-02-201-2/+2
* Module hierarchy: HsToCore (cf #13009)Sylvain Henry2020-02-141-1/+1
* Add mkHieFileWithSource which doesn't read the source file from diskMatthew Pickering2020-02-081-5/+14
* Introduce IsPass; refactor wrappers.Richard Eisenberg2020-02-081-16/+19
* Disable two warnings for files that trigger themTom Ellis2020-01-271-0/+3
* Fix more typos, via an improved Levenshtein-style correctorBrian Wignall2020-01-121-2/+2
* Overloaded Quotation Brackets (#246)Matthew Pickering2020-01-121-1/+1
* Module hierarchy: Iface (cf #13009)Sylvain Henry2020-01-065-0/+3456