summaryrefslogtreecommitdiff
path: root/compiler/GHC/Parser/PostProcess.hs
Commit message (Expand)AuthorAgeFilesLines
* Make GADT constructors adhere to the forall-or-nothing rule properlyRyan Scott2020-06-091-34/+26
* Improve parser error messages for TypeApplicationsVladislav Zavialov2020-06-011-0/+8
* Improve parser error messages for the @-operatorVladislav Zavialov2020-06-011-1/+20
* Rename GHC.Hs.Types into GHC.Hs.TypeSylvain Henry2020-05-241-1/+1
* Explicit SpecificityGert-Jan Bottu2020-05-211-14/+37
* Factor out HsPatSigType for pat sigs/RULE term sigs (#16762)Ryan Scott2020-05-131-2/+2
* Allow LambdaCase to be used as a command in proc notationAlexis King2020-04-301-0/+5
* Allow block arguments in arrow control operatorsAlexis King2020-04-301-1/+1
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-8/+8
* Trees That Grow refactor for `ConPat` and `CoPat`John Ericson2020-04-231-4/+16
* Modules (#13009)Sylvain Henry2020-04-181-0/+3090