ghc-hetmet.git
2007-01-05 Simon MarlowEagerly raise a blocked exception when entering 'unbloc...
2007-01-05 Simon Marlowwrap Main.main in GHC.TopHandler.runIOFastExit
2007-01-05 Simon Marlowdisable an incorrect ASSERTion in the non-THREADED_RTS...
2007-01-05 Manuel M T... HsSyn clean up for indexed types
2007-01-04 Manuel M T... Fix and improve deriving for indexed data types
2007-01-03 simonpj@microsoft.comRecord-ise the liberate-case envt, in preparation for...
2007-01-03 simonpj@microsoft.comAdd a type synonym for FamInstEnvs
2007-01-03 simonpj@microsoft.comComments only
2007-01-03 simonpj@microsoft.comComments only
2007-01-03 simonpj@microsoft.comBe more relaxed about reporting ambiguous class methods
2007-01-03 simonpj@microsoft.comFix bug in cast optimisation; fixes Trac #995
2007-01-03 simonpj@microsoft.comFix stupid error in rehashing TcRnDriver (fixes TH...
2007-01-03 simonpj@microsoft.comFix several bugs related to finding free variables
2007-01-03 simonpj@microsoft.comComments only
2007-01-03 simonpj@microsoft.comMake warnings come out in deterministic order
2007-01-03 simonpj@microsoft.comChange to Unix line-line-endings
2007-01-03 simonpj@microsoft.comAdd newline at end
2007-01-03 simonpj@microsoft.comBetter error messages for deriving
2007-01-03 simonpj@microsoft.comFix another buglet in HsDoc stuff
2007-01-03 simonpj@microsoft.comComments only
2007-01-02 simonpj@microsoft.comStandalone deriving wibbles: keyword is 'derive' not...
2007-01-02 simonpj@microsoft.comDocmunent stand-alone deriving
2007-01-02 simonpj@microsoft.comBig tidy-up of deriving code
2007-01-02 sven.panne... Fixed bug #744 (ghc-pkg lies about location of haddock...
2007-01-02 sven.panne... Added ghc man page to RPM
2007-01-02 sven.panne... Added the GHC commentary to the RPM
2007-01-02 sven.panne... Stylistic change: Use %{_prefix} instead of %{prefix}
2007-01-02 sven.panne... The ghc package is not relocatable (yet), so don't...
2007-01-02 sven.panne... Removed some trailing spaces
2006-12-31 Ian LynaghUpdate reference to configure.in to refer to configure...
2006-12-30 sven.panne... Warning police: Added missing #include
2006-12-30 sven.panne... Standardized Makefile for man page
2006-12-29 Manuel M T... Make dicts for arbitrary type equalities
2006-12-29 Manuel M T... EqPred pretty prints as ~ and equalities without brackets
2006-12-29 Manuel M T... Construction of EqPred dictionaries
2006-12-29 Manuel M T... data family declarations are fine without any type...
2006-12-29 davve@dtek... Add missing case for documented types in the type desugarer
2006-12-29 simonpj@microsoft.comAvoid duplicate error report when renaming HsDoc stuff
2006-12-29 simonpj@microsoft.comAdd newline to end of file
2006-12-29 andy@galois.comAdding a GENERATED pragma
2006-12-28 Manuel M T... Parse and desugar equational constraints
2006-12-22 Pepe IborraRemove a reference to GHC.Exts.Ptr in stage1
2006-12-22 Ian LynaghHandle LongArg's in the FFI on x86
2006-12-22 simonpj@microsoft.comImprove documentation about packages
2006-12-22 Ian LynaghRemove ' in cpp error
2006-12-22 simonpj@microsoft.comDocumentation for class contexts in data-constructor...
2006-12-21 Ian LynaghAllow a word-sized argument for STKCHECK
2006-12-20 Ian LynaghParse and use ghci nofib output
2006-12-21 Manuel M T... Add hook to fam inst consistency check to GHCi/--make
2006-12-20 Pepe IborraFix import lists
2006-12-19 Manuel M T... Deriving for indexed newtypes
2006-12-19 Manuel M T... Fixed uninitialised FunBind fun_tick field
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
next