summaryrefslogtreecommitdiff
path: root/compiler/rename
Commit message (Expand)AuthorAgeFilesLines
* Separate the language flags from the other DynFlag'sIan Lynagh2010-07-244-4/+4
* Fix second bug in Trac #4127simonpj@microsoft.com2010-07-011-14/+54
* Don't warn about unused bindings with parents in .hs-boot files; trac #3449Ian Lynagh2010-06-241-1/+12
* Improve the missing-import-list warningIan Lynagh2010-06-201-3/+9
* Tweak missing-import-list warningIan Lynagh2010-06-201-6/+7
* trac #1789 (warnings for missing import lists)amsay@amsay.net2010-06-181-4/+13
* Fix Trac #4127: build GlobalRdrEnv in GHCi correctlysimonpj@microsoft.com2010-06-151-1/+2
* Don't reverse bindings in rnMethodBinds (fix Trac #4126)simonpj@microsoft.com2010-06-141-4/+5
* Refactor (again) the handling of default methodssimonpj@microsoft.com2010-05-254-23/+23
* Refactoring of hsXxxBinderssimonpj@microsoft.com2010-05-062-7/+5
* Make tcg_dus behave more sanely; fixes a mkUsageInfo panicsimonpj@microsoft.com2010-05-063-34/+38
* Add a HsExplicitFlag to SpliceDecl, to improve Trac #4042simonpj@microsoft.com2010-05-062-2/+13
* Fix Trac #3955: renamer and type variablessimonpj@microsoft.com2010-04-092-46/+49
* Fix Trac #3943: incorrect unused-variable warningsimonpj@microsoft.com2010-04-124-32/+41
* Remove LazyUniqFM; fixes trac #3880Ian Lynagh2010-03-201-1/+1
* Add commentsimonpj@microsoft.com2010-03-091-0/+1
* Refactor part of the renamer to fix Trac #3901simonpj@microsoft.com2010-03-045-166/+143
* Add the implicit 'import Prelude' in getImportsSimon Marlow2010-03-031-31/+2
* 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