summaryrefslogtreecommitdiff
path: root/compiler/GHC/Iface
Commit message (Expand)AuthorAgeFilesLines
* Worker/wrapper: Consistent namesSebastian Graf2021-04-201-1/+1
* hie: Initialise the proper environment for calling dsExprMatthew Pickering2021-04-151-8/+13
* Always generate ModDetails from ModIfaceMatthew Pickering2021-04-141-160/+0
* Re-export GHC.Bits from GHC.Prelude with custom shift implementation.Andreas Klebinger2021-04-091-1/+0
* Move Iface.Load errors into Iface.Errors moduleAlfredo Di Napoli2021-04-082-320/+340
* Compute Severity of diagnostics at birthAlfredo Di Napoli2021-04-011-1/+2
* Move HPT in UnitEnvSylvain Henry2021-04-011-9/+15
* Move unit DBs in UnitEnvSylvain Henry2021-04-011-2/+8
* Encapsulate the EPS IORef in a newtypeSylvain Henry2021-04-011-28/+0
* Add `MessageClass`, rework `Severity` and add `DiagnosticReason`.wip/adinapoli-message-class-new-designAlfredo Di Napoli2021-03-292-3/+3
* Rename StrictSig to DmdSig (#19597)Sebastian Graf2021-03-282-17/+17
* Fix lint issueSylvain Henry2021-03-261-1/+1
* Use foldGet in getSymbolTableSylvain Henry2021-03-262-21/+22
* Remove UniqSupply from NameCacheSylvain Henry2021-03-264-100/+94
* Refactor FinderCacheSylvain Henry2021-03-263-140/+180
* Refactor NameCacheSylvain Henry2021-03-266-158/+79
* Refactor interface loadingSylvain Henry2021-03-264-259/+301
* Transfer tickish things to GHC.Types.TickishLuite Stegeman2021-03-201-0/+1
* Save the type of breakpoints in the Breakpoint tick in STGLuite Stegeman2021-03-201-1/+1
* GHC Exactprint main commitAlan Zimmerman2021-03-202-215/+318
* IfaceToType: Ensure that IfaceTyConInfo is sharedBen Gamari2021-03-172-6/+15
* template-haskell: Add putDoc, getDoc, withDecDoc and friendsLuke Lau2021-03-101-1/+1
* FastMutInt: Ensure that newFastMutInt initializes valueBen Gamari2021-03-102-8/+4
* Require GHC 8.10 as the minimum compiler for bootstrappingRyan Scott2021-03-091-6/+0
* Implement BoxedRep proposalwip/boxed-repBen Gamari2021-03-071-13/+35
* Implement record dot syntaxwip/joachim/bump-haddockShayne Fletcher2021-03-061-1/+6
* Bring back COMPLETE sets filtered by result TyCon (#14422)Cale Gibbard2021-03-042-11/+10
* Use a newtype for CHeader and CStub in ForeignStubsMatthew Pickering2021-03-031-3/+4
* Wrap LHsContext in Maybe in the GHC ASTAlan Zimmerman2021-03-011-2/+2
* Don't pass homeUnitId at ExternalPackageState creation time (#10827)Sylvain Henry2021-02-221-11/+5
* Move Hooks into HscEnvSylvain Henry2021-02-221-3/+5
* Improve handling of overloaded labels, literals, lists etcwip/T19154Simon Peyton Jones2021-02-191-3/+3
* Implement NoFieldSelectors extension (ghc-proposals 160)Adam Gundry2021-02-162-7/+7
* Fix a serious bug in roughMatchTcsSimon Peyton Jones2021-02-132-22/+20
* Refactor LoggerSylvain Henry2021-02-134-16/+25
* Fix pretty-printing of invisible arguments for FUN 'Many (#19310)Krzysztof Gogolewski2021-02-091-2/+4
* Fix typosBrian Wignall2021-02-061-1/+1
* The Char kind (#11342)Daniel Rogozin2021-02-061-2/+8
* Rename ErrMsg into MsgEnvelopeAlfredo Di Napoli2021-02-011-1/+1
* Remove ErrDoc and MsgDocAlfredo Di Napoli2021-02-011-11/+11
* Make PatSyn immutableSimon Peyton Jones2021-01-293-39/+16
* Add explicit import lists to Data.List importsOleg Grenrus2021-01-291-1/+1
* Enhance nested TransCo pretty-printingSylvain Henry2021-01-221-2/+5
* Core: introduce Alt/AnnAlt/IfaceAlt datatypesSylvain Henry2021-01-224-17/+30
* Parameterise Messages over eAlfredo Di Napoli2021-01-221-2/+2
* Remove errShortString, cleanup error-related functionsAlfredo Di Napoli2021-01-091-3/+1
* Use mutable update to defer out-of-scope errorsRichard Eisenberg2020-12-251-5/+3
* Refactor renamer datastructuresAdam Gundry2020-12-244-28/+35
* Revert "Implement BoxedRep proposal"Ben Gamari2020-12-151-38/+13
* Implement BoxedRep proposalAndrew Martin2020-12-141-13/+38