summaryrefslogtreecommitdiff
path: root/compiler/rename/RnSource.hs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add typed holes support in Template Haskell.Jan Stolarek2015-10-161-2/+2
* Implement DuplicateRecordFieldsAdam Gundry2015-10-161-64/+10
* Rename package key to unit ID, and installed package ID to component ID.Edward Z. Yang2015-10-141-11/+11
* Injective type familiesJan Stolarek2015-09-031-15/+149
* Expand declaration QQs first (#10047)Michael Smith2015-09-021-1/+8
* Support wild cards in data/type family instancesThomas Winant2015-08-031-1/+8
* Better treatment of signatures in cls/instSimon Peyton Jones2015-07-301-53/+26
* Refactor self-boot infoSimon Peyton Jones2015-07-211-27/+35
* Treat pattern-synonym binders more consistentlySimon Peyton Jones2015-06-021-19/+21
* ApiAnnotations : strings in warnings do not return SourceTextAlan Zimmerman2015-06-011-4/+5
* Permit empty closed type familiesAdam Gundry2015-05-041-2/+4
* Typo fixes (mostly in comments)Gabor Greif2015-04-301-1/+1
* Rename role annotations w.r.t only local decls.Richard Eisenberg2015-04-241-7/+12
* Refactor the extra-deps stuff for hs-bootSimon Peyton Jones2015-03-171-26/+39
* Refactor the handling of quasi-quotesSimon Peyton Jones2015-02-101-5/+0
* API Annotations tweaks.Alan Zimmerman2015-01-161-36/+50
* Pattern synonym names need to be in scope before renaming bindings (#9889)Dr. ERDI Gergo2015-01-091-8/+18
* Spelling error in commentSimon Peyton Jones2015-01-081-1/+1
* Add a small commentSimon Peyton Jones2014-12-231-1/+1
* compiler: de-lhs rename/Austin Seipp2014-12-031-0/+1555