Add a compileToCore function to the GHC API
[ghc-hetmet.git] / compiler / main / GHC.hs
2007-06-25 Tim ChevalierAdd a compileToCore function to the GHC API
2007-06-05 Isaac Dupreeremove #if branches for pre-ghc-6.0
2007-06-05 Simon Marlowfix panic in #1379
2007-05-30 Simon Marlowexport noSrcLoc, noSrcSpan
2007-05-11 Simon MarlowStore a SrcSpan instead of a SrcLoc inside a Name
2007-05-10 Simon MarlowFIX #1181: parseStaticFlags should not be required
2007-05-07 Simon Marlowadd defaultObjectTarget to the GHC API
2007-05-03 Simon MarlowAdd history/trace functionality to the GHCi debugger
2007-05-03 Simon Marlowcancel out some reverses by changing the order of ic_tm...
2007-05-02 Simon MarlowRefactoring, tidyup and improve layering
2007-04-30 Simon Marlowdon't forget to enable ^C after a :cont or :step
2007-04-27 Simon Marlowoutside of runStmt, if a breakpoint is hit then just...
2007-04-27 Simon MarlowBreakpoints: don't attempt to bind variables with unbox...
2007-04-26 Simon MarlowgetRdrNamesInScope: return interactively-bound names too
2007-04-26 Simon Marlowunused import
2007-04-26 Simon MarlowGive a better error message when we try to print a...
2007-04-25 Simon MarlowTidy types of free vars at a breakpoint
2007-04-25 Simon Marlowremember the type of _result
2007-04-25 Simon MarlowKeep track of free type variables in the interactive...
2007-04-24 Simon Marlowconvert type variables to TcTyVars, otherwise the typec...
2007-04-24 Simon MarlowDebuggerTys doesn't exist any more
2007-04-24 Simon MarlowBreakpoints: get the names of the free variables right
2007-04-24 Pepe IborraWe no longer instantiate tyvars to Unknown types in...
2007-04-20 Simon Marlowremove a ToDo
2007-04-20 Simon Marlowexport SrcSpan & utils from GHC
2007-04-19 Simon MarlowGet the InteractiveContext right when stopped at a...
2007-04-19 Simon Marlowmore layering cleanup: BreakArray should come from GHC
2007-04-18 Simon MarlowRestore the interactive context when resuming a breakpoint
2007-04-18 Simon Marlowremove dead code
2007-04-18 Simon MarlowVarious cleanups and improvements to the breakpoint...
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