summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename
Commit message (Expand)AuthorAgeFilesLines
* 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-229-195/+48
* Fix get_op in the case of an unambiguous record selector (#13132)Reid Barton2017-01-182-0/+6
* 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
* Revert "Mark rn017 and T7672 as expect_broken(#12930) with -DDEBUG"Matthew Pickering2016-12-061-3/+1
* Mark rn017 and T7672 as expect_broken(#12930) with -DDEBUGSimon Marlow2016-12-061-1/+3
* Fix used-variable calculation (Trac #12548)Simon Peyton Jones2016-12-052-0/+13
* Replace -fshow-source-paths with -fhide-source-pathsSylvain Henry2016-11-291-3/+3
* Fix a name-space problem with promotionSimon Peyton Jones2016-11-253-0/+18
* Make default output less verbose (source/object paths)Sylvain HENRY2016-11-111-3/+3
* A collection of type-inference refactorings.Simon Peyton Jones2016-10-211-1/+1
* Test Trac #12681Simon Peyton Jones2016-10-174-0/+11
* RnExpr: Actually fail if patterns found in expressionBen Gamari2016-10-125-4/+9
* Print foralls in user formatSimon Peyton Jones2016-09-263-0/+9
* Update test outputJoachim Breitner2016-09-241-1/+1
* Replace INLINEABLE by INLINABLE (#12613)Joachim Breitner2016-09-241-1/+1
* Fix startsVarSym and refactor operator predicates (fixes #4239)Malo Jaffré2016-09-013-1/+3
* Revert "Fix startsVarSym and refactor operator predicates (fixes #4239)"Ben Gamari2016-09-013-3/+1
* Fix startsVarSym and refactor operator predicates (fixes #4239)Ben Gamari2016-09-013-1/+3
* Fix scoping of type variables in instancesSimon Peyton Jones2016-08-262-0/+11
* 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