ghc-hetmet.git
2007-05-02 Tim ChevalierFix grammar error in docs (as per Trac 1319)
2007-05-01 andy@galois.comStopping tick boxes for being removed round calls to...
2007-05-01 Ian Lynagh-fwarn-monomorphism-restriction is now off by default
2007-05-01 Pepe IborraAdd new skolem tyvars to the InteractiveContext after...
2007-05-01 Simon Marlowdocument the current behaviour of -Wall, see #1292
2007-04-30 Simon Marlowdon't forget to enable ^C after a :cont or :step
2007-04-30 Simon Marlowtidyup comments and fix a few warnings
2007-04-30 andy@galois.comChanging internal data structures used by Hpc
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-30 Ian LynaghMake boot handle getting the libraries
2007-04-30 Ian LynaghHandle unbuildable packages differently
2007-04-30 Ian LynaghSet rts/gmp/configure executable when booting
2007-04-30 Ian LynaghLook for -q in the darcs flags as well as the darcs...
2007-04-29 Ian LynaghPut the darcs-all command parsing into main() so it...
2007-04-29 Ian LynaghMake darcs-all a perl script
2007-04-29 Ian LynaghDon't enable the monomorphism warning by default
2007-04-27 Simon Marlowoutside of runStmt, if a breakpoint is hit then just...
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 MarlowBreakpoints: don't attempt to bind variables with unbox...
2007-04-27 Simon MarlowWe shouldn't let-bind expressions with unlifted type
2007-04-27 Simon Marlowadd missing @ (see bug #1302)
2007-04-27 Simon Marlowdon't forget to clean the .bat files
2007-04-27 Simon MarlowBasic heap profile support without -prof
2007-04-27 Simon Marlowadd the constructor name field to the info table for...
2007-04-26 Simon Marlowrestore the correct Unicode ellipsis character
2007-04-26 Tim ChevalierAvoid segfault when ticky file argument is stderr
2007-04-26 Pepe IborraDont tidy up tyvars after :print type reconstruction
2007-04-26 Simon Marlowfix scoping issues with mdo (test dynbrk004)
2007-04-26 Pepe IborraFormatting and minor changes in the ghci debugger section
2007-04-26 Pepe IborraUpdate an example on the ghci debugger section
2007-04-26 Pepe IborraWe don't have -fdebugging anymore, and fine tuning...
2007-04-26 Pepe IborraNew section on debugging lambdas in the ghci user guide
2007-04-26 Pepe IborraUnbreak the users_guide
2007-04-26 Pepe Iborra:force is not unsupported anymore
2007-04-26 Simon MarlowAttach free variables rather than in-scope variables...
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 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 Pepe IborraUpdate the users_guide regarding list notation in ...
2007-04-25 Simon MarlowTidy types of free vars at a breakpoint
2007-04-25 Simon Marlowthe Unknown types aren't required now
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 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-24 Simon Marlowremove unused imports
2007-04-24 Simon Marlowadd comments
2007-04-25 Ian LynaghTweak darcs-all script
2007-04-25 Ian LynaghOnly haddock a package if it is buildable; spotted...
2007-04-25 Manuel M T... Generating synonym instance representation tycons
2007-04-25 simonpj@microsoft.comAdd -fwarn-monomorphism-restriction (on by default...
2007-04-25 simonpj@microsoft.comRetain inline-pragma information on unfoldings in inter...
2007-04-25 simonpj@microsoft.comFix comments about data constructors
2007-04-25 simonpj@microsoft.comGive the inferred type when warning of a missing type...
2007-04-24 simonpj@microsoft.comMake ticky work, at least partly, on 64-bit machines
2007-04-24 simonpj@microsoft.comAdd WAY_debug_t_NAME and WAY_debug_t_HC_OPTS
2007-04-24 simonpj@microsoft.comFix bug in boxySplitTyConApp
2007-04-23 Simon Marlowrevert previous fix until I can find out why it was...
2007-04-22 simonpj@microsoft.comFixes to datacon wrappers for indexed data types
2007-04-22 simonpj@microsoft.comPart 2 of: Fix corner case of useless constraint in...
2007-04-22 simonpj@microsoft.comFix corner case of useless constraint in SPECIALISE...
2007-04-22 simonpj@microsoft.comWarning police
2007-04-22 simonpj@microsoft.comPut the default value for -dppr-user-length in the...
2007-04-22 simonpj@microsoft.comImprove depth-cutoff for printing HsSyn in error messages
2007-04-22 simonpj@microsoft.comComments only (concerning rewrite rules)
2007-04-20 simonpj@microsoft.comFix the GHC.Base.inline builtin rule
2007-04-20 Pepe IborraHaskell list syntax for the :print command
2007-04-20 Pepe IborraOutputable.cparen
2007-04-20 Pepe Iborrawibbles
2007-04-20 Simon Marlowbreakpoints: fix the in-scope set for 'where' clauses
2007-04-20 Simon Marlowremove unused imports
2007-04-20 Simon Marlowremove a ToDo
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-20 Simon Marlowexport SrcSpan & utils from GHC
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 Marlowwe weren't adding breakpoints on parenthesised expressions
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 Marlowupdate the help text
2007-04-19 Pepe Iborraadd some DEBUG assertions
2007-04-19 Pepe IborraWhen possible, replace unification by matching in the...
next