summaryrefslogtreecommitdiff
path: root/compiler/GHC/Parser
Commit message (Expand)AuthorAgeFilesLines
* Linear types (#15981)Krzysztof Gogolewski2020-06-172-6/+13
* Enhance UnitId useSylvain Henry2020-06-131-8/+8
* Refactor homeUnitSylvain Henry2020-06-131-8/+8
* Clarify leaf module names for new module hierarchyTakenobu Tani2020-06-101-8/+8
* Make GADT constructors adhere to the forall-or-nothing rule properlyRyan Scott2020-06-092-40/+36
* Clean up boot vs non-boot disambiguating typesJohn Ericson2020-06-041-2/+2
* Improve parser error messages for TemplateHaskellQuotesVladislav Zavialov2020-06-011-4/+9
* Improve parser error messages for TypeApplicationsVladislav Zavialov2020-06-012-3/+9
* Improve parser error messages for the @-operatorVladislav Zavialov2020-06-011-1/+20
* Modify file paths to module paths for new module hierarchyTakenobu Tani2020-06-011-2/+2
* Clean up file paths for new module hierarchyTakenobu Tani2020-06-011-2/+2
* Make Unicode brackets opening/closing tokens (#18225)Joshua Price2020-05-241-4/+8
* 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
* Unit: split and rename modulesSylvain Henry2020-04-302-2/+2
* Refactoring unit management codeSylvain Henry2020-04-301-3/+3
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-266-33/+32
* Trees That Grow refactor for `ConPat` and `CoPat`John Ericson2020-04-231-4/+16
* Modules (#13009)Sylvain Henry2020-04-186-0/+7373