ghc-hetmet.git
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
2009-06-05 Ian LynaghUpdate to libffi 3.0.8; fixes trac #3119
2009-06-05 Ian LynaghFix the libffi Makefile
2009-06-05 Ian LynaghAdd a README saying where libffi tarballs come from
2009-06-05 Ian Lynaghghc-pkg now takes a verbosity argument
2009-06-05 Ian LynaghFollow Cabal changes
2009-06-05 Ian LynaghUpdate the docs on how you bind unlifted types in let...
2009-06-05 Ian LynaghDocument -fwarn-lazy-unlifted-bindings
2009-06-05 Ian LynaghFix typo
2009-06-05 simonpj@microsoft.comMention that generalised list comprehensions are enable...
2009-06-05 Ian LynaghMake a proper Opt_WarnLazyUnliftedBindings warning...
2009-06-04 Ian LynaghFix ghc-cabal, so that GHC.Prim gets registered when...
2009-06-04 Simon Marlowfix a warning
2009-06-04 Simon MarlowLock the StablePtr table during GC
2009-06-04 Simon Marlowfix $(TOP)
2009-06-04 Simon Marlowremove a prototype that shouldn't be here
2009-06-03 Ian LynaghMerge the TODO lists in ghc.mk
2009-06-03 Simon MarlowTighten up the DocBook XSL stylesheet test
2009-06-03 Simon Marlowfix logic for BUID_DOCBOOK_HTML
2009-06-03 simonpj@microsoft.comAllow RULES for seq, and exploit them
2009-06-02 Ian LynaghRemove the unused remains of __decodeFloat
2009-06-02 Simon MarlowRemove old GUM/GranSim code
2009-06-02 Simon Marlowtidy up autoconfiguration of docbook stuff
2009-06-02 Simon Marlowfix 'make sdist'
2009-06-02 Ian LynaghAdd a comment about why RM and RM_OPTS are not in config.mk
2009-06-02 Ian LynaghFollow the change in RM's definition in distrib/Makefil...
2009-06-02 simonpj@microsoft.comFix Trac #3265: type operators in type/class declarations
2009-06-02 Ian LynaghUse -w when compiling libffi, to stop -Werror failures
2009-06-02 Simon MarlowAdd a section "Multi-threading and the FFI"
2009-06-02 Simon Marlowemit a helpful message if you say 'make html' and BUILD...
2009-06-02 Simon Marlowmention documentation tools in the summary; tidy up...
2009-05-29 Simon Marlowdepend on mk/project.mk appropriately
2009-05-29 Simon Marlowfix comment
2009-05-30 Ian LynaghUnquote a $(LN_S) in ghc/ghc.mk
2009-05-30 Ian Lynagh$(XARGS) might include arguments, so don't quote it...
2009-05-30 Ian LynaghQuote commands that we run, so they work if there are...
2009-05-30 Ian LynaghRemove some redundant code from hi-rule.mk
2009-05-30 Ian Lynaghmake the clean_libraries target work, so you can "make...
2009-05-23 Austin Seippfix pprDynamicLinkerAsmLabel for Mac OS X x86_64
2009-05-29 Ian LynaghMake clean_libraries in the same way that we make all_l...
2009-05-29 Ian LynaghTweak mk/sub-makefile.mk
2009-05-29 simonpj@microsoft.comImplement -XMonoLocalBinds: a radical new flag
2009-05-29 Simon Marlowdon't shrink the stack smaller than the value set by...
2009-05-29 Simon MarlowFix bug in previous change: allocate the correct size
2009-05-29 simonpj@microsoft.comMake haddocking depend on the library .a file
2009-05-29 simonpj@microsoft.comFix Trac #3259: expose 'lazy' only after generating...
2009-05-28 simonpj@microsoft.comFix Trac #3262: suppress name-shadow warning for _names
2009-05-28 Simon Marlowdon't call Haskeline to read input when stdin is not...
2009-05-28 Ben.Lippmeier... Fix handling of R_SPARC_UA32 relocations in linker
2009-05-28 simonpj@microsoft.comDocument the fact that Template Haskell type splices...
2009-05-28 simonpj@microsoft.comImprove printing of Orig RdrNames
2009-05-28 simonpj@microsoft.comPrint more nicely in -ddump-splices
2009-05-28 simonpj@microsoft.comFix Trac #3261: make default types play nice with ...
2009-05-28 simonpj@microsoft.comAdjust error message slightly
2009-05-28 simonpj@microsoft.comWhite space only
next