summaryrefslogtreecommitdiff
path: root/compiler/rename
Commit message (Expand)AuthorAgeFilesLines
* Produce an error message, not a crash, for HsOpApp with non-var operatorsimonpj@microsoft.com2011-01-121-2/+6
* Do dependency analysis when kind-checking type declarationssimonpj@microsoft.com2011-01-102-12/+53
* Improve error message when importing data constructors (ticket #4058).Michal Terepeta2010-11-271-4/+41
* Implement fuzzy matching for the renamersimonpj@microsoft.com2010-12-221-47/+176
* Tidy up rebindable syntax for MDosimonpj@microsoft.com2010-12-223-41/+17
* Small refactoringIan Lynagh2010-12-191-6/+4
* Fix Trac #4534: renamer bugsimonpj@microsoft.com2010-12-101-1/+3
* Don't warn of duplicate exports in case of module exports.Michal Terepeta2010-11-271-2/+10
* Fix whitespace/layout in RnNames.Michal Terepeta2010-10-301-564/+563
* Don't mix implicit and explicit layoutIan Lynagh2010-11-241-3/+3
* Whitespace onlyIan Lynagh2010-11-241-13/+13
* Fix -fwarn-missing-import-lists (fix Trac #4489)simonpj@microsoft.com2010-11-151-9/+14
* Refactoring and tidyup of HscMain and related things (also fix #1666)Simon Marlow2010-10-271-1/+13
* Add rebindable syntax for if-then-elsesimonpj@microsoft.com2010-10-223-14/+18
* Implement auto-specialisation of imported Idssimonpj@microsoft.com2010-10-074-76/+103
* Remove use of lambda with a refutable patternsimonpj@microsoft.com2010-09-233-3/+5
* Add separate functions for querying DynFlag and ExtensionFlag optionsIan Lynagh2010-09-187-39/+39
* Implement TH reification of instances (Trac #1835)simonpj@microsoft.com2010-09-151-1/+1
* Fix Trac #4240: -ddump-minimal-importssimonpj@microsoft.com2010-09-151-51/+86
* Remove (most of) the FiniteMap wrapperIan Lynagh2010-09-141-6/+7
* Super-monster patch implementing the new typechecker -- at lastsimonpj@microsoft.com2010-09-133-65/+33
* Add HsCoreTy to HsTypesimonpj@microsoft.com2010-08-242-0/+4
* Remove unused codeIan Lynagh2010-09-091-17/+2
* 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