summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_fail
Commit message (Expand)AuthorAgeFilesLines
* Improve parser error messages for TypeApplicationsVladislav Zavialov2020-06-015-0/+18
* Improve parser error messages for the @-operatorVladislav Zavialov2020-06-017-1/+26
* Don't require parentheses around via type (`-XDerivingVia'). Fixes #18130".Baldur Blöndal2020-05-043-0/+25
* Allow block arguments in arrow control operatorsAlexis King2020-04-303-0/+14
* Improve error messages for SCC pragmasVladislav Zavialov2019-12-052-2/+4
* Meaning-preserving SCC annotations (#15730)Vladislav Zavialov2019-12-055-0/+17
* Whitespace-sensitive bang patterns (#1087, #17162)wip/whitespace-and-lookaheadVladislav Zavialov2019-11-2711-19/+49
* Improve SPECIALIZE pragma error messages (Fixes #12126)Alina Banerjee2019-11-101-1/+1
* Module hierarchy: Hs (#13009)Sylvain Henry2019-09-201-1/+1
* Pattern/expression ambiguity resolutionVladislav Zavialov2019-05-0339-4/+141
* Suggest only local candidates from global envWojciech Baranowski2019-04-291-2/+0
* osa1's patch: consistent suggestion messageWojciech Baranowski2019-04-291-2/+2
* Print suggestions in a single messageWojciech Baranowski2019-04-291-2/+2
* rename: hadle type signatures with typosWojciech Baranowski2019-04-291-0/+2
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-155-5/+5
* Lexer: turn some fatal errors into non-fatal onesAlec Theriault2019-03-013-3/+18
* Fix warnings and fatal parsing errorsVladislav Zavialov2019-02-178-27/+90
* Fix tests which were made to pass by "Make a smart mkAppTyM"Matthew Pickering2019-02-161-1/+1
* 'forall' always a keyword, plus the dot type operatorVladislav Zavialov2019-02-153-6/+8
* Fix #15849 by checking whether there's a do blocknineonine2019-02-125-4/+8
* testsuite: Mark T14740 and tcfail159 as broken in debugged compilerBen Gamari2019-02-071-1/+1
* Report multiple errorsVladislav Zavialov2019-02-033-0/+68
* Visible kind applicationmynguyen2019-01-033-0/+16
* testsuite: Remove expect_broken on readFail032 and readFail048Ben Gamari2018-12-221-4/+6
* Lower precedence for {-# UNPACK #-}Vladislav Zavialov2018-11-0111-5/+29
* Improve generated `GHC.Prim` docsAlec Theriault2018-10-043-0/+18
* Parse the (!) type operator and allow type operators in existential contextVladislav Zavialov2018-10-0412-7/+31
* 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-042-1/+6
* Fix #line pragmas in nested commentsBen Sklaroff2018-08-215-14/+57
* testsuite: Add test for #15053Ben Gamari2018-07-062-0/+4
* Embrace -XTypeInType, add -XStarIsTypeVladislav Zavialov2018-06-1412-5/+22
* Don't expose (~#), (~R#), (~P#) from GHC.PrimRyan Scott2018-06-073-0/+10
* Better error message for empty character literal, for Trac #13450.HE, Tao2018-04-195-0/+22
* Slighly improve infix con app pattern errorsÖmer Sinan Ağacan2018-03-143-0/+11
* Simplify rnLHsInstTypeSimon Peyton Jones2018-03-051-1/+4
* Raise parse error for `data T where`.HE, Tao2018-02-133-0/+9
* UnboxedTuples can't be used as constraintsHE, Tao2018-01-313-0/+11
* Implement BlockArguments (#10843)Takano Akio2018-01-318-2/+44
* Implement underscores in numeric literals (NumericUnderscores extension)Takenobu Tani2018-01-219-0/+81
* Fix #14588 by checking for more bang patternsRyan Scott2017-12-203-0/+8
* typecheck: Clarify errors mentioned in #14385Ben Gamari2017-10-252-8/+8
* Do not discard insolubles in implicationsSimon Peyton Jones2017-07-282-11/+4
* Fix #13948 by being pickier about when to suggest DataKindsRyan Scott2017-07-111-1/+0
* Print warnings on parser failures (#12610).Dave Laing2017-05-153-1/+14
* Fix incorrect ambiguity error on identically-named data constructorsSoham Chowdhury2017-05-111-0/+1
* Fixed error messages for RecursiveDo (#8501)Rupert Horlick2017-03-298-2/+71
* unlit: replace the SHEBANG with an empty linePhil Ruffwind2017-03-133-0/+6
* Improve error messages for skolemsSimon Peyton Jones2017-03-101-1/+1