Remove redundant fromIntegral calls
[ghc-hetmet.git] / compiler / typecheck /
2008-07-31 Max BolingbrokeUse DynFlags.getMainFun in TcRnDriver
2008-07-31 Max BolingbrokeMinor refactorings in TcEnv
2008-07-31 Max BolingbrokeFollow Digraph changes in TcTyDecls
2008-07-31 Max BolingbrokeMake IOEnv a MonadUnique
2008-07-31 Max BolingbrokeFollow TcEnv API addition in TcForeign
2008-07-31 Max BolingbrokeFollow Digraph changes in TcBinds
2008-07-31 Max BolingbrokeFollow OccName and MkCore changes in Inst
2008-07-31 Max BolingbrokeSplit the Id related functions out from Var into Id...
2008-08-05 simonpj@microsoft.comFix Trac #2449
2008-08-04 simonpj@microsoft.comFix the bug part of Trac #1930
2008-08-04 simonpj@microsoft.comFix Trac #2433 (deriving Typeable)
2008-08-01 simonpj@microsoft.comFix Trac #2478
2008-07-31 Max BolingbrokeRename maybeTyConSingleCon to tyConSingleDataCon_maybe
2008-07-31 Ian LynaghFix the catching of "IOEnv failure" with extensible...
2008-07-31 Ian LynaghFollow changes in the base library
2008-07-30 Ian LynaghFollow extensible exception changes
2008-07-21 Ian LynaghFixes for haddock 0.8
2008-07-20 Thomas SchillingFix Haddock errors.
2008-07-20 Ian LynaghAdd a WARNING pragma
2008-07-15 Manuel M T ChakravartyFix for 1st half of #2203 Before_cabalised-GHC
2008-07-14 Manuel M T ChakravartyFix check of rhs of type family instances (#2157)
2008-07-13 Ian LynaghFix some build problems when GHCI is not definde
2008-07-12 Ian LynaghAdd PostfixOperators flag for (e op) postfix operators...
2008-07-09 Simon Marlowadd -fwarn-dodgy-foreign-imports (see #1357)
2008-07-08 Ian LynaghRemove all .hi-boot-6 files
2008-07-07 simonpj@microsoft.comFix Trac #2414: occurrs check was missed
2008-07-07 simonpj@microsoft.comWhite space only
2008-07-01 simonpj@microsoft.comSeveral fixes to 'deriving' including Trac #2378
2008-06-25 simonpj@microsoft.comFix Trac #2394: test for non-algebraic types in standal...
2008-06-23 Ian LynaghFix the build with GHC 6.4
2008-06-16 Ian LynaghTweak a comment to talk about UnboxedTuples rather...
2008-06-16 Ian LynaghSuggest -XRelaxedPolyRec rather than -fglasgow-exts...
2008-06-16 Ian LynaghMore commandline flag improvements
2008-06-10 Ian LynaghFix warnings in TcPat
2008-06-10 Ian LynaghFix warnings in TcEnv
2008-06-06 Ian LynaghFix warnings in TcRnTypes
2008-06-06 Ian LynaghFix warnings in TcTyClsDecls
2008-06-06 Ian LynaghFix warnings in TcHsType
2008-06-06 Ian LynaghFix warnings in TcSimplify
2008-06-06 Ian LynaghFix warnings in TcRules
2008-06-06 Ian LynaghFix warnings in TcInstDcls
2008-06-06 Ian LynaghFix warnings in TcMType
2008-06-06 Ian LynaghFix warnings in TcForeign
2008-06-06 Ian LynaghFix warnings in TcClassDcl
2008-06-06 Ian LynaghFix a bug in eqPatType
2008-06-06 simonpj@microsoft.comFix Trac #2334: validity checking for type families
2008-06-05 simonpj@microsoft.comVital follow-up to fix of Trac #2045
2008-06-05 simonpj@microsoft.comFix Trac #2045: use big-tuple machiney for implication...
2008-06-05 simonpj@microsoft.comComments only
2008-06-04 simonpj@microsoft.comFix Trac #2339: reify (mkName "X")
2008-06-04 simonpj@microsoft.comFix Trac #2310: result type signatures are not supporte...
2008-06-04 simonpj@microsoft.comSort modules and packages in debug print (reduce test...
2008-06-03 Simon Marlowadd debugDumpTcRn and use it for some debugging output
2008-06-02 simonpj@microsoft.comFix minor layout issue (whitespace only)
2008-05-30 Simon MarlowFix a bug to do with recursive modules in one-shot... 2008-06-01
2008-05-28 Simon MarlowUse MD5 checksums for recompilation checking (fixes...
2008-05-21 Ian LynaghFix warnings in TcTyDecls
2008-05-21 Ian LynaghFix whitespace in TcTyDecls
2008-05-21 simonpj@microsoft.comFix Trac #1061: refactor handling of default methods
2008-05-15 simonpj@microsoft.comTuples cannot contain unboxed types
2008-05-20 Ian LynaghMake TcType warning-free
2008-05-19 Ian LynaghMake TcUnify warning-free
2008-05-19 Ian LynaghFix a comment typo
2008-05-19 Ian LynaghDetab TcUnify
2008-05-20 Roman LeshchinskiyMake -f[no-]method-sharing a dynamic flag
2008-05-18 Ian LynaghMake TcBinds warning-free
2008-05-18 Ian LynaghDetab TcBinds
2008-05-13 Simon MarlowFIX #1641: don't add auto sccs to compiler-generated...
2008-05-10 Ian LynaghRemove redundant imports from Inst
2008-05-10 Ian LynaghFix a warning when DEBUG is not on
2008-05-06 Ian LynaghMake TcGenDeriv warning-free
2008-05-06 Ian LynaghMake TcMatches warning-free
2008-05-06 Ian LynaghMake TcHsSyn warning-free
2008-05-06 Ian LynaghMake TcRnMonad warning-free
2008-05-06 Ian LynaghMake TcDefaults warning-free
2008-05-06 Ian LynaghMake TcArrows warning-free
2008-05-06 Ian LynaghTcSplice is now mostly warning-free
2008-05-06 Ian LynaghMake Inst warning-free
2008-05-06 Ian LynaghAdd a panic for lookupPred EqPred
2008-05-06 Ian LynaghMake FamInst warning-free
2008-05-06 simonpj@microsoft.comFix Trac #2246; overhaul handling of overloaded literals
2008-05-04 Ian LynaghWhitespace only (TcInstDcls)
2008-04-23 Ian LynaghAdd 123## literals for Word#
2008-04-23 Roman LeshchinskiyInclude HsVersions.h where necessary
2008-04-22 Ian LynaghChange the last few (F)SLIT's into (f)sLit's
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in TcSplice
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in TcRnDriver
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in TcDefaults
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in TcRules
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in TcForeign
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in TcExpr
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in TcArrows
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in TcMatches
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in TcInstDcls
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in FamInst
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in TcDeriv
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in TcGenDeriv
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in TcTyClsDecls
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in TcClassDcl
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in TcBinds
next