View patterns, record wildcards, and record puns
[ghc-hetmet.git] / compiler / ghci /
2007-05-11 Simon MarlowStore a SrcSpan instead of a SrcLoc inside a Name
2007-05-11 Simon Marlowrefactoring only
2007-05-10 Simon MarlowFIX #1321: problems with accessing the interpreter...
2007-05-10 Simon MarlowFIX BUILD: remove accidentally committed hunk
2007-05-09 Simon Marlowfix confusion with return value of runStmt
2007-05-09 Simon Marloweliminate a crash when trying to use :break on a compil...
2007-05-09 Simon MarlowStore the constructor name in the info table in UTF-8
2007-05-09 Simon MarlowFIX: Linker.getHValue should be linking in any dependen...
2007-05-09 Simon MarlowFix a missing prime spotted by -fwarn-unused-binds
2007-05-09 Pepe IborraFixed a badly defined pattern match
2007-05-08 Simon MarlowAllow you to say :unset -f<flag> (see #1328)
2007-05-08 Simon Marlowoverhaul :help, group the debugging commands together
2007-05-08 Simon Marlowlet you :show things that you can :set (e.g. args,...
2007-05-08 Simon Marlowimprovements to :history
2007-05-03 Bertram Felgenhauerfix exit code of ghci -e "return ()"
2007-05-03 Simon Marlowimprove the :list command
2007-05-03 Simon MarlowAdd history/trace functionality to the GHCi debugger
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-30 Ian LynaghMake GHCi's banner fit in a standard 80-column terminal
2007-04-27 Simon Marlowgive the statements under evaluation in the ":show...
2007-04-27 Simon Marlowbreak by function: make sure we get the correct file
2007-04-27 Simon MarlowWe shouldn't let-bind expressions with unlifted type
2007-04-26 Pepe IborraDont tidy up tyvars after :print type reconstruction
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 :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 Marlowremember the type of _result
2007-04-25 Simon Marlowforce APs, AP_STACKs and ThunkSelectors in :force
2007-04-25 Simon Marlowuse Any as the HValue type, this should be a bit safer...
2007-04-25 Simon Marlowunused exports
2007-04-25 Simon Marlowunused import
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-20 Pepe Iborrawibbles
2007-04-20 Simon Marlownew commnad :abandon, discards the current computation...
2007-04-20 Simon Marlowsplit off :ctags and :etags support into a separate...
2007-04-19 Simon MarlowThe prompt now shows the current breakpoint
2007-04-19 Simon Marlowfix padding calculation in listAround
2007-04-19 Simon Marlowimprove the heuristics to pick the best breakpoint...
2007-04-19 Simon MarlowMore debugger improvements
2007-04-19 Simon Marlowmore layering cleanup: BreakArray should come from GHC
2007-04-18 Simon Marlowupdate the help text
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-18 Simon MarlowAdd support for breaking by function name: ':break...
2007-04-18 Simon Marlowimprove completion for debugger commands
2007-04-18 Simon Marlowunused import
2007-04-18 Simon MarlowRestore the interactive context when resuming a breakpoint
2007-04-18 Simon Marlowadd ':show context' which lists the current stack of...
2007-04-18 Simon Marlowhandle out-of-range lines in :break more gracefully
2007-04-18 Simon Marlowsmall cleanup: showForUser -> printForUser, eliminate...
2007-04-18 Simon Marlowadd missing module
2007-04-18 Simon MarlowVarious cleanups and improvements to the breakpoint...
2007-04-17 Simon MarlowRe-working of the breakpoint support
2007-04-06 Ian LynaghRemove code that is dead, as we require __GLASGOW_HASKE...
2007-04-04 Ian LynaghFix C/Haskell type mismatches
2007-04-04 Ian LynaghFix typo
2007-03-27 Simon Marlowmake GHCi use base:Prelude, not just Prelude
2007-03-27 Simon Marlowmore improvements for #1119
2007-03-22 sven.panne@aedion.deWarning police: Removed catch-all case which was overlapped
2007-03-08 wolfgang.thaller... Make constructor names in info tables position independent
2007-03-08 Simon Marlowrefactor: use do-notation rather than `thenBc`-style
2007-03-01 Simon Marlowsome more vectored return stuff to be removed
2007-02-27 Simon MarlowRemove the itbls field of BCO, put itbls in with the...
2007-02-27 Simon Marlowfix data con patch for 64-bit architectures
2007-02-20 bjpop@csse.unimelb... Constructor names in info tables
2007-02-21 Pepe IborraFix the behaviour of :print with functions
2007-02-21 Pepe IborraFix an incomplete pattern in the code for :print
2007-02-21 Simon MarlowMERGE from 6.6: Windows fix for stdcall foreign-import...
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-14 Judah JacobsonFix left-bias in ghci tab-completion code
2007-02-15 Pepe IborraFixed a bug in the datacon names extension in the dynam...
2007-02-07 Pepe IborraType reconstruction/RTTI: improve handling of newtypes
2007-02-07 Pepe IborraOptimize dynamic breakpoints for speed
2007-01-30 Simon MarlowFix for #936
2007-01-21 Pepe IborraImprove presentation of :print output
2007-01-21 Pepe IborraComments only
2007-01-21 Pepe IborraRefactoring of Debugger.hs
2007-01-20 Pepe IborraFix a bug in the closure viewer
2007-01-07 Pepe IborraReorganizing my mess a bit
2007-01-14 Pepe IborraAdd a header for GhciMonad.hs
2007-01-12 Pepe IborraRemove a false assertion
2007-01-11 Pepe IborraAn object code module in ghci is not and cannot be...
2007-01-11 Pepe IborraComments only
2007-01-11 Pepe IborraAdded the new :breakpoint continue option
2007-01-11 Pepe Iborra:cd is a top level only command, that is, not allowed...
2007-01-11 Pepe IborraFix some text in the GHCi help message that was going...
next