summaryrefslogtreecommitdiff
path: root/compiler/rename
Commit message (Expand)AuthorAgeFilesLines
* More commandline flag improvementsIan Lynagh2008-06-162-3/+3
* Fix Trac #2310: result type signatures are not supported any moresimonpj@microsoft.com2008-06-041-26/+22
* Use MD5 checksums for recompilation checking (fixes #1372, #1959)Simon Marlow2008-05-281-3/+3
* Fix Trac #2292: improve error message for lone signaturessimonpj@microsoft.com2008-05-203-109/+99
* Fix Trac #2293: improve error reporting for duplicate declarationssimonpj@microsoft.com2008-05-201-24/+22
* Fix Trac #2246; overhaul handling of overloaded literalssimonpj@microsoft.com2008-05-061-31/+33
* Fix the stage 1 buildIan Lynagh2008-05-042-4/+2
* Remove a hack from a time when ghc couldn't do seqIan Lynagh2008-05-031-6/+1
* Make RnExpr warning-freeIan Lynagh2008-05-031-58/+68
* Make RnEnv warning-freeIan Lynagh2008-05-031-16/+17
* Fix warnings in RnNamesIan Lynagh2008-05-031-40/+45
* Make RnBinds warning-freeIan Lynagh2008-05-031-41/+52
* Change a mappM to mapM_Ian Lynagh2008-05-031-2/+2
* Make RnPat warning-freeIan Lynagh2008-05-031-40/+22
* Make RnHsDoc warning-freeIan Lynagh2008-05-031-6/+3
* Make RnSource warning-freeIan Lynagh2008-05-031-35/+58
* Make RnHsSyn warning-freeIan Lynagh2008-05-031-16/+14
* Whitespace onlyIan Lynagh2008-05-031-37/+37
* (F)SLIT -> (f)sLit in RnExprIan Lynagh2008-04-121-13/+13
* (F)SLIT -> (f)sLit in RnSourceIan Lynagh2008-04-121-16/+16
* (F)SLIT -> (f)sLit in RnBindsIan Lynagh2008-04-121-13/+11
* (F)SLIT -> (f)sLit in RnPatIan Lynagh2008-04-121-16/+16
* (F)SLIT -> (f)sLit in RnTypesIan Lynagh2008-04-121-14/+14
* (F)SLIT -> (f)sLit in RnNamesIan Lynagh2008-04-121-37/+37
* (F)SLIT -> (f)sLit in RnEnvIan Lynagh2008-04-121-25/+25
* Fix Trac #2205, which I introduced recentlysimonpj@microsoft.com2008-04-104-71/+63
* Fix Trac #2188: scoping in TH declarations quotessimonpj@microsoft.com2008-04-046-141/+126
* Fix Trac #2136: reporting of unused variablessimonpj@microsoft.com2008-04-034-57/+63
* Fix Trac #2137: report correct location for shadowed bindingsimonpj@microsoft.com2008-04-021-1/+1
* Don't import FastString in HsVersions.hIan Lynagh2008-03-294-0/+4
* Fix typo; spotted by Bdh in #ghcIan Lynagh2008-03-291-1/+1
* Fix warnings in rename/RnTypesIan Lynagh2008-03-261-29/+33
* Fix Trac #2111: improve error handling for 'rec' in do-notationsimonpj@microsoft.com2008-02-261-57/+66
* Fix Trac #2114: error reporting for 'forall' without appropriate flagssimonpj@microsoft.com2008-02-222-20/+33
* Convert more UniqFM's back to LazyUniqFM'sIan Lynagh2008-02-076-6/+6
* Remove unused importIan Lynagh2008-02-071-1/+0
* Use isEmptyUniqSet rather than isNullUFMIan Lynagh2008-02-051-3/+2
* Fix the buildIan Lynagh2008-01-243-1/+65
* Replace ioToTcRn with liftIOTwan van Laarhoven2008-01-171-3/+3
* Monadify rename/RnTypes: use do, return and standard monad functionsTwan van Laarhoven2008-01-171-95/+95
* Monadify rename/RnPat: use do, return and standard monad functionsTwan van Laarhoven2008-01-171-24/+23
* Monadify rename/RnNames: use return and standard monad functionsTwan van Laarhoven2008-01-171-24/+24
* seqMaybe is more commonly known as mplusTwan van Laarhoven2008-01-172-9/+9
* Monadify rename/RnBinds: use do, return and standard monad functionsTwan van Laarhoven2008-01-171-87/+85
* Fix Trac #2055simonpj@microsoft.com2008-01-211-2/+4
* Add quasi-quotation, courtesy of Geoffrey Mainlandsimonpj@microsoft.com2008-01-185-82/+155
* lots of portability changes (#1405)Isaac Dupree2008-01-173-3/+6
* Give an error if view pattern syntax is used in an expression; fixes #2033Ian Lynagh2008-01-141-0/+1
* Implement generalised list comprehensionssimonpj@microsoft.com2007-12-202-67/+187
* Use Unix format for RnPat (no other change)simonpj@microsoft.com2007-12-131-577/+577