summaryrefslogtreecommitdiff
path: root/compiler/rename
Commit message (Expand)AuthorAgeFilesLines
* Whitespace onlyIan Lynagh2010-01-021-9/+9
* Fix Trac #3776simonpj@microsoft.com2009-12-211-2/+24
* Use addToUFM_Acc where appropriatesimonpj@microsoft.com2009-12-041-1/+1
* Fix formatting of module deprecation/warning messagesDuncan Coutts2009-11-151-2/+2
* Fix Trac #3640, plus associated refactoringsimonpj@microsoft.com2009-11-056-169/+135
* Add 'rec' to stmts in a 'do', and deprecate 'mdo'simonpj@microsoft.com2009-10-281-95/+93
* Add flag -XExplicitForAll and document itsimonpj@microsoft.com2009-10-071-1/+1
* Combine treatment of vanialla/GADT data decls, and fix assert failuresimonpj@microsoft.com2009-10-021-73/+43
* Three improvements to Template Haskell (fixes #3467)simonpj@microsoft.com2009-09-102-1/+4
* fix warningsSimon Marlow2009-09-081-16/+0
* remove Haddock-lexing/parsing/renaming from GHCIsaac Dupree2009-08-262-73/+7
* Move the standalone-deriving flag test from parser to renamersimonpj@microsoft.com2009-08-251-3/+10
* Another tiny tidy-up to RnPatsimonpj@microsoft.com2009-08-211-1/+1
* Wibble to RnPat refactoringsimonpj@microsoft.com2009-08-203-14/+16
* Improvements to record puns, wildcardssimonpj@microsoft.com2009-08-206-577/+593
* Remove old 'foreign import dotnet' codeSimon Marlow2009-07-271-2/+2
* Remove GHC's haskell98 dependencyIan Lynagh2009-07-245-8/+6
* Add tuple sections as a new featuresimonpj@microsoft.com2009-07-232-6/+17
* Add a -fwarn-dodgy-exports flag; fixes #1911Ian Lynagh2009-07-191-7/+10
* When exporting F(..), all the children of F are also exportedIan Lynagh2009-07-071-0/+4
* Remove unused importsIan Lynagh2009-07-074-4/+1
* Major patch to fix reporting of unused importssimonpj@microsoft.com2009-07-062-231/+207
* Support for -fwarn-unused-do-bind and -fwarn-wrong-do-bind, as per #3263Max Bolingbroke2009-07-011-2/+2
* Type synonym families may be nullaryManuel M T Chakravarty2009-07-021-9/+1
* New syntax for GADT-style record declarations, and associated refactoringsimonpj@microsoft.com2009-07-023-71/+77
* FIX #3197Manuel M T Chakravarty2009-07-022-35/+79
* Fix Trac #3265: type operators in type/class declarationssimonpj@microsoft.com2009-06-021-1/+25
* Fix Trac #3262: suppress name-shadow warning for _namessimonpj@microsoft.com2009-05-281-1/+3
* Fix Trac #3221: renamer warnings for deriving clausessimonpj@microsoft.com2009-05-271-2/+4
* Template Haskell: allow type splicessimonpj@microsoft.com2009-05-273-63/+67
* GHC new build system megapatchIan Lynagh2009-04-261-2/+8
* Fix Trac #3155: better error message when -XRankNTypes is omittedsimonpj@microsoft.com2009-04-092-11/+21
* Use return instead of returnM, and similar tidy-upssimonpj@microsoft.com2009-04-093-95/+77
* Make some showSDoc's use OneLineMode rather than PageModeIan Lynagh2009-03-311-1/+1
* Adjust error message slightly to make it clearersimonpj@microsoft.com2009-03-131-2/+3
* Improve error reporting for precedence errorssimonpj@microsoft.com2009-02-021-59/+69
* Fix Trac #2914: record wild cards and assoicated typessimonpj@microsoft.com2009-01-081-7/+11
* Make record selectors into ordinary functionssimonpj@microsoft.com2009-01-021-0/+2
* Refactor RnEnv to fix Trac #2901simonpj@microsoft.com2008-12-301-59/+38
* Comments onlysimonpj@microsoft.com2008-12-081-1/+2
* Report source span instead of just source location for unused names.Thomas Schilling2008-11-221-1/+1
* Add (a) CoreM monad, (b) new Annotations featuresimonpj@microsoft.com2008-10-301-7/+29
* Fix Trac #2723: keep track of record field names in the renamersimonpj@microsoft.com2008-10-282-11/+38
* Fix Trac #2713: refactor and tidy up renaming of fixity declssimonpj@microsoft.com2008-10-274-147/+159
* Allow type families to use GADT syntax (and be GADTs)simonpj@microsoft.com2008-09-231-9/+8
* Fix warningssimonpj@microsoft.com2008-10-031-1/+0
* Expunge ThFake, cure Trac #2632simonpj@microsoft.com2008-10-035-58/+62
* Add ASSERTs to all calls of nameModulesimonpj@microsoft.com2008-10-031-4/+5
* TFs: Allow repeated variables in left-hand sides of instancesManuel M T Chakravarty2008-10-021-8/+42
* Rename a variablesimonpj@microsoft.com2008-09-101-3/+3