summaryrefslogtreecommitdiff
path: root/compiler/rename
Commit message (Expand)AuthorAgeFilesLines
* Keep track of explicit kinding in HsTyVarBndr; plus fix Trac #3845simonpj@microsoft.com2010-02-102-8/+6
* Several TH/quasiquote changessimonpj@microsoft.com2010-02-105-40/+123
* Fix Trac #3850simonpj@microsoft.com2010-02-081-3/+13
* Fix Trac #3813: unused variables in GHCi bindingssimonpj@microsoft.com2010-01-202-6/+13
* Improve error locationssimonpj@microsoft.com2010-01-072-30/+29
* Fix Trac #3792: check for qualified names in import itemssimonpj@microsoft.com2010-01-041-4/+9
* Refactor PackageTarget back into StaticTargetBen.Lippmeier@anu.edu.au2010-01-041-2/+2
* Tag ForeignCalls with the package they correspond toBen.Lippmeier@anu.edu.au2010-01-021-3/+39
* 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