Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modules
[ghc-hetmet.git] / compiler / ghci / RtClosureInspect.hs
2007-09-01 Ian LynaghAdd {-# OPTIONS_GHC -w #-} and some blurb to all compil...
2007-08-29 Pepe IborraUse a Data.Sequence instead of a list in cvReconstructType
2007-08-29 Pepe IborraFix a bug in RtClosureInspect.cvReconstructType.
2007-08-29 Pepe IborraWarning police
2007-08-27 Pepe IborraUse a version of obtainTerm that takes a max depth...
2007-08-28 Manuel M T ChakravartyType checking for type synonym families
2007-08-10 Ian LynaghFollow Array changes (adding numElements field)
2007-07-14 Ian LynaghFix for print022 (round up when dividing type size...
2007-07-14 Pepe IborraAutomatic RTTI for ghci bindings
2007-07-12 Pepe IborraTeach :print to not panic when the DataCon for a closur...
2007-07-12 Pepe IborraFix an array indexing bug in getClosureData (used by...
2007-07-11 Pepe IborraFix imports & add missing type signatures
2007-07-11 Pepe IborraAdd a max depth bound to the bfs implementation in...
2007-06-07 LemmihFix a bug in MatchCon, and clarify what dataConInstOrig...
2007-06-17 Pepe IborraSeveral changes to the code dealing with newtypes in...
2007-05-24 Pepe Iborrawibble
2007-05-23 Pepe IborraClean up for code conventions & add some comment
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