summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser
Commit message (Expand)AuthorAgeFilesLines
* Improve error message for newtypes and deriving clausesJohn Wiegley2015-07-301-2/+2
* Testsuite: mark 3 tests expect_broken_for(#10181, ['optasm', 'optllvm'])Thomas Miedema2015-07-181-1/+1
* Testsuite: delete *.stderr-ghc-7.0 *.stdout-ghc-7.0Thomas Miedema2015-07-141-2/+0
* Testsuite: rename *.stderr-ghc to *.stderrThomas Miedema2015-07-141-0/+0
* Remove all *.stderr/stdout-hugs filesThomas Miedema2015-07-0621-25/+0
* parser: Allow Lm (MODIFIER LETTER) category in identifiersThomas Miedema2015-07-039-0/+37
* Test #10582Richard Eisenberg2015-06-272-0/+7
* Error message wibbles from out-of-scope changesSimon Peyton Jones2015-06-264-66/+40
* Add module header to testSimon Peyton Jones2015-06-261-0/+1
* 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-092-3/+3
* | Testsuite: add/fix cleanup for certain testsThomas Miedema2015-06-041-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
* parser: allow type-level cons in prefix positionKinokkory2015-04-032-0/+14
* Fix validate linenumber off-by-oneThomas Miedema2015-04-031-1/+1
* Change 'Tab character' warnings so there is one per file (#9723)Dave Laing2015-04-026-3/+44
* Syntax check package-qualified imports (#9225)Thomas Miedema2015-03-313-0/+9
* Re-export `<$>` from Prelude (#10113)Herbert Valerio Riedel2015-03-072-2/+2
* 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
* Major patch to add -fwarn-redundant-constraintsSimon Peyton Jones2015-01-062-1/+3
* Modify a couple of error messages slightlySimon Peyton Jones2015-01-061-46/+46
* Implement -XStaticValuesFacundo Domínguez2014-12-092-1/+9
* 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
* Testsuite error message changesSimon Peyton Jones2014-11-041-5/+5
* 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
* Make Applicative a superclass of MonadAustin Seipp2014-09-091-1/+1
* StringBuffer should not contain initial byte-order mark (BOM)Thomas Miedema2014-09-012-0/+35
* 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-2714-0/+125
* Derive Typable for promoted data constructors (Trac #8950)Simon Peyton Jones2014-04-071-1/+1
* Use U+2018 instead of U+201B quote mark in compiler messagesHerbert Valerio Riedel2014-02-2536-80/+80
* Add a test for d3af980 (#5682)Austin Seipp2014-02-201-2/+3
* Fix #5682. Now, '(:) parses.Richard Eisenberg2014-02-132-0/+13
* 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-062-37/+5
* Add a timeout for #8431Krzysztof Gogolewski2013-10-121-1/+1
* Test #8431Krzysztof Gogolewski2013-10-123-0/+4