summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_compile
Commit message (Expand)AuthorAgeFilesLines
* Remove clean_cmd and extra_clean usage from .T filesThomas Miedema2017-01-222-140/+35
* Fix get_op in the case of an unambiguous record selector (#13132)Reid Barton2017-01-182-0/+6
* 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
* 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
* Print foralls in user formatSimon Peyton Jones2016-09-263-0/+9
* 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
* Fix renamer panicSimon Peyton Jones2016-06-243-0/+16
* Testsuite: remove `-Wno-warn-tabs` from default flagsThomas Miedema2016-06-201-0/+1
* Testsuite: tabs -> spaces [skip ci]Thomas Miedema2016-06-207-17/+16
* 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
* 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
* Print which warning-flag controls an emitted warningMichael Walker2016-02-2530-61/+87
* Testsuite: delete empty files [skip ci]Thomas Miedema2016-02-2519-0/+0
* Testsuite: delete Windows line endings [skip ci] (#11631)Thomas Miedema2016-02-233-25/+25
* Testsuite: delete Windows line endings [skip ci] (#11631)Thomas Miedema2016-02-239-67/+67
* Refactor the typechecker to use ExpTypes.Richard Eisenberg2016-01-272-1/+10
* Switch from -this-package-key to -this-unit-id.Edward Z. Yang2016-01-191-1/+1
* Test Trac #10625Simon Peyton Jones2016-01-072-0/+7
* Visible type applicationRichard Eisenberg2015-12-241-1/+2
* DynFlags Remove -fwarn-context-quantification flagBen Gamari2015-12-152-19/+18
* Fix infix record field fixity (#11167 and #11173).Adam Gundry2015-12-113-0/+46
* Refactor ConDeclAlan Zimmerman2015-12-071-1/+1
* 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-014-50/+38
* Record usage information using GlobalRdrEltSimon Peyton Jones2015-10-301-1/+1
* Implement DuplicateRecordFieldsAdam Gundry2015-10-161-1/+1
* Check options before warning about source imports.Alex Rozenshteyn2015-08-221-3/+0
* Testsuite: mark 3 tests expect_broken_for(#10181, ['optasm', 'optllvm'])Thomas Miedema2015-07-181-1/+1
* Testsuite: rename *.stderr-ghc to *.stderrThomas Miedema2015-07-149-0/+0
* Testsuite: delete remaining only_compiler_types(['ghc']) setupsThomas Miedema2015-07-142-10/+9
* Testsuite: delete expect_fail setups for ghc < 7.1Thomas Miedema2015-06-091-1/+1
* Refactor RdrName.Provenance, to fix #7672Simon Peyton Jones2015-06-032-3/+3
* Refactor the GlobalRdrEnv, fixing #7672Simon Peyton Jones2015-06-021-12/+12
* Add (failing) test case for #7672.Edward Z. Yang2015-06-014-0/+8
* Fix typo: identifer -> identifierVikraman Choudhury2015-05-061-1/+1
* driver: split -fwarn-unused-binds into 3 flags (fixes #17)Oleg Grenrus2015-02-2312-8/+115
* renamer: fix trac issue #9778Carlos Tomé2014-12-053-0/+12
* Hide `Data.OldList` moduleHerbert Valerio Riedel2014-11-201-1/+1
* Generalise Data.List/Control.Monad to Foldable/TraversableHerbert Valerio Riedel2014-09-211-1/+1
* Set up framework for generalising Data.List to FoldablesHerbert Valerio Riedel2014-09-202-0/+4
* Add -fwarn-context-quantification (#4426)Krzysztof Gogolewski2014-09-183-0/+58