summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail
Commit message (Expand)AuthorAgeFilesLines
* Fix more typos, via an improved Levenshtein-style correctorBrian Wignall2020-01-121-2/+2
* Don't zap to Any; error insteadRichard Eisenberg2020-01-124-29/+80
* Fix typos, via a Levenshtein-style correctorBrian Wignall2020-01-043-3/+3
* Do more validity checks for quantified constraintsRichard Eisenberg2019-12-163-0/+13
* Pretty-printing of the * kindVladislav Zavialov2019-12-052-2/+2
* Whitespace-sensitive bang patterns (#1087, #17162)wip/whitespace-and-lookaheadVladislav Zavialov2019-11-273-11/+14
* Strip parentheses in expressions contexts in error messagesVladislav Zavialov2019-11-196-12/+12
* Fix #17405 by not checking imported equationsRichard Eisenberg2019-11-105-50/+68
* Whitespace forward compatibility for proposal #229Vladislav Zavialov2019-10-304-4/+4
* Make isTcLevPoly more conservative with newtypes (#17360)Ryan Scott2019-10-243-0/+18
* Implement a coverage checker for injectivityRichard Eisenberg2019-10-237-7/+83
* Don't skip validity checks for built-in classes (#17355)Ryan Scott2019-10-153-0/+21
* Fix validity checking for inferred typesSimon Peyton Jones2019-10-124-0/+17
* Solve constraints from top-level groups soonerRichard Eisenberg2019-10-081-2/+2
* Add Monad instances to `(,,) a b` and `(,,,) a b c`Fumiaki Kinoshita2019-10-042-2/+2
* Standalone kind signatures (#16794)wip/top-level-kind-signaturesVladislav Zavialov2019-09-257-13/+21
* Test #17077.Richard Eisenberg2019-09-193-0/+14
* Improve error message for out-of-scope variables + VTASimon Peyton Jones2019-09-174-6/+9
* Rip out 9-year-old pattern variable hack (#17007)Ryan Scott2019-08-021-9/+9
* Line wrap when pp long expressions (fixes #16874)Alfredo Di Napoli2019-07-203-0/+25
* Refactor UnliftedNewtypes-relation kind signature validity checksRyan Scott2019-06-2311-12/+68
* Synchronize ClsInst.doTyConApp with TcTypeable validity checks (#15862)Ryan Scott2019-06-153-0/+65
* Implement the -XUnliftedNewtypes extension.Andrew Martin2019-06-1449-26/+361
* Fix #16517 by bumping the TcLevel for method sigsRichard Eisenberg2019-06-094-2/+13
* In hole fits, don't show VTA for inferred variables (#16456)Krzysztof Gogolewski2019-05-293-0/+19
* Add test for old issue displaying unboxed tuples in error messages (#502)Kevin Buhr2019-05-293-0/+23
* Fix tcfail158 (#15899)Krzysztof Gogolewski2019-05-272-4/+5
* Use HsTyPats in associated type family defaultsRyan Scott2019-05-221-5/+6
* Guard CUSKs behind a language pragmaVladislav Zavialov2019-05-143-0/+16
* Regression test for #16627.Richard Eisenberg2019-05-083-0/+21
* Make equality constraints in kinds invisibleRyan Scott2019-05-033-0/+29
* base: Remove `Monad(fail)` method and reexport `MonadFail(fail)` insteadHerbert Valerio Riedel2019-03-222-3/+3
* Reject nested predicates in impredicativity checkingRyan Scott2019-03-206-7/+23
* Improve error recovery in the typecheckerSimon Peyton Jones2019-03-161-22/+0
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-1534-35/+35
* testsuite: Add testcase for #16394Ben Gamari2019-03-143-0/+18
* Use transSuperClasses in TcErrorsSimon Peyton Jones2019-03-123-0/+31
* Ignore more version numbers in the testsuiteAlec Theriault2019-03-111-2/+2
* Stop inferring over-polymorphic kindsSimon Peyton Jones2019-03-091-2/+2
* Be more careful when naming TyCon bindersSimon Peyton Jones2019-03-051-2/+2
* Treat kind/type variables identically, demolish FKTVVladislav Zavialov2019-02-275-15/+9
* Add AnonArgFlag to FunTySimon Peyton Jones2019-02-233-9/+4
* Remove Simon's special number from typecheck/should_fail/all.twip/unexpected-testMatthew Pickering2019-02-161-1/+0
* Fix tests which were made to pass by "Make a smart mkAppTyM"Matthew Pickering2019-02-161-1/+1
* 'forall' always a keyword, plus the dot type operatorVladislav Zavialov2019-02-153-6/+6
* Fail fast in solveLocalEqualitiesSimon Peyton Jones2019-02-1414-170/+24
* Fix #16188Richard Eisenberg2019-02-123-0/+29
* testsuite: Mark T14740 and tcfail159 as broken in debugged compilerBen Gamari2019-02-071-1/+1
* Reject oversaturated VKAs in type family equationsRyan Scott2019-02-015-0/+56
* testsuite: Use makefile_testBen Gamari2019-01-301-1/+1