summaryrefslogtreecommitdiff
path: root/compiler/GHC/Parser.y
Commit message (Expand)AuthorAgeFilesLines
* Linear types (#15981)Krzysztof Gogolewski2020-06-171-13/+36
* Use HsForAllTelescope to avoid inferred, visible forallsRyan Scott2020-06-131-21/+22
* Clarify leaf module names for new module hierarchyTakenobu Tani2020-06-101-1/+1
* Make GADT constructors adhere to the forall-or-nothing rule properlyRyan Scott2020-06-091-3/+2
* Clean up boot vs non-boot disambiguating typesJohn Ericson2020-06-041-7/+7
* Improve parser error messages for TypeApplicationsVladislav Zavialov2020-06-011-5/+3
* Make `identifier` parse unparenthesized `->` (#18060)Joshua Price2020-05-271-0/+2
* Rename GHC.Hs.Types into GHC.Hs.TypeSylvain Henry2020-05-241-1/+1
* Explicit SpecificityGert-Jan Bottu2020-05-211-20/+33
* Don't require parentheses around via type (`-XDerivingVia'). Fixes #18130".Baldur Blöndal2020-05-041-2/+2
* Allow LambdaCase to be used as a command in proc notationAlexis King2020-04-301-4/+3
* Allow block arguments in arrow control operatorsAlexis King2020-04-301-7/+8
* Unit: split and rename modulesSylvain Henry2020-04-301-1/+1
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-8/+8
* Modules (#13009)Sylvain Henry2020-04-181-0/+4131