summaryrefslogtreecommitdiff
path: root/compiler/GHC/Core/InstEnv.hs
Commit message (Expand)AuthorAgeFilesLines
* Splice imports wipwip/splice-importsMatthew Pickering2021-08-231-9/+19
* 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-8/+8
* Fix a serious bug in roughMatchTcsSimon Peyton Jones2021-02-131-29/+18
* Remove ErrDoc and MsgDocAlfredo Di Napoli2021-02-011-2/+1
* Make matchableGivens more reliably correct.Richard Eisenberg2021-01-231-4/+4
* Fix #19044 by tweaking unification in inst lookupRichard Eisenberg2020-12-181-2/+47
* Remove flattening variablesRichard Eisenberg2020-12-011-11/+23
* Fix typos in commentsKrzysztof Gogolewski2020-10-021-1/+1
* Don't import GHC.Unit to reduce the number of dependenciesSylvain Henry2020-10-011-1/+2
* DynFlags: disentangle OutputableSylvain Henry2020-08-121-3/+5
* Give Uniq[D]FM a phantom type for its key.Andreas Klebinger2020-07-121-4/+14
* Clean up haddock hyperlinks of GHC.* (part1)Takenobu Tani2020-06-251-3/+3
* Modify file paths to module paths for new module hierarchyTakenobu Tani2020-06-011-1/+1
* Clean up file paths for new module hierarchyTakenobu Tani2020-06-011-1/+1
* Unit: split and rename modulesSylvain Henry2020-04-301-1/+1
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-4/+4
* Modules: type-checker (#13009)Sylvain Henry2020-04-071-6/+6
* Modules: Types (#13009)Sylvain Henry2020-03-291-8/+8
* Modules: Core (#13009)Sylvain Henry2020-03-161-0/+1030