ghc-hetmet.git
2009-07-06 Simon Marlowdon't create inplace/bin/ghc-<version>
2009-07-07 Ian LynaghFix ignored-monadic-result warnings
2009-07-07 Ian LynaghFix an unused import warning
2009-07-07 Ian LynaghFix unused import warnings
2009-07-07 Ian LynaghFix unused import warnings
2009-07-07 Ian LynaghWhen exporting F(..), all the children of F are also...
2009-07-07 Ian LynaghRemove unused imports
2009-07-06 simonpj@microsoft.comMajor patch to fix reporting of unused imports
2009-07-06 simonpj@microsoft.comTrim unused imports detected by new unused-import code
2009-07-07 Simon MarlowAvoid unnecessary recompilation after ./configure ...
2009-07-07 Simon Marlowcheck for tabs in compiler/ghc.cabal.in (#3344)
2009-07-07 Simon Marlowremove tabs
2009-07-03 Simon Marlowfix cleaning of libraries (now 'make clean' in librarie...
2009-07-07 Manuel M T... FIX #2677
2009-07-05 Ian LynaghUpdate driver/Makefile for the new build system
2009-07-06 Simon MarlowFix generational GC bug (#3348)
2009-07-06 simonpj@microsoft.comWindows fixes to build system: use the 'find' and ...
2009-07-05 Ian LynaghFollow Cabal changes
2009-07-05 Ian LynaghUpdate TODO list
2009-07-05 Ian LynaghMake -fext-core a dynamic flag (it was a static flag)
2009-07-04 Duncan CouttsUpdate a few points about shared libs in other sections
2009-07-04 Duncan CouttsDocument -dynload flag. Also add it and -shared to...
2009-07-04 Duncan CouttsAdd new section on using shared libs
2009-07-04 Duncan CouttsDocument foreign import prim in the user guide
2009-07-04 Ian LynaghFor now, use -fno-warn-unused-do-bind when building...
2009-07-02 Max BolingbrokeMake changes to -fwarn-unused-do-bind and -fwarn-wrong...
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
next