summaryrefslogtreecommitdiff
path: root/compiler/rename/RnNames.lhs
Commit message (Expand)AuthorAgeFilesLines
* compiler: de-lhs rename/Austin Seipp2014-12-031-1792/+0
* Implement Partial Type SignaturesThomas Winant2014-11-281-1/+1
* Rename some of the functions in NameSet, to make the uniform with VarSet etcSimon Peyton Jones2014-11-281-4/+4
* Change loadSrcInterface to return a list of ModIfaceEdward Z. Yang2014-11-261-28/+46
* AST changes to prepare for API annotations, for #9628Alan Zimmerman2014-11-211-58/+71
* Implementation of hsig (module signatures), per #9252Edward Z. Yang2014-10-241-86/+101
* Make Applicative a superclass of MonadAustin Seipp2014-09-091-4/+4
* Rename PackageId to PackageKey, distinguishing it from Cabal's PackageId.Edward Z. Yang2014-07-211-1/+1
* Add LANGUAGE pragmas to compiler/ source filesHerbert Valerio Riedel2014-05-151-0/+2
* Second go at fixing #9061Simon Peyton Jones2014-05-061-22/+24
* Fix over-zealous unused-import warningSimon Peyton Jones2014-05-051-4/+20
* Take account of the AvailTC invariant when importingSimon Peyton Jones2014-04-181-32/+48
* Implement pattern synonymsDr. ERDI Gergo2014-01-201-0/+18
* Re-work the naming story for the GHCi prompt (Trac #8649)Simon Peyton Jones2014-01-091-1/+1
* Refactor the way shadowing in handled in GHCiSimon Peyton Jones2014-01-031-21/+20
* Fix #8607.Richard Eisenberg2013-12-261-3/+7
* A raft of changes driven by Trac #8540Simon Peyton Jones2013-11-221-44/+29
* Load all modules before reporting errors (#8322)Joachim Breitner2013-11-021-2/+2
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-011-1/+1
* RnNames.lhs : Reuse existing function.Erik de Castro Lopo2013-09-281-10/+3
* Whitespace only.Erik de Castro Lopo2013-09-281-28/+28
* TyposKrzysztof Gogolewski2013-09-231-2/+2
* Change role annotation syntax.Richard Eisenberg2013-09-171-1/+1
* Give language pragma suggestions without -XJoachim Breitner2013-09-141-2/+2
* Make `-ddump-minimal-imports` honour `-dumpdir` flagHerbert Valerio Riedel2013-08-271-2/+7
* Remove redundant parenthesesIan Lynagh2013-07-271-1/+1
* Further fixes in RnNames, to make associated type exports workSimon Peyton Jones2013-06-251-39/+27
* Allow associated types as sub-names in an import list (Trac #8011)Simon Peyton Jones2013-06-241-12/+13
* Use ideclImplicit to filter out only *implict* Prelude imports (Trac #7963)Simon Peyton Jones2013-06-171-4/+1
* Comment typoSimon Peyton Jones2013-05-221-1/+1
* typosGabor Greif2013-01-301-2/+2
* Rearrange the computation of unused imports; fixes Trac #7454Simon Peyton Jones2013-01-071-14/+30
* Implement overlapping type family instances.Richard Eisenberg2012-12-211-8/+13
* Fix buglet in -ddump-minimal-imports (Trac #7476)Simon Peyton Jones2012-12-041-13/+27
* Accurately report usage of newtype data constructors in FFI declarationsSimon Peyton Jones2012-11-261-3/+3
* Some alpha renamingIan Lynagh2012-10-161-7/+7
* Fix commentSimon Marlow2012-10-091-1/+1
* Make badImportItem into a warning (#7167)Paolo Capriotti2012-08-251-75/+116
* Re-jig the reporting of names bound multiple timesSimon Peyton Jones2012-08-211-2/+3
* Fix Trac #7145, by recording uses of constructor "children" in export listsSimon Peyton Jones2012-08-151-4/+10
* Pass DynFlags down to printForUserIan Lynagh2012-06-111-1/+2
* Report deprecations at occurrence sites, not once per moduleSimon Peyton Jones2012-04-251-92/+6
* Do SCC on instance declarations (fixes Trac #5715)Simon Peyton Jones2012-04-201-1/+1
* Make the LocalRdrEnv keep track of all the Names that are in scopeSimon Peyton Jones2012-03-281-3/+3
* Merge branch 'master' of http://darcs.haskell.org//ghcSimon Peyton Jones2012-03-261-1/+1
|\
| * Fix pretty-printing of type operators in imports/exports.Iavor S. Diatchki2012-03-241-1/+1
* | Refactor HsDecls.TyClDecl to extract the type HsTyDefn, which is theSimon Peyton Jones2012-03-221-5/+4
|/
* Hurrah! This major commit adds support for scoped kind variables,Simon Peyton Jones2012-03-021-67/+13
* Distinguish between normal and qualified unused importsTrevor Elliott2012-02-101-1/+4
* Refactor HsDecls again, to put family instances in InstDeclSimon Peyton Jones2012-02-061-14/+15