summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename
Commit message (Expand)AuthorAgeFilesLines
* Correct the message displayed for syntax error (#12146)Aditya2016-07-071-2/+2
* Test Trac #12229Simon Peyton Jones2016-06-243-0/+17
* Fix renamer panicSimon Peyton Jones2016-06-243-0/+16
* Make the Ord Module independent of Unique order (2nd try)Bartosz Nitka2016-06-222-17/+17
* Testsuite: remove `-Wno-warn-tabs` from default flagsThomas Miedema2016-06-201-0/+1
* Testsuite: tabs -> spaces [skip ci]Thomas Miedema2016-06-2017-51/+50
* 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
* Testsuite driver: always quote opts.testdirThomas Miedema2016-06-071-1/+1
* 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
* SCC analysis for instances as well as types/classesSimon Peyton Jones2016-04-201-1/+0
* Fix misattribution of `-Wunused-local-binds` warningsHerbert Valerio Riedel2016-04-0510-13/+13
* 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
* Fix #11624, cannot declare hs-boot if already one in scope.Edward Z. Yang2016-03-115-0/+15
* Drop module qualifier from punned record fields (#11662)Adam Gundry2016-03-053-0/+21
* GHCi: Fix load/reload space leaks (#4029)Jason Eisenberg2016-03-051-4/+4
* Print which warning-flag controls an emitted warningMichael Walker2016-02-2536-73/+99
* Testsuite: delete empty files [skip ci]Thomas Miedema2016-02-2522-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-2315-107/+107
* 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-2317-147/+147
* 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
* Refactor the typechecker to use ExpTypes.Richard Eisenberg2016-01-272-1/+10
* Re-add missing kind generalisationSimon Peyton Jones2016-01-211-2/+1
* Switch from -this-package-key to -this-unit-id.Edward Z. Yang2016-01-192-2/+2
* Test Trac #10625Simon Peyton Jones2016-01-072-0/+7
* Visible type applicationRichard Eisenberg2015-12-247-18/+24
* Narrow scope of special-case for unqualified printing of names in core librariesBen Gamari2015-12-151-8/+9
* DynFlags Remove -fwarn-context-quantification flagBen Gamari2015-12-152-19/+18
* Add kind equalities to GHC.Richard Eisenberg2015-12-113-14/+20
* Fix infix record field fixity (#11167 and #11173).Adam Gundry2015-12-113-0/+46
* Refactor ConDeclAlan Zimmerman2015-12-072-2/+6
* Re-export data family when exporting a data instance without an export listDavid Kraeutmann2015-12-074-0/+17
* Refactor treatment of wildcardsSimon Peyton Jones2015-12-018-70/+61
* More import related hintsJoachim Breitner2015-11-183-0/+43
* Give helpful advice when a fully qualified name is not in scopeJoachim Breitner2015-11-1313-13/+118
* Bump `base` version to 4.9.0.0 (closes #11026)Herbert Valerio Riedel2015-11-011-1/+1
* Record usage information using GlobalRdrEltSimon Peyton Jones2015-10-301-1/+1