summaryrefslogtreecommitdiff
path: root/compiler/GHC/HsToCore/Monad.hs
Commit message (Expand)AuthorAgeFilesLines
* Introduce the DecoratedSDoc typeAlfredo Di Napoli2021-02-011-6/+6
* Rename ErrMsg into MsgEnvelopeAlfredo Di Napoli2021-02-011-1/+1
* Remove ErrDoc and MsgDocAlfredo Di Napoli2021-02-011-6/+6
* Make PatSyn immutableSimon Peyton Jones2021-01-291-7/+9
* Parameterise Messages over eAlfredo Di Napoli2021-01-221-18/+15
* Remove errShortString, cleanup error-related functionsAlfredo Di Napoli2021-01-091-4/+2
* Move Unit related fields from DynFlags to HscEnvSylvain Henry2020-12-141-13/+8
* Remove flattening variablesRichard Eisenberg2020-12-011-2/+10
* Split GHC.Driver.TypesSylvain Henry2020-10-291-19/+35
* Lint the compiler for extraneous LANGUAGE pragmasHécate2020-10-101-8/+7
* Cache HomeUnit in HscEnv (#17957)Sylvain Henry2020-10-091-8/+11
* PmCheck: Big refactor of module structureSebastian Graf2020-09-261-1/+1
* Extract definition of DsM into GHC.HsToCore.TypesSebastian Graf2020-09-121-0/+6
* PmCheck: Disattach COMPLETE pragma lookup from TyConsSebastian Graf2020-09-121-20/+13
* PmCheck: Handle ⊥ and strict fields correctly (#18341)wip/T18341Sebastian Graf2020-09-101-8/+8
* Add HomeUnit typeSylvain Henry2020-08-131-1/+4
* PmCheck: Better long-distance info for where bindings (#18533)Sebastian Graf2020-08-131-1/+1
* DynFlags: disentangle OutputableSylvain Henry2020-08-121-0/+2
* Give Uniq[D]FM a phantom type for its key.Andreas Klebinger2020-07-121-2/+5
* Clean up haddock hyperlinks of GHC.* (part2)Takenobu Tani2020-06-251-1/+1
* Linear types (#15981)Krzysztof Gogolewski2020-06-171-12/+13
* Clean up boot vs non-boot disambiguating typesJohn Ericson2020-06-041-1/+1
* Unit: split and rename modulesSylvain Henry2020-04-301-1/+1
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-5/+5
* `MatchResult'` -> `MatchResult`John Ericson2020-04-221-11/+8
* Refactor the `MatchResult` type in the desugarerJonathan DK Gibbons2020-04-221-19/+38
* Modules (#13009)Sylvain Henry2020-04-181-1/+1
* Modules: type-checker (#13009)Sylvain Henry2020-04-071-4/+4
* Modules: Types (#13009)Sylvain Henry2020-03-291-11/+11
* Modules: Core (#13009)Sylvain Henry2020-03-161-5/+5
* Monotonic locations (#17632)Vladislav Zavialov2020-02-291-2/+2
* PmCheck: Implement Long-distance information with Covered setsSebastian Graf2020-02-271-8/+8
* Modules: Core (#13009)Sylvain Henry2020-02-261-3/+3
* Modules: Driver (#13009)Sylvain Henry2020-02-211-2/+2
* Module hierarchy: HsToCore (cf #13009)Sylvain Henry2020-02-141-0/+598