summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename
Commit message (Expand)AuthorAgeFilesLines
...
* More explicit foralls (GHC Proposal 0007)Matthew Yacavone2018-10-278-0/+106
* Enable -Wcompat=error in the testsuiteVladislav Zavialov2018-10-151-1/+3
* Parse the (!) type operator and allow type operators in existential contextVladislav Zavialov2018-10-041-3/+4
* Don't show constraint tuples in errors (#14907)Alec Theriault2018-09-255-0/+24
* Don't look up unnecessary return in LastStmtSimon Peyton Jones2018-09-233-0/+12
* Buglet in reporting out of scope errors in rulesSimon Peyton Jones2018-09-233-1/+12
* Improve ambiguous-occurrence error messageSimon Peyton Jones2018-08-215-4/+23
* Initialise cec_suppress properlySimon Peyton Jones2018-08-203-0/+22
* Add test cases for Ticket #12146.Aditya2018-08-173-0/+10
* Remove decideKindGeneralisationPlanRichard Eisenberg2018-08-023-9/+14
* Treat isConstraintKind more consistentlySimon Peyton Jones2018-07-251-1/+1
* Handle DuplicateRecordFields correctly in filterImports (fixes #14487)Adam Gundry2018-06-173-0/+15
* Use data con name instead of parent in lookupRecFieldOccAdam Gundry2018-06-158-1/+38
* Embrace -XTypeInType, add -XStarIsTypeVladislav Zavialov2018-06-142-2/+2
* Fix #15214 by listing (~) in isBuiltInOcc_maybeRyan Scott2018-06-023-0/+7
* testsuite: Fix `./validate --slow`Alp Mestanogullari2018-04-191-1/+1
* Bump base to version 4.12.0.0Ryan Scott2018-04-191-1/+1
* Bump version numbers: base-4.11.1.0, integer-gmp-1.0.2.0Ryan Scott2018-04-131-1/+1
* Improve the warning message of qualified unused imports.HE, Tao2018-03-194-0/+25
* Simplify rnLHsInstTypeSimon Peyton Jones2018-03-052-2/+17
* Add missing case to HsExpr.isMonadFailStmtContextSimon Peyton Jones2017-12-183-0/+15
* Refactor ConDecl: Trac #14529Simon Peyton Jones2017-12-071-1/+1
* typecheck: Consistently use pretty quotes in error messagesBen Gamari2017-11-271-1/+2
* Fix space leak in BinIface.getSymbolTableDouglas Wilson2017-10-252-2/+2
* Fix #10816 by renaming FixitySigs more consistentlyRyan Scott2017-10-112-0/+12
* Remove m_type from Match (#14313)Joachim Breitner2017-10-043-11/+0
* Suppress error cascade in record fieldsSimon Peyton Jones2017-10-035-8/+13
* Reexport Semigroup's <> operator from Prelude (#14191)Herbert Valerio Riedel2017-09-222-4/+4
* Bump base to 4.11.0.0Ben Gamari2017-09-211-1/+1
* Identify fields by selector when type-checking (fixes #13644)Adam Gundry2017-09-214-1/+14
* Fix #14167 by using isGadtSyntaxTyCon in more placesRyan Scott2017-09-021-4/+2
* Refactor bindHsQTyVars and friendsSimon Peyton Jones2017-08-291-16/+5
* Fix #13819 by refactoring TypeEqOrigin.uo_thingRichard Eisenberg2017-07-271-2/+1
* Mention which -Werror promoted a warning to an errorÖmer Sinan Ağacan2017-07-111-4/+1
* Fix #13947 by checking for unbounded names moreRyan Scott2017-07-113-0/+9
* Fix #13948 by being pickier about when to suggest DataKindsRyan Scott2017-07-113-7/+2
* RnEnv refactoringMatthew Pickering2017-05-114-0/+19
* Fix incorrect ambiguity error on identically-named data constructorsSoham Chowdhury2017-05-117-3/+25
* Don't warn about variable-free strict pattern bindingsSimon Peyton Jones2017-05-093-1/+20
* 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-269-25/+25
* 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