summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_fail
Commit message (Expand)AuthorAgeFilesLines
* Add proper GHCHints for most PsMessage constructorswip/adinapoli-issue-20055Alfredo Di Napoli2021-07-1219-31/+54
* Add TcRnIllegalViewPattern to TcRnMessageAlfredo Di Napoli2021-07-093-0/+12
* Add TcRnIllegalWildCardsInRecord to TcRnMessageAlfredo Di Napoli2021-07-093-0/+11
* Add TcRnIllegalFieldPunning to TcRnMessageAlfredo Di Napoli2021-07-091-3/+3
* Fix issue 20038 - Change 'variable' -> 'variables'Edward2021-07-062-2/+2
* Fix error message for record updates, #19972Krzysztof Gogolewski2021-06-161-6/+4
* Add PsHeaderMessage diagnostic (fixes #19923)Alfredo Di Napoli2021-06-048-1/+19
* Disallow linear arrows in GADT records (#19928)Vladislav Zavialov2021-06-023-0/+21
* 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