summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_fail
Commit message (Expand)AuthorAgeFilesLines
* More informative errors for bad imports (#21826)Soham Chowdhury2023-04-251-2/+2
* Convert diagnostics in GHC.Rename.HsType to proper TcRnMessageHaskell-mouse2023-04-032-2/+2
* Add structured error messages for GHC.Tc.TyClTorsten Schmits2023-04-014-9/+10
* Convert diagnostics in GHC.Rename.Module to proper TcRnMessage (#20115)Andrei Borzenkov2023-03-061-6/+6
* Convert diagnostics in GHC.Rename.Bind to proper TcRnMessage (#20115)Andrei Borzenkov2023-01-281-1/+2
* Only store Name in FunRhs rather than Id with knot-tied fieldsMatthew Pickering2023-01-061-1/+1
* Convert diagnostics in GHC.Rename.Expr to proper TcRnMessage (#20115)Andrei Borzenkov2022-11-248-33/+34
* Give better errors for code corrupted by Unicode smart quotes (#21843)Lawton Nichols2022-11-1913-0/+47
* Type vs Constraint: finally nailedSimon Peyton Jones2022-11-112-2/+2
* Clearer error msg for newtype GADTs with defaulted kindFinley McIlwaine2022-10-131-5/+4
* Scrub partiality about `NewOrData`.M Farkas-Dyck2022-09-193-0/+8
* Diagnostic codes: acccept test changessheaf2022-09-13167-252/+380
* Print constraints in quotes (#21167)Swann Moreau2022-08-192-2/+2
* Improve error reporting in generated codeSimon Peyton Jones2022-05-043-11/+5
* Disallow (->) as a data constructor name (#16999)Vladislav Zavialov2022-04-083-0/+9
* Reject illegal quote mark in data con declarations (#17865)Vladislav Zavialov2022-04-082-2/+22
* Add warnings for file header pragmas that appear in the body of a module (#20...Zubin Duggal2022-04-065-0/+47
* Implement \cases (Proposal 302)Jakob Bruenker2022-04-013-11/+10
* Change GHC.Prim to GHC.Exts in docs and testsKrzysztof Gogolewski2022-04-012-2/+4
* Add the OPAQUE pragmaChristiaan Baaij2022-03-259-0/+32
* Export (~) from Data.Type.Equality (#18862)wip/eqtycon-rnVladislav Zavialov2022-03-152-2/+4
* Make implication tidying agree with Note [Tidying multiple names at once]Matthew Pickering2022-02-051-9/+9
* Use diagnostic infrastructure in GHC.Tc.Errorssheaf2022-01-173-8/+13
* Multiple Home UnitsMatthew Pickering2021-12-282-6/+6
* More permissive parsing of higher-rank type IPssheaf2021-12-075-0/+33
* Include "not more specific" info in overlap msgsheaf2021-11-202-8/+6
* Change affected tests stderrCarrie Xu2021-10-121-3/+6
* Improve overlap error for polykinded constraintssheaf2021-10-062-14/+16
* Eradicate TcRnUnknownMessage from GHC.Tc.DerivAlfredo Di Napoli2021-10-051-1/+3
* Add test for #17865Joshua Price2021-09-133-0/+6
* Port more DriverUnknownMessage into richer DriverMessage constructorsAlfredo Di Napoli2021-07-283-4/+4
* Parser: suggest TemplateHaskell on $$(...) (#20157)Krzysztof Gogolewski2021-07-275-0/+22
* Refactor SuggestExtension constructor in GhcHintAlfredo Di Napoli2021-07-214-10/+13
* 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