Fix tracking of what RdrNames are used (fixes Trac #5211)
[ghc-hetmet.git] / compiler / ghci / Debugger.hs
2011-06-11 Simon Peyton JonesFix tracking of what RdrNames are used (fixes Trac...
2010-10-27 Simon MarlowRefactoring and tidyup of HscMain and related things...
2010-10-19 simonpj@microsoft.comClean up the debugger code
2009-07-06 simonpj@microsoft.comTrim unused imports detected by new unused-import code
2009-07-01 Max BolingbrokeSupport for -fwarn-unused-do-bind and -fwarn-wrong...
2009-01-02 simonpj@microsoft.comMake record selectors into ordinary functions
2008-09-18 pepeFix a couple of issues with :print
2008-09-15 Thomas SchillingUse 'GhcMonad' in ghci/Debugger.
2008-07-31 Max BolingbrokeSplit the Id related functions out from Var into Id...
2008-07-30 Ian LynaghFollow extensible exception changes
2008-04-21 pepeFix #2044 (:printing impredicatively typed things)
2007-12-19 Pepe IborraFix rendering of references in :print under -fprint...
2007-12-08 Pepe IborraRefactoring only
2007-12-08 Pepe IborraPrevent the binding of unboxed things by :print
2007-12-04 Pepe IborraTeach :print to follow references (STRefs and IORefs)
2007-12-02 Pepe Iborrarefactoring only
2007-11-14 Pepe IborraTry to manage the size of the text rendered for ':show...
2007-11-13 Pepe IborraFix Trac 1865: GHCi debugger crashes with :print
2007-09-12 Pepe IborraBetter modelling of newtypes in the Term datatype
2007-09-12 Pepe IborraGHCi debugger: Added a -fprint-evld-with-show flag
2007-09-11 Pepe IborraRefactoring & documenting the Term pprinter used by...
2007-09-11 Pepe IborraCustom printer for the Term datatype that won't output...
2007-09-11 Pepe IborraCustom printer for the Term datatype that won't output...
2007-09-06 Pepe Iborrawarning police
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-08-29 Pepe IborraWarning police
2007-08-26 Pepe IborraStyle: remove trailing spaces
2007-08-26 Pepe IborraPrint contents of bindings when stopping at a breakpoint
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-11 Pepe IborraAsk for a HscEnv instead of a Session in InteractiveEva...
2007-05-23 Pepe IborraClean up for code conventions & add some comment
2007-05-11 Simon MarlowStore a SrcSpan instead of a SrcLoc inside a Name
2007-05-09 Simon MarlowFIX: Linker.getHValue should be linking in any dependen...
2007-05-09 Pepe IborraFixed a badly defined pattern match
2007-05-03 Simon Marlowuse extendInteractiveContext instead of custom code
2007-05-02 Simon MarlowRefactoring, tidyup and improve layering
2007-05-01 Pepe IborraAdd new skolem tyvars to the InteractiveContext after...
2007-04-30 Pepe IborraRemove skolem tyvars from the InteractiveContext once...
2007-04-30 Pepe IborraRestore tidying up of tyvars in :print
2007-04-26 Simon MarlowGive a better error message when we try to print a...
2007-04-25 Pepe IborraDrop newtypes before computing the refinement substitut...
2007-04-25 Pepe IborraFix some corner cases in :print after the recent changes
2007-04-25 Simon Marlowrefactor: move pprintClosureCommand out of the GHCi...
2007-04-25 Simon MarlowKeep track of free type variables in the interactive...
2007-04-24 Pepe IborraSome tyvars were being introduced in the environment...
2007-04-24 Pepe IborraWhen a type is refined after :print, propagate the...
2007-04-24 Simon MarlowDebuggerTys doesn't exist any more
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-14 Pepe Iborra:print command - Do not compute all the custom printers...
2007-04-18 Simon MarlowVarious cleanups and improvements to the breakpoint...
2007-04-17 Simon MarlowRe-working of the breakpoint support
2007-03-22 sven.panne@aedion.deWarning police: Removed catch-all case which was overlapped
2007-02-21 Pepe IborraFix an incomplete pattern in the code for :print
2007-02-16 Pepe IborraFixed a bug with the :print command spotted by Bernie...
2007-02-16 Pepe IborraUniform user interface
2007-02-16 Pepe IborraTaught :breakpoint add to guess the module name if...
2007-02-07 Pepe IborraOptimize dynamic breakpoints for speed
2007-01-21 Pepe IborraImprove presentation of :print output
2007-01-21 Pepe IborraRefactoring of Debugger.hs
2007-01-20 Pepe IborraFix a bug in the closure viewer
2007-01-11 Pepe IborraAn object code module in ghci is not and cannot be...
2007-01-11 Pepe IborraAdded the new :breakpoint continue option
2007-01-05 Pepe IborraRemove a tracing statement, change a comment, and make...
2007-01-05 Pepe IborraImproved an error message, giving a more concrete sugge...
2007-01-05 Pepe IborraThis patch fixes ticket #1083 in the ghci debugger
2007-01-03 simonpj@microsoft.comAdd newline at end
2006-12-18 Pepe IborraRemove uses of Data.Traversable to fix stage1 on pre...
2006-12-11 Pepe IborraToggle whether the RTS gets build with debugger support...
2006-12-10 Pepe IborraClosure inspection in GHCi
2006-12-10 Pepe IborraDynamic breakpoints in GHCi