ghc-hetmet.git
2008-09-07 Manuel M T... Type families: new algorithm to solve equalities
2008-09-06 Ian LynaghDon't build latex docs by default
2008-09-06 Ian LynaghNow that haddock is in-tree, build haddock docs by...
2008-09-06 Ian LynaghAdd an explanation of the format of the packages file...
2008-09-06 Ian LynaghInstall the stage 2 ghc package when installing; fixes...
2008-09-06 Ian LynaghUpdate the users guide to point at the in-tree core...
2008-09-06 Ian LynaghCompress the ext-core docs
2008-09-06 Ian LynaghInstall the ext-core docs
2008-09-06 Ian LynaghMake ext-core when making all in docs
2008-09-05 Ian LynaghRemove the haddock detection
2008-09-05 Ian LynaghAdd a comment to utils/Makefile
2008-09-05 simonpj@microsoft.comFix up the instance-declaration re-engineering story
2008-09-05 simonpj@microsoft.comComments only
2008-09-05 simonpj@microsoft.comMinor refactoring to share InstEnv.instanceBindFun
2008-09-05 simonpj@microsoft.comRemove unused constructors AvoidMe, WildCard
2008-09-05 simonpj@microsoft.comMore specialiser wibbles
2008-09-05 simonpj@microsoft.comRetain unfoldings even with SimplGently
2008-09-05 simonpj@microsoft.comComments only
2008-09-05 simonpj@microsoft.comBetter debug panic messages in applyTys
2008-09-05 simonpj@microsoft.comMake ASSERT2 mention msg even when debug is off (avoid...
2008-09-05 Ian LynaghMove the "This is a generated file" to the top of GHC...
2008-09-05 Ian LynaghMake genprimopcode generate code that haddock 2 understands
2008-09-04 Ian LynaghDefine _BSD_SOURCE in Stg.h
2008-09-04 Ian LynaghAdd a note explaining a couple of seq's
2008-09-04 Ross Patersonfix message for missing packages
2008-09-04 dias@eecs.harvard.eduadd assertion to check that UniqFM is only passed ...
2008-09-04 Ian LynaghAdd darcs-all usage info
2008-09-03 Ian LynaghRe-merge concurrent,timeout,unique,st,getopt into base
2008-09-03 Ian LynaghFix ifBuildable
2008-09-03 simonpj@microsoft.comMajor change in compilation of instance declarations...
2008-09-03 simonpj@microsoft.comImproved specialisation of recursive groups
2008-09-02 simonpj@microsoft.comCope with recent versions of Perl that lack the $*...
2008-09-02 Simon MarlowFIX #2554: GHC.TopHandler.{runIO,runNonIO} should be...
2008-09-01 Simon MarlowCheck the modification times of libraries in --make...
2008-08-31 Ian LynaghMake the dynlibs, ghci and ncg flags manual too
2008-08-30 Ian LynaghSquash a space leak
2008-08-30 Ian LynaghFix a space leak
2008-08-30 Ian Lynaghfix a space leak
2008-08-31 Ian LynaghMake ghc.cabal's editline flag manual, to simplify...
2008-08-30 Judah JacobsonDon't build ghc in stage1 with editline (since we alrea...
2008-08-30 Ian LynaghIf we want a profiled GHC then use -auto-all when build...
2008-08-30 Ian LynaghFix building the GHC API with profiling
2008-08-30 Ian LynaghActually, that's use a separate haddock repo for now
2008-08-29 Ian LynaghAlways build docs/{ext-core,storage-mgt}, even when...
2008-08-28 kili@outback... Fix linkage on OpenBSD.
2008-08-29 Ian Lynaghpush-all needs to skip repos, as we don't know how...
2008-08-28 Ian LynaghRemove install-inplace directories when cleaning
2008-08-28 Ian LynaghUse the right ghc-pkg when installing the rts package
2008-08-28 Ian LynaghWhen installing, we can't rely on the ghc-pkg we just...
2008-08-28 Ian LynaghTweaks for installs into a DESTDIR
2008-08-28 Ian LynaghHandle the html target in compiler/ and ghc/
2008-08-28 Ian LynaghTurn on optimisation for stage2 when validating
2008-08-28 Ian Lynaghhaddock 2 doc fixes
2008-08-28 Ian LynaghRemove an erroneous comma from the Makefile
2008-08-28 Ian LynaghDisambiguate some names in haddock comments
2008-08-28 Ian LynaghUpdate the build system to handle building and using...
2008-08-28 Ian LynaghFix a haddock2 failure
2008-08-28 Ian LynaghDon't check that we have found haddock
2008-08-27 Ian LynaghDon't fail if libraries/bootstrapping already exists
2008-08-27 Ian LynaghWhen haddocking the libraries, tell Cabal where haddock is
2008-08-14 Ian LynaghBuild haddock with the stage1 compiler
2008-08-13 Ian LynaghTeach darcs-all about absolute repos, and add haddock...
2008-08-28 simonpj@microsoft.comImprove documentation of stolen syntax
2008-08-28 simonpj@microsoft.comFix Trac #2529: derived read for prefix constructor...
2008-08-27 simonpj@microsoft.comFix Trac #745: improve error recoevery for type signatures
2008-08-27 simonpj@microsoft.comFix Trac #2538: better error messages when validating...
2008-08-27 simonpj@microsoft.comFix Trac #2520: duplicate symbols
2008-08-27 simonpj@microsoft.comOnly specialise on dictionaries that have some interest...
2008-08-27 simonpj@microsoft.comBetter documentation for -XLiberalTypeSynonyms, and...
2008-08-27 Simon Marlowre-fix of #1205, fix #2542
2008-08-27 simonpj@microsoft.comImprove documentation of MagicHash and primitive types...
2008-08-26 Ian LynaghGive locations of flag warnings/errors
2008-08-26 Ian LynaghRemove a now-redundant comment
2008-08-26 Ian LynaghSeparate the static flag parser from the static global...
2008-08-26 Ian LynaghMove pprFastFilePath from SrcLoc to Outputable
2008-08-26 simonpj@microsoft.comFix flaggery for RULES (cf Trac #2497)
2008-08-20 Simon Marlowalways treat 'forall' and '.' as reserved keywords...
2008-08-22 simonpj@microsoft.comFix a nasty float-in bug
2008-08-21 simonpj@microsoft.comMake rule printing wobble less
2008-08-25 Ian Lynaghsyb is now in its own package
2008-08-25 Ian LynaghFix "runghc foo" where the program is foo.hs or foo.lhs
2008-08-25 Ian LynaghWhen making bindists, check that we know where we are
2008-08-25 Ian LynaghFix the ghci script; fixes trac #2485
2008-08-25 Ian LynaghUpdate .darcs-boring for the new libraries, plus some...
2008-08-25 Ian LynaghRead the packages file in strictly in darcs-all and...
2008-08-25 Ian LynaghRemove the InstallShield directory; it is no longer...
2008-08-25 Ian LynaghRemove the now-unused WindowsInstaller directory
2008-08-25 Ian LynaghSet datadir=libdir; fixes trac #2541
2008-08-25 Ian LynaghGet everything building with base 4 in the HEAD
2008-08-24 Ian LynaghChange references to the old BIN_DIST_TARBALL to the...
2008-08-24 Ian LynaghFix the "have we got all the bootlibs" check
2008-08-24 Ian Lynaghconcurrent, unique, timeout have now been split off...
2008-08-24 Ian LynaghActually tar up Windows bindists
2008-08-24 Ian Lynaghgetopt is now split off from base
2008-08-23 Ian Lynaghst is now split off from base
2008-08-21 Ian LynaghIgnore install-docs in compiler/Makefile and ghc/Makefile
2008-08-21 Ian LynaghFix making bindists
2008-08-21 Ian Lynaghmk/cabal.mk now turns on -Wall
2008-08-21 Ian LynaghFix warnings in runghc
2008-08-21 Ian LynaghMake some utils -Wall clean
next