summaryrefslogtreecommitdiff
path: root/compiler/GHC/Rename/Module.hs
Commit message (Expand)AuthorAgeFilesLines
* Always use rnImplicitBndrs to bring implicit tyvars into scopeRyan Scott2020-06-101-56/+73
* Make GADT constructors adhere to the forall-or-nothing rule properlyRyan Scott2020-06-091-14/+61
* Simplify bindLHsTyVarBndrs and bindHsQTyVarswip/simply-bind-tyvarsRyan Scott2020-06-051-17/+16
* Fix #18145 and also avoid needless work with implicit varsJohn Ericson2020-05-231-19/+37
* Explicit SpecificityGert-Jan Bottu2020-05-211-18/+21
* Improve some folds over Uniq[D]FMSimon Jakobi2020-05-141-2/+2
* Factor out HsPatSigType for pat sigs/RULE term sigs (#16762)Ryan Scott2020-05-131-2/+2
* Add `forAllOrNothing` function with noteJohn Ericson2020-05-081-7/+5
* A few tiny style nits with renamingJohn Ericson2020-05-081-2/+3
* Unit: split and rename modulesSylvain Henry2020-04-301-1/+1
* Refactoring unit management codeSylvain Henry2020-04-301-9/+9
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-10/+10
* Modules (#13009)Sylvain Henry2020-04-181-3/+3
* Make NoExtCon fields strictwip/strict-NoExtConRyan Scott2020-04-071-40/+1
* Modules: type-checker (#13009)Sylvain Henry2020-04-071-0/+2413