summaryrefslogtreecommitdiff
path: root/compiler/GHC/Core/FamInstEnv.hs
Commit message (Expand)AuthorAgeFilesLines
* Split GHC.Driver.TypesSylvain Henry2020-10-291-1/+1
* Fix two constraint solving problemsSimon Peyton Jones2020-10-271-1/+1
* Lint the compiler for extraneous LANGUAGE pragmasHécate2020-10-101-5/+7
* DynFlags: disentangle OutputableSylvain Henry2020-08-121-2/+4
* Give Uniq[D]FM a phantom type for its key.Andreas Klebinger2020-07-121-2/+13
* Improve handling of data type return kindswip/T18300Simon Peyton Jones2020-07-031-7/+4
* Better loop detection in findTypeShapeSimon Peyton Jones2020-06-271-19/+23
* Various performance improvementsKrzysztof Gogolewski2020-06-171-1/+1
* Linear types (#15981)Krzysztof Gogolewski2020-06-171-6/+8
* Clarify leaf module names for new module hierarchyTakenobu Tani2020-06-101-1/+1
* Improve some folds over Uniq[D]FMSimon Jakobi2020-05-141-2/+2
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-5/+5
* GHC.Core.Opt renamingSylvain Henry2020-04-181-1/+1
* Modules: type-checker (#13009)Sylvain Henry2020-04-071-5/+5
* Clean up "Eta reduction for data families" NotesRyan Scott2020-04-011-6/+8
* Modules: Types (#13009)Sylvain Henry2020-03-291-7/+7
* Modules: Core operations (#13009)Sylvain Henry2020-03-181-1/+1
* Fix #17021 by checking more return kindsRichard Eisenberg2020-03-171-4/+7
* Modules: Core (#13009)Sylvain Henry2020-03-161-0/+1833