Re-working of the breakpoint support
[ghc-hetmet.git] / compiler / main / GHC.hs
2007-04-17 Simon MarlowRe-working of the breakpoint support
2007-04-11 Simon MarlowRationalise GhcMode, HscTarget and GhcLink
2007-04-04 Ian LynaghFix C/Haskell type mismatches
2007-03-27 Simon Marlowmake GHCi use base:Prelude, not just Prelude
2007-02-21 Pepe IborraImproving the performance of breakpoints up to 50%...
2007-02-02 Pepe IborraExtend the local bindings at a breakpoint with one...
2007-01-31 Ian LynaghAlways pay attention to -keep-tmp-files when we want...
2007-01-20 Pepe IborraAdd obtainTerm1 to the GHC api
2007-01-11 Pepe IborraAdded the new :breakpoint continue option
2007-01-11 simonpj@microsoft.comAdd the function TypeRep.pprTypeApp, and use it
2006-12-18 Pepe IborraRemove uses of Data.Traversable to fix stage1 on pre...
2006-12-11 Pepe IborraAdjust code from manual merges
2006-12-11 Pepe IborraFix an issue with lazyness in the closure viewer
2006-12-10 Pepe IborraBreakpoint code instrumentation
2006-12-10 Pepe IborraExtend the GHC API with breakpoints and breakpoint...
2006-12-10 Pepe IborraPlaying with closures
2006-10-16 Simon MarlowFix deadlock on second call to newSession
2006-10-11 Simon MarlowMore import tidying and fixing the stage 2 build
2006-10-11 Simon MarlowInterface file optimisation and removal of nameParent
2006-10-06 simonpj@microsoft.comImprove comments and error tracing
2006-10-05 davve@dtek.chalmers.seMerge Haddock comment support from ghc.haddock -- big...
2006-09-28 Simon MarlowFix #906, and do #914 while I'm in here (it wasn't...
2006-09-20 Manuel M T ChakravartyExtended TyCon and friends to represent family declarations
2006-09-19 Simon MarlowPackages cleanup, and allow new packages to be loaded...
2006-08-23 Esa Ilari VuokkoAdd dynCompileExpr
2006-08-22 Simon MarlowfindModule: add a fallthrough error case
2006-08-11 Simon MarlowImprove the "could not find module" error message
2006-07-10 Ian LynaghCreate our own directory in the temporary directory...
2006-07-09 Ian LynaghMerge SysTools import declarations
2006-07-25 Simon MarlowGeneralise Package Support
2006-06-12 Don StewartAnd move 'Chasing ...' messages into verbosity 2 as...
2006-04-18 LemmihMake the initial rdr and type scope available in the...
2006-04-07 Simon MarlowReorganisation of the source tree