summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_compile
Commit message (Expand)AuthorAgeFilesLines
* Add -Wmissing-deriving-strategieswip/D5451chessai2019-01-017-0/+42
* testsuite: Fix a variety of issues when building with integer-simpleBen Gamari2018-12-241-1/+1
* Remove duplicates in -ddump-minimial-importsSimon Peyton Jones2018-12-054-1/+13
* Fix unused-import warningsDavid Eichmann2018-11-224-1/+13
* Finish fix for #14880.Tobias Dammers2018-10-281-0/+10
* More explicit foralls (GHC Proposal 0007)Matthew Yacavone2018-10-275-0/+82
* Enable -Wcompat=error in the testsuiteVladislav Zavialov2018-10-151-1/+3
* Handle DuplicateRecordFields correctly in filterImports (fixes #14487)Adam Gundry2018-06-173-0/+15
* Use data con name instead of parent in lookupRecFieldOccAdam Gundry2018-06-157-0/+33
* testsuite: Fix `./validate --slow`Alp Mestanogullari2018-04-191-1/+1
* Improve the warning message of qualified unused imports.HE, Tao2018-03-194-0/+25
* Refactor ConDecl: Trac #14529Simon Peyton Jones2017-12-071-1/+1
* Fix space leak in BinIface.getSymbolTableDouglas Wilson2017-10-252-2/+2
* Fix #10816 by renaming FixitySigs more consistentlyRyan Scott2017-10-112-0/+12
* RnEnv refactoringMatthew Pickering2017-05-114-0/+19
* Don't warn about variable-free strict pattern bindingsSimon Peyton Jones2017-05-093-1/+20
* tests: remove extra_files.py (#12223)Reid Barton2017-02-262-16/+16
* 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