summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser
Commit message (Expand)AuthorAgeFilesLines
* Testsuite: tabs -> spaces [skip ci]Thomas Miedema2016-06-2012-193/+193
* Major patch to introduce TyConBinderSimon Peyton Jones2016-06-151-2/+2
* Add support for unicode TH quotes (#11743)Josh Price2016-05-243-35/+44
* Fix Trac #12051Simon Peyton Jones2016-05-193-0/+6
* Kill varSetElems in tidyFreeTyCoVarsBartosz Nitka2016-05-181-2/+2
* Kill non-deterministic foldUFM in TrieMap and TcAppMapBartosz Nitka2016-05-041-4/+4
* Testsuite: benign test fixesThomas Miedema2016-04-281-1/+1
* Kill varSetElemsWellScoped in quantifyTyVarsBartosz Nitka2016-04-262-4/+4
* Fix misattribution of `-Wunused-local-binds` warningsHerbert Valerio Riedel2016-04-051-2/+2
* Add unicode syntax for banana bracketsJosh Price2016-03-242-0/+36
* Print which flag controls emitted lexer warningsHerbert Valerio Riedel2016-02-275-5/+7
* Print which warning-flag controls an emitted warningMichael Walker2016-02-253-9/+11
* Testsuite: delete empty files [skip ci]Thomas Miedema2016-02-256-0/+0
* Testsuite: for tests that use TH, omit *all* prof_waysThomas Miedema2016-02-251-2/+2
* Allow combining characters in identifiers (#7650)Thomas Miedema2016-02-233-0/+13
* Testsuite: delete Windows line endings [skip ci] (#11631)Thomas Miedema2016-02-237-52/+52
* Testsuite: accept output without Windows line endings (#11631)Thomas Miedema2016-02-232-10/+10
* Testsuite: delete Windows line endings [skip ci] (#11631)Thomas Miedema2016-02-235-49/+49
* Modifier letter in middle of identifier is okThomas Miedema2016-02-194-9/+5
* Testsuite: delete compiler_lt/le/gt/ge setup functionsThomas Miedema2016-02-173-7/+7
* 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