ghc-hetmet.git
2009-07-01 Max BolingbrokeSupport for -fwarn-unused-do-bind and -fwarn-wrong...
2009-07-03 Simon MarlowImproved infrastructure for fast-rebuilding of parts...
2009-07-02 simonpj@microsoft.comFix Trac #3342: missed zonking in TcHsSyn
2009-07-02 Manuel M T... Type synonym families may be nullary
2009-07-02 simonpj@microsoft.comNew syntax for GADT-style record declarations, and...
2009-07-02 simonpj@microsoft.comWhite space only
2009-07-02 simonpj@microsoft.comComments only
2009-07-02 simonpj@microsoft.comLook through Notes when matching
2009-07-02 Manuel M T... FIX #3197
2009-07-01 Simon MarlowFix #2197 (properly this time)
2009-07-01 Simon Marlowmake GhcProfiled work, and add a "prof" flavour to...
2009-07-01 Simon Marlowremove unnecessary $(RM)s
2009-06-30 Simon Marlow'make html' in a library builds the Haddock docs
2009-06-30 Simon Marlowfix GC bug introduced with the C finalizer support
2009-06-27 Ian LynaghAdd a configure test for whether or not __mingw_vfprint...
2009-06-26 Simon MarlowFix #3319, and do various tidyups at the same time
2009-06-26 Ross Patersonrename cache variable to keep recent autoconfs happy
2009-06-25 Ian LynaghAdd buildinfo files to the bindist 2009-06-25
2009-06-25 simonpj@microsoft.comFix Trac #3323: naughty record selectors again
2009-06-24 Simon Marlowpropagate the result of atomically properly (fixes...
2009-06-24 Ian LynaghMake C and CMM objects way-dependent
2009-06-24 Simon Marlowadd debug_p and thr_debug_p to $(ALL_WAYS)
2009-06-23 Simon MarlowFix buffering problem when GHCi is using the new IO...
2009-06-23 Simon MarlowOptimise the %.hi : %.o rule
2009-06-22 Simon Marlowfix comment
2009-06-23 Ian LynaghAdd boot-pkgs and packages to the source dists
2009-06-23 Ian LynaghFix the GHCi debugger so that it can recognise Integers...
2009-06-22 Ian LynaghFollow Integer changes
2009-06-22 Ian LynaghAdd the integer package
2009-06-22 Simon Marlowfollow change in System.Posix.Internals.c_open
2009-06-17 Simon Marlowfix 'make 1'
2009-06-03 Simon Marlowremove unused cruft
2009-06-22 Ian LynaghAdd a couple more symbols to the Linker.c table
2009-06-17 Ian Lynaghmakefile tweak
2009-06-16 Ian LynaghAdd an _EXTRA_OBJS variable when linking packages
2009-06-16 Ian LynaghRemove more GMP bits
2009-06-16 Ian LynaghAdd a #endif back that was accidentally removed from...
2009-06-15 Ian LynaghMake sure we aren't passing -Werror in the CFLAGS for...
2009-06-15 Ian LynaghPass CFLAGS and LDFLAGS to configure scripts
2009-06-15 Ian Lynagh.cmm rules need to depend on $$($1_$2_HC_DEP), not...
2009-06-14 Ian LynaghMove gmp into libraries/integer-gmp
2009-06-13 Duncan CouttsStop building the rts against gmp
2009-06-13 Duncan CouttsRemove the implementation of gmp primops from the rts
2009-06-13 Duncan CouttsStop setting the gmp memory functions in the rts
2009-06-13 Duncan CouttsRemove the gmp/Integer primops from the compiler
2009-06-11 Ian LynaghPut the CMM objects in the GHCi library too
2009-06-11 Ian LynaghAdd rules for building .cmm files in libraries
2009-06-13 Duncan CouttsExports a few rts things we need for cmm code in extern...
2009-06-12 Duncan CouttsAdd and export rts_unsafeGetMyCapability from rts
2009-06-11 Duncan CouttsRequire GHCForeignImportPrim for "foreign import prim"
2009-06-11 Duncan CouttsAdd missing StgPrimCallOp case in repCCallConv
2009-06-11 Ian LynaghAdd missing StgPrimCallOp case to isSimpleOp
2009-06-11 Duncan CouttsReverse the safe/unsafe requirement on foreign import...
2009-06-09 Duncan CouttsAdd PrimCall to the STG layer and update Core -> STG...
2009-06-09 Duncan CouttsDesugaring for "foreign import prim"
2009-06-09 Duncan CouttsTypechecking for "foreign import prim"
2009-06-09 Duncan CouttsLexing and parsing for "foreign import prim"
2009-06-09 Duncan CouttsAdd new FFI calling convention "prim"
2009-06-20 Ian LynaghThe IO type has moved to GHC.Types in ghc-prim
2009-06-20 Ian LynaghFix the way in the +RTS --info output
2009-06-17 Ian LynaghSet DELETE_ON_ERROR in ghc.mk
2009-06-16 Ian LynaghFix the ghci wrapper
2009-06-18 Simon MarlowFix #3132: a case of bogus code generation
2009-06-16 Simon MarlowFix #3279, #3288: fix crash encountered when calling...
2009-05-18 Simon Marlowdrop packedstring; it is no longer required by template...
2009-06-16 Simon Marlowsuggest "cd <dir>; make help"
2009-06-16 Simon MarlowAdd support for 'make help' in subdirectories
2009-06-16 Simon Marlowmention 'make {html,ps,pdf}'
2009-06-16 Simon Marloweliminate "warning: overriding commnds..." from make...
2009-06-15 Simon MarlowAdd 'make help', displaying a list of useful make targets
2009-06-15 Simon MarlowAdd 'make fast' which omits deps (for a library) and...
2009-06-15 Simon Marlowadd the missing final row of dashes in the success...
2009-06-15 Simon Marlow'make 1' in libraries builds just the stage1 libs
2009-06-15 Simon Marlowadd 'make stage1_libs', to make just the stage 1 libs
2009-06-15 Simon MarlowcopyFileWithHeader: use binary Handles
2009-06-13 Ian LynaghInclude runghc and unlit in bindists
2009-06-13 Ian LynaghImprove bindist testing
2009-06-12 Ian LynaghRemove the haskeline-specific hacks from ghc-cabal
2009-06-12 Ian LynaghRemove library buildinfo files when cleaning
2009-06-12 Ian LynaghUpdate symbol names; fixes the build on OSX
2009-06-10 Simon Marlowdon't check for stack underflow if we just had an overflow
2009-06-08 Simon MarlowpprExpr: don't add extra parens around [a..b] in an...
2009-05-29 Simon MarlowChanges for the new IO library, mainly base-package...
2009-06-12 Ian LynaghFix the compiler-hs-dependency's
2009-06-11 Ian LynaghDoc building is now controlled by sensible variables
2009-06-11 Ian LynaghHC bootstrapping now works
2009-06-11 Ian Lynaghbindists are now done
2009-06-11 Ian LynaghAdd some $s to rules/build-package.mk for consistency
2009-06-11 Duncan CouttsDeprecate the threadsafe kind of foreign import
2009-06-11 Duncan CouttsRemove __encodeDouble and __encodeFloat from the rts
2009-06-11 Duncan CouttsAdd recently added lib dirs to the darcs boring file
2009-06-04 Duncan CouttsFix the flag used to force linking when we are making...
2009-06-08 Duncan CouttsCheck we're not using stdcall in foreign export on...
2009-06-10 Duncan CouttsRemove the various mp registers from the StgRegTable
2009-06-10 Duncan CouttsConvert the gmp cmm primops to use local stack allocation
2009-06-10 Duncan CouttsMake killThread# cmm primop use local stack allocation
2009-06-10 Ian LynaghMake Windows bindists and installers work in the new...
2009-06-10 Ian LynaghChange GHC_OPTIONS to OPTIONS_GHC
2009-06-09 Ian LynaghDefine _BSD_SOURCE in Stg.h
2009-06-08 Ian LynaghPut "%expect 0" directives in the .y files
next