summaryrefslogtreecommitdiff
path: root/compiler/rename
Commit message (Expand)AuthorAgeFilesLines
* Revert "Treat banged bindings as FunBinds"Ben Gamari2017-05-121-2/+2
* RnEnv refactoringMatthew Pickering2017-05-114-188/+291
* compiler: Do not look up fail in RnExpr if bind pattern is irrefutible.Aaron Friel2017-05-111-0/+4
* Fix incorrect ambiguity error on identically-named data constructorsSoham Chowdhury2017-05-111-10/+11
* Typos [ci skip]Gabor Greif2017-05-102-2/+2
* Don't warn about variable-free strict pattern bindingsSimon Peyton Jones2017-05-091-15/+33
* Treat banged bindings as FunBindsBen Gamari2017-05-081-4/+4
* Make XNegativeLiterals treat -0.0 as negative 0Nolan2017-05-082-15/+52
* Typos in manual and commentsGabor Greif2017-05-021-1/+1
* Split up RnEnv into 4 modules, RnUnbound, RnUtils and RnFixityMatthew Pickering2017-04-1211-916/+1010
* RnEnv cleanupMatthew Pickering2017-04-121-75/+66
* Fix form of noteBen Gamari2017-04-101-1/+2
* Replace Digraph's Node type synonym with a data typeMatthew Pickering2017-04-041-2/+3
* Fix recompilation avoidance bug for implementor of hsig.Edward Z. Yang2017-04-022-6/+5
* Fixed error messages for RecursiveDo (#8501)Rupert Horlick2017-03-291-1/+9
* Only use locally bound variables in pattern synonym declarationsMatthew Pickering2017-03-272-12/+60
* Remove unused argument from importSuggestionsMatthew Pickering2017-03-271-3/+3
* Fix #13337.Richard Eisenberg2017-03-142-4/+13
* Don't allow orphan COMPLETE pragmas (#13349)Reid Barton2017-03-021-1/+35
* Eliminate ListSetOps from imp_trust_pkgsDavid Feuer2017-03-021-3/+5
* Upgrade UniqSet to a newtypeDavid Feuer2017-03-012-6/+6
* 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