summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_compile
Commit message (Expand)AuthorAgeFilesLines
* Wrap LHsContext in Maybe in the GHC ASTAlan Zimmerman2021-03-014-14/+7
* Improve handling of overloaded labels, literals, lists etcwip/T19154Simon Peyton Jones2021-02-192-8/+8
* Implement NoFieldSelectors extension (ghc-proposals 160)Adam Gundry2021-02-161-2/+4
* Refactor renamer datastructuresAdam Gundry2020-12-241-12/+14
* Support package qualifier in Prelude importSylvain Henry2020-12-232-0/+8
* Implement type applications in patternsCale Gibbard2020-12-143-0/+8
* PmCheck: Print types of uncovered patterns (#18932)Sebastian Graf2020-11-181-3/+5
* Replace HsImplicitBndrs with HsOuterTyVarBndrsRyan Scott2020-11-064-574/+575
* Split HsConDecl{H98,GADT}DetailsRyan Scott2020-10-302-2/+2
* Parser regression tests, close #12862 #12446wip/parsing-tests-12446-12862Vladislav Zavialov2020-10-212-0/+17
* API Annotations: Keep track of unicode for linear arrow notationwip/az/unicode-hsscaledAlan Zimmerman2020-10-204-16/+32
* Implement -Woperator-whitespace (#18834)Vladislav Zavialov2020-10-195-0/+48
* Preserve as-parsed arrow type for HsUnrestrictedArrowAlan Zimmerman2020-10-071-1/+1
* Remove ConDeclGADTPrefixPsRyan Scott2020-08-021-59/+54
* Improve NegativeLiterals (#18022, GHC Proposal #344)Vladislav Zavialov2020-07-274-18/+98
* 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-013-0/+34
* 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-051-3/+3
* Clean up boot vs non-boot disambiguating typesJohn Ericson2020-06-044-8/+6
* Explicit SpecificityGert-Jan Bottu2020-05-214-13/+26
* Don't require parentheses around via type (`-XDerivingVia'). Fixes #18130".Baldur Blöndal2020-05-042-0/+21
* 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-302-0/+23
* Do eager instantation in termsSimon Peyton Jones2020-04-221-1/+1
* Remove unused field var_inline (#17915)Krzysztof Gogolewski2020-03-141-32/+17
* testsuite: Fix -Wcompat-unqualified-imports issuesBen Gamari2020-02-083-4/+4
* Introduce IsPass; refactor wrappers.Richard Eisenberg2020-02-084-52/+46
* Add GHC-API logging hooksSylvain Henry2019-12-181-1/+1
* Meaning-preserving SCC annotations (#15730)Vladislav Zavialov2019-12-053-0/+8
* Whitespace-sensitive bang patterns (#1087, #17162)wip/whitespace-and-lookaheadVladislav Zavialov2019-11-2710-0/+118
* Separate `LPat` from `Pat` on the type-levelSebastian Graf2019-11-021-8/+6
* Whitespace forward compatibility for proposal #229Vladislav Zavialov2019-10-302-24/+4
* Standalone kind signatures (#16794)wip/top-level-kind-signaturesVladislav Zavialov2019-09-252-0/+6
* 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
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-152-2/+2
* Stop inferring over-polymorphic kindsSimon Peyton Jones2019-03-092-34/+13
* Visible dependent quantificationRyan Scott2019-03-011-0/+1
* Treat kind/type variables identically, demolish FKTVVladislav Zavialov2019-02-271-2/+2