ghc-hetmet.git
2008-08-05 Simon Marlowin stage1, always rebuild Main.hs
2008-08-06 Ian LynaghOoops; lack of mk/confi.mk doesn't mean validate should...
2008-08-05 Ian LynaghC# has moved to ghc-prim:GHC.Types
2008-08-05 Ian LynaghMove the Char datatype into ghc-prim
2008-08-05 Ian LynaghMove the [] definion from base to ghc-prim
2008-08-04 Ian LynaghDon't boot/configure if we are validating --no-clean
2008-08-05 Ian LynaghRemove the cgi package from extralibs
2008-08-04 Ian LynaghFollow the tuple datatype movements
2008-08-04 Ian LynaghDon't make a "windows" flag in the Cabal file - os...
2008-08-05 simonpj@microsoft.comFix Trac #2449
2008-08-04 Simon Marlow2nd try: remove lochash, it isn't needed (now)
2008-08-04 Simon MarlowFIX BUILD on Windows
2008-08-04 simonpj@microsoft.comFix Trac #2467: decent warnings for orphan instances
2008-08-04 simonpj@microsoft.comFix the bug part of Trac #1930
2008-08-04 simonpj@microsoft.comFix Trac #2433 (deriving Typeable)
2008-08-01 simonpj@microsoft.comFix Trac #2478
2008-07-29 simonpj@microsoft.comImprove docs for GADTs
2008-07-29 simonpj@microsoft.comDocument -dsuppress-uniques
2008-08-04 Simon MarlowUNDO: FIX #2375: remove oc->lochash completely, it...
2008-08-03 Ian Lynaghhaddock fixes
2008-08-03 Ian LynaghFollow the move of assertError from Control.Exception...
2008-07-31 Max BolingbrokeDocument PackageConfig
2008-07-31 Max BolingbrokeDocument CoreSubst
2008-07-31 Max BolingbrokeDocument CoreFVs
2008-07-31 Max BolingbrokeDocument CmmZipUtil
2008-07-31 Max BolingbrokeDocument VarSet
2008-07-31 Max BolingbrokeDocument VarEnv
2008-07-31 Max BolingbrokeDocument Unique
2008-07-31 Max BolingbrokeDocument LazyUniqFM
2008-07-31 Max BolingbrokeDocument FastTypes
2008-07-31 Max BolingbrokeAdd some type signatures to RnNames
2008-07-31 Max BolingbrokeComment only in IfaceENv
2008-07-31 Max BolingbrokeDocument ZipCfg
2008-07-31 Max BolingbrokeDocument MachOp
2008-07-31 Max BolingbrokeDocument Dataflow
2008-07-31 Max BolingbrokeDocument DFMonad
2008-07-31 Max BolingbrokeDocument NameSet
2008-07-31 Max BolingbrokeDocument NameEnv
2008-07-31 Max BolingbrokeDocument Module
2008-07-31 Max BolingbrokeDocument DataCon
2008-07-31 Max BolingbrokeDocument BasicTypes
2008-07-31 Max BolingbrokeRename maybeTyConSingleCon to tyConSingleDataCon_maybe
2008-07-31 Max BolingbrokeIgnore git files
2008-08-01 Ian LynaghFix ifBuildable
2008-08-01 Ian LynaghUpdate assertErrorName; assertError has moved to Contro...
2008-07-31 Ian LynaghFix the catching of "IOEnv failure" with extensible...
2008-07-31 Ian LynaghFollow changes in the base library
2008-07-30 Ian LynaghAdd the Exception module to ghc.cabal
2008-07-30 Ian LynaghFix building with extensible exceptions
2008-07-30 Ian LynaghMark the ghc package as not exposed
2008-07-30 Ian LynaghFollow extensible exception changes
2008-06-21 Ian LynaghWhen raising NonTermination with the RTS, build the...
2008-07-30 Ian LynaghFix the way we pass GMP_INCLUDE_DIRS to hsc2hs; spotted...
2008-07-30 Simon Marlowworkaround #2277: turn off the RTS timer when calling...
2008-07-30 Simon MarlowFIX #2388: check that the operand fits before using...
2008-07-30 Simon Marlowoops, fix a small pessimisation made in previous refact...
2008-07-30 Simon MarlowFIX #2375: remove oc->lochash completely, it apparently...
2008-07-29 Ian LynaghFix a typo in powerpc/Linux-only code; spotted by Jeroe...
2008-07-29 Ian LynaghAdd the runghc wrapper script
2008-07-29 Ian LynaghMake cabal-bin not do any building, even of Setup.hs...
2008-07-29 Ian LynaghUpdate the test in Makefile that we have all the boot...
2008-07-29 Ian LynaghUpdate boot's test that we have all of the bootlibs
2008-07-29 Ian LynaghMake the push-all script complain about bad lines
2008-07-29 Ian LynaghAdd some comments to packages/darcs-all
2008-07-29 Ian LynaghRemove ndp from libraries/Makefile. We now use dph...
2008-07-29 Ian LynaghAdd dph to ./packages and darcs-all
2008-07-29 Ian LynaghRemove cabal-install from ./packages; we've decided...
2008-07-29 Simon MarlowFIX #2327: a fault in the thunk-selector machinery...
2008-07-29 Simon MarlowFIX #2332: avoid overflow on 64-bit machines in the...
2008-07-28 Simon MarlowChange the calling conventions for unboxed tuples slightly
2008-07-28 Simon Marlowdon't strip the inplace GHC executables (for debugging)
2008-07-28 Simon MarlowComplete the changes for #1205
2008-07-25 Simon Marlowupdate the comments about how we find $topdir
2008-07-28 Simon Marlowunderstand absolute pathnames on Windows too
2008-07-28 Simon Marlowchange where we put gcc-lib/ld.exe to keep Cabal happy
2008-07-25 Simon Marlowmove an inline function to keep older versions of gcc...
2008-07-25 Simon Marlowtry to fix the way we find $topdir
2008-07-25 Simon Marlowfor the installed versions, don't use dynamic-linking...
2008-07-25 Simon Marlowdon't steal %ebx for the GC on x86: it's also used...
2008-07-25 Simon MarlowSRT labels don't need to be globally visible
2008-07-24 Simon MarlowDon't prematurely link shared libraries against the...
2008-07-24 Simon Marlowadd --enable-shared to configure, and $(BuildSharedLibs...
2008-07-24 Simon Marlowuse RTLD_LAZY instead of RTLD_NOW
2008-07-24 Simon Marlowdebug output tweak
2008-07-24 Simon Marlowsmall cleanup
2008-07-24 Ian LynaghFix building runghc on Windows
2008-07-24 Ian LynaghFollow darcs-all changes in push-all
2008-07-24 Ian LynaghRejig how darcs-all works
2008-07-24 Ian LynaghRemove the OpenGL family of libraries from extralibs
2008-07-24 Ian Lynaghcompiler/package.conf.in is no longer used, so remove it
2008-07-24 Simon Marlowallow EXTRA_HC_OPTS to be used from the command-line
2008-07-24 Simon Marlowput the inplace GHC in stageN-inplace/ghc instead of...
2008-07-23 Simon Marlowadd a "rebuild" target for convenience
2008-07-22 Simon Marlowset PAPI_LIB_DIR="" when we don't have PAPI (clean...
2008-07-22 Simon Marlowremove -fvia-C that I apparrently accidentally added...
2008-07-23 Ian LynaghFix a build error on powerpc/Linux; spotted by Jeroen...
2008-07-23 Ian LynaghIf the extension is not .lhs, runghc now treats it...
2008-07-23 Ian Lynaghrunghc now uses the compiler that it comes with; fixes...
2008-07-23 Ian LynaghUse the upstream hsc2hs repo
2008-07-23 Ian LynaghRemove some redundancy in darcs-all
next