Trim unused imports detected by new unused-import code
[ghc-hetmet.git] / compiler / ghci / ByteCodeGen.lhs
2009-07-06 simonpj@microsoft.comTrim unused imports detected by new unused-import code
2009-04-20 Simon MarlowFIX #2845: Allow breakpoints on expressions with unlift...
2009-02-06 Ian LynaghWhen generating C, don't pretend functions are data
2008-12-30 simonpj@microsoft.comTidy up treatment of big lambda (fixes Trac #2898)
2008-12-11 Thomas SchillingComments only. Fix typo.
2008-10-09 Simon MarlowpushAtom: add missing case for MachNullAddr (#2589)
2008-07-30 Ian LynaghFollow extensible exception changes
2008-05-15 Simon Marlowvalidate fix: eliminate a warning on non-Windows
2008-05-14 Simon MarlowFIX #1288: GHCi wasn't adding the @n suffix to stdcalls...
2008-05-04 Ian LynaghMake ByteCodeGen warning-free
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in ByteCodeGen
2008-04-08 Simon MarlowImport libffi-3.0.4, and use it to provide FFI support...
2008-02-04 Simon MarlowSupport for using libffi to implement FFI calls in...
2007-10-10 Simon MarlowGHCi: use non-updatable thunks for breakpoints
2007-09-11 Simon MarlowFIX #1466 (partly), which was causing concprog001(ghci...
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-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