ghc-hetmet.git
2007-03-08 Simon Marlowadd noDuplicatezh_fast to symbol table
2007-03-07 Simon Marlowadd declaration for noDuplicatezh_fast
2007-03-06 Ian LynaghRemove outdated libraries/doc/libraries.xml and librari...
2007-03-06 Simon Marlowadd noDuplicate#
2007-03-06 Simon MarlowTHREADED_RTS: use cas() when claiming thunks
2007-03-06 Simon MarlowworkerTaskStop(): set task->cap = NULL
2007-03-06 Simon Marlowdisable -Wbad-function-cast; it's hard/impossible to...
2007-03-06 Simon Marlowremove vestiges of CCallable/CReturnable
2007-03-06 Ian LynaghRemove references to the in-tree building guide from...
2007-03-06 Ian LynaghRemove old references to the in-tree building guide
2007-03-06 Simon Marlowfix the timer_create() test
2007-03-06 simonpj@microsoft.comSimple fix for Trac #1199 (pls merge to branch)
2007-03-05 Simon MarlowforkProcess: startTimer() in the child, because the...
2007-03-05 Simon Marlowbetter autoconfery for timer_create()
2007-03-03 Ian LynaghUse Data.String rather than GHC.Base for IsString/fromS...
2007-03-02 Simon MarlowUse timer_create() for the interval timer, if available
2007-03-01 Simon Marlowfurther improvements to the x86/x86_64 NCG
2007-03-01 Ian LynaghFix typo in primops docs
2007-03-01 simonpj@microsoft.comDo not go into an infinite loop when pretty-printer...
2007-03-01 Simon MarlowUse the most complex form of addressing modes on x86
2007-03-01 Simon Marlowis64BitInteger: truncate to 64 bits before testing
2007-03-01 Simon MarlowFix -keep-s-file with --make
2007-03-01 Simon Marlowsome more vectored return stuff to be removed
2007-02-28 Simon MarlowFix #839 (Generate documentation for built-in types...
2007-02-28 Simon MarlowFix #249 (-caf-all bugs)
2007-02-28 Simon Marlowuse -fforce-recomp when compiling Main.hs against the...
2007-02-28 Simon MarlowRemove vectored returns.
2007-02-28 Simon MarlowWindows: the .hp file is <prog>.exe.hp
2007-02-27 simonpj@microsoft.comMake let-matching work in Rules again
2007-02-27 Ian LynaghFixes for the mangler on IA64
2007-02-27 Simon MarlowRemove the itbls field of BCO, put itbls in with the...
2007-02-27 Simon Marlowfix data con patch for 64-bit architectures
2007-02-20 bjpop@csse... Constructor names in info tables
2007-02-27 Ian LynaghDoc typo
2007-02-24 sven.panne... Don't hardwire RELEASE into configure.ac
2007-02-24 Manuel M T... Fix parsing of parallel array literals
2007-02-23 simonpj@microsoft.comTidy up typechecking for newtypes
2007-02-23 Ian Lynaghpthread_key_delete wants the key itself, not a pointer...
2007-02-23 Pepe IborraWibble
2007-02-23 Manuel M T... Moved argument position info of ATs into tycon rhs...
2007-02-22 Pepe IborraUnbreak HEAD
2007-02-22 Ian LynaghFree thread local storage on shutdown
2007-02-22 Simon Marlowupload documentation too
2007-02-22 Simon Marlowrefactoring
2007-01-11 Simon Marlowrefactoring only: remove unused code/imports
2007-02-21 Pepe IborraImproving the performance of breakpoints up to 50%...
2007-02-21 Pepe IborraFix the behaviour of :print with functions
2007-02-21 Pepe IborraFix an incomplete pattern in the code for :print
2007-02-19 Pepe IborraRemoved unnecessary code
2007-02-21 simonpj@microsoft.comAllow GADT syntax for newtypes
2007-02-21 simonpj@microsoft.comImport trimming
2007-02-21 simonpj@microsoft.comDeal more correctly with orphan instances
2007-02-21 simonpj@microsoft.comRemove dead code from FunDeps
2007-02-21 simonpj@microsoft.comFix a deriving bug, arising from recent refactoring
2007-02-21 simonpj@microsoft.comFix defaulting for overloaded strings
2007-02-21 Simon MarlowMERGE from 6.6: Windows fix for stdcall foreign-import...
2007-02-21 simonpj@microsoft.comFix case-merge bug that was breaking the HEAD
2007-02-20 simonpj@microsoft.comFix obscure bug in reportDeprecations
2007-02-20 Simon Marlowdescribe the Z-encoding for __stginit symbol names...
2007-02-20 Simon MarlowfreeTaskManager: don't free Tasks that are still in use
2007-02-20 Simon MarlowFix sleep delay for the non-threaded Windows RTS
2007-02-19 simonpj@microsoft.comSignature type variables must not be instantiated with...
2007-02-16 Pepe IborraFixed a bug with the :print command spotted by Bernie...
2007-02-16 Pepe IborraUniform user interface
2007-02-16 Pepe IborraTaught :breakpoint add to guess the module name if...
2007-02-14 Judah JacobsonFix left-bias in ghci tab-completion code
2007-02-15 Pepe IborraFixed a bug in the datacon names extension in the dynam...
2007-02-13 Pepe IborraModify the breakpoint desugaring to introduce more...
2007-02-15 Simon MarlowWhen the pipeline just copies the file, prepend a LINE...
2007-02-14 Simon Marlowadd a ToDo, reference bug #1147
2007-02-14 Simon Marlowfix closure_sizeW_() for AP closures
2007-02-13 andy@galois.comFixing bad allocation of tix box breakpointing array.
2007-02-13 andy@galois.comUsing RTS debug tracing support inside Hpc.c
2007-02-09 simonpj@microsoft.comMajor improvement to SpecConstr
2007-02-09 simonpj@microsoft.comRefactor the simplifier's treatment of case expressions
2007-02-09 Simon MarlowTicky is an RTS-only way; also fix collateral damage...
2007-02-08 Simon MarlowMake it a warning, not an error, if the version date...
2007-02-08 Simon Marlowmake VERSION a dependency of dist
2007-02-08 Simon Marlowfix cut-and-pasto in code for binary-dist upload
2007-02-07 Kirsten ChevalierFixed typo in devel1 flavor
2007-02-07 Pepe IborraType reconstruction/RTTI: improve handling of newtypes
2007-02-07 Pepe IborraOptimize dynamic breakpoints for speed
2007-02-07 Ian LynaghTeach darcs-all how to get testsuite and nofib
2007-02-07 sven.panne... Improved naming of generated HTML files by using nice IDs
2007-02-07 sven.panne... Make the User's Guide DocBook XML 4.2 conformant again
2007-02-07 Simon Marlowupdate version hack to work on partial repositories
2007-02-07 simonpj@microsoft.comForce recompilation on all -ddump flags
2007-02-07 simonpj@microsoft.comForce recompilation with -ddump-minimal-imports
2007-02-07 simonpj@microsoft.comSpelling fix
2007-02-07 simonpj@microsoft.comFix bug in -ddump-minimal imports Trac #1025
2007-02-07 Kirsten ChevalierUpdate to manual section for ticky-ticky
2007-02-07 Kirsten ChevalierLightweight ticky-ticky profiling
2007-02-06 Simon MarlowDetect the snapshot version number using darcs
2007-02-06 simonpj@microsoft.comCheck for escape when unifying forall-types
2007-02-06 simonpj@microsoft.comRename local variable (no semantic effect)
2007-02-06 simonpj@microsoft.comComments and debug output
2007-02-06 simonpj@microsoft.comImprove rule-matching for let expressions
2007-02-06 simonpj@microsoft.comDo more wild-carding in SpecConstr; I'm not quite sure...
2007-02-06 simonpj@microsoft.comFix a small bug when comparing patterns for equality
2007-02-06 simonpj@microsoft.comExpose rnInScopeSet from VarEnv
next