summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser
Commit message (Expand)AuthorAgeFilesLines
* Refactor the typechecker to use ExpTypes.Richard Eisenberg2016-01-272-34/+16
* Add test for #10379Thomas Miedema2016-01-042-0/+10
* Visible type applicationRichard Eisenberg2015-12-245-9/+73
* Conditionally show plural "s" in warningsDavid Luposchainsky2015-12-171-19/+19
* Add kind equalities to GHC.Richard Eisenberg2015-12-114-19/+19
* Refactor treatment of wildcardsSimon Peyton Jones2015-12-014-50/+52
* Rearrange error msgs and add section markers (Trac #11014).Evan Laforge2015-11-242-17/+17
* Parser: allow empty multi-line deprecation warningsThomas Miedema2015-11-083-1/+11
* 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
* Skip a possible BOM in utf8 encodingJoachim Breitner2015-09-252-0/+4
* 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