Support for -fwarn-unused-do-bind and -fwarn-wrong-do-bind, as per #3263
[ghc-hetmet.git] / compiler / typecheck / TcBinds.lhs
2009-07-01 Max BolingbrokeSupport for -fwarn-unused-do-bind and -fwarn-wrong...
2009-06-05 Ian LynaghMake a proper Opt_WarnLazyUnliftedBindings warning...
2009-05-29 simonpj@microsoft.comImplement -XMonoLocalBinds: a radical new flag
2009-04-24 Ian LynaghRequire a bang pattern when unlifted types are where...
2009-01-13 simonpj@microsoft.comRename isIdentityCoercion to isIdentityCoI; add Coercio...
2009-01-02 simonpj@microsoft.comMake record selectors into ordinary functions
2008-12-16 Simon MarlowRollback INLINE patches
2008-12-05 simonpj@microsoft.comCompletely new treatment of INLINE pragmas (big patch)
2008-09-10 simonpj@microsoft.comSimplify the type signature for tcPolyBinds
2008-09-03 simonpj@microsoft.comMajor change in compilation of instance declarations...
2008-08-27 simonpj@microsoft.comFix Trac #745: improve error recoevery for type signatures
2008-07-31 Max BolingbrokeFollow Digraph changes in TcBinds
2008-07-31 Max BolingbrokeSplit the Id related functions out from Var into Id...
2008-07-20 Thomas SchillingFix Haddock errors.
2008-06-16 Ian LynaghMore commandline flag improvements
2008-05-18 Ian LynaghMake TcBinds warning-free
2008-05-18 Ian LynaghDetab TcBinds
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in TcBinds
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-03-05 Ian LynaghImprove no-type-signature warning
2008-01-17 Twan van LaarhovenMonadify typecheck/TcBinds: use do, return and standard...
2008-01-22 simonpj@microsoft.comTidy up the treatment of SPECIALISE pragmas
2008-01-10 simonpj@microsoft.comFix 2030: make -XScopedTypeVariables imply -XRelaxedPolyRec
2007-11-21 simonpj@microsoft.comMake rebindable do-notation behave as advertised
2007-11-06 simonpj@microsoft.comFix Trac #1813: generalise over *all* type variables...
2007-10-27 simonpj@microsoft.comIn an AbsBinds, the 'dicts' can include EqInsts
2007-09-06 simonpj@microsoft.comFix zonking in mkExports
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-28 Manuel M T ChakravartyType checking for type synonym families
2007-08-22 simonpj@microsoft.comPrint infix function definitions correctly in HsSyn
2007-06-20 simonpj@microsoft.comImplement -X=GADTs and -X=RelaxedPolyRec
2007-04-25 simonpj@microsoft.comGive the inferred type when warning of a missing type...
2007-04-22 simonpj@microsoft.comFix corner case of useless constraint in SPECIALISE...
2006-12-11 simonpj@microsoft.comMore refactoring of constraint simplification
2006-11-10 Samuel BronsonZap stray whitespace in lhs formatting
2006-11-10 simonpj@microsoft.comUse implication constraints to improve type inference
2006-10-24 andy@galois.comHaskell Program Coverage
2006-10-11 simonpj@microsoft.comMake Inst into a record type to ease subsequent changes
2006-10-11 Simon MarlowModule header tidyup, phase 1
2006-10-03 simonpj@microsoft.comFix scoped type variables for expression type signatures
2006-09-29 simonpj@microsoft.comGlobal renamings in HsSyn
2006-09-20 Manuel M T ChakravartyComplete the evidence generation for GADTs
2006-09-20 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-09-18 simonpj@microsoft.comEnsure that only zonked poly_ids are passed to tcSpecPrag
2006-09-06 simonpj@microsoft.comImprove error reporting for SigTvs, and add comments
2006-09-05 simonpj@microsoft.comFix dependency analysis (notably bindInstsOfLocalFuns...
2006-08-11 simonpj@microsoft.comComplete -fmono-pat-binds patch
2006-08-11 simonpj@microsoft.comImprove error message layouts
2006-07-22 simonpj@microsoft.comAdd -fmono-pat-binds, and make it the default
2006-06-21 simonpj@microsoft.comComment only
2006-06-12 simonpj@microsoft.comMake scoped type variables work for default methods
2006-04-14 simonpj@microsoft.comComments only
2006-04-07 Simon MarlowReorganisation of the source tree