summaryrefslogtreecommitdiff
path: root/compiler/rename/RnSource.hs
Commit message (Expand)AuthorAgeFilesLines
* Fix #13337.Richard Eisenberg2017-03-141-1/+2
* Upgrade UniqSet to a newtypeDavid Feuer2017-03-011-3/+3
* Type-indexed TypeableBen Gamari2017-02-181-16/+13
* Add infix flag for class and data declarationsAlan Zimmerman2016-12-121-4/+18
* A few typos in commentsGabor Greif2016-11-211-2/+2
* Make traceRn behave more like traceTcMatthew Pickering2016-10-261-14/+14
* Rework renaming of children in export lists.Matthew Pickering2016-10-081-1/+1
* Implement deriving strategiesRyan Scott2016-09-301-9/+36
* Compute boot-defined TyCon names from ModIface.Edward Z. Yang2016-07-261-15/+62
* Fix misspellings of the word "instance" in commentsRyan Scott2016-07-181-1/+1
* Correct the message displayed for syntax error (#12146)Aditya2016-07-071-2/+2
* Provide Uniquable version of SCCBartosz Nitka2016-06-231-2/+3
* Give lookupGRE_Name a better APISimon Peyton Jones2016-06-231-5/+5
* More typos in comments [skip ci]Gabor Greif2016-06-221-1/+1
* Comments onlySimon Peyton Jones2016-06-101-1/+7
* Document some benign nondeterminismBartosz Nitka2016-05-241-1/+3
* Document SCC determinismBartosz Nitka2016-05-111-1/+6
* Add uniqSetAny and uniqSetAll and use themBartosz Nitka2016-04-281-2/+1
* Refactor RecordPatSynField, FieldLabelSimon Peyton Jones2016-04-281-5/+3
* SCC analysis for instances as well as types/classesSimon Peyton Jones2016-04-201-198/+394
* Tighten checking for associated type instancesSimon Peyton Jones2016-04-191-10/+30
* Fix #11811.Richard Eisenberg2016-04-121-19/+18
* Fix suggestions for unbound variables (#11680)Jason Eisenberg2016-04-101-1/+1
* Fix #11648.Richard Eisenberg2016-03-141-13/+29
* Refactor visible type application.Richard Eisenberg2016-03-141-0/+1
* Fix #11624, cannot declare hs-boot if already one in scope.Edward Z. Yang2016-03-111-1/+7
* Typos in comments, etc.Gabor Greif2016-02-261-1/+1
* Print which warning-flag controls an emitted warningMichael Walker2016-02-251-15/+27
* Allow foralls in instance declsSimon Peyton Jones2016-02-081-2/+1
* Split off -Wunused-type-variables from -Wunused-matchesRyanGlScott2016-01-261-3/+3
* Implement `-Wnoncanonical-monadfail-instances` warningHerbert Valerio Riedel2016-01-241-0/+38
* Replace calls to `ptext . sLit` with `text`Jan Stolarek2016-01-181-23/+23
* Fix #11404Richard Eisenberg2016-01-151-8/+8
* Typos in docs and commentsGabor Greif2016-01-071-1/+1
* Drop pre-AMP compatibility CPP conditionalsHerbert Valerio Riedel2015-12-311-3/+0
* Tidy up and comment wildcards in family instancesSimon Peyton Jones2015-12-231-14/+68
* Refactor named wildcards (again)Simon Peyton Jones2015-12-221-1/+1
* Warn about unused type variables in type familiesMichał Sośnicki2015-12-211-2/+12
* Add Location to RdrName in FieldOccAlan Zimmerman2015-12-211-1/+1
* Expose enabled language extensions to THBen Gamari2015-12-151-3/+4
* Add kind equalities to GHC.Richard Eisenberg2015-12-111-50/+48
* Fix infix record field fixity (#11167 and #11173).Adam Gundry2015-12-111-2/+2
* Refactor ConDeclAlan Zimmerman2015-12-071-80/+40
* Implement new `-fwarn-noncanonical-monoid-instances`Herbert Valerio Riedel2015-12-061-41/+107
* Refactor treatment of wildcardsSimon Peyton Jones2015-12-011-108/+126
* Implement new `-fwarn-noncanonical-monad-instances`Herbert Valerio Riedel2015-11-241-1/+90
* ApiAnnotations: Make all RdrName occurences LocatedAlan Zimmerman2015-11-231-1/+1
* Remove unused field in ConDeclJan Stolarek2015-11-111-9/+1
* Associate pattern synonyms with types in module exportsMatthew Pickering2015-11-111-2/+2
* Record pattern synonymsMatthew Pickering2015-10-291-4/+48