summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_fail
Commit message (Expand)AuthorAgeFilesLines
* Suggest enabling PatternSynonyms (#10943)Moritz Kiefer2015-10-223-0/+8
* Parser: revert some error messages to what they were before 7.10Thomas Miedema2015-10-077-3/+29
* Fix broken validation Build 6564 and accepting a few other test resultsTamar Christina2015-10-031-1/+1
* Prevent GHC from silently dying when preprocessor is not foundTamar Christina2015-10-031-0/+1
* Improve error message for newtypes and deriving clausesJohn Wiegley2015-07-301-2/+2
* Testsuite: delete *.stderr-ghc-7.0 *.stdout-ghc-7.0Thomas Miedema2015-07-141-2/+0
* Remove all *.stderr/stdout-hugs filesThomas Miedema2015-07-0621-25/+0
* parser: Allow Lm (MODIFIER LETTER) category in identifiersThomas Miedema2015-07-037-0/+23
* Error message wibbles from out-of-scope changesSimon Peyton Jones2015-06-263-64/+38
* Report arity errors correctly despite kindsSimon Peyton Jones2015-06-182-10/+10
* Lexer: Suggest adding 'let' on unexpected '=' tokenBen Gamari2015-06-162-2/+8
|\
| * Lexer: Suggest adding 'let' on unexpected '=' tokenBen Gamari2015-06-162-2/+8
* | Testsuite: add function compile_timeout_multiplier (#10345)Thomas Miedema2015-06-131-1/+2
* | Testsuite: delete expect_fail setups for hugsThomas Miedema2015-06-091-1/+1
|/
* Fix quadratic behaviour in tidyOccNameSimon Peyton Jones2015-05-221-43/+43
* The production for squals is incorrect; see D806 for specifics.Alan Zimmerman2015-04-072-11/+11
* The production for `pquals` is incorrect; the specifics are in D803.Alan Zimmerman2015-04-071-1/+1
* Syntax check package-qualified imports (#9225)Thomas Miedema2015-03-313-0/+9
* Error out on `Main` without `main` in GHCi (#7765)Thomas Miedema2015-02-231-1/+1
* Refactor handling of SPECIALISE pragmas (Trac #5821)Simon Peyton Jones2015-01-141-5/+2
* Modify a couple of error messages slightlySimon Peyton Jones2015-01-061-46/+46
* Wibbles (usually improvements) to error messagesSimon Peyton Jones2014-11-211-2/+29
* Hide `Data.OldList` moduleHerbert Valerio Riedel2014-11-201-1/+1
* ghc generates more user-friendly error messagesMike Izbicki2014-11-193-3/+6
* Extend `Foldable` class with `length` and `null` methodsHerbert Valerio Riedel2014-09-281-1/+1
* Complain about illegal type literals in renamer, not parserSimon Peyton Jones2014-09-261-1/+1
* Entirely re-jig the handling of default type-family instances (fixes Trac #9063)Simon Peyton Jones2014-07-152-2/+2
* Add -XBinaryLiterals language extension (re #9224)Herbert Valerio Riedel2014-06-277-0/+41
* Use U+2018 instead of U+201B quote mark in compiler messagesHerbert Valerio Riedel2014-02-2532-62/+62
* More different quotes in error messages following lexer clean-upJoachim Breitner2013-12-051-1/+1
* Different quotes in error messages following lexer clean-upSimon Peyton Jones2013-12-0514-14/+14
* WibbleKrzysztof Gogolewski2013-11-172-2/+2
* Error message wibblesSimon Peyton Jones2013-11-062-4/+8
* Test Trac #8506Simon Peyton Jones2013-11-063-0/+11
* Error messsage wibblesSimon Peyton Jones2013-11-061-32/+0
* Add a timeout for #8431Krzysztof Gogolewski2013-10-121-1/+1
* Test #8431Krzysztof Gogolewski2013-10-123-0/+4
* Test #8430Krzysztof Gogolewski2013-10-123-0/+9
* Adjust test suite to new Language Pragma warnignsJoachim Breitner2013-09-1417-25/+24
* Error message wibblesSimon Peyton Jones2013-09-102-9/+9
* Test case for #7901.Anders Papitto2013-08-183-0/+12
* Add a test for 2 trailing commas in the module export listIan Lynagh2013-05-193-0/+6
* Add a test for #7848Ian Lynagh2013-04-213-0/+31
* Wibbles to "main is not defined in Main" messagseSimon Peyton Jones2013-04-151-1/+1
* Update outputs following the unicode quote change in GHC's outputIan Lynagh2013-02-2415-51/+52
* Convert more helper functionsIan Lynagh2013-02-111-3/+3
* Accept output for readFail007Ian Lynagh2013-02-011-1/+3
* Add a test for #984Ian Lynagh2013-02-013-0/+14
* A ton of error message wibblesSimon Peyton Jones2012-09-211-3/+15
* Added MultiWayIf tests.Mikhail Vorozhtsov2012-07-163-0/+11