Add an extension for GHC's layout-rule relaxations
[ghc-hetmet.git] / compiler / rename /
2010-11-15 simonpj@microsoft.comFix -fwarn-missing-import-lists (fix Trac #4489)
2010-10-27 Simon MarlowRefactoring and tidyup of HscMain and related things...
2010-10-22 simonpj@microsoft.comAdd rebindable syntax for if-then-else
2010-10-07 simonpj@microsoft.comImplement auto-specialisation of imported Ids
2010-09-23 simonpj@microsoft.comRemove use of lambda with a refutable pattern
2010-09-18 Ian LynaghAdd separate functions for querying DynFlag and Extensi...
2010-09-15 simonpj@microsoft.comImplement TH reification of instances (Trac #1835)
2010-09-15 simonpj@microsoft.comFix Trac #4240: -ddump-minimal-imports
2010-09-14 Ian LynaghRemove (most of) the FiniteMap wrapper
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2010-08-24 simonpj@microsoft.comAdd HsCoreTy to HsType
2010-09-09 Ian LynaghRemove unused code
2010-07-24 Ian LynaghSeparate the language flags from the other DynFlag's
2010-07-01 simonpj@microsoft.comFix second bug in Trac #4127
2010-06-24 Ian LynaghDon't warn about unused bindings with parents in .hs...
2010-06-20 Ian LynaghImprove the missing-import-list warning
2010-06-20 Ian LynaghTweak missing-import-list warning
2010-06-18 amsay@amsay.nettrac #1789 (warnings for missing import lists)
2010-06-15 simonpj@microsoft.comFix Trac #4127: build GlobalRdrEnv in GHCi correctly
2010-06-14 simonpj@microsoft.comDon't reverse bindings in rnMethodBinds (fix Trac ...
2010-05-25 simonpj@microsoft.comRefactor (again) the handling of default methods
2010-05-06 simonpj@microsoft.comRefactoring of hsXxxBinders
2010-05-06 simonpj@microsoft.comMake tcg_dus behave more sanely; fixes a mkUsageInfo...
2010-05-06 simonpj@microsoft.comAdd a HsExplicitFlag to SpliceDecl, to improve Trac...
2010-04-09 simonpj@microsoft.comFix Trac #3955: renamer and type variables
2010-04-12 simonpj@microsoft.comFix Trac #3943: incorrect unused-variable warning
2010-03-20 Ian LynaghRemove LazyUniqFM; fixes trac #3880
2010-03-09 simonpj@microsoft.comAdd comment
2010-03-04 simonpj@microsoft.comRefactor part of the renamer to fix Trac #3901
2010-03-03 Simon MarlowAdd the implicit 'import Prelude' in getImports
2010-02-10 simonpj@microsoft.comKeep track of explicit kinding in HsTyVarBndr; plus...
2010-02-10 simonpj@microsoft.comSeveral TH/quasiquote changes
2010-02-08 simonpj@microsoft.comFix Trac #3850
2010-01-20 simonpj@microsoft.comFix Trac #3813: unused variables in GHCi bindings
2010-01-07 simonpj@microsoft.comImprove error locations
2010-01-04 simonpj@microsoft.comFix Trac #3792: check for qualified names in import...
2010-01-04 Ben.Lippmeier@anu... Refactor PackageTarget back into StaticTarget
2010-01-02 Ben.Lippmeier@anu... Tag ForeignCalls with the package they correspond to
2010-01-02 Ian LynaghWhitespace only
2009-12-21 simonpj@microsoft.comFix Trac #3776
2009-12-04 simonpj@microsoft.comUse addToUFM_Acc where appropriate
2009-11-15 Duncan CouttsFix formatting of module deprecation/warning messages
2009-11-05 simonpj@microsoft.comFix Trac #3640, plus associated refactoring
2009-10-28 simonpj@microsoft.comAdd 'rec' to stmts in a 'do', and deprecate 'mdo'
2009-10-07 simonpj@microsoft.comAdd flag -XExplicitForAll and document it
2009-10-02 simonpj@microsoft.comCombine treatment of vanialla/GADT data decls, and...
2009-09-10 simonpj@microsoft.comThree improvements to Template Haskell (fixes #3467)
2009-09-08 Simon Marlowfix warnings
2009-08-26 Isaac Dupreeremove Haddock-lexing/parsing/renaming from GHC
2009-08-25 simonpj@microsoft.comMove the standalone-deriving flag test from parser...
2009-08-21 simonpj@microsoft.comAnother tiny tidy-up to RnPat
2009-08-20 simonpj@microsoft.comWibble to RnPat refactoring
2009-08-20 simonpj@microsoft.comImprovements to record puns, wildcards
2009-07-27 Simon MarlowRemove old 'foreign import dotnet' code
2009-07-24 Ian LynaghRemove GHC's haskell98 dependency
2009-07-23 simonpj@microsoft.comAdd tuple sections as a new feature
2009-07-19 Ian LynaghAdd a -fwarn-dodgy-exports flag; fixes #1911
2009-07-07 Ian LynaghWhen exporting F(..), all the children of F are also...
2009-07-07 Ian LynaghRemove unused imports
2009-07-06 simonpj@microsoft.comMajor patch to fix reporting of unused imports
2009-07-01 Max BolingbrokeSupport for -fwarn-unused-do-bind and -fwarn-wrong...
2009-07-02 Manuel M T ChakravartyType synonym families may be nullary
2009-07-02 simonpj@microsoft.comNew syntax for GADT-style record declarations, and...
2009-07-02 Manuel M T ChakravartyFIX #3197
2009-06-02 simonpj@microsoft.comFix Trac #3265: type operators in type/class declarations
2009-05-28 simonpj@microsoft.comFix Trac #3262: suppress name-shadow warning for _names
2009-05-27 simonpj@microsoft.comFix Trac #3221: renamer warnings for deriving clauses
2009-05-27 simonpj@microsoft.comTemplate Haskell: allow type splices
2009-04-26 Ian LynaghGHC new build system megapatch
2009-04-09 simonpj@microsoft.comFix Trac #3155: better error message when -XRankNTypes...
2009-04-09 simonpj@microsoft.comUse return instead of returnM, and similar tidy-ups
2009-03-31 Ian LynaghMake some showSDoc's use OneLineMode rather than PageMode
2009-03-13 simonpj@microsoft.comAdjust error message slightly to make it clearer
2009-02-02 simonpj@microsoft.comImprove error reporting for precedence errors
2009-01-08 simonpj@microsoft.comFix Trac #2914: record wild cards and assoicated types
2009-01-02 simonpj@microsoft.comMake record selectors into ordinary functions
2008-12-30 simonpj@microsoft.comRefactor RnEnv to fix Trac #2901
2008-12-08 simonpj@microsoft.comComments only
2008-11-22 Thomas SchillingReport source span instead of just source location...
2008-10-30 simonpj@microsoft.comAdd (a) CoreM monad, (b) new Annotations feature
2008-10-28 simonpj@microsoft.comFix Trac #2723: keep track of record field names in...
2008-10-27 simonpj@microsoft.comFix Trac #2713: refactor and tidy up renaming of fixity...
2008-09-23 simonpj@microsoft.comAllow type families to use GADT syntax (and be GADTs)
2008-10-03 simonpj@microsoft.comFix warnings
2008-10-03 simonpj@microsoft.comExpunge ThFake, cure Trac #2632
2008-10-03 simonpj@microsoft.comAdd ASSERTs to all calls of nameModule
2008-10-02 Manuel M T ChakravartyTFs: Allow repeated variables in left-hand sides of...
2008-09-10 simonpj@microsoft.comRename a variable
2008-09-04 Ian LynaghAdd a note explaining a couple of seq's
2008-08-30 Ian LynaghSquash a space leak
2008-08-30 Ian LynaghFix a space leak
2008-08-30 Ian Lynaghfix a space leak
2008-08-26 simonpj@microsoft.comFix flaggery for RULES (cf Trac #2497)
2008-08-21 simonpj@microsoft.comImprove error message when 'forall' is not a keyword
2008-08-20 simonpj@microsoft.comElaborate for-all message slightly
2008-08-05 Simon MarlowDon't warn if 'import Prelude' doesn't import anything
2008-08-05 Simon MarlowAdd -XPackageImports, new syntax for package-qualified...
2008-08-12 simonpj@microsoft.comFix Trac #2490: sections should be parenthesised
2008-08-12 simonpj@microsoft.comRefactoring: define TcRnMonad.failWith and use it in...
2008-08-12 simonpj@microsoft.comLayout only
next