ghc-hetmet.git
2007-06-21 Simon MarlowFix problems with new inplace stuff on Cygwin
2007-06-21 Simon MarlowFIX BUILD: can't build the makefiles during make boot
2007-06-20 Simon Marlowclean up lib/{GNUmakefile,Makefile.local}
2007-06-20 Simon Marlowdefault_target should be "all", not "build"
2007-06-20 Simon Marlowadd comment
2007-06-20 Simon MarlowFix a problem with package.mk being included too early
2007-06-20 Simon MarlowUse setup makefile + make by default to build libraries
2007-06-21 Simon MarlowUse a real binary instead of scripts for ghc-inplace
2007-06-21 LemmihAdd several new record features
2007-06-18 LemmihRemove the unused HsExpr constructor DictPat
2007-06-07 LemmihFix a bug in MatchCon, and clarify what dataConInstOrig...
2007-06-07 LemmihDo not perform a worker/wrapper split for a NOINLINE...
2007-06-07 LemmihFix Trac #1402: typo in specialiser
2007-06-21 simonpj@microsoft.comWibble: make -fno-implicit-prelude work
2007-06-21 Ian LynaghRemove an incorrect claim that [t| ... |] isn't impleme...
2007-06-20 Ian LynaghMake building haddock docs opt-in rather than opt-out
2007-06-20 Ian LynaghDon't assume that the main repo is called "ghc" in...
2007-06-20 simonpj@microsoft.comTrivial fix to clear Trac #1386
2007-06-20 simonpj@microsoft.comWibbles in flaggery, concerning backward compatibility...
2007-06-20 simonpj@microsoft.comImplement -X=GADTs and -X=RelaxedPolyRec
2007-06-20 simonpj@microsoft.comUse -X for language extensions
2007-06-20 simonpj@microsoft.comUnused import
2007-06-20 andy@galois.comturning back on case liberation when using hpc
2007-06-20 Simon Marlowremove debugging code accidentally left in
2007-06-20 Ian LynaghUse .NOTPARALLEL for the libraries Makefile
2007-06-20 simonpj@microsoft.comImprove the handling of deriving, in error cases
2007-06-20 simonpj@microsoft.comMore refactoring in TcSimplify
2007-06-20 simonpj@microsoft.comFix egregious sharing bug in LiberateCase
2007-06-20 andy@galois.comTurning off case liberation when using the hpc option...
2007-06-19 Ian LynaghAdd --core-only flag to push-all
2007-06-19 Ian LynaghAdd a push-all script
2007-06-19 simonpj@microsoft.comImprove misleading warning (Trac #1422)
2007-06-19 simonpj@microsoft.comFix a bug in the handling of implication constraints...
2007-06-19 simonpj@microsoft.comComments only
2007-06-19 simonpj@microsoft.comRemove erroneous requirement to import Control.Monad...
2007-06-19 andy@galois.comFirst cut at documentation for HPC option in GHC
2007-06-19 Manuel M T... Build package ndp if present
2007-06-18 Simon Marlowtypo
2007-06-18 Ian LynaghMore debugger output order consistency
2007-06-17 Pepe IborraSeveral changes to the code dealing with newtypes in...
2007-06-13 Pepe IborraRemove now non-existant "Breakpoints" entry from packag...
2007-06-17 Ian LynaghSort names before printing them in the debugger so...
2007-06-16 Ian LynaghUse %d rather than %zd on Windows
2007-06-15 Ian LynaghAdd missing quotes in generated script
2007-06-15 Ian LynaghFix size mismatch errors in mkDerivedConstants.c
2007-06-14 Simon Marlowworkaround for #1421 (Solaris linker being picky about...
2007-06-13 Simon MarlowI didn't quite fix #1424 completely - hopefully this...
2007-06-13 Simon MarlowFIX #1424: x86_64 NCG generated wrong code for foreign...
2007-06-13 Simon Marlowanother fix for -hb: we appear to be freeing the hash...
2007-06-13 Simon MarlowFIX #1418 (partially)
2007-06-13 Simon Marlowshould be using GET_CON_DESC() to get the constructor...
2007-06-13 Simon Marlowwarning police
2007-06-13 Simon MarlowUse $(if...) to get lazy tests instead of if..endif...
2007-06-12 Ian LynaghTweak banner printing 2007-06-12
2007-06-01 cdsmith@twu.netFIX #1378 Add option for a shorter banner on GHCi startup
2007-06-09 Ian LynaghWindows bindist tweaking
2007-06-09 Ian LynaghFix the ghc package in bindists
2007-06-09 Ian LynaghFix up whitespace
2007-06-09 Ian LynaghFix bindists on Windows
2007-06-05 Ian LynaghInstall the RTS from a bindist correctly
2007-06-04 Ian LynaghOnly add the extra Windows libraries if we are on Windows
2007-06-04 Ian LynaghFollow Cabal change; .setup-config is now dist/setup...
2007-06-02 Ian LynaghCopy more of base's hacks into installPackage; *sigh*
2007-06-02 Ian LynaghHack libsubdir so that it does the right thing on both...
2007-06-02 Ian LynaghRemove now-unused files
2007-06-02 Ian LynaghFix ghcii.sh creation
2007-06-02 Ian LynaghExplicitly set datadir
2007-06-01 Ian LynaghFix a -- that somehow turned into a ----
2007-06-01 Ian LynaghFix creation of hsc2hs-inplace.bat
2007-06-01 Ian Lynaghghc-pkg-inplace now has .bat extension on Windows
2007-06-01 Ian LynaghAdd omitted files (mk/{install,recurse}.mk)
2007-06-01 Ian LynaghFix bindist creation
2007-05-31 Ian LynaghRework the build system a bit
2007-05-30 Ian LynaghMake package.conf files a bit more readable
2007-06-12 andy@galois.comAdding new ffi calls into the Hpc rts subsystem
2007-06-12 Simon Marlowdon't add -threaded in stage2/3 if we didn't build...
2007-06-12 Simon Marlowfix compile error in the !GHCI_TABLES_NEXT_TO_CODE...
2007-05-18 Thorkil NaurFix PPC Mac OS X memory access problem in SMP.h (#1362)
2007-06-09 andy@galois.comUsing blacklist of places not to cover, rather than...
2007-06-08 andy@galois.comNot adding ticks to compiler generated derived code.
2007-06-08 Manuel M T... Fix worker/wrapper ids for newtype instances
2007-06-08 Manuel M T... Fix deriving of indexed data types
2007-06-07 Ian LynaghAdd instructions for adding a library to a build tree
2007-06-06 simonpj@microsoft.comDon't suggest -fno-monomorphism-restriction if it's...
2007-06-06 simonpj@microsoft.comRemove unnecessary free-variables from renamer
2007-06-06 simonpj@microsoft.comFIX #1385: make sure tuple instances are loaded
2007-06-05 simonpj@microsoft.comTypo in comments
2007-06-05 Isaac Dupreeremove #if branches for pre-ghc-6.0
2007-06-05 Ian LynaghTypo, spotted by Stefan Holdermans
2007-06-05 Ian LynaghifBuildable now prints a warning if the package is...
2007-06-05 Ian LynaghFix normalisation of path to find
2007-06-05 Simon Marlowfix panic in #1379
2007-06-05 bjpop@csse... Add missing newline from ghci :help output
2007-06-01 Isaac Dupreeimplement FastMutInt in non-GHC using IORefs (#1405)
2007-06-01 Simon MarlowFIX #1110: the linker also needs the workaround
2007-05-21 Simon MarlowFIX BUILD: GHC doesn't use filepath (yet)
2007-05-25 Simon Marlowtiny cleanup
2007-06-01 Simon Marlowremove OpenBSD-specific initAdjustor() code that should...
2007-05-31 Simon Marlowfix locations for uploading src dists
2007-05-31 Simon MarlowFIX unregisterised build
next