ghc-hetmet.git
2006-12-19 Ian LynaghAdd HscTypes.hi-boot-6 so builds with older GHCs succeed
2006-12-18 Manuel M T... Deriving for indexed data types
2006-12-18 Ian LynaghDon't overwrite old memory with 0xaa when doing a realloc
2006-12-18 Pepe IborraReplace association list in AddressEnv for a FiniteMap
2006-12-18 Pepe IborraRemove uses of Data.Traversable to fix stage1 on pre...
2006-12-17 Pepe IborraPropagate the DEBUGGER flag to the Makefile for stage 2
2006-12-16 Ian LynaghMerge DynFlags changes 2006-12-17
2006-12-16 Pepe IborraFix an overlapping of uniques in PrelNames
2006-12-16 Ian LynaghFix the build
2006-12-11 Pepe IborraToggle whether the RTS gets build with debugger support...
2006-12-11 Pepe IborraAdjust code from manual merges
2006-12-11 Pepe IborraFix an issue with lazyness in the closure viewer
2006-12-10 Pepe IborraClosure inspection in GHCi
2006-12-10 Pepe IborraDynamic breakpoints in GHCi
2006-12-10 Pepe IborraSplit the GHCi monad apart from InteractiveUI, together...
2006-12-10 Pepe IborraAdd the debugger related modules to package.conf
2006-12-10 Pepe IborraPrevent breakpoint instrumentation of spliced code
2006-12-10 Pepe IborraCapturing and keeping track of local bindins in the...
2006-12-10 Pepe IborraHandle breakpoint jumps while splicing TH functions...
2006-12-10 Pepe IborraBreakpoint code instrumentation
2006-12-10 Pepe IborraThe breakpoint primitive
2006-12-10 Pepe IborraGHCi debugger documentation
2006-12-10 Pepe IborraExtend the GHC API with breakpoints and breakpoint...
2006-12-10 Pepe IborraPlaying with closures
2006-12-10 Pepe IborraRetrieving the datacon of an arbitrary closure
2006-12-09 Pepe IborraTwo new prim ops to access the Info Table and Payload...
2006-12-15 Ian LynaghFree more things that we allocate 2006-12-16
2006-12-15 Ian LynaghFree all tasks on exit, not just those on the task_free...
2006-12-15 Ian LynaghGive cap its correct type, rather than void
2006-12-15 Ian LynaghPut the task on the free list in workerTaskStop
2006-12-15 Ian LynaghFree various things we allocate
2006-12-14 andy@galois.comUpdating rix output to new standard.
2006-12-14 Simon Marlowupdate, and add some more build flavours (inc. dons...
2006-12-14 Simon MarlowRework the block allocator
2006-12-14 Simon Marlowfix wibble in memory leak error dump
2006-12-13 andy@galois.comRemoving explicit Binary Tick Boxes; using Case instead.
2006-12-13 simonpj@microsoft.comAdd left-to-right impredicative instantiation
2006-12-13 andy@galois.comRemoving unused argument to a printf.
2006-12-13 andy@galois.comfixing obvious typo in darwin_HOST_OS code (currently...
2006-12-13 wolfgang.thaller... PowerPC NCG: support conditional branches outside ...
2006-12-13 Ian LynaghFix allocation debugger to handle allocations in con...
2006-12-12 Simon MarlowDon't free sched_mutex until freeTaskManager has finish...
2006-12-13 Ian LynaghGive a better panic if the allocation debugger is used...
2006-12-13 andy@galois.comMisc Hpc improvement to dynamic tracer output
2006-12-09 andy@galois.comAdding tracing support
2006-11-30 andy@galois.comMisc unsigned printing issues; adding magicTixNumber.
2006-12-12 Ian LynaghTurn -Wall on
2006-12-12 Ian LynaghFix more warnings
2006-12-12 Ian LynaghFix whitespace
2006-12-12 Ian LynaghSilence some warnings
2006-12-12 Ian LynaghFix more warnings
2006-12-12 Ian LynaghRemove trailing white space
2006-12-12 Ian LynaghDetab
2006-12-12 Ian LynaghFix thd3
2006-12-12 Ian LynaghSilence some warnings
2006-12-12 Ian LynaghSilence more warnings
2006-12-12 Ian LynaghMore warning fixes
2006-12-12 Ian LynaghFix more warnings
2006-12-12 Ian LynaghMore warning fixes and some code rejigging
2006-12-12 Ian LynaghFix more warnings
2006-12-12 Ian LynaghFix some warnings
2006-12-12 Ian LynaghBeautify a bit
2006-12-12 Ian LynaghRemove trailing spaces
2006-12-12 Ian LynaghDetab
2006-12-12 simonpj@microsoft.comMissed a stage-2 problem in the TcSimplify refactoring
2006-12-12 simonpj@microsoft.comComments only
2006-12-12 Simon MarlowMERGE: Fix Windows DEP violations (bug #885)
2006-12-12 Simon MarlowFix the pattern for _hpc symbols: it incorrectly matche...
2006-12-12 simonpj@microsoft.comFix up yesterdays commit to TcSimplify; fixes broken...
2006-12-11 simonpj@microsoft.comAdd comments, plus fix zapFragileInfo to zap worker...
2006-12-11 simonpj@microsoft.comAdd comments about pruning implication constraints
2006-12-11 wolfgang.thaller... Unbreak x86_64 PIC patch, part 3
2006-12-11 wolfgang.thaller... Support MO_WriteBarrier in PowerPC NCG (lwsync instruction)
2006-12-11 Ian LynaghFix allocate name clash in the HEAD
2006-12-11 Ian LynaghAdd freeScheduler/freeTaskManager and call it later...
2006-12-11 Ian LynaghWhen debugging, have the allocator help us a bit
2006-12-11 simonpj@microsoft.comMore refactoring of constraint simplification
2006-12-11 simonpj@microsoft.comImprove origin of constraints in subsumption checking
2006-12-11 simonpj@microsoft.comSuggests -fglasgow-exts for contexts-differ-in-length...
2006-12-11 simonpj@microsoft.comComments and layout only
2006-12-11 simonpj@microsoft.comRemove strange extra print (a temporary debug?)
2006-12-08 simonpj@microsoft.comFix typo
2006-12-08 simonpj@microsoft.comImprove parsing for bang patterns (fixes Trac #1041)
2006-12-10 wolfgang.thaller... Unbreak x86_64 PIC patch, part 2
2006-12-09 Ian LynaghUse System.IO.stderr rather than IO.stderr in GHCi...
2006-12-09 Ian LynaghAdd PowerPC to the list of SMP arches
2006-12-09 sven.panne... Make './darcs-all get --complete' work
2006-12-07 Simon Marlowfix for #1013.
2006-12-07 wolfgang.thaller... Unbreak previous x86_64 PIC patch
2006-12-07 wolfgang.thaller... Tell the NCG that XOR foo, foo does *not* read foo
2006-12-07 wolfgang.thaller... x86_64: support PIC and therefore, Mac OS X in the NCG
2006-12-07 Manuel M T... Fix family instance consistency check for home package...
2006-12-06 Manuel M T... Kind sigs in associated data/newtype family decls may...
2006-12-06 Ian LynaghAdd release note that Network.CGI.Compat uses XHtml...
2006-12-06 simonpj@microsoft.comImprove dependency analysis; makes more dictionaries...
2006-12-04 simonpj@microsoft.comAdd documentation for seq
2006-12-04 simonpj@microsoft.comComments only
2006-12-05 Ian LynaghMake a ghc/ghci manpage
2006-12-05 Simon Marlowwe need GHC.Conc.ensureIOManagerIsRunning on Windows too
2006-12-05 Simon Marlowadd Windows-specific GHCi information, and a FAQ about...
next