summaryrefslogtreecommitdiff
path: root/compiler/GHC/Types/Unique/FM.hs
Commit message (Expand)AuthorAgeFilesLines
* Remove transitive information about modules and packages from interface filesMatthew Pickering2021-05-191-0/+16
* 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-3/+2
* Make sure mergeWithKey is inlined and applied strictlyMatthew Pickering2021-04-081-6/+14
* Avoid iterating twice in `zipTyEnv` (#18535)theobat2020-09-121-1/+19
* Give Uniq[D]FM a phantom type for its key.Andreas Klebinger2020-07-121-79/+101
* Clean up haddock hyperlinks of GHC.* (part1)Takenobu Tani2020-06-251-3/+3
* Linear types (#15981)Krzysztof Gogolewski2020-06-171-6/+26
* Use Data.IntMap.disjointSimon Jakobi2020-05-141-1/+1
* Improve some folds over Uniq[D]FMSimon Jakobi2020-05-141-6/+9
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-2/+2
* Modules: Types (#13009)Sylvain Henry2020-03-291-0/+416