summaryrefslogtreecommitdiff
path: root/compiler/rename
Commit message (Expand)AuthorAgeFilesLines
...
* Spelling only [ci skip]Gabor Greif2017-02-231-1/+1
* Type-indexed TypeableBen Gamari2017-02-181-16/+13
* Typos [ci skip]Gabor Greif2017-02-151-1/+1
* Implement HasField constraint solving and modify OverloadedLabelsAdam Gundry2017-02-142-13/+18
* Refactor renaming of operators/sections to fix DuplicateRecordFields bugsAdam Gundry2017-02-141-22/+52
* Fix #13214 by correctly setting up dep_orphs for signatures.Edward Z. Yang2017-02-111-4/+5
* Prevent Template Haskell splices from throwing a spurious TypeInType errorRyan Scott2017-02-101-2/+38
* TH-spliced class instances are pretty-printed incorrectly post-#3384Alan Zimmerman2017-02-101-6/+0
* Add support for StaticPointers in GHCiBen Gamari2017-02-021-9/+0
* Make type import/export API Annotation friendlyAlan Zimmerman2017-01-261-37/+71
* COMPLETE pragmas for enhanced pattern exhaustiveness checkingMatthew Pickering2017-01-261-0/+10
* Typos in comments [ci skip]Gabor Greif2017-01-251-2/+2
* Typos and grammar in manual/commentsGabor Greif2017-01-231-1/+1
* Fix get_op in the case of an unambiguous record selector (#13132)Reid Barton2017-01-181-0/+1
* Spelling fixes in comments [ci skip]Gabor Greif2017-01-181-1/+1
* Unquote ‘import’ in bad import error messagePhil Ruffwind2017-01-171-2/+2
* Typos in manual, comments and testsGabor Greif2017-01-121-4/+4
* Check that type variable does not reference itself in its kind signatureJohn Leo2017-01-101-6/+16
* Don't suggest enabling TypeApplications when it's already enabledMaciej Bielecki2017-01-021-2/+8
* rename: Add note describing #11216Ben Gamari2016-12-231-4/+22
* rename: Don't require 'fail' in non-monadic contextsBen Gamari2016-12-231-3/+10
* Test Trac #12968, plus some commentsSimon Peyton Jones2016-12-211-0/+2
* Allow use of the external interpreter in stage1.Shea Levy2016-12-202-26/+0
* Revert "Allow use of the external interpreter in stage1."Tamar Christina2016-12-192-0/+26
* Allow use of the external interpreter in stage1.Shea Levy2016-12-172-26/+0
* Add infix flag for class and data declarationsAlan Zimmerman2016-12-123-6/+20
* Add HsSyn prettyprinter testsAlan Zimmerman2016-12-075-29/+32
* Fix used-variable calculation (Trac #12548)Simon Peyton Jones2016-12-051-16/+32
* Fix a name-space problem with promotionSimon Peyton Jones2016-11-251-1/+25
* Collect wildcards in sum types during renaming (#12711)Ömer Sinan Ağacan2016-11-241-2/+5
* A few typos in commentsGabor Greif2016-11-211-2/+2
* API Annotations: make all ModuleName LocatedAlan Zimmerman2016-11-031-1/+1
* Typos in commentsGabor Greif2016-10-311-1/+1
* Remove -dtrace-levelMatthew Pickering2016-10-261-0/+3
* Make traceRn behave more like traceTcMatthew Pickering2016-10-266-56/+64
* Refactoring: Delete copied function in backpack/NameShapeMatthew Pickering2016-10-221-60/+0
* Track dep_finsts in exports hash, as it affects downstream deps.Edward Z. Yang2016-10-171-0/+5
* RnExpr: Actually fail if patterns found in expressionBen Gamari2016-10-121-1/+4
* Add trailing comma to fix the build.Matthew Pickering2016-10-081-1/+1
* Rework renaming of children in export lists.Matthew Pickering2016-10-084-444/+13
* Distinguish between UnitId and InstalledUnitId.Edward Z. Yang2016-10-081-3/+4
* The Backpack patch.Edward Z. Yang2016-10-082-30/+19
* Do not warn about unused underscore-prefixed fields (fixes Trac #12609)Adam Gundry2016-10-011-5/+8
* Don't warn about name shadowing when renaming the patten in a PatSyn declMatthew Pickering2016-10-011-4/+26
* Fix interaction of record pattern synonyms and record wildcardsMatthew Pickering2016-10-011-2/+2
* Implement deriving strategiesRyan Scott2016-09-302-11/+38
* Print foralls in user formatSimon Peyton Jones2016-09-261-1/+1
* Remove uses of mkMatchGroupNameMatthew Pickering2016-09-111-1/+1
* Don't ignore addTopDecls in module finalizers.Facundo Domínguez2016-09-051-0/+1
* RnExpr: Fix ApplicativeDo desugaring with RebindableSyntaxBen Gamari2016-08-312-21/+47