summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_fail
Commit message (Expand)AuthorAgeFilesLines
* 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
* Testsuite: delete Windows line endings [skip ci] (#11631)Thomas Miedema2016-02-2312-82/+82
* Testsuite: accept output without Windows line endings (#11631)Thomas Miedema2016-02-235-18/+19
* Testsuite: delete Windows line endings [skip ci] (#11631)Thomas Miedema2016-02-238-80/+80
* Testsuite: delete compiler_lt/le/gt/ge setup functionsThomas Miedema2016-02-171-6/+3
* Improve error message suppressionSimon Peyton Jones2016-02-152-25/+5
* Wrap solveEqualities in checkNoErrsSimon Peyton Jones2016-02-101-14/+10
* Allow foralls in instance declsSimon Peyton Jones2016-02-081-14/+14
* Re-add missing kind generalisationSimon Peyton Jones2016-01-211-2/+1
* Visible type applicationRichard Eisenberg2015-12-246-17/+22
* Narrow scope of special-case for unqualified printing of names in core librariesBen Gamari2015-12-151-8/+9
* Add kind equalities to GHC.Richard Eisenberg2015-12-113-14/+20
* Refactor ConDeclAlan Zimmerman2015-12-071-1/+5
* Refactor treatment of wildcardsSimon Peyton Jones2015-12-014-20/+23