summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_fail/all.T
Commit message (Expand)AuthorAgeFilesLines
* Improve parser error messages for TemplateHaskellQuotesVladislav Zavialov2020-06-011-0/+1
* Improve parser error messages for TypeApplicationsVladislav Zavialov2020-06-011-0/+2
* Improve parser error messages for the @-operatorVladislav Zavialov2020-06-011-1/+4
* Don't require parentheses around via type (`-XDerivingVia'). Fixes #18130".Baldur Blöndal2020-05-041-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/+2
* Pattern/expression ambiguity resolutionVladislav Zavialov2019-05-031-0/+18
* Fix warnings and fatal parsing errorsVladislav Zavialov2019-02-171-0/+1
* Fix tests which were made to pass by "Make a smart mkAppTyM"Matthew Pickering2019-02-161-1/+1
* Fix #15849 by checking whether there's a do blocknineonine2019-02-121-0/+1
* testsuite: Mark T14740 and tcfail159 as broken in debugged compilerBen Gamari2019-02-071-1/+1
* Report multiple errorsVladislav Zavialov2019-02-031-0/+1
* Visible kind applicationmynguyen2019-01-031-0/+1
* testsuite: Remove expect_broken on readFail032 and readFail048Ben Gamari2018-12-221-4/+6
* Lower precedence for {-# UNPACK #-}Vladislav Zavialov2018-11-011-0/+3
* Improve generated `GHC.Prim` docsAlec Theriault2018-10-041-0/+1
* Parse the (!) type operator and allow type operators in existential contextVladislav Zavialov2018-10-041-0/+4
* testsuite: Fix readFail048 and readFail032 brokenness declarationsBen Gamari2018-09-211-2/+2
* testsuite: Mark readFail032 and readFail048 as broken on DarwinBen Gamari2018-09-211-2/+4
* Compiler panic on invalid syntax (unterminated pragma)roland2018-09-041-1/+1
* Fix #line pragmas in nested commentsBen Sklaroff2018-08-211-1/+2
* testsuite: Add test for #15053Ben Gamari2018-07-061-0/+1
* Embrace -XTypeInType, add -XStarIsTypeVladislav Zavialov2018-06-141-0/+5
* Don't expose (~#), (~R#), (~P#) from GHC.PrimRyan Scott2018-06-071-0/+1
* Better error message for empty character literal, for Trac #13450.HE, Tao2018-04-191-0/+2
* Slighly improve infix con app pattern errorsÖmer Sinan Ağacan2018-03-141-0/+2
* Raise parse error for `data T where`.HE, Tao2018-02-131-0/+1
* UnboxedTuples can't be used as constraintsHE, Tao2018-01-311-0/+1
* Implement BlockArguments (#10843)Takano Akio2018-01-311-0/+3
* Implement underscores in numeric literals (NumericUnderscores extension)Takenobu Tani2018-01-211-0/+7
* Fix #14588 by checking for more bang patternsRyan Scott2017-12-201-0/+1
* Print warnings on parser failures (#12610).Dave Laing2017-05-151-1/+2
* Fixed error messages for RecursiveDo (#8501)Rupert Horlick2017-03-291-0/+3
* unlit: replace the SHEBANG with an empty linePhil Ruffwind2017-03-131-0/+1
* Disallow unboxed string literals in patterns (#13260)Rupert Horlick2017-03-061-0/+1
* Changed parser message for RankNTypes (#12811)Rupert Horlick2017-03-021-0/+1
* Add suggestion for PatternSynonyms parse error (fixes #12429)Rupert Horlick2017-03-021-0/+1
* Fix Trac #12051Simon Peyton Jones2016-05-191-0/+1
* Modifier letter in middle of identifier is okThomas Miedema2016-02-191-1/+0
* Testsuite: delete compiler_lt/le/gt/ge setup functionsThomas Miedema2016-02-171-2/+2
* Suggest enabling PatternSynonyms (#10943)Moritz Kiefer2015-10-221-0/+1
* Parser: revert some error messages to what they were before 7.10Thomas Miedema2015-10-071-0/+2
* parser: Allow Lm (MODIFIER LETTER) category in identifiersThomas Miedema2015-07-031-0/+3
* Testsuite: add function compile_timeout_multiplier (#10345)Thomas Miedema2015-06-131-1/+2
* Testsuite: delete expect_fail setups for hugsThomas Miedema2015-06-091-1/+1
* Syntax check package-qualified imports (#9225)Thomas Miedema2015-03-311-0/+1
* Add -XBinaryLiterals language extension (re #9224)Herbert Valerio Riedel2014-06-271-0/+3
* Test Trac #8506Simon Peyton Jones2013-11-061-0/+1
* Add a timeout for #8431Krzysztof Gogolewski2013-10-121-1/+1