summaryrefslogtreecommitdiff
path: root/compiler/GHC/Core/FamInstEnv.hs
Commit message (Expand)AuthorAgeFilesLines
* Fix bogus test in LintSimon Peyton Jones2022-12-151-11/+12
* Scrub some no-warning pragmas.M Farkas-Dyck2022-11-231-1/+0
* Type vs Constraint: finally nailedSimon Peyton Jones2022-11-111-0/+1
* Define `Infinite` list and use where appropriate.M Farkas-Dyck2022-11-081-3/+5
* Minor refactor around FastStringsKrzysztof Gogolewski2022-11-051-1/+2
* Apply some tricks to speed up core lint.Andreas Klebinger2022-09-281-1/+1
* Clean up some. In particular:M Farkas-Dyck2022-09-171-1/+1
* Fix typosEric Lindblad2022-09-141-3/+3
* Get the in-scope set right in FamInstEnv.injectiveBranchesSimon Peyton Jones2022-07-251-19/+23
* White space only in FamInstEnvSimon Peyton Jones2022-07-181-30/+34
* hi haddock: Lex and store haddock docs in interface filesZubin Duggal2022-03-231-3/+7
* compiler: Introduce and use RoughMap for instance environmentsBen Gamari2022-02-041-98/+100
* Fix a few Note inconsistenciesBen Gamari2022-02-011-2/+1
* Use Reductions to keep track of rewritingssheaf2021-08-041-105/+95
* Remove useless {-# LANGUAGE CPP #-} pragmasSylvain Henry2021-05-121-1/+0
* Fully remove HsVersions.hSylvain Henry2021-05-121-2/+0
* Replace CPP assertions with Haskell functionsSylvain Henry2021-05-121-6/+7
* Fix a serious bug in roughMatchTcsSimon Peyton Jones2021-02-131-3/+4
* Make matchableGivens more reliably correct.Richard Eisenberg2021-01-231-2/+2
* Rename the flattener to become the rewriter.Richard Eisenberg2020-12-011-6/+5
* Remove flattening variablesRichard Eisenberg2020-12-011-17/+20
* Move core flattening algorithm to Core.UnifyRichard Eisenberg2020-12-011-299/+5
* 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