summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_fail
Commit message (Expand)AuthorAgeFilesLines
...
* Add missing case to HsExpr.isMonadFailStmtContextSimon Peyton Jones2017-12-183-0/+15
* typecheck: Consistently use pretty quotes in error messagesBen Gamari2017-11-271-1/+2
* Remove m_type from Match (#14313)Joachim Breitner2017-10-043-11/+0
* Suppress error cascade in record fieldsSimon Peyton Jones2017-10-035-8/+13
* Reexport Semigroup's <> operator from Prelude (#14191)Herbert Valerio Riedel2017-09-222-4/+4
* Bump base to 4.11.0.0Ben Gamari2017-09-211-1/+1
* Identify fields by selector when type-checking (fixes #13644)Adam Gundry2017-09-214-1/+14
* Fix #14167 by using isGadtSyntaxTyCon in more placesRyan Scott2017-09-021-4/+2
* Refactor bindHsQTyVars and friendsSimon Peyton Jones2017-08-291-16/+5
* Fix #13819 by refactoring TypeEqOrigin.uo_thingRichard Eisenberg2017-07-271-2/+1
* Mention which -Werror promoted a warning to an errorÖmer Sinan Ağacan2017-07-111-4/+1
* Fix #13947 by checking for unbounded names moreRyan Scott2017-07-113-0/+9
* Fix #13948 by being pickier about when to suggest DataKindsRyan Scott2017-07-112-4/+1
* Fix incorrect ambiguity error on identically-named data constructorsSoham Chowdhury2017-05-116-2/+22
* Add a failing test for T13644Matthew Pickering2017-05-086-0/+29
* Fix TcSimplify.decideQuantification for kind variablesSimon Peyton Jones2017-03-101-1/+1
* tests: remove extra_files.py (#12223)Reid Barton2017-02-261-3/+3
* Tweaks and typos in manual, note refs, commentsGabor Greif2017-02-091-1/+1
* Remove clean_cmd and extra_clean usage from .T filesThomas Miedema2017-01-221-26/+7
* Unquote ‘import’ in bad import error messagePhil Ruffwind2017-01-172-5/+5
* Revamp Backpack/hs-boot handling of type class signatures.Edward Z. Yang2017-01-111-0/+1
* Check that type variable does not reference itself in its kind signatureJohn Leo2017-01-103-0/+30
* Don't suggest enabling TypeApplications when it's already enabledMaciej Bielecki2017-01-023-0/+9
* base: Bump version to 4.10.0.0Ben Gamari2016-12-151-2/+2
* Add HsSyn prettyprinter testsAlan Zimmerman2016-12-072-2/+2
* Fix a name-space problem with promotionSimon Peyton Jones2016-11-253-0/+18
* Test Trac #12681Simon Peyton Jones2016-10-174-0/+11
* RnExpr: Actually fail if patterns found in expressionBen Gamari2016-10-125-4/+9
* Update test outputJoachim Breitner2016-09-241-1/+1
* Replace INLINEABLE by INLINABLE (#12613)Joachim Breitner2016-09-241-1/+1
* Correct the message displayed for syntax error (#12146)Aditya2016-07-071-2/+2
* Test Trac #12229Simon Peyton Jones2016-06-243-0/+17
* Make the Ord Module independent of Unique order (2nd try)Bartosz Nitka2016-06-222-17/+17
* Testsuite: tabs -> spaces [skip ci]Thomas Miedema2016-06-207-25/+25
* Testsuite: remove Windows CR [skip ci]Thomas Miedema2016-06-201-11/+11
* Major patch to introduce TyConBinderSimon Peyton Jones2016-06-151-1/+1
* Revert "Make the Ord Module independent of Unique order"Simon Peyton Jones2016-06-152-17/+17
* Make the Ord Module independent of Unique orderBartosz Nitka2016-06-132-17/+17
* Improve typechecking of let-bindingsSimon Peyton Jones2016-06-131-10/+11
* Improve the error messages for static forms.Facundo Domínguez2016-06-094-12/+37
* Kill varSetElems in tidyFreeTyCoVarsBartosz Nitka2016-05-181-1/+1
* StaticPointers: Allow closed vars in the static form.Facundo Domínguez2016-05-023-8/+23
* Testsuite: benign test fixesThomas Miedema2016-04-281-1/+1
* Kill varSetElemsWellScoped in quantifyTyVarsBartosz Nitka2016-04-261-1/+1
* rename: Disallow type signatures in patterns in plain HaskellBen Gamari2016-03-293-0/+25
* Track specified/invisible more carefully.Richard Eisenberg2016-03-211-1/+2
* GHCi: Fix load/reload space leaks (#4029)Jason Eisenberg2016-03-051-4/+4
* Print which warning-flag controls an emitted warningMichael Walker2016-02-256-12/+12
* Testsuite: delete empty files [skip ci]Thomas Miedema2016-02-251-0/+0
* Improve accuracy of suggestion to use TypeApplicationsMatthew Pickering2016-02-252-4/+1