summaryrefslogtreecommitdiff
path: root/compiler/GHC/Iface/Ext
Commit message (Expand)AuthorAgeFilesLines
* Implement NoFieldSelectors extension (ghc-proposals 160)Adam Gundry2021-02-161-4/+4
* Make PatSyn immutableSimon Peyton Jones2021-01-291-20/+8
* Use mutable update to defer out-of-scope errorsRichard Eisenberg2020-12-251-5/+3
* Refactor renamer datastructuresAdam Gundry2020-12-241-5/+9
* Implement type applications in patternsCale Gibbard2020-12-141-12/+31
* Move core flattening algorithm to Core.UnifyRichard Eisenberg2020-12-011-1/+1
* Replace HsImplicitBndrs with HsOuterTyVarBndrsRyan Scott2020-11-061-43/+37
* Add the proper HLint rules and remove redundant keywords from compilerHécate2020-11-013-9/+5
* Split HsConDecl{H98,GADT}DetailsRyan Scott2020-10-301-9/+14
* Split GHC.Driver.TypesSylvain Henry2020-10-292-2/+98
* Lint the compiler for extraneous LANGUAGE pragmasHécate2020-10-103-28/+27
* Stop removing definitions of record fields in GHC.Iface.Ext.AstZubin Duggal2020-09-251-16/+10
* Implement Quick Look impredicativitySimon Peyton Jones2020-09-241-2/+6
* Introduce and use DerivClauseTys (#18662)Ryan Scott2020-09-151-3/+7
* Export enrichHie from GHC.Iface.Ext.AstZubin Duggal2020-09-151-1/+1
* Remove "Ord FastString" instanceSylvain Henry2020-09-014-25/+57
* mkUnique refactoring (#18362)Aditya Gupta2020-08-221-1/+1
* DynFlags: disentangle OutputableSylvain Henry2020-08-123-1/+4
* 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