summaryrefslogtreecommitdiff
path: root/compiler/rename/RnNames.lhs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove getDOpts; use getDynFlags insteadIan Lynagh2012-01-191-2/+2
* Implememt -fdefer-type-errors (Trac #5624)Simon Peyton Jones2012-01-121-3/+3
* Doc wibbleDavid Terei2011-12-221-7/+9
* Some code cleaningDavid Terei2011-11-081-69/+52
* Spaces -> TabsDavid Terei2011-11-081-18/+18
* Throw error if safe imports used when safe haskell isn't onDavid Terei2011-11-081-0/+4
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* Handle newtypes and type functions correctly in FFI types; fixes #3008Ian Lynagh2011-10-011-1/+1
* Tidy up the shape-checking for instance typesSimon Peyton Jones2011-09-291-3/+7
* move AvailInfo and related things into its own moduleSimon Marlow2011-09-211-0/+1
* Add support for all top-level declarations to GHCiSimon Marlow2011-09-211-24/+13
* Implement -XConstraintKindMax Bolingbroke2011-09-061-1/+1
* Backtrack on the wierd special case of data family exportsSimon Peyton Jones2011-09-021-24/+17
* Two bugs in rnExports (fixes Trac #5445)Simon Peyton Jones2011-09-021-28/+45
* A batch of changes related to the handling of binders in instance declsSimon Peyton Jones2011-08-221-94/+114
* Use parenSymOcc when displaying an export list in RnNames (fixes Trac #5385)Simon Peyton Jones2011-08-081-5/+7
* Wibble to "Fix a long-standing bug in HsUtils.hsTyClDeclBinders"Simon Peyton Jones2011-08-051-2/+3
* Fix a long-standing bug in HsUtils.hsTyClDeclBindersSimon Peyton Jones2011-08-051-26/+33
* Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2011-08-021-39/+26
|\
| * Improve pretty-printing for ambiguous imports etcSimon Peyton Jones2011-08-021-2/+3
| * Refactor the imports of InteractiveContextSimon Peyton Jones2011-08-021-37/+23
* | Change the representation of export lists in .hi filesSimon Peyton Jones2011-08-021-93/+81
|/
* Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2011-07-271-14/+12
|\
| * Separate the warning flags into their own datatypeIan Lynagh2011-07-141-11/+11
| * Remove SafeLanguage from safe haskellDavid Terei2011-07-121-3/+1
* | Give a more helpful src location (Trac #5281)Simon Peyton Jones2011-07-271-7/+9
|/