ghc-hetmet.git
2007-05-04 Manuel M T... IfaceVectInfo and propagation through EPS
2007-05-04 Manuel M T... Added VectInfo to ModGuts
2007-05-05 Ian LynaghHandle ParStmt in collectStmtBinders; fixes tcrun013...
2007-05-05 Ian LynaghDon't print parens around list comprehensions
2007-05-05 Ian LynaghTweak ... generation
2007-05-05 Ian LynaghTweak the ... generation
2007-05-04 Ian LynaghPanic properly if wrongKindOfFamily is given an unexpec...
2007-05-04 Ian LynaghThe libraries/* directories themselves are boring,...
2007-05-04 Ian Lynaghlibraries/filepath/ is boring
2007-05-04 simonpj@microsoft.comWarning police
2007-05-04 simonpj@microsoft.comMake -frewrite-rules into a dynamic flag; off for -O0
2007-05-04 simonpj@microsoft.comImprove printing of "..." in HsExpr; fixes a stupidity...
2007-05-04 simonpj@microsoft.comFix the pruning of dead case alternatives
2007-05-04 simonpj@microsoft.comWarning police
2007-05-04 simonpj@microsoft.comisDataTyCon should be False for all type families,...
2007-05-03 simonpj@microsoft.comFix dependency information for RULES
2007-05-03 simonpj@microsoft.comLess voluminous debug
2007-05-03 simonpj@microsoft.comRemove "__" prefix for forall when printing a RULE
2007-05-03 simonpj@microsoft.comAdd the -ddump-mod-cycles flag to the user manual
2007-05-03 Ian LynaghFix truncate on amd64 NCG; fixes arith005.
2007-05-03 Ian LynaghAdd missing libraries/Makefile dependencies on ifBuilda...
2007-05-03 Simon MarlowUse a primop for getting the fields of the AP_STACK...
2007-05-03 Simon Marlowimprove the :list command
2007-05-03 Ian LynaghAdd a little documentation to the libraries/Makefile
2007-05-03 Ian LynaghOnly touch the configure stamp if configure succeeds
2007-05-03 Simon MarlowAdd history/trace functionality to the GHCi debugger
2007-05-03 Simon Marlowuse extendInteractiveContext instead of custom code
2007-05-03 Simon Marlowcancel out some reverses by changing the order of ic_tm...
2007-05-03 Simon Marlowuse the reader part of the monad for the inScope set
2007-05-03 Ian LynaghMake coreSyn/CoreUtils.lhs compile
2007-04-30 Ian LynaghMake boot handle getting the libraries
2007-05-01 Tim ChevalierRemove references to -fticky-ticky flag
2007-05-02 simonpj@microsoft.comComments, plus type sigs
2007-05-02 simonpj@microsoft.comWarning police
2007-05-02 simonpj@microsoft.comLayout only
2007-05-02 simonpj@microsoft.comImport fiddling
2007-05-02 simonpj@microsoft.comAdd more assertions
2007-05-02 simonpj@microsoft.comUse the record fields of IdInfo.RecordSelId
2007-05-02 simonpj@microsoft.comMake records work properly with type families
2007-05-02 Simon MarlowRefactoring, tidyup and improve layering
2007-05-02 Simon Marlowmove -fno-print-bind-result into the GHCi section
2007-05-02 Simon MarlowPrint the "skipping" messages at verbosity 2 again
2007-05-02 simonpj@microsoft.comImprove error reporting for type signatures
2007-05-02 simonpj@microsoft.comDo not generate warnings for compiler-generated code
2007-05-02 simonpj@microsoft.comAdd ndp package to boring list
2007-05-02 simonpj@microsoft.comDocument the fact that you can't make a newtype of...
2007-05-02 simonpj@microsoft.comUse pprSourceTyCon; delete unused tyConOrigHead
2007-05-02 simonpj@microsoft.comFixes to data type families
2007-04-27 simonpj@microsoft.comFix egregious typo in TcUnify
2007-04-25 simonpj@microsoft.comTypo in comments
2007-04-25 simonpj@microsoft.comFix misleading debug trace
2007-04-25 simonpj@microsoft.comImprove hashing of expressions for CSE (reduces warning...
2007-05-02 Simon Marlowremove unused primitives.xml
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
next