summaryrefslogtreecommitdiff
path: root/compiler/GHC/Rename/Bind.hs
Commit message (Expand)AuthorAgeFilesLines
* Implement -Wforall-identifier (#20609)Vladislav Zavialov2021-11-121-1/+4
* EPA: Get rid of bare SrcSpan's in the ParsedSourceAlan Zimmerman2021-11-021-3/+3
* Reject GADT pattern matches in arrow notationsheaf2021-10-091-5/+8
* EPA: correctly capture comments between 'where' and bindsAlan Zimmerman2021-09-171-1/+1
* Add TcRnIllegalPatSynDecl to TcRnMessageAlfredo Di Napoli2021-07-091-4/+1
* Try to simplify zoo of functions in `Tc.Utils.Monad`Alfredo Di Napoli2021-06-281-22/+30
* Change representation of field selector occurencesShayne Fletcher2021-05-231-2/+2
* Only suggest names that make sense (#19843)Jakob Brünker2021-05-211-1/+2
* Add some TcRn diagnostic messagesAlfredo Di Napoli2021-05-191-7/+2
* Improve hs-boot binds error (#19781)sheaf2021-05-031-8/+19
* Add `MessageClass`, rework `Severity` and add `DiagnosticReason`.wip/adinapoli-message-class-new-designAlfredo Di Napoli2021-03-291-2/+2
* Remove unnecessary extendTyVarEnvFVRn functionRyan Scott2021-03-211-2/+2
* GHC Exactprint main commitAlan Zimmerman2021-03-201-86/+104
* 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