Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modules
[ghc-hetmet.git] / compiler / ghci / ByteCodeGen.lhs
2007-09-01 Ian LynaghAdd {-# OPTIONS_GHC -w #-} and some blurb to all compil...
2007-05-18 Simon MarlowUpdate the panic msg from #1257 to be an ordinary error...
2007-04-27 Simon MarlowWe shouldn't let-bind expressions with unlifted type
2007-04-25 Simon Marlowremember the type of _result
2007-04-18 Simon MarlowVarious cleanups and improvements to the breakpoint...
2007-04-17 Simon MarlowRe-working of the breakpoint support
2007-04-04 Ian LynaghFix C/Haskell type mismatches
2007-03-08 Simon Marlowrefactor: use do-notation rather than `thenBc`-style
2006-12-22 Ian LynaghHandle LongArg's in the FFI on x86
2006-12-21 Ian LynaghAllow a word-sized argument for STKCHECK
2006-12-12 Simon MarlowMERGE: Fix Windows DEP violations (bug #885)
2006-12-07 Simon Marlowfix for #1013.
2006-10-11 Simon MarlowMore import tidying and fixing the stage 2 build
2006-09-23 audreyt@audreyt.orgIn ByteCodeGen, correctly passthru AnnCast in all relev...
2006-09-23 audreyt@audreyt.orgAdd explicit eta-reduction to GHCI's schemeE such that...
2006-09-22 audreyt@audreyt.orgRepair "ghci" under FC+AT by handling AnnCast in byteco...
2006-08-11 sven.panne@aedion.deWarning police: Removed overlapped pattern warnings
2006-04-07 Simon MarlowReorganisation of the source tree