summaryrefslogtreecommitdiff
path: root/compiler/rename/RnEnv.hs
Commit message (Expand)AuthorAgeFilesLines
* Allow use of the external interpreter in stage1.Shea Levy2016-12-201-4/+0
* Revert "Allow use of the external interpreter in stage1."Tamar Christina2016-12-191-0/+4
* Allow use of the external interpreter in stage1.Shea Levy2016-12-171-4/+0
* Add HsSyn prettyprinter testsAlan Zimmerman2016-12-071-4/+5
* Fix a name-space problem with promotionSimon Peyton Jones2016-11-251-1/+25
* Typos in commentsGabor Greif2016-10-311-1/+1
* Make traceRn behave more like traceTcMatthew Pickering2016-10-261-14/+18
* Rework renaming of children in export lists.Matthew Pickering2016-10-081-3/+1
* The Backpack patch.Edward Z. Yang2016-10-081-28/+12
* Do not warn about unused underscore-prefixed fields (fixes Trac #12609)Adam Gundry2016-10-011-5/+8
* Fix interaction of record pattern synonyms and record wildcardsMatthew Pickering2016-10-011-2/+2
* RnExpr: Fix ApplicativeDo desugaring with RebindableSyntaxBen Gamari2016-08-311-1/+12
* Give lookupGRE_Name a better APISimon Peyton Jones2016-06-231-1/+1
* Forbid variables to be parents in import lists.Matthew Pickering2016-05-101-22/+1
* SCC analysis for instances as well as types/classesSimon Peyton Jones2016-04-201-0/+33
* Fix misattribution of `-Wunused-local-binds` warningsHerbert Valerio Riedel2016-04-051-8/+9
* Fix #11624, cannot declare hs-boot if already one in scope.Edward Z. Yang2016-03-111-2/+2
* Print which warning-flag controls an emitted warningMichael Walker2016-02-251-8/+13
* Improved error message about exported type operators.Ulya Trofimovich2016-02-161-1/+22
* Refactor the typechecker to use ExpTypes.Richard Eisenberg2016-01-271-3/+5
* Split off -Wunused-type-variables from -Wunused-matchesRyanGlScott2016-01-261-4/+6
* Replace calls to `ptext . sLit` with `text`Jan Stolarek2016-01-181-71/+71
* Work SourceText in for all integer literalsAlan Zimmerman2016-01-161-2/+2
* Refactor lookupFixityRn-related code following D1744RyanGlScott2016-01-151-8/+31
* Add Location to RdrName in FieldOccAlan Zimmerman2015-12-211-5/+11
* Expose enabled language extensions to THBen Gamari2015-12-151-8/+10
* Suggest import Data.Kinds when * is out of scopeRichard Eisenberg2015-12-141-12/+23
* Add kind equalities to GHC.Richard Eisenberg2015-12-111-6/+15
* Fix infix record field fixity (#11167 and #11173).Adam Gundry2015-12-111-9/+50
* Refactor ConDeclAlan Zimmerman2015-12-071-1/+3
* Refactor treatment of wildcardsSimon Peyton Jones2015-12-011-113/+148
* ApiAnnotations: Make all RdrName occurences LocatedAlan Zimmerman2015-11-231-5/+5
* More import related hintsJoachim Breitner2015-11-181-102/+120
* MonadFail proposal, phase 1David Luposchainsky2015-11-171-2/+2
* Turn ImportedModsVal into a data typeJoachim Breitner2015-11-131-24/+18
* Give helpful advice when a fully qualified name is not in scopeJoachim Breitner2015-11-131-4/+109
* Associate pattern synonyms with types in module exportsMatthew Pickering2015-11-111-1/+3
* Disambiguate record selectors by type signatureAdam Gundry2015-10-301-0/+1
* Record usage information using GlobalRdrEltSimon Peyton Jones2015-10-301-50/+38
* Implement DuplicateRecordFieldsAdam Gundry2015-10-161-54/+138
* Revert "Revert "Revert "Change loadSrcInterface to return a list of ModIface"""Edward Z. Yang2015-09-211-3/+2
* Better treatment of signatures in cls/instSimon Peyton Jones2015-07-301-2/+3
* Revert "Revert "Change loadSrcInterface to return a list of ModIface""Edward Z. Yang2015-07-201-2/+3
* Enable using qualified field of constructor in GHCiZejun Wu2015-07-031-2/+7
* Treat out-of-scope variables as holesSimon Peyton Jones2015-06-261-24/+36
* Spelling in commentsSimon Peyton Jones2015-06-151-1/+1
* Revert "Change loadSrcInterface to return a list of ModIface"Edward Z. Yang2015-06-111-3/+2
* Refactor RdrName.Provenance, to fix #7672Simon Peyton Jones2015-06-031-80/+66
* Refactor the GlobalRdrEnv, fixing #7672Simon Peyton Jones2015-06-021-60/+84
* Treat pattern-synonym binders more consistentlySimon Peyton Jones2015-06-021-23/+15