summaryrefslogtreecommitdiff
path: root/compiler/GHC/Iface/Rename.hs
Commit message (Expand)AuthorAgeFilesLines
* Refactor module dependencies codeSylvain Henry2021-09-171-7/+6
* Convert IFace Rename Errors (#19927)Aaron Allen2021-08-271-16/+7
* Remove useless .hs-bootSylvain Henry2021-07-011-1/+0
* Re-do rubbish literalsSimon Peyton Jones2021-06-051-2/+3
* Extensible Hints for diagnostic messagesAlfredo Di Napoli2021-05-201-1/+1
* Remove useless {-# LANGUAGE CPP #-} pragmasSylvain Henry2021-05-121-1/+1
* Fully remove HsVersions.hSylvain Henry2021-05-121-2/+0
* Replace CPP assertions with Haskell functionsSylvain Henry2021-05-121-2/+3
* Add GhcMessage and ancillary typesAlfredo Di Napoli2021-04-291-15/+17
* Compute Severity of diagnostics at birthAlfredo Di Napoli2021-04-011-1/+2
* Add `MessageClass`, rework `Severity` and add `DiagnosticReason`.wip/adinapoli-message-class-new-designAlfredo Di Napoli2021-03-291-1/+1
* Implement NoFieldSelectors extension (ghc-proposals 160)Adam Gundry2021-02-161-3/+3
* Fix a serious bug in roughMatchTcsSimon Peyton Jones2021-02-131-5/+5
* Rename ErrMsg into MsgEnvelopeAlfredo Di Napoli2021-02-011-1/+1
* Core: introduce Alt/AnnAlt/IfaceAlt datatypesSylvain Henry2021-01-221-2/+2
* Parameterise Messages over eAlfredo Di Napoli2021-01-221-2/+2
* Remove errShortString, cleanup error-related functionsAlfredo Di Napoli2021-01-091-3/+1
* Refactor renamer datastructuresAdam Gundry2020-12-241-8/+13
* Move Unit related fields from DynFlags to HscEnvSylvain Henry2020-12-141-12/+10
* Add the proper HLint rules and remove redundant keywords from compilerHécate2020-11-011-1/+1
* Split GHC.Driver.TypesSylvain Henry2020-10-291-14/+19
* Lint the compiler for extraneous LANGUAGE pragmasHécate2020-10-101-1/+0
* Cache HomeUnit in HscEnv (#17957)Sylvain Henry2020-10-091-1/+1
* DynFlags: add UnfoldingOpts and SimpleOptsSylvain Henry2020-09-091-0/+1
* Add HomeUnit typeSylvain Henry2020-08-131-1/+2
* DynFlags: disentangle OutputableSylvain Henry2020-08-121-0/+1
* Fix duplicated words and typos in comments and user guideJan Hrček2020-06-281-2/+2
* Clean up haddock hyperlinks of GHC.* (part2)Takenobu Tani2020-06-251-9/+9
* Linear types (#15981)Krzysztof Gogolewski2020-06-171-6/+9
* Rename Package into UnitSylvain Henry2020-06-131-5/+5
* Refactor homeUnitSylvain Henry2020-06-131-1/+1
* Explicit SpecificityGert-Jan Bottu2020-05-211-1/+1
* Unit: split and rename modulesSylvain Henry2020-04-301-6/+6
* Refactoring unit management codeSylvain Henry2020-04-301-1/+1
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-6/+6
* Modules: type-checker (#13009)Sylvain Henry2020-04-071-1/+1
* Modules: Types (#13009)Sylvain Henry2020-03-291-8/+8
* Simplify IfaceIdInfo typeÖmer Sinan Ağacan2020-02-291-2/+1
* Modules: Driver (#13009)Sylvain Henry2020-02-211-3/+3
* Disable two warnings for files that trigger themTom Ellis2020-01-271-0/+2
* Module hierarchy: Iface (cf #13009)Sylvain Henry2020-01-061-0/+743