further fix for floating point primitives
[ghc-hetmet.git] / ghc /
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@gmail.comIf 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-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 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 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-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 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
2006-01-23 Simon Marlowremove old comment
2006-01-23 LemmihFix for feature request #655 (Loading the GHC library...
2006-01-22 Duncan CouttsMake hsc2hs emit the full path name in {-# LINE #-...
2006-01-22 Simon Marlowundo accidental commit of snapshot version
2006-01-19 simonmar[project @ 2006-01-19 16:15:58 by simonmar] final_switch_to_darcs,_this_repo_is_now_live
2006-01-19 simonmar[project @ 2006-01-19 16:11:04 by simonmar]
2006-01-19 sof[project @ 2006-01-19 02:15:38 by sof]
2006-01-18 simonpj[project @ 2006-01-18 12:16:06 by simonpj]
2006-01-18 simonpj[project @ 2006-01-18 12:15:37 by simonpj]
2006-01-18 simonpj[project @ 2006-01-18 11:13:06 by simonpj]
2006-01-18 simonmar[project @ 2006-01-18 11:00:35 by simonmar]
2006-01-18 simonmar[project @ 2006-01-18 10:59:54 by simonmar]
2006-01-18 simonmar[project @ 2006-01-18 10:58:15 by simonmar]
2006-01-18 simonmar[project @ 2006-01-18 10:49:32 by simonmar]
2006-01-18 simonmar[project @ 2006-01-18 10:40:46 by simonmar]
2006-01-18 simonmar[project @ 2006-01-18 10:31:50 by simonmar]
next