summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_compile/all.T
Commit message (Expand)AuthorAgeFilesLines
* Support package qualifier in Prelude importSylvain Henry2020-12-231-0/+1
* Parser regression tests, close #12862 #12446wip/parsing-tests-12446-12862Vladislav Zavialov2020-10-211-0/+1
* Implement -Woperator-whitespace (#18834)Vladislav Zavialov2020-10-191-0/+2
* Improve NegativeLiterals (#18022, GHC Proposal #344)Vladislav Zavialov2020-07-271-1/+2
* Implement -XLexicalNegation (GHC Proposal #229)Vladislav Zavialov2020-07-011-0/+2
* Don't require parentheses around via type (`-XDerivingVia'). Fixes #18130".Baldur Blöndal2020-05-041-0/+1
* Allow LambdaCase to be used as a command in proc notationAlexis King2020-04-301-0/+1
* Allow block arguments in arrow control operatorsAlexis King2020-04-301-0/+1
* Meaning-preserving SCC annotations (#15730)Vladislav Zavialov2019-12-051-0/+2
* Whitespace-sensitive bang patterns (#1087, #17162)wip/whitespace-and-lookaheadVladislav Zavialov2019-11-271-0/+17
* Testsuite tweaks and refactoringÖmer Sinan Ağacan2019-07-091-1/+1
* Add test for old issue w/ bad source locations for warnings in .lhs files (#515)Kevin Buhr2019-07-081-0/+1
* 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-141-0/+1
* 'warnSpaceAfterBang' only in patterns (#16619)Vladislav Zavialov2019-05-051-0/+1
* Dot/bang operators in export lists (Trac #16339)Vladislav Zavialov2019-02-211-0/+1
* Visible kind applicationmynguyen2019-01-031-0/+1
* Fix #15781 by using ktypedocs on type synonym RHSesRyan Scott2018-10-241-0/+1
* Trigger multiline mode in GHCi on '\case' (#13087)Alec Theriault2018-10-241-0/+1
* Surprising error message with bang patternSasa Bogicevic2018-10-151-0/+2
* Allow (unparenthesized) kind signaturesAlec Theriault2018-10-041-0/+4
* Parse the (!) type operator and allow type operators in existential contextVladislav Zavialov2018-10-041-0/+2
* Check if files are same in combineSrcSpansZubin Duggal2018-08-121-0/+13
* Fix mkGadtDecl does not set con_forall correctlyAlan Zimmerman2018-06-291-0/+1
* Use correct source spans for EmptyCaseRyan Scott2018-05-121-0/+1
* testsuite: Fix `./validate --slow`Alp Mestanogullari2018-04-191-1/+1
* Raise parse error for `data T where`.HE, Tao2018-02-131-0/+1
* Implement BlockArguments (#10843)Takano Akio2018-01-311-0/+4
* Fix a bug in 'alexInputPrevChar'Alec Theriault2017-10-251-0/+1
* Renamer now preserves location for IEThingWith list itemsAlan Zimmerman2017-09-151-0/+1
* Allow optional instance keyword in associated type family instancesTibor Erdesz2017-06-291-0/+1
* Fix up tests for #13594Ben Gamari2017-05-111-1/+0
* Treat banged bindings as FunBindsBen Gamari2017-05-081-0/+1
* Add COLUMN pragmaPhil Ruffwind2017-03-131-0/+1
* Honour -dsuppress-uniques more thoroughlySimon Peyton Jones2017-02-171-3/+3
* Add dump flags for the renamed and typechecked hsSyn ASTsAlan Zimmerman2017-02-081-1/+3
* Remove clean_cmd and extra_clean usage from .T filesThomas Miedema2017-01-221-4/+2
* Add dump-parsed-ast flag and functionalityAlan Zimmerman2017-01-151-0/+1
* Testsuite: for tests that use TH, omit *all* prof_waysThomas Miedema2016-02-251-2/+2
* Testsuite: delete compiler_lt/le/gt/ge setup functionsThomas Miedema2016-02-171-2/+2
* Add test for #10379Thomas Miedema2016-01-041-0/+1
* Visible type applicationRichard Eisenberg2015-12-241-0/+1
* Testsuite: mark 3 tests expect_broken_for(#10181, ['optasm', 'optllvm'])Thomas Miedema2015-07-181-1/+1
* parser: Allow Lm (MODIFIER LETTER) category in identifiersThomas Miedema2015-07-031-0/+1
* Test #10582Richard Eisenberg2015-06-271-0/+1
* Testsuite: delete expect_fail setups for hugsThomas Miedema2015-06-091-2/+2
* parser: allow type-level cons in prefix positionKinokkory2015-04-031-0/+1
* Change 'Tab character' warnings so there is one per file (#9723)Dave Laing2015-04-021-0/+2
* Implement -XStaticValuesFacundo Domínguez2014-12-091-1/+2
* Fix #5682. Now, '(:) parses.Richard Eisenberg2014-02-131-0/+1