ghc-hetmet.git
2010-06-15 Simon MarlowstmAddInvariantToCheck: add missing init of invariant...
2010-06-15 David TereiAdd new LLVM code generator to GHC. (Version 2)
2010-06-15 simonpj@microsoft.comFix Trac #4127: build GlobalRdrEnv in GHCi correctly
2010-06-15 simonpj@microsoft.comComments, and improvement to pretty-printing of HsGroup
2010-06-14 simonpj@microsoft.comDon't reverse bindings in rnMethodBinds (fix Trac ...
2010-06-14 simonpj@microsoft.comFix Trac #4120: generate a proper coercion when unifyin...
2010-06-14 simonpj@microsoft.comUse mkFunTy to ensure that invariants are respected
2010-06-01 simonpj@microsoft.comRemove redundant debug code
2010-05-31 simonpj@microsoft.comFix Trac #4099: better error message for type functions
2010-06-14 simonpj@microsoft.comGruesome fix in CorePrep to fix embarassing Trac #4121
2010-05-31 simonpj@microsoft.comFix a bug in CorePrep that meant output invariants...
2010-05-31 simonpj@microsoft.comRobustify the treatement of DFunUnfolding
2010-06-14 simonpj@microsoft.comFix spelling in comment
2010-06-14 simonpj@microsoft.comUpdate docs on view patterns
2010-06-13 Ian LynaghFix printing of splices; part of #4124
2010-06-13 Ian LynaghIn ghci, catch IO exceptions when calling canonicalizePath
2010-06-12 Ian LynaghWhitespace only
2010-06-12 Ian LynaghWhitespace only
2010-06-12 Ian LynaghUpdate ghci example output in user guide; patch from...
2010-06-11 benl@ouroborus.netFix #4131 missing UNTAG_CLOSURE in messageBlackHole()
2010-06-10 Simon MarlowmessageBlackHole: fix deadlock bug caused by a missing...
2010-06-04 Simon MarlowPass --no-tmp-comp-dir to Haddock (see comment)
2010-06-07 Roman LeshchinskiyTrack changes to DPH libs
2010-06-07 Roman LeshchinskiyTrack changes to DPH libs
2010-06-06 Ian LynaghIn ghc-pkg, send warnings to stderr
2010-06-02 Ian LynaghRe-add newlines to enable layout for multi-line input.
2010-06-04 simonpj@microsoft.comDon't use unnecessary parens when printing types (Fix...
2010-06-04 Roman LeshchinskiyTrack DPH library changes
2010-06-03 Simon Marlowfix --source-entity option passed to Haddock: we needed...
2010-06-02 Simon Marlow__stg_EAGER_BLACKHOLE_INFO -> __stg_EAGER_BLACKHOLE_inf...
2010-06-02 Simon MarlowAdd xhtml package (a new dependency of Haddock; not...
2010-06-02 Simon MarlowUse UserInterrupt rather than our own Interrupted excep...
2010-06-02 Simon MarlowAdd the global package DB to ghc --info (#4103)
2010-05-28 Marco Túlio... rts/sm/GC.c: resize_generations(): Remove unneeded...
2010-05-26 Marco Túlio... rts/sm/BlockAlloc.c: Small comment correction.
2010-05-26 Marco Túlio... rts/sm/GC.c: Annotate constants.
2010-05-26 Marco Túlio... includes/rts/storage/GC.h: generation_: n_words: Improv...
2010-06-01 Ian LynaghAdd PPC_RELOC_LOCAL_SECTDIFF support; patch from PHO...
2010-06-01 Ian Lynaghpowerpc-apple-darwin now supports shared libs
2010-05-08 pho@cielonegro.orgPIC support for PowerPC
2010-06-01 Roman LeshchinskiyVectoriser: only treat a function as scalar if it actua...
2010-05-30 Ian LynaghAdd a release notes file for 6.14.1
2010-05-30 Ian LynaghCheck dblatex actually creates the files we tell it to
2010-05-29 Ian LynaghAdd darwin to the list of OSes for which we use mmap
2010-05-29 Ian LynaghSimplify the CPP logic in rts/Linker.c
2010-05-29 Ian LynaghFix validate on OS X
2010-05-29 Ian LynaghOS X x86_64 fix from Barney Stratford
2010-05-28 Ian LynaghOS X 64 installer fixes from Barney Stratford
2010-05-25 Simon Marlowfix warning
2010-05-25 Simon MarlowFix doc bugs (#4071)
2010-05-25 Simon MarlowMake sparks into weak pointers (#2185)
2010-05-25 Simon MarlowIf you say 'make' or 'make stage=2' here, pretend we...
2010-05-25 Simon MarlowAnother attempt to get these #defines right
2010-05-25 Ian LynaghAdd configure flags for the location of GMP includes...
2010-05-25 simonpj@microsoft.comRefactor pretty printing of TyThings to fix Trac #4015
2010-05-25 Ian LynaghWhen haddocking, we need the dependencies to have been...
2010-05-25 Ian LynaghFix profiling output; spotted by jlouis
2010-05-25 simonpj@microsoft.comImprove printing of TyThings; fixes Trac #4087
2010-05-25 simonpj@microsoft.comSpelling in comments
2010-05-25 simonpj@microsoft.comRefactor (again) the handling of default methods
2010-05-25 simonpj@microsoft.comDon't do SpecConstr on NOINLINE things (Trac #4064)
2010-05-24 Simon MarlowChange our #defines to work on FreeBSD too
2010-05-24 Simon MarlowAdd a missing UNTAG_CLOSURE, causing bus errors on...
2010-05-20 Simon MarlowAdd wiki links
2010-05-20 Simon Marlowthe 'stage=0' trick to disable all compiler builds...
2010-05-24 benl@ouroborus.netComments and formatting only
2010-05-22 Ian LynaghCore prettyprinter fixes. Patch from Tim Chevalier...
2010-05-08 pho@cielonegro.orgCorrect install-name for dynamic Darwin rts
2010-05-22 Ian LynaghFix the RTS debug_p build
2010-05-21 Ian LynaghUnset $CFLAGS for "GNU non-executable stack" configure...
2010-05-20 Ian LynaghDon't run "set -o igncr" before configuring libffi
2010-05-20 Ian LynaghStop passing -Wl,-macosx_version_min to gcc
2010-05-19 Ian LynaghFix build on FreeBSD; patch from Gabor PALI
2010-05-19 Simon MarlowFix package shadowing order (#4072)
2010-05-18 Ian LynaghSet more env variables when configuring libffi
2010-05-18 Ian LynaghSet the location of ar to be the in-tree ar on Windows
2010-05-18 Ian LynaghChange another / to </> to avoid building paths contain...
2010-05-18 Simon MarlowFix #4074 (I hope).
2010-04-01 Simon Marlowwe don't have a gcc-lib in LIB_DIR any more
2010-05-17 Ian LynaghIn validate, use gmake if available; based on a patch...
2010-05-16 Ian LynaghRemove duplicate "./configure --help" output; fixes...
2010-05-16 Ian LynaghUpdate various 'sh boot's to 'perl boot'
2010-05-14 Simon Marlowadd missing initialisation for eventBufMutex
2010-05-13 Simon MarlowUndo part of #4003 patch
2010-05-07 pho@cielonegro.orgFix makefile loop (#4050)
2010-05-10 Simon Marlowfix !TABLES_NEXT_TO_CODE
2010-05-10 Simon MarlowlooksLikeModuleName: allow apostrophe in module names...
2010-05-06 Simon Marlowadd the proper library dependencies for GhcProfiled=YES
2010-05-11 simonpj@microsoft.comFix Trac #4003: fix the knot-tying in checkHiBootIface
2010-05-10 simonpj@microsoft.comRe-engineer the derived Ord instance generation code...
2010-05-10 simonpj@microsoft.comMake arity of INLINE things consistent
2010-05-10 Simon MarlowCompacting GC fix, we forgot to thread the new bq field...
2010-05-09 Ian LynaghAdd version constraints for the boot packages; fixes...
2010-05-09 Ian LynaghDon't include inter-package dependencies when compiling...
2010-05-08 Ian LynaghAdd a ghc.mk for bindisttest/
2010-05-08 Ian LynaghMove some make variables around so they are available...
2010-05-08 Ian LynaghOptimise checkremove a bit
2010-05-08 Ian LynaghImprove the bindisttest Makefile
2010-05-08 Ian LynaghAdd tools to test that cleaning works properly
2010-05-08 Ian LynaghTweak the ghc-pkg finding code
next