summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_fail
Commit message (Expand)AuthorAgeFilesLines
* Support new parser types in GHCAlfredo Di Napoli2021-05-2613-22/+27
* Add GhcMessage and ancillary typesAlfredo Di Napoli2021-04-292-3/+3
* fix #19736Daniel Rogozin2021-04-272-1/+6
* Correct warning for deprecated and unrecognised flagsAlfredo Di Napoli2021-04-051-1/+1
* GHC Exactprint main commitAlan Zimmerman2021-03-201-5/+5
* Use GHC2021 as default languageJoachim Breitner2021-03-1032-53/+65
* Location for tuple section pattern error (#19504)Vladislav Zavialov2021-03-093-0/+6
* Implement record dot syntaxwip/joachim/bump-haddockShayne Fletcher2021-03-0630-0/+522
* 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