summaryrefslogtreecommitdiff
path: root/compiler/rename/RnEnv.hs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refactor tuple constraintsSimon Peyton Jones2015-05-181-0/+1
* Revert multiple commitsAustin Seipp2015-05-141-1/+0
* Refactor tuple constraintsSimon Peyton Jones2015-05-131-0/+1
* Rename role annotations w.r.t only local decls.Richard Eisenberg2015-04-241-2/+13
* driver: split -fwarn-unused-binds into 3 flags (fixes #17)Oleg Grenrus2015-02-231-2/+2
* nameIsLocalOrFrom should include interactive modulesSimon Peyton Jones2015-02-111-3/+3
* Replace .lhs with .hs in compiler commentsYuri de Wit2015-02-091-1/+1
* Pattern synonym names need to be in scope before renaming bindings (#9889)Dr. ERDI Gergo2015-01-091-1/+1
* For :info, return all matching Names, rather than complaining about ambiguitySimon Peyton Jones2014-12-221-27/+54
* renamer: fix trac issue #9778Carlos Tomé2014-12-051-1/+11
* compiler: de-lhs rename/Austin Seipp2014-12-031-0/+1887