summaryrefslogtreecommitdiff
path: root/compiler/GHC/Rename/Bind.hs
Commit message (Expand)AuthorAgeFilesLines
* Factorize and document binder collect functionsSylvain Henry2021-01-221-4/+4
* Refactor renamer datastructuresAdam Gundry2020-12-241-5/+8
* Implement type applications in patternsCale Gibbard2020-12-141-2/+2
* Add the proper HLint rules and remove redundant keywords from compilerHécate2020-11-011-9/+9
* DynFlags: disentangle OutputableSylvain Henry2020-08-121-0/+1
* Clean up the inferred type variable restrictionRyan Scott2020-07-301-9/+15
* Explicit SpecificityGert-Jan Bottu2020-05-211-5/+10
* Factor out HsPatSigType for pat sigs/RULE term sigs (#16762)Ryan Scott2020-05-131-1/+1
* Refactoring: Use bindSigTyVarsFV in rnMethodBindsRyan Scott2020-05-061-8/+1
* Unit: split and rename modulesSylvain Henry2020-04-301-1/+1
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-9/+9
* Make NoExtCon fields strictwip/strict-NoExtConRyan Scott2020-04-071-16/+1
* Modules: type-checker (#13009)Sylvain Henry2020-04-071-0/+1337