summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser
Commit message (Expand)AuthorAgeFilesLines
* Accumulate Haddock comments in P (#17544, #17561, #8944)Vladislav Zavialov2020-07-213-0/+6
* Use a newtype `Code` for the return type of typed quotations (Proposal #195)Matthew Pickering2020-07-211-3/+3
* compiler: re-engineer the treatment of rebindable ifAlp Mestanogullari2020-07-141-40/+45
* Implement -XLexicalNegation (GHC Proposal #229)Vladislav Zavialov2020-07-016-0/+69
* Reject nested foralls/contexts in instance types more consistentlyRyan Scott2020-06-301-3/+4
* Linear types (#15981)Krzysztof Gogolewski2020-06-174-102/+124
* Use HsForAllTelescope to avoid inferred, visible forallsRyan Scott2020-06-132-15/+17
* Make GADT constructors adhere to the forall-or-nothing rule properlyRyan Scott2020-06-092-57/+61
* Simple subsumptionwip/T17775Simon Peyton Jones2020-06-055-20/+18
* Clean up boot vs non-boot disambiguating typesJohn Ericson2020-06-045-9/+7
* Improve parser error messages for TemplateHaskellQuotesVladislav Zavialov2020-06-013-0/+9
* Improve parser error messages for TypeApplicationsVladislav Zavialov2020-06-015-0/+18
* Improve parser error messages for the @-operatorVladislav Zavialov2020-06-017-1/+26
* Make Unicode brackets opening/closing tokens (#18225)Joshua Price2020-05-244-0/+27
* Explicit SpecificityGert-Jan Bottu2020-05-214-13/+26
* Don't require parentheses around via type (`-XDerivingVia'). Fixes #18130".Baldur Blöndal2020-05-045-0/+46
* Allow LambdaCase to be used as a command in proc notationAlexis King2020-04-302-0/+9
* Allow block arguments in arrow control operatorsAlexis King2020-04-305-0/+37
* Unit: split and rename modulesSylvain Henry2020-04-301-2/+2
* Refactoring unit management codeSylvain Henry2020-04-301-1/+1
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-262-2/+2
* Do eager instantation in termsSimon Peyton Jones2020-04-221-1/+1
* Modules (#13009)Sylvain Henry2020-04-181-1/+1
* Modules: Types (#13009)Sylvain Henry2020-03-292-3/+3
* Remove unused field var_inline (#17915)Krzysztof Gogolewski2020-03-141-32/+17
* Modules: Driver (#13009)Sylvain Henry2020-02-211-3/+3
* testsuite: Fix -Wcompat-unqualified-imports issuesBen Gamari2020-02-084-5/+4
* Introduce IsPass; refactor wrappers.Richard Eisenberg2020-02-084-52/+46
* Add Cmm related hooksSylvain Henry2020-01-041-1/+1
* Add GHC-API logging hooksSylvain Henry2019-12-181-1/+1
* Improve error messages for SCC pragmasVladislav Zavialov2019-12-052-2/+4
* Meaning-preserving SCC annotations (#15730)Vladislav Zavialov2019-12-058-0/+25
* Whitespace-sensitive bang patterns (#1087, #17162)wip/whitespace-and-lookaheadVladislav Zavialov2019-11-2721-19/+167
* Improve SPECIALIZE pragma error messages (Fixes #12126)Alina Banerjee2019-11-101-1/+1
* Separate `LPat` from `Pat` on the type-levelSebastian Graf2019-11-021-8/+6
* Whitespace forward compatibility for proposal #229Vladislav Zavialov2019-10-302-24/+4
* Break up TcRnTypes, among other modules.Richard Eisenberg2019-10-161-1/+3
* Add test for expected dependencies of 'Parser'Shayne Fletcher2019-09-272-0/+65
* Standalone kind signatures (#16794)wip/top-level-kind-signaturesVladislav Zavialov2019-09-252-0/+6
* Module hierarchy: Hs (#13009)Sylvain Henry2019-09-201-1/+1
* Encode shape information in `PmOracle`Sebastian Graf2019-09-161-0/+4
* Testsuite tweaks and refactoringÖmer Sinan Ağacan2019-07-091-1/+1
* Use an empty data type in TTG extension constructors (#15247)Ryan Scott2019-07-096-524/+534
* Add test for old issue w/ bad source locations for warnings in .lhs files (#515)Kevin Buhr2019-07-083-0/+28
* testsuite: Don't run tests requiring TH in profasm way when GhcDynamicBen Gamari2019-06-121-1/+1
* Add regression test for old parser issue #504Kevin Buhr2019-05-142-0/+12
* Implement ImportQualifiedPostShayne Fletcher2019-05-084-12/+6
* 'warnSpaceAfterBang' only in patterns (#16619)Vladislav Zavialov2019-05-053-0/+12
* Pattern/expression ambiguity resolutionVladislav Zavialov2019-05-0339-4/+141
* Suggest only local candidates from global envWojciech Baranowski2019-04-291-2/+0