summaryrefslogtreecommitdiff
path: root/compiler/rename
Commit message (Expand)AuthorAgeFilesLines
* Remove the distinction between data and newtype familiesManuel M T Chakravarty2007-05-111-2/+2
* Store a SrcSpan instead of a SrcLoc inside a NameSimon Marlow2007-05-111-4/+4
* Add a warning flag for when the Prelude is implicitly imported (trac #1317)Isaac Dupree2007-05-111-0/+7
* Make records work properly with type familiessimonpj@microsoft.com2007-05-021-2/+2
* Improve error reporting for type signaturessimonpj@microsoft.com2007-05-022-5/+32
* Give the inferred type when warning of a missing type-signature (Trac #1256)simonpj@microsoft.com2007-04-251-20/+1
* Rationalise GhcMode, HscTarget and GhcLinkSimon Marlow2007-04-111-4/+4
* Make error message output order consistentIan Lynagh2007-04-011-2/+8
* Remove dead code from rnExpr (Var v); seems to be a leftover from some breakp...simonpj@microsoft.com2007-03-231-13/+8
* Tidy up refactoring only simonpj@microsoft.com2007-03-231-21/+16
* Refactor TcRnDriver, and check exports on hi-boot filessimonpj@microsoft.com2007-03-163-44/+63
* Deal more correctly with orphan instancessimonpj@microsoft.com2007-02-211-4/+4
* Fix obscure bug in reportDeprecationssimonpj@microsoft.com2007-02-201-8/+24
* Fix bug in -ddump-minimal imports Trac #1025simonpj@microsoft.com2007-02-071-6/+6
* Export a function to grab the local environment as a function.2007-02-05lennart@augustsson.net2007-02-041-0/+6
* Make HsRecordBinds a data type instead of a synonym.lennart@augustsson.net2007-02-041-4/+4
* Add support for overloaded string literals.lennart@augustsson.net2006-12-213-3/+21
* Remove the DocEntity type. Fixes the problem with duplicate error messages atdavve@dtek.chalmers.se2007-01-051-22/+6
* HsSyn clean up for indexed typesManuel M T Chakravarty2007-01-052-68/+41
* Big tidy-up of deriving codesimonpj@microsoft.com2007-01-021-4/+3
* data family declarations are fine without any type argumentsManuel M T Chakravarty2006-12-291-2/+1
* Avoid duplicate error report when renaming HsDoc stuffsimonpj@microsoft.com2006-12-291-58/+66
* Adding a GENERATED pragmaandy@galois.com2006-12-291-0/+3
* Parse and desugar equational constraintsManuel M T Chakravarty2006-12-282-7/+15
* Fixed uninitialised FunBind fun_tick fieldManuel M T Chakravarty2006-12-191-2/+5
* The breakpoint primitivePepe Iborra2006-12-101-58/+4
* Warn only of explicit imports that are unused (test is mod177)simonpj@microsoft.com2006-11-061-8/+10
* Improve handling of unused imports (test is mod75)simonpj@microsoft.com2006-11-022-25/+35
* Remove unused lookupDeprec functionsimonpj@microsoft.com2006-11-021-4/+5
* Fix handling of non-in-scope exports (fixes test mod7)simonpj@microsoft.com2006-11-021-28/+11
* Minor refactoringsimonpj@microsoft.com2006-11-011-23/+26
* Haskell Program Coverageandy@galois.com2006-10-241-1/+1
* Clean up debugging code in RnNamesManuel M T Chakravarty2006-10-231-129/+1
* Fix handling of family instances in the presense of this doc stuffManuel M T Chakravarty2006-10-222-12/+15
* Fix parent position in RnNames.nubAvails2006-10-22Manuel M T Chakravarty2006-10-211-2/+12
* Fix export of associated families with new name parent storyManuel M T Chakravarty2006-10-211-7/+9
* Fix processing of imports involving ATs with the new name parent codeManuel M T Chakravarty2006-10-201-7/+173
* More refactoring in RnNamessimonpj@microsoft.com2006-10-134-323/+287
* Keep track of family instance modulesManuel M T Chakravarty2006-10-131-4/+10
* More import tidying and fixing the stage 2 buildSimon Marlow2006-10-111-1/+2
* Interface file optimisation and removal of nameParentSimon Marlow2006-10-113-377/+500
* Comments and an import-trimsimonpj@microsoft.com2006-10-061-1/+1
* Bale out before renamer errors are duplicatedsimonpj@microsoft.com2006-10-061-0/+4
* Merge Haddock comment support from ghc.haddock -- big patchdavve@dtek.chalmers.se2006-10-056-22/+177
* New syntax for stand-alone deriving. Implemented fully.bjorn@bringert.net2006-09-181-5/+5
* Renamer part of stand-alone deriving extension.bjorn@bringert.net2006-09-171-1/+19
* Fix scoped type variables for expression type signaturessimonpj@microsoft.com2006-10-034-9/+9
* Add error check for operators in typessimonpj@microsoft.com2006-10-031-12/+15
* Global renamings in HsSynsimonpj@microsoft.com2006-09-292-3/+3
* Trim imports, and remove some dead codesimonpj@microsoft.com2006-09-231-3/+2