ghc-hetmet.git
2006-02-24 Simon Marlowoops, undo accidental addition of package-time settings
2006-02-24 Simon Marlowturn off a trace
2006-02-24 Simon Marlowadd instance Outputable CLabel
2006-02-24 Simon Marlow-O2 implies -optc-O2 now
2006-02-24 Simon Marlowextract some of the generic C-- optimisations from...
2006-02-23 Simon Marlowlag/drag/void: add an extra assertion, and some commentary
2006-02-23 Simon Marlowlag/drag/void profiling fix
2006-02-23 Simon Marlowadd (trivial) support for STM objects in lag/drag/void...
2006-02-23 Simon Marlowbugfix for LDV profiling on 64-bit platforms
2006-02-23 Simon Marlowwarning fix
2006-02-23 Simon Marlowfurther fix for floating point primitives
2006-02-23 simonpj@microsoft.comComment wibbles
2006-02-23 simonpj@microsoft.comWibbles to instance validity checking
2006-02-23 simonpj@microsoft.comFix comment
2006-02-23 simonpj@microsoft.comImprove error reporting for type-improvement errors
2006-02-23 simonpj@microsoft.comReject polytypes in instance declarations (for now...
2006-02-10 simonpj@microsoft.comRemove duplicate comment
2006-02-22 LemmihAdd renamed fixities to HsGroup.
2006-02-22 Simon Marlowoops, initialize atomic_modify_mutvar_mutex
2006-02-22 Simon Marlowcheck black holes before doing GC in scheduleDoHeapProf...
2006-02-22 Simon Marlowfix for ASSIGN_BaseReg() in the unregisterised way
2006-02-22 Simon Marlowfloating-point fix for x86_64
2006-02-21 Simon Marlowfix a deadlock in atomicModifyMutVar#
2006-02-21 Simon Marlowwarning fix
2006-02-21 LemmihMention the 'Encoding' module in package.conf.in
2006-02-13 Ross PatersonLoosen the rules for instance declarations (Part 3)
2006-02-12 kr.angelov... If we don't have libreadline then we need some dummy...
2006-02-12 wolfgang.thaller... SMP bugfix: reload capability from task->cap after...
2006-02-12 wolfgang.thaller... SMP support (xchg(), cas() and mb()) for PowerPC
2006-02-10 LemmihBugfix in completion code for :set and :unset.
2006-02-10 LemmihCompletion for :set, :unset and :undef.
2006-02-10 Simon Marlowoops, forgot some more SMP->THREADED_RTS conversions
2006-02-10 Simon Marlowfix test for REG_BaseReg (it's spelled REG_Base)
2006-02-09 Duncan CouttsChange CVS for _darcs in dirs to prune during make...
2006-02-10 Simon Marlowfix for dirty_MUT_VAR: don't try to recordMutableCap...
2006-02-10 Simon MarlowSTM fix from Tim Harris
2006-02-09 Simon Marlowimprovement to the deadlock detection
2006-02-10 LemmihSimplify the -B handling. The interface to the ghc...
2006-02-09 simonpj@microsoft.comFix desugaring of unboxed tuples
2006-02-09 Simon Marlowx86_64: fix case of out-of-range operands to leaq
2006-02-09 Simon MarlowMerge the smp and threaded RTS ways
2006-02-09 Simon Marlowchange dirty_MUT_VAR() to use recordMutableCap()
2006-02-09 Simon Marlowimprovement to the deadlock detection
2006-02-09 simonpj@microsoft.comFix typo
2006-02-09 simonpj@microsoft.comFix instance rules for functional dependencies
2006-02-09 Simon Marlowfix for the unregisterised way
2006-02-09 Simon Marlowprof/smp combination probably doesn't work, disable it
2006-02-09 Simon Marlowtiny panic msg fix
2006-02-09 simonpj@microsoft.comLoosen the rules for instance declarations (Part 2)
2006-02-06 Ross Patersonrelaxed instance termination test
2006-02-09 simonpj@microsoft.comFix CPP failure by adding space before hASH_TBL_SIZE
2006-02-08 Simon Marlowan LDV profiling fix (might just fix ASSERTIONs, I...
2006-02-08 simonpj@microsoft.comDo type refinement in TcIface
2006-02-08 simonpj@microsoft.comAdd mapOccEnv
2006-02-08 simonpj@microsoft.comA little more debug printing
2006-02-08 simonpj@microsoft.comShow types of case result when debug is on
2006-02-08 Simon Marlowfix installation of binary dist when the PS docs aren...
2006-02-08 Simon Marlowfix a bug in closure_sizeW_()
2006-02-08 Simon Marlowmake the smp way RTS-only, normal libraries now work...
2006-02-08 Simon Marlowadd -dfaststring-stats to dump some stats about the...
2006-02-07 Simon Marlowfix a warning
2006-02-07 Simon Marlowcatch up with changes to Distribution.ParseUtils.ParseR...
2006-02-07 simonpj@microsoft.comWibble to type signature
2006-02-07 simonpj@microsoft.comEmpty forall should disable implicit quantification
2006-02-06 simonpj@microsoft.comRemove unused constructor in SourceTypeCtxt
2006-02-06 Simon MarlowBasic completion in GHCi
2006-02-06 simonpj@microsoft.comImprove error report for pattern guards
2006-02-03 simonpj@microsoft.comAdd bang patterns
2006-02-03 simonpj@microsoft.comAdd Bag.anyBag (analogous to List.any)
2006-02-02 simonpj@microsoft.comDeal correctly with lazy patterns and GADTs
2006-02-02 simonpj@microsoft.comRecord the type in TuplePat (necessary for GADTs)
2006-02-02 simonpj@microsoft.comImprove error reporting in Core Lint
2006-02-02 Simon Marlowdon't clean ghc-inplace when cleaning stages other...
2006-02-01 simonpj@microsoft.comImprove error reporting in typechecker
2006-02-01 simonpj@microsoft.comTrim imports
2006-02-01 simonpj@microsoft.comYet another fix to an old hi-boot-6 file
2006-01-31 simonpj@microsoft.comKinding wibble in TH brackets
2005-12-07 Duncan CouttsUse extraGHCiLibraries (if supplied) in GHCi linker...
2006-01-31 Simon Marlowcombine libraries/.darcs-boring and .darcs-boring
2006-01-31 simonpj@microsoft.comFix long-standing bug in CPR analysis
2006-01-31 simonpj@microsoft.comMore hi-boot-6 updates
2006-01-31 simonpj@microsoft.comFix TcUnify.subFunTys in AppTy case
2006-01-30 simonpj@microsoft.comError message wibble
2006-01-30 simonpj@microsoft.comAdd mkHsCoerce to avoid junk in typechecked code
2006-01-30 simonpj@microsoft.comImprove error messsage when argument count varies
2006-01-30 Simon Marlowfix bug #664 in printSample()
2006-01-27 simonpj@microsoft.comFix hi-boot file for earlier versions of GHC
2006-01-27 simonpj@microsoft.comFix typo in boxy matching
2006-01-27 Simon Marlowfix one case where -q wasn't honoured
2006-01-26 wolfgang.thaller... Check for GMP.framework on all Darwin platforms, not...
2006-01-25 simonpj@microsoft.comSimon's big boxy-type commit
2006-01-25 Simon Marlowadd double colon and double arrow symbols (-fglasgow...
2006-01-25 simonpj@microsoft.comFix conDeclFVs for GADTs, to fix bogus unused-import...
2006-01-24 Simon Marlowmake the par# primop actually do something
2006-01-24 Simon MarlowUpdate Cachegrind support for changes to the Valgrind CLI
2006-01-24 Simon Marlowsend usage info to stdout, not stderr
2006-01-22 Dinko Tenevprimop-docs
2006-01-20 Simon Marlowremove old CVS stuff, replace with darcs
2006-01-23 Simon Marlowimplement clean/dirty TSOs
2006-01-23 simonpj@microsoft.comBetter error message for Template Haskell pattern brackets
next