summaryrefslogtreecommitdiff
path: root/compiler/rename/RnPat.hs
Commit message (Expand)AuthorAgeFilesLines
* Don't warn about name shadowing when renaming the patten in a PatSyn declMatthew Pickering2016-10-011-4/+26
* Implement unboxed sum primitive typeÖmer Sinan Ağacan2016-07-211-0/+5
* Have addModFinalizer expose the local type environment.Facundo Domínguez2016-07-061-0/+4
* Narrow the use of record wildcards slightlySimon Peyton Jones2016-06-231-16/+23
* Give lookupGRE_Name a better APISimon Peyton Jones2016-06-231-3/+4
* Avoid find_tycon panic if datacon is not in scopeAdam Gundry2016-06-191-3/+4
* Drop module qualifier from punned record fields (#11662)Adam Gundry2016-03-051-2/+6
* Refactor the typechecker to use ExpTypes.Richard Eisenberg2016-01-271-5/+6
* Replace calls to `ptext . sLit` with `text`Jan Stolarek2016-01-181-22/+21
* Remove some redundant definitions/constraintsHerbert Valerio Riedel2015-12-311-1/+0
* Fix panic when using pattern synonyms with DisambiguateRecordFieldsAdam Gundry2015-12-291-11/+15
* Add Location to RdrName in FieldOccAlan Zimmerman2015-12-211-7/+12
* Add `-W(no-)xxx` aliases for `-f(no-)warn-xxx` flagsDavid Luposchainsky2015-12-161-1/+1
* Expose enabled language extensions to THBen Gamari2015-12-151-11/+12
* Add kind equalities to GHC.Richard Eisenberg2015-12-111-2/+2
* Refactor treatment of wildcardsSimon Peyton Jones2015-12-011-6/+4
* ApiAnnotations: Make all RdrName occurences LocatedAlan Zimmerman2015-11-231-10/+13
* Associate pattern synonyms with types in module exportsMatthew Pickering2015-11-111-0/+1
* Disambiguate record selectors by type signatureAdam Gundry2015-10-301-1/+1
* Record usage information using GlobalRdrEltSimon Peyton Jones2015-10-301-1/+1
* Make Monad/Applicative instances MRP-friendlyHerbert Valerio Riedel2015-10-171-2/+2
* Implement DuplicateRecordFieldsAdam Gundry2015-10-161-52/+109
* Refactor RdrName.Provenance, to fix #7672Simon Peyton Jones2015-06-031-1/+1
* Refactor the handling of quasi-quotesSimon Peyton Jones2015-02-101-8/+1
* Replace .lhs with .hs in compiler commentsYuri de Wit2015-02-091-1/+1
* API Annotations tweaks.Alan Zimmerman2015-01-161-6/+8
* Pattern synonym names need to be in scope before renaming bindings (#9889)Dr. ERDI Gergo2015-01-091-6/+12
* compiler: de-lhs rename/Austin Seipp2014-12-031-0/+746