summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_fail
Commit message (Expand)AuthorAgeFilesLines
* Fix #15849 by checking whether there's a do blocknineonine2019-02-205-4/+8
* Visible kind applicationmynguyen2019-01-033-0/+16
* testsuite: Remove expect_broken on readFail032 and readFail048Ben Gamari2018-12-221-4/+6
* Lower precedence for {-# UNPACK #-}Vladislav Zavialov2018-11-0111-5/+29
* Improve generated `GHC.Prim` docsAlec Theriault2018-10-043-0/+18
* Parse the (!) type operator and allow type operators in existential contextVladislav Zavialov2018-10-0412-7/+31
* testsuite: Fix readFail048 and readFail032 brokenness declarationsBen Gamari2018-09-211-2/+2
* testsuite: Mark readFail032 and readFail048 as broken on DarwinBen Gamari2018-09-211-2/+4
* Compiler panic on invalid syntax (unterminated pragma)roland2018-09-042-1/+6
* Fix #line pragmas in nested commentsBen Sklaroff2018-08-215-14/+57
* testsuite: Add test for #15053Ben Gamari2018-07-062-0/+4
* Embrace -XTypeInType, add -XStarIsTypeVladislav Zavialov2018-06-1412-5/+22
* Don't expose (~#), (~R#), (~P#) from GHC.PrimRyan Scott2018-06-073-0/+10
* Better error message for empty character literal, for Trac #13450.HE, Tao2018-04-195-0/+22
* Slighly improve infix con app pattern errorsÖmer Sinan Ağacan2018-03-143-0/+11
* Simplify rnLHsInstTypeSimon Peyton Jones2018-03-051-1/+4
* Raise parse error for `data T where`.HE, Tao2018-02-133-0/+9
* UnboxedTuples can't be used as constraintsHE, Tao2018-01-313-0/+11
* Implement BlockArguments (#10843)Takano Akio2018-01-318-2/+44
* Implement underscores in numeric literals (NumericUnderscores extension)Takenobu Tani2018-01-219-0/+81
* Fix #14588 by checking for more bang patternsRyan Scott2017-12-203-0/+8
* typecheck: Clarify errors mentioned in #14385Ben Gamari2017-10-252-8/+8
* Do not discard insolubles in implicationsSimon Peyton Jones2017-07-282-11/+4
* Fix #13948 by being pickier about when to suggest DataKindsRyan Scott2017-07-111-1/+0
* Print warnings on parser failures (#12610).Dave Laing2017-05-153-1/+14
* Fix incorrect ambiguity error on identically-named data constructorsSoham Chowdhury2017-05-111-0/+1
* Fixed error messages for RecursiveDo (#8501)Rupert Horlick2017-03-298-2/+71
* unlit: replace the SHEBANG with an empty linePhil Ruffwind2017-03-133-0/+6
* Improve error messages for skolemsSimon Peyton Jones2017-03-101-1/+1
* Fix TcSimplify.decideQuantification for kind variablesSimon Peyton Jones2017-03-101-3/+3
* Disallow unboxed string literals in patterns (#13260)Rupert Horlick2017-03-063-0/+12
* testsuite: Fix output due to recent COMPLETE changesBen Gamari2017-03-032-8/+2
* Changed parser message for RankNTypes (#12811)Rupert Horlick2017-03-023-0/+13
* Add suggestion for PatternSynonyms parse error (fixes #12429)Rupert Horlick2017-03-023-0/+11
* Tweaks and typos in manual, note refs, commentsGabor Greif2017-02-091-1/+1
* A collection of type-inference refactorings.Simon Peyton Jones2016-10-212-6/+3
* Implement deriving strategiesRyan Scott2016-09-301-1/+1
* Testsuite: tabs -> spaces [skip ci]Thomas Miedema2016-06-206-41/+41
* Major patch to introduce TyConBinderSimon Peyton Jones2016-06-151-2/+2
* Fix Trac #12051Simon Peyton Jones2016-05-193-0/+6
* Kill varSetElems in tidyFreeTyCoVarsBartosz Nitka2016-05-181-2/+2
* Kill varSetElemsWellScoped in quantifyTyVarsBartosz Nitka2016-04-261-3/+3
* Testsuite: delete empty files [skip ci]Thomas Miedema2016-02-251-0/+0
* Testsuite: delete Windows line endings [skip ci] (#11631)Thomas Miedema2016-02-236-50/+50
* 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-233-30/+30
* Modifier letter in middle of identifier is okThomas Miedema2016-02-193-9/+0
* Testsuite: delete compiler_lt/le/gt/ge setup functionsThomas Miedema2016-02-171-2/+2
* Refactor the typechecker to use ExpTypes.Richard Eisenberg2016-01-271-30/+12
* Visible type applicationRichard Eisenberg2015-12-241-2/+2