summaryrefslogtreecommitdiff
path: root/compiler/rename
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix scoping of type variables in instancesSimon Peyton Jones2016-08-261-17/+14
* Improve missing-sig warningSimon Peyton Jones2016-08-121-9/+11
* Compute boot-defined TyCon names from ModIface.Edward Z. Yang2016-07-261-15/+62
* Implement unboxed sum primitive typeÖmer Sinan Ağacan2016-07-213-0/+17
* Support SCC pragmas in declaration contextÖmer Sinan Ağacan2016-07-201-0/+9
* Fix misspellings of the word "instance" in commentsRyan Scott2016-07-182-2/+2
* Correct the message displayed for syntax error (#12146)Aditya2016-07-071-2/+2
* Have addModFinalizer expose the local type environment.Facundo Domínguez2016-07-063-11/+129
* Treat duplicate pattern synonym signatures as an errorSeraphime Kirkovski2016-07-041-0/+2
* Allow one type signature for multiple pattern synonymsMatthew Pickering2016-07-011-6/+6
* Fix renamer panicSimon Peyton Jones2016-06-241-7/+15
* Provide Uniquable version of SCCBartosz Nitka2016-06-231-2/+3
* Narrow the use of record wildcards slightlySimon Peyton Jones2016-06-231-16/+23
* Give lookupGRE_Name a better APISimon Peyton Jones2016-06-234-11/+12
* More typos in comments [skip ci]Gabor Greif2016-06-221-1/+1
* ApplicativeDo: allow "return $ e"Simon Marlow2016-06-201-9/+13
* Avoid find_tycon panic if datacon is not in scopeAdam Gundry2016-06-191-3/+4
* Improve typechecking of let-bindingsSimon Peyton Jones2016-06-131-104/+80