ghc-hetmet.git
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
2010-05-08 Ian LynaghAdd a way to show what cleaning would be done, without...
2010-05-08 Ian LynaghTidy up the "rm" flags in the build system
2010-05-07 Simon MarlowFix crash in nested callbacks (#4038)
2010-04-28 Simon MarlowAdd $(GhcDynamic) knob, set to YES to get stage2 linked...
2010-04-28 Simon Marlowomit "dyn" from the way appended to the __stginit label
2010-05-06 Simon Marlowimprovements to findPtr(), a neat hack for browsing...
2010-05-06 Simon MarlowFix +RTS -G1
2010-05-06 Ian LynaghEnable the "redundant specialise pragmas" warning;...
2010-05-06 simonpj@microsoft.comFind the correct external ids when there's a wrapper
2010-05-06 simonpj@microsoft.comAdd a comment about pattern coercions
2010-05-06 simonpj@microsoft.comComments only
2010-05-06 simonpj@microsoft.comMake a missing name in mkUsageInfo into a panic
2010-05-06 simonpj@microsoft.comRefactoring of hsXxxBinders
2010-05-06 simonpj@microsoft.comFix Trac #3966: warn about useless UNPACK pragmas
2010-05-06 simonpj@microsoft.comMake tcg_dus behave more sanely; fixes a mkUsageInfo...
2010-05-06 simonpj@microsoft.comAdd a HsExplicitFlag to SpliceDecl, to improve Trac...
2010-05-06 simonpj@microsoft.comChange an assert to a warn
2010-05-06 simonpj@microsoft.comTidy up debug print a little
2010-05-06 simonpj@microsoft.comRemove useless UNPACK pragmas
2010-05-06 simonpj@microsoft.comAdd WARNM2 macro, plus some refactoring
2010-05-06 simonpj@microsoft.comUse -Wwarn for the binary package, becuase it has redun...
2010-04-09 simonpj@microsoft.comFix Trac #3966: warn about unused UNPACK pragmas
2010-04-09 simonpj@microsoft.comFix Trac #3953: fail earlier when using a bogus quasiquoter
2010-04-09 simonpj@microsoft.comFix Trac #3965: tighten conditions when deriving Data
2010-04-09 simonpj@microsoft.comFix Trac #3964: view patterns in DsArrows
2010-04-09 simonpj@microsoft.comFix Trac #3955: renamer and type variables
2010-04-09 simonpj@microsoft.comLayout only
2010-05-06 Ian LynaghGive a better deprecated message for INCLUDE pragmas...
2010-05-06 Ian LynaghDe-haddock a comment that confuses haddock
2010-05-06 Ian LynaghFix comment to not confuse haddock
2010-05-06 Ian LynaghDetect EOF when trying to parse a string in hp2ps
2010-05-05 simonpj@microsoft.comMake the demand analyser sdd demands for strict constru...
2010-05-05 simonpj@microsoft.comFix interaction of exprIsCheap and the lone-variable...
2010-05-05 simonpj@microsoft.comMatching cases in SpecConstr and Rules
2010-05-04 simonpj@microsoft.comComments only
2010-05-04 simonpj@microsoft.comComments only
2010-05-04 simonpj@microsoft.comComments only
2010-04-17 simonpj@microsoft.comComments only (about type families)
2010-05-05 Ian LynaghFix hp2ps when the .hp file has large string literals
2010-05-04 Ian LynaghIn build system, call package-config after including...
next