Add several new record features
[ghc-hetmet.git] / compiler / ghci /
2007-06-07 LemmihFix a bug in MatchCon, and clarify what dataConInstOrig...
2007-06-18 Ian LynaghMore debugger output order consistency
2007-06-17 Pepe IborraSeveral changes to the code dealing with newtypes in...
2007-06-17 Ian LynaghSort names before printing them in the debugger so...
2007-06-12 Ian LynaghTweak banner printing 2007-06-12
2007-06-01 cdsmith@twu.netFIX #1378 Add option for a shorter banner on GHCi startup
2007-06-12 Simon Marlowfix compile error in the !GHCI_TABLES_NEXT_TO_CODE...
2007-06-05 Isaac Dupreeremove #if branches for pre-ghc-6.0
2007-06-05 Simon Marlowfix panic in #1379
2007-06-05 bjpop@csse.unimelb... Add missing newline from ghci :help output
2007-05-21 Simon MarlowFIX BUILD: GHC doesn't use filepath (yet)
2007-05-25 iavor.diatchki@gma... refactor: combine repeated code in file reloading
2007-05-25 iavor.diatchki@gma... Changes the behavior of the "edit" command in GHCi.
2007-05-24 Pepe Iborrawibble
2007-05-23 Pepe IborraClean up for code conventions & add some comment
2007-05-20 Pepe IborraGet the path right for :list
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-18 Simon Marlow'import M' is now the same as ':module +M' at the prompt
2007-05-18 Simon Marlowimprove break-by-coordinate
2007-05-18 Simon MarlowOn Windows, don't try to use ANSI bold sequences.
2007-05-18 Simon MarlowUpdate the panic msg from #1257 to be an ordinary error...
2007-05-17 Simon Marlowfix ordering in :help
2007-05-17 Simon Marlowadd :cmd
2007-05-16 Simon Marlowadd a comment
2007-05-15 Simon MarlowGHCi debugger: new flag -fbreak-on-exception
2007-05-15 Simon Marlowsmall performance improvement: unbox some fields
2007-05-11 Simon MarlowSupport for adding custom commands to an individual...
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
next