summaryrefslogtreecommitdiff
path: root/compiler/rename/RnEnv.lhs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Hurrah! This major commit adds support for scoped kind variables,Simon Peyton Jones2012-03-021-54/+73
* Don't allow implicit qualified imports in GHCi when -XSafe on.David Terei2012-02-101-1/+6
* Rename polyKindsErr to dataKindsErrIan Lynagh2012-01-261-3/+3
* Just rename a local variableIan Lynagh2012-01-261-2/+2
* Remove getDOpts; use getDynFlags insteadIan Lynagh2012-01-191-1/+1
* Split -XDataKinds from -XPolyKindsJose Pedro Magalhaes2012-01-161-4/+4
* Implememt -fdefer-type-errors (Trac #5624)Simon Peyton Jones2012-01-121-2/+2
* Major refactoring of CoAxiomsSimon Peyton Jones2012-01-031-29/+45
* Make RnEnv.lookupBindGroupOcc work on Orig RdrNamesSimon Peyton Jones2011-12-231-7/+13
* New kind-polymorphic coreJose Pedro Magalhaes2011-11-111-43/+111
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* unknownNameSuggestErr: don't panic if we find Ids with UnhelpfulSrcSpansSimon Marlow2011-11-021-5/+3
* Fix Trac #5592: unused-import warnings with dot-dot notationSimon Peyton Jones2011-11-021-6/+14
* Refactor the way in which type (and other) signatures are renamedSimon Peyton Jones2011-10-211-45/+70
* move AvailInfo and related things into its own moduleSimon Marlow2011-09-211-2/+3
* Implement -XConstraintKindMax Bolingbroke2011-09-061-5/+2
* Remove the "Ghastly special case" from dataTcOccsMax Bolingbroke2011-09-061-13/+1
* Allow associated types to have fresh parametersSimon Peyton Jones2011-09-011-3/+8
* A batch of changes related to the handling of binders in instance declsSimon Peyton Jones2011-08-221-10/+17
* Fix Trac #5404: looking up signature binders in RnEnvSimon Peyton Jones2011-08-151-8/+48
* Another run at binders in Template Haskell (fixes Trac #5379)Simon Peyton Jones2011-08-051-22/+20
* Change the representation of export lists in .hi filesSimon Peyton Jones2011-08-021-7/+5
* Improve semantics of wild-card expansion (fixes #5334)Simon Peyton Jones2011-07-201-18/+25
* Separate the warning flags into their own datatypeIan Lynagh2011-07-141-4/+4
* Re-do (again) the handling of binders in Template HaskellSimon Peyton Jones2011-06-161-13/+22
* Fix tracking of what RdrNames are used (fixes Trac #5211)Simon Peyton Jones2011-06-111-9/+26
* Refactor SrcLoc and SrcSpanIan Lynagh2011-06-091-1/+5
* Fix Trac #5038 (missing free variable in ifThenElse rebindable syntax)simonpj2011-04-191-1/+12
* Implement fuzzy matching for the renamersimonpj@microsoft.com2010-12-221-47/+176
* Don't mix implicit and explicit layoutIan Lynagh2010-11-241-3/+3
* Whitespace onlyIan Lynagh2010-11-241-13/+13
* Add rebindable syntax for if-then-elsesimonpj@microsoft.com2010-10-221-5/+5
* Implement auto-specialisation of imported Idssimonpj@microsoft.com2010-10-071-9/+14
* Add separate functions for querying DynFlag and ExtensionFlag optionsIan Lynagh2010-09-181-10/+10
* Remove unused codeIan Lynagh2010-09-091-17/+2
* Don't warn about unused bindings with parents in .hs-boot files; trac #3449Ian Lynagh2010-06-241-1/+12