Merge remote branch 'working/master'
[ghc-hetmet.git] / compiler / rename /
2011-05-12 Jose Pedro MagalhaesMerge branch 'master' of darcs.haskell.org/ghc into...
2011-05-11 Simon Peyton JonesMerge remote branch 'origin/master'
2011-05-10 Jose Pedro MagalhaesMerge branch 'master' of darcs.haskell.org/ghc into...
2011-05-09 Simon Peyton JonesFix renaming of guards
2011-05-06 Simon Peyton JonesMerge master into the ghc-new-co branch
2011-05-05 Jose Pedro MagalhaesMerge branch 'master' of darcs.haskell.org/ghc into...
2011-05-04 Simon Peyton JonesDo-notation in an arrow context is not rebindable
2011-05-04 Jose Pedro MagalhaesMerge branch 'master' of darcs.haskell.org/ghc into...
2011-05-04 Jose Pedro MagalhaesRemove HsNumTy and TypePati.
2011-05-04 Simon Peyton JonesFinal batch of monad-comprehension stuff
2011-05-04 Jose Pedro MagalhaesAdd a new flag XDefaultSignatures to enable just the...
2011-05-03 Simon Peyton JonesMore hacking on monad-comp
2011-05-02 Simon Peyton JonesMore on monad-comp; an intermediate state, so don't...
2011-05-02 Simon Peyton JonesMerge in changes from HEAD
2011-05-02 Simon Peyton JonesMore hacking on monad-comp; now works
2011-04-30 Simon Peyton JonesMerge remote branch 'origin/master' into ghc-new-co
2011-04-29 Simon Peyton JonesSimon's hacking on monad-comp; incomplete
2011-04-28 Simon Peyton JonesMerge remote branch 'origin/master' into monad-comp
2011-04-28 Simon Peyton JonesPreliminary monad-comprehension patch (Trac #4370)
2011-04-28 Simon Peyton JonesUse 'default' rather than 'generic' for default-method...
2011-04-27 Jose Pedro MagalhaesMerge branch 'master' of darcs.haskell.org/ghc into...
2011-04-26 David TereiAdd missing eol marker in RnSource.lhs
2011-04-20 Simon Peyton JonesFix Trac #5126: generate correct usage info in TH decla...
2011-04-20 Simon Peyton JonesMerge remote branch 'origin/master' into ghc-generics
2011-04-19 simonpjFix Trac #5038 (missing free variable in ifThenElse...
2011-04-19 simonpjFix typo in comment
2011-04-19 Simon Peyton JonesThis BIG PATCH contains most of the work for the New...
2011-04-13 unknownMerge branch 'master' of c:/code/HEAD-git/. into ghc...
2011-04-12 simonpjInitial commit for Pedro's new generic default methods
2011-04-02 Max BolingbrokeIgnore names introduced "implicitly" in unused-variable...
2011-03-06 simonpj@microsoft.comDocument -fwarn-missing-import-lists
2011-02-20 Manuel M T ChakravartyAdded a VECTORISE pragma
2011-01-12 simonpj@microsoft.comProduce an error message, not a crash, for HsOpApp...
2011-01-10 simonpj@microsoft.comDo dependency analysis when kind-checking type declarations
2010-11-27 Michal TerepetaImprove error message when importing data constructors...
2010-12-22 simonpj@microsoft.comImplement fuzzy matching for the renamer
2010-12-22 simonpj@microsoft.comTidy up rebindable syntax for MDo
2010-12-19 Ian LynaghSmall refactoring
2010-12-10 simonpj@microsoft.comFix Trac #4534: renamer bug
2010-11-27 Michal TerepetaDon't warn of duplicate exports in case of module exports.
2010-10-30 Michal TerepetaFix whitespace/layout in RnNames.
2010-11-24 Ian LynaghDon't mix implicit and explicit layout
2010-11-24 Ian LynaghWhitespace only
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
next