summaryrefslogtreecommitdiff
path: root/compiler/rename/RnEnv.lhs
Commit message (Expand)AuthorAgeFilesLines
* Report all possible results from related name spacesJoachim Breitner2014-06-061-5/+9
* Suggest Int when user writes intJoachim Breitner2014-06-061-0/+1
* Tweak commentsGabor Greif2014-06-051-4/+4
* Emit error in case of duplicate GRE; fixes #7241Yuras Shumovich2014-06-051-7/+14
* Do pretty-printing of TyThings via IfaceDecl (Trac #7730)Simon Peyton Jones2014-06-031-19/+1
* Add LANGUAGE pragmas to compiler/ source filesHerbert Valerio Riedel2014-05-151-0/+2
* Small issue with signatures in a TH splice (fixes Trac #8932)Simon Peyton Jones2014-04-071-2/+10
* Use U+2018 instead of U+201B quote mark in compiler messagesHerbert Valerio Riedel2014-02-251-1/+1
* Cleaned up Maybes.lhsBaldur Blöndal2014-02-131-1/+1
* Squash some spelling issuesGabor Greif2014-01-261-2/+2
* Implement pattern synonymsDr. ERDI Gergo2014-01-201-3/+4
* Re-work the naming story for the GHCi prompt (Trac #8649)Simon Peyton Jones2014-01-091-11/+12
* Improve error message when using qualified names in GHCiSimon Peyton Jones2014-01-031-34/+41
* Fix #8607.Richard Eisenberg2013-12-261-1/+0
* A raft of changes driven by Trac #8540Simon Peyton Jones2013-11-221-22/+34
* Fix checking of shadowed names (fixes Trac #8499)Simon Peyton Jones2013-11-051-13/+19
* Fix Trac #8485.Richard Eisenberg2013-10-291-14/+1
* Allow splices to add additional top-level declarations.Geoffrey Mainland2013-10-041-3/+12
* Track TH stage in the renamer.Geoffrey Mainland2013-10-041-2/+11
* Change role annotation syntax.Richard Eisenberg2013-09-171-4/+18
* Give language pragma suggestions without -XJoachim Breitner2013-09-141-4/+4
* Strings and comments only: 'to to ' fixesGabor Greif2013-08-221-1/+1
* Allow associated types as sub-names in an import list (Trac #8011)Simon Peyton Jones2013-06-241-2/+7
* Fix many ASSERT uses under Clang.Austin Seipp2013-06-181-1/+1
* Give 'unboundName' a very low binding precedenceSimon Peyton Jones2013-05-281-15/+27
* Modernise code in rename/RnEnv.lhsIan Lynagh2013-05-121-25/+18
* Add OverloadedLists, allowing list syntax to be overloadedSimon Peyton Jones2013-02-141-6/+12
* typosGabor Greif2013-01-301-1/+1
* Add support for *named* holes; an extension of -XTypeHolesSimon Peyton Jones2013-01-301-1/+1
* Refactoring: Make a HasModule class for getModuleIan Lynagh2012-11-021-1/+1
* Some alpha renamingIan Lynagh2012-10-161-5/+5
* This big patch re-factors the way in which arrow-syntax is handledSimon Peyton Jones2012-10-031-22/+18
* Don't warn about defining deprecated class methodsIan Lynagh2012-09-231-8/+13
* Fix Trac #7092, involving Template Hsakell and name shadowingSimon Peyton Jones2012-08-281-6/+10
* Re-jig the reporting of names bound multiple timesSimon Peyton Jones2012-08-211-2/+5
* Require DataKinds for promoted list/tuple syntax in typesSimon Peyton Jones2012-08-151-7/+1
* Whitespace only in RnEnvIan Lynagh2012-07-141-408/+401
* Change more uses of sortLe to sortByIan Lynagh2012-06-221-1/+2
* Pass DynFlags down to showSDocIan Lynagh2012-06-121-3/+4
* Complain if we use a tuple tycon or data-con that is too bigSimon Peyton Jones2012-06-071-2/+23
* Modify error message slightlySimon Peyton Jones2012-06-051-2/+2
* Tidy up the treatment of signatures (incl fixity)Simon Peyton Jones2012-05-241-27/+62
* Refactor LHsTyVarBndrs to fix Trac #6081Simon Peyton Jones2012-05-111-8/+9
* Fix lookup of fixity signatures for type operators (#6027)Paolo Capriotti2012-04-261-18/+40
* Fix looking up of Exact RdrNames, fixes Trac #6005Simon Peyton Jones2012-04-251-9/+34
* Wibble to comment (to keep Haddock happy)Simon Peyton Jones2012-04-251-1/+1
* Report deprecations at occurrence sites, not once per moduleSimon Peyton Jones2012-04-251-5/+88
* Improve error reporting for out-of-scope variablesSimon Peyton Jones2012-04-051-1/+3
* Make the LocalRdrEnv keep track of all the Names that are in scopeSimon Peyton Jones2012-03-281-3/+22
* Refactor HsDecls.TyClDecl to extract the type HsTyDefn, which is theSimon Peyton Jones2012-03-221-14/+5