summaryrefslogtreecommitdiff
path: root/compiler/rename
Commit message (Expand)AuthorAgeFilesLines
* Check that exported modules were actually imported; fixes #1384Ian Lynagh2007-08-261-9/+23
* Print infix function definitions correctly in HsSynsimonpj@microsoft.com2007-08-221-3/+3
* Implicitly import NDP stuff when vectorisingRoman Leshchinskiy2007-08-071-19/+1
* Implicitly import NDP stuff when vectorisingRoman Leshchinskiy2007-08-071-1/+19
* Trim importssimonpj@microsoft.com2007-08-091-1/+1
* Adding pushing of hpc translation status through hi files.andy@galois.com2007-07-171-11/+12
* Remove commentDavid Waern2007-07-111-1/+0
* Alpha-rename a variableIan Lynagh2007-07-101-2/+2
* Add -XPatternSigs flagIan Lynagh2007-07-092-4/+4
* Add -XTypeOperators flagIan Lynagh2007-07-092-10/+3
* Add PatternGuards flagIan Lynagh2007-07-081-3/+3
* Add -XParallelListCompIan Lynagh2007-07-081-3/+3
* Add flags for record extensions; still not working properly thoughsimonpj@microsoft.com2007-06-281-1/+1
* Fix an error messageIan Lynagh2007-06-231-2/+1
* Use the correct flag for controlling scoped type variables in an instance declsimonpj@microsoft.com2007-06-211-5/+5
* Add several new record featuresLemmih2007-06-216-165/+264
* Trivial fix to clear Trac #1386simonpj@microsoft.com2007-06-201-1/+1
* Unused importsimonpj@microsoft.com2007-06-201-1/+0
* Improve misleading warning (Trac #1422)simonpj@microsoft.com2007-06-191-2/+2
* Remove unnecessary free-variables from renamersimonpj@microsoft.com2007-06-062-16/+9
* -findexed-types -> -ftype-familiesManuel M T Chakravarty2007-05-141-11/+11
* 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