summaryrefslogtreecommitdiff
path: root/compiler/rename/RnEnv.lhs
Commit message (Expand)AuthorAgeFilesLines
* Fix CodingStyle#Warnings URLsIan Lynagh2007-09-041-1/+1
* Use OPTIONS rather than OPTIONS_GHC for pragmasIan Lynagh2007-09-031-2/+2
* Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modulesIan Lynagh2007-09-011-0/+7
* Add -XTypeOperators flagIan Lynagh2007-07-091-8/+1
* Fix an error messageIan Lynagh2007-06-231-2/+1
* Add several new record featuresLemmih2007-06-211-22/+82
* Store a SrcSpan instead of a SrcLoc inside a NameSimon Marlow2007-05-111-4/+4
* Improve error reporting for type signaturessimonpj@microsoft.com2007-05-021-1/+18
* Export a function to grab the local environment as a function.2007-02-05lennart@augustsson.net2007-02-041-0/+6
* Add support for overloaded string literals.lennart@augustsson.net2006-12-211-1/+1
* Improve handling of unused imports (test is mod75)simonpj@microsoft.com2006-11-021-17/+19
* Fix handling of family instances in the presense of this doc stuffManuel M T Chakravarty2006-10-221-12/+11
* More refactoring in RnNamessimonpj@microsoft.com2006-10-131-21/+25
* Interface file optimisation and removal of nameParentSimon Marlow2006-10-111-13/+29
* Merge Haddock comment support from ghc.haddock -- big patchdavve@dtek.chalmers.se2006-10-051-0/+1
* Import/export of data constructors in family instancesManuel M T Chakravarty2006-09-201-1/+23
* Check that top-level binders are unqualified namessimonpj@microsoft.com2006-09-061-19/+25
* Remove srcSpanStartLine/srcSpanEndLine crashsimonpj@microsoft.com2006-08-081-2/+2
* Generalise Package SupportSimon Marlow2006-07-251-22/+23
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+811