ghc-hetmet.git
2007-10-27 simonpj@microsoft.comMore notes
2007-10-27 simonpj@microsoft.comComments only
2007-10-27 simonpj@microsoft.comAdd anyM to IOEnv
2007-10-27 simonpj@microsoft.comAdd a note to NOTES
2007-10-27 Tim ChevalierMake compileToCore return the module name and type...
2007-10-25 Simon Marlowbinary-dist: Makefile-vars needs HADDOCK_DOCS=YES
2007-10-25 Simon Marlowfix the links in the library documentation index
2007-10-25 Simon Marlowdefault to installing runhaskell and hsc2hs again,...
2007-10-25 andy@unsafeperformio.comAdding hpc documentation about sum and map, push to...
2007-10-25 andy@unsafeperformio.comFixing typo in runtime documentation for hpc, push...
2007-10-24 Ian LynaghCorrect a comment
2007-10-24 Ian LynaghFix ghc package in bindists; it wasn't adding the depen...
2007-10-24 Ian LynaghFix installing the ghc package .hi files in a bindist
2007-10-24 Ian LynaghBuild the manpage when building, not when installing
2007-10-24 Ian LynaghHack to make sure we get all the RTS ways in bindists
2007-10-23 Ian LynaghFix installing the documentation in the bindists
2007-10-24 Ian Lynagh-ftype-families -> -XTypeFamilies
2007-10-24 Simon MarlowFIX #1791: fail with out-of-heap when allocating more...
2007-10-23 Simon MarlowFix more warnings
2007-10-23 Simon MarlowFIX BUILD (on 32-bit platforms): hs_hpc_module() type...
2007-10-22 Simon Marlowpatch from #1782; fixes check-packages target on Solaris
2007-10-18 Simon Marlowadd PIC relocations for x86_64, and use a simpler hack...
2007-10-17 Simon Marlowfix creation of ghc-inplace for non-std ways
2007-10-16 Simon Marlowremove an incorrect assertion
2007-10-19 Simon Marlowsecond attempt to fix C compiler warnings with -fhpc
2007-10-19 Manuel M T... Zonk quantified tyvars with skolems
2007-10-18 Manuel M T... Fix typo that prevented zonking of rhs of EqInsts
2007-10-19 Simon Marlowimplement #1468, :browse on its own uses the currently...
2007-10-19 Simon MarlowFIX #1784: EM_AMD64 and EM_X86_64 might both be defined...
2007-10-18 Duncan CouttsTell Cabal what it's version number is while bootstrapp...
2007-10-18 Simon MarlowFIX #1450: asynchronous exceptions are now printed...
2007-10-18 Simon Marlowfix -fbreak-on-exception for unregsterised
2007-10-18 Simon Marlowfix :print when !tablesNextToCode
2007-10-18 Simon Marlowfix breakpoints in unregisterised mode
2007-10-18 Simon MarlowChange some ints to unsigned ints
2007-10-18 Simon Marlowfix warnings when compiling via C
2007-10-18 Simon Marlowrollback "accounting wibble: we were missing an alloc_b...
2007-10-17 Simon MarlowrecordMutable: test for gen>0 before calling recordMuta...
2007-10-17 Simon Marlowre-instate missing parts of "put the @N suffix on stdca...
2007-10-18 Manuel M T... Don't barf on error message with non-tc tyvars
2007-10-18 Manuel M T... Fix deferring on tyvars in TcUnify.subFunTys
2007-10-17 Manuel M T... TcUnify.subFunTys must take type families into account
2007-10-17 Simon MarlowRefactoring: extract platform-specific code from sm...
2007-10-17 Simon Marlowfix an error message (barf -> sysErrorBelch)
2007-10-17 Simon Marlowfix warning on Windows
2007-10-17 Simon MarlowDon't clean gmp when validating (speeds up validation...
2007-09-25 Simon Marlowdocument float2Int# and double2Int#
2007-10-17 simonpj@microsoft.comUpdate HsExpr.hi-boot-6 for view pattern changes
2007-10-16 simonpj@microsoft.comFix #1709: do not expose the worker for a loop-breaker
2007-10-16 simonpj@microsoft.comFix #1662: do not simplify constraints for vanilla...
2007-10-16 simonpj@microsoft.comEliminate over-zealous warning in CoreToStg
2007-10-16 simonpj@microsoft.comShow inlined function in the header of 'Inlining done...
2007-10-16 simonpj@microsoft.comShow program size in the simplifier-bailing-out message
2007-10-10 Dan LicataView patterns, record wildcards, and record puns
2007-10-15 Simon MarlowFIX profiling after my storage manager changes
2007-10-15 Manuel M T... More docu for skolemOccurs
2007-10-10 Manuel M T... Slightly improved comments in TcTyClsDecls
2007-10-04 Manuel M T... TcTyFuns: remove some duplicate code
2007-10-03 Manuel M T... TcTyFuns.eqInstToRewrite
2007-10-12 Simon MarlowAdd allocateInGen() for allocating in a specific genera...
2007-10-12 Simon Marlowoptimise isAlive()
2007-10-12 Simon Marlowaccounting wibble: we were missing an alloc_blocks...
2007-10-12 Simon MarlowthreadStackOverflow should be using allocateLocal
2007-10-15 andy@galois.comFIX #1759 while respecting the ticks
2007-10-14 andy@galois.comImproving the combine mode for hpc
2007-10-12 simonpj@microsoft.comFix DoCon: Another try at getting extractResults right
2007-10-11 Simon Marlowmention what SCC stands for
2007-10-11 Simon MarlowAdd a proper write barrier for MVars
2007-10-10 Simon Marlowwe need to #include "Stg.h" first, we can't rely on...
2007-10-11 simonpj@microsoft.comFix Trac #1680; check for unboxed tuples in TcType...
2007-10-10 simonpj@microsoft.comFix Trac #1759: do not let ticks get in the way of...
2007-10-10 simonpj@microsoft.comFix Trac #1755; check for stage errors in TH quoted...
2007-10-10 simonpj@microsoft.comcheckWellStaged: reverse comparsion (no change in seman...
2007-10-10 simonpj@microsoft.comAdd traceTc in tcSimplifyDefault
2007-10-10 simonpj@microsoft.comImprove pretty-printing of splices in HsSyn
2007-10-10 simonpj@microsoft.comFix Trac #1678; be more careful about catching and...
2007-10-10 simonpj@microsoft.comComments only
2007-10-10 Simon MarlowFIX BUILD (when compiling base via C): declare n_capabi...
2007-10-10 Simon MarlowGHCi: use non-updatable thunks for breakpoints
2007-10-10 Simon MarlowFIX #1681: withBreakAction had too large a scope in...
2007-10-09 Simon Marlowtiny refactoring
2007-10-09 Simon Marlowsmall reworking of the loop-breaker-choosing algorithm
2007-10-10 Manuel M T... Fix warnings when build w/o readline
2007-10-10 Clemens FruhwirthUpdate documentation for win32 DLL linking
2007-10-10 simonpj@microsoft.comFIX: tidy up TcSimplify following equality constraints...
2007-10-10 simonpj@microsoft.comImprove pretty-printing for HsSyn
2007-09-29 simonpj@microsoft.comFix Trac #1746: make rule-matching work properly with...
2007-09-29 simonpj@microsoft.comSmall comment only
2007-10-09 Simon Marlowexport n_capabilities, see #1733
2007-10-09 Simon MarlowFIX #1743, create a fresh unique for each Id we bind...
2007-10-09 Simon Marlowremove vestiges of way 'u' (see #1008)
2007-10-09 Simon Marlowalso call initMutex on every task->lock, see #1391
2007-10-09 Simon Marlowremove the "-unreg" flag and the unregisterised way...
2007-10-09 Simon Marlowwarning removal
2007-10-03 Simon Marlowwarning removal
2007-10-03 Simon Marlowrefactoring only: use the parameterised InstalledPackag...
2007-10-03 Simon Marlowwarning removal
2007-10-03 Simon Marlowwarning removal
2007-10-03 Simon Marlowwarning removal
2007-10-03 Simon Marlowwarning removal
next