Fix warnings
[ghc-hetmet.git] / compiler / rename / RnBinds.lhs
2011-05-12 Jose Pedro MagalhaesMerge branch 'master' of darcs.haskell.org/ghc into...
2011-05-06 Simon Peyton JonesMerge master into the ghc-new-co branch
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 Jose Pedro MagalhaesAdd a new flag XDefaultSignatures to enable just the...
2011-05-02 Simon Peyton JonesMerge in changes from HEAD
2011-04-30 Simon Peyton JonesMerge remote branch 'origin/master' into ghc-new-co
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-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 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...
2010-12-22 simonpj@microsoft.comTidy up rebindable syntax for MDo
2010-10-07 simonpj@microsoft.comImplement auto-specialisation of imported Ids
2010-09-18 Ian LynaghAdd separate functions for querying DynFlag and Extensi...
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2010-07-24 Ian LynaghSeparate the language flags from the other DynFlag's
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.comMake tcg_dus behave more sanely; fixes a mkUsageInfo...
2010-04-12 simonpj@microsoft.comFix Trac #3943: incorrect unused-variable warning
2010-03-04 simonpj@microsoft.comRefactor part of the renamer to fix Trac #3901
2010-01-07 simonpj@microsoft.comImprove error locations
2009-11-05 simonpj@microsoft.comFix Trac #3640, plus associated refactoring
2009-08-20 simonpj@microsoft.comWibble to RnPat refactoring
2009-08-20 simonpj@microsoft.comImprovements to record puns, wildcards
2009-07-24 Ian LynaghRemove GHC's haskell98 dependency
2009-01-02 simonpj@microsoft.comMake record selectors into ordinary functions
2008-10-27 simonpj@microsoft.comFix Trac #2713: refactor and tidy up renaming of fixity...
2008-10-03 simonpj@microsoft.comFix warnings
2008-10-03 simonpj@microsoft.comExpunge ThFake, cure Trac #2632
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-11 simonpj@microsoft.comMostly fix Trac #2431: make empty case acceptable to...
2008-07-31 Max BolingbrokeFollow Digraph changes in RnBinds and small refactoring
2008-07-20 Thomas SchillingFix Haddock errors.
2008-06-04 simonpj@microsoft.comFix Trac #2310: result type signatures are not supporte...
2008-05-20 simonpj@microsoft.comFix Trac #2292: improve error message for lone signatures
2008-05-03 Ian LynaghMake RnBinds warning-free
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in RnBinds
2008-04-10 simonpj@microsoft.comFix Trac #2205, which I introduced recently
2008-04-04 simonpj@microsoft.comFix Trac #2188: scoping in TH declarations quotes
2008-04-03 simonpj@microsoft.comFix Trac #2136: reporting of unused variables
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-02-07 Ian LynaghConvert more UniqFM's back to LazyUniqFM's
2008-01-17 Twan van LaarhovenMonadify rename/RnBinds: use do, return and standard...
2008-01-18 simonpj@microsoft.comAdd quasi-quotation, courtesy of Geoffrey Mainland
2007-12-13 simonpj@microsoft.comImprove free-variable handling for rnPat and friends...
2007-10-10 Dan LicataView patterns, record wildcards, and record puns
2007-09-04 Ian LynaghFix CodingStyle#Warnings URLs
2007-09-03 Ian LynaghUse OPTIONS rather than OPTIONS_GHC for pragmas
2007-09-01 Ian LynaghAdd {-# OPTIONS_GHC -w #-} and some blurb to all compil...
2007-08-22 simonpj@microsoft.comPrint infix function definitions correctly in HsSyn
2007-07-09 Ian LynaghAdd -XPatternSigs flag
2007-07-08 Ian LynaghAdd PatternGuards flag
2007-06-21 LemmihAdd several new record features
2007-05-02 simonpj@microsoft.comImprove error reporting for type signatures
2007-04-25 simonpj@microsoft.comGive the inferred type when warning of a missing type...
2006-12-19 Manuel M T ChakravartyFixed uninitialised FunBind fun_tick field
2006-10-24 andy@galois.comHaskell Program Coverage
2006-10-03 simonpj@microsoft.comFix scoped type variables for expression type signatures
2006-09-29 simonpj@microsoft.comGlobal renamings in HsSyn
2006-09-15 Manuel M T ChakravartyMigrate cvs diff from fptools-assoc branch
2006-06-12 simonpj@microsoft.comMake scoped type variables work for default methods
2006-05-08 simonpj@microsoft.comTrim imports
2006-04-07 Simon MarlowReorganisation of the source tree