wibble
[ghc-hetmet.git] / compiler / ghci / RtClosureInspect.hs
2007-05-20 Pepe Iborrawibble
2007-05-20 Pepe IborraClean up & comments
2007-05-20 Pepe IborracvReconstructType: a faster, types-only version of...
2007-05-19 Pepe IborraRewrite the unsafe code dealing with unboxed primitives...
2007-05-16 Simon Marlowadd a comment
2007-04-30 Pepe IborraRestore tidying up of tyvars in :print
2007-04-26 Pepe IborraDont tidy up tyvars after :print type reconstruction
2007-04-25 Pepe Iborrafix :print reconstructing too many types in environment...
2007-04-25 Pepe IborraFix some corner cases in :print after the recent changes
2007-04-25 Simon Marlowforce APs, AP_STACKs and ThunkSelectors in :force
2007-04-25 Simon Marlowunused exports
2007-04-24 Pepe IborraWe no longer instantiate tyvars to Unknown types in...
2007-04-20 Pepe IborraHaskell list syntax for the :print command
2007-04-20 Pepe Iborrawibbles
2007-04-19 Pepe Iborraadd some DEBUG assertions
2007-04-19 Pepe IborraWhen possible, replace unification by matching in the...
2007-04-14 Pepe Iborra:print command - Do not compute all the custom printers...
2007-04-17 Simon MarlowRe-working of the breakpoint support
2007-02-20 bjpop@csse.unimelb... Constructor names in info tables
2007-02-21 Pepe IborraFix the behaviour of :print with functions
2007-02-16 Pepe IborraFixed a bug with the :print command spotted by Bernie...
2007-02-07 Pepe IborraType reconstruction/RTTI: improve handling of newtypes
2007-01-21 Pepe IborraComments only
2007-01-20 Pepe IborraFix a bug in the closure viewer
2007-01-07 Pepe IborraReorganizing my mess a bit
2007-01-11 Pepe IborraComments only
2007-01-07 Pepe IborraTry to emulate the output of 'deriving Show' in the...
2007-01-03 simonpj@microsoft.comChange to Unix line-line-endings
2006-12-20 Pepe IborraFix import lists
2006-12-18 Pepe IborraReplace association list in AddressEnv for a FiniteMap
2006-12-18 Pepe IborraRemove uses of Data.Traversable to fix stage1 on pre...
2006-12-10 Pepe IborraPlaying with closures