summaryrefslogtreecommitdiff
path: root/compiler/GHC/Tc/Utils/Instantiate.hs
Commit message (Expand)AuthorAgeFilesLines
* Move Unit related fields from DynFlags to HscEnvSylvain Henry2020-12-141-1/+2
* Use tcSplitForAllInvisTyVars (not tcSplitForAllTyVars) in more placesRyan Scott2020-11-151-1/+1
* Name (tc)SplitForAll- functions more consistentlyRyan Scott2020-11-151-2/+2
* Replace HsImplicitBndrs with HsOuterTyVarBndrsRyan Scott2020-11-061-6/+23
* Add the proper HLint rules and remove redundant keywords from compilerHécate2020-11-011-21/+20
* Split GHC.Driver.TypesSylvain Henry2020-10-291-22/+28
* Lint the compiler for extraneous LANGUAGE pragmasHécate2020-10-101-6/+6
* Implement Quick Look impredicativitySimon Peyton Jones2020-09-241-55/+34
* Refactor UnitId pretty-printingSylvain Henry2020-08-261-3/+5
* DynFlags: disentangle OutputableSylvain Henry2020-08-121-0/+1
* Allow multiple case branches to have a higher rank typeSimon Peyton Jones2020-07-181-8/+189
* Improve handling of data type return kindswip/T18300Simon Peyton Jones2020-07-031-6/+12
* Clean up haddock hyperlinks of GHC.* (part2)Takenobu Tani2020-06-251-1/+1
* Expunge GhcTcIdSimon Peyton Jones2020-06-251-4/+4
* Update compilerSylvain Henry2020-06-171-1/+1
* Linear types (#15981)Krzysztof Gogolewski2020-06-171-2/+3
* Simple subsumptionwip/T17775Simon Peyton Jones2020-06-051-104/+46
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-4/+4
* Do eager instantation in termsSimon Peyton Jones2020-04-221-2/+2
* Modules (#13009)Sylvain Henry2020-04-181-2/+2
* Make NoExtCon fields strictwip/strict-NoExtConRyan Scott2020-04-071-1/+0
* Modules: type-checker (#13009)Sylvain Henry2020-04-071-0/+852