summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_fail
Commit message (Expand)AuthorAgeFilesLines
* Fix tests relying on same-line diagnostic orderingAlfredo Di Napoli2021-01-221-2/+3
* Support package qualifier in Prelude importSylvain Henry2020-12-233-0/+14
* Implement type applications in patternsCale Gibbard2020-12-141-1/+2
* Parser regression tests, close #12862 #12446wip/parsing-tests-12446-12862Vladislav Zavialov2020-10-213-0/+8
* Use ADTs for parser errors/warningsSylvain Henry2020-10-012-1/+2
* Improve kind generalisation, error messagesSimon Peyton Jones2020-09-241-0/+6
* Grammar for types and data/newtype constructorsVladislav Zavialov2020-08-066-9/+11
* Reject nested foralls/contexts in instance types more consistentlyRyan Scott2020-06-301-3/+4
* Simple subsumptionwip/T17775Simon Peyton Jones2020-06-054-17/+15
* 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
* 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