summaryrefslogtreecommitdiff
path: root/compiler/GHC/Types/Var.hs
Commit message (Expand)AuthorAgeFilesLines
* 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-10/+5
* Improve handling of overloaded labels, literals, lists etcwip/T19154Simon Peyton Jones2021-02-191-4/+10
* Name (tc)SplitForAll- functions more consistentlyRyan Scott2020-11-151-2/+2
* Force argument in setIdMult (#18925)Krzysztof Gogolewski2020-11-111-2/+2
* Improve kind generalisation, error messagesSimon Peyton Jones2020-09-241-17/+44
* mkUnique refactoring (#18362)Aditya Gupta2020-08-221-1/+1
* DynFlags: disentangle OutputableSylvain Henry2020-08-121-0/+1
* Clean up haddock hyperlinks of GHC.* (part1)Takenobu Tani2020-06-251-8/+8
* Various performance improvementsKrzysztof Gogolewski2020-06-171-48/+75
* Linear types (#15981)Krzysztof Gogolewski2020-06-171-16/+66
* Use HsForAllTelescope to avoid inferred, visible forallsRyan Scott2020-06-131-57/+14
* Implement cast worker/wrapper properlySimon Peyton Jones2020-06-101-14/+71
* Clarify leaf module names for new module hierarchyTakenobu Tani2020-06-101-2/+2
* Simple subsumptionwip/T17775Simon Peyton Jones2020-06-051-7/+8
* Rename GHC.Hs.Types into GHC.Hs.TypeSylvain Henry2020-05-241-1/+1
* Explicit SpecificityGert-Jan Bottu2020-05-211-15/+65
* Fully remove PprDebugSylvain Henry2020-05-011-13/+21
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-4/+4
* Modules: type-checker (#13009)Sylvain Henry2020-04-071-3/+3
* Modules: Types (#13009)Sylvain Henry2020-03-291-0/+763