ghc-hetmet.git
2009-09-15 Thomas SchillingPut context information for warnings in errMsgExtraInfo.
2009-09-15 Simon MarlowUpdate and improve packages documentation
2009-08-17 Peter HercekFIX #3434 (improve vi tags: add non-exported symbols...
2009-09-15 Simon MarlowEvent tracing: put the capability in the block marker...
2009-09-13 Simon MarlowAdd event block markers
2009-09-12 Simon MarlowOptimise the code generated at trace points
2009-09-15 Simon MarlowImprove the default parallel GC settings, and sanitise...
2009-09-15 Simon MarlowUpdate the "Hints for using SMP parallelism" section
2009-09-14 Simon MarlowFix collateral damage after distdir-opts.mk was refacto...
2009-05-12 Peter Hercekalow macros to redefine builtin GHCi commands (implemen...
2009-09-14 Simon MarlowFix build on Windows
2009-09-14 Simon MarlowAdd "ghc-pkg init" command for creating a new package DB
2009-09-11 Simon MarlowFix a space leak in the native code gen (again)
2009-09-13 Ian LynaghUse _ rather than : for the builtin package filenames
2009-09-13 Ian LynaghDon't register the non-munged stage1 ghc package
2009-09-13 Ian LynaghFixes for compiling the HEAD with iteslf
2009-09-12 Ian LynaghDon't try and put HaddockLex and HaddockParse into...
2009-09-12 Ian LynaghParsePkgConf no longer exists, so don't try to put...
2009-09-12 Ian LynaghTweak an error message
2009-09-12 Ian LynaghRefactor sdist so that we can see which command is...
2009-09-12 Ian LynaghFix the location of the package database in the install...
2009-09-12 Ian LynaghMore bindist fixes
2009-09-12 Ian LynaghAdd includes/ghcautoconf.h and includes/ghcplatform...
2009-09-11 Ian LynaghUpdate the URL in the usage info to point to the curren...
2009-09-11 Simon Marlowmove hschooks.c to ghc/, and enable it
2009-09-11 Simon MarlowFix #3408: lengthen the idle GC time to 5s for GHC...
2009-09-11 simonpj@microsoft.comComments and Cmm notes
2009-09-11 Simon MarlowRemove the old package.conf parser, use read instead...
2009-09-11 Ian LynaghFix some makefile logic, and remove the now unused...
2009-09-11 Ian LynaghChange a sed separator character to make it easier...
2009-09-11 Ian LynaghUse -fno-warn-name-shadowing when compiling Binary.hs
2009-09-11 simonpj@microsoft.comImprove optimisation of cost centres
2009-09-11 Simon MarlowFix build with GHC <= 6.10.1
2009-09-11 Simon Marlowloosen base dependency to allow base-3
2009-09-11 Simon Marlowremove superfluous trailing backslash
2009-09-11 Simon MarlowWork around bug in old bytestring versions by reading...
2009-09-11 simonpj@microsoft.comAdd cmm-notes, describing Simon and John's work on...
2009-09-11 simonpj@microsoft.comWibble to error message
2009-09-10 Simon Marlowadd comment: __thread is not supported by gcc on OS...
2009-09-10 Simon MarlowFix #3320: we forgot to save/restore the GC register...
2009-09-10 Simon Marlowput back F_, just in case the via-C codegen uses it
2009-09-10 Simon Marlowremove debugging/testing code that got here by mistake
2009-09-10 Simon Marlowfix installation of header files (#3451)
2009-09-10 simonpj@microsoft.comThree improvements to Template Haskell (fixes #3467)
2009-09-08 simonpj@microsoft.comRefactor the parsing of data type declarations
2009-09-05 simonpj@microsoft.comRemove unused data constructor ITpragma in type Lexer...
2009-09-10 simonpj@microsoft.comComments in Cmm
2009-09-10 Simon Marlowfix warnings
2009-09-10 Simon Marlowbinary has unused-import warnings
2009-09-10 Simon MarlowChange the representation of the package database
2009-09-08 Duncan CouttsImprove the user guide section on shared libs
2009-09-10 Austin SeippFIX #711 implement osFreeAllMBlocks for unix
2009-09-09 Simon MarlowNO_CLEAN_GMP fixes
2009-09-09 Simon MarlowOmit visibility pragmas on Windows (fixes warnings...
2009-09-10 simonpj@microsoft.comComments only, on Cmm data types
2009-09-09 Simon MarlowFix up logic to decide whether shared libs are being...
2009-09-08 Simon Marlowremove a ToDo that is Done
2009-09-08 Simon Marlowcomment fix
2009-09-09 Simon Marlowrefactor *_OPTS settings in the build system; no functi...
2009-09-08 Simon Marlowadd $(CONF_*_OPTS) for options that come from ./configu...
2009-09-08 Simon MarlowAdd -package-id, improve package shadowing behaviour...
2009-09-08 Simon Marlowremove --enable-hc-boot-unregisterised (implied by...
2009-09-08 Simon Marlowfix a warning
2009-09-08 Simon Marlowfix warnings
2009-09-08 Simon Marlowfix warnings
2009-08-26 Isaac Dupreeremove Haddock-lexing/parsing/renaming from GHC
2009-09-08 simonpj@microsoft.comFix Trac #3403: interaction of CPR and pattern-match...
2009-09-08 simonpj@microsoft.comFix Trac #3468: improve checking for hs-boot interfaces
2009-09-08 Simon MarlowAllow TH/annotations to be used with -dynamic
2009-09-08 Simon MarlowFix warnings on 64-bit platforms; fixes validate on...
2009-09-03 Simon Marlowfix -u flags (after changes for #3310)
2009-08-29 Simon MarlowUnify event logging and debug tracing.
2009-08-31 Simon MarlowwaitForReturnCapability: fix logic bug
2009-08-30 Simon MarlowHandle renames from #3310
2009-08-29 Simon Marlowadd RTS_PRIVATE attribute
2009-08-29 Simon MarlowFix incorrectly hidden RTS symbols
2009-08-29 Simon MarlowMaintain Task/Capability invariants in performPendingTh...
2009-08-05 Simon MarlowDeclare RTS-private prototypes with __attribute__(...
2009-08-26 Matthias KilianConfigurable iconv header and library locations
2009-08-26 Matthias KilianUse -W, not -Werror, for gcc older than 3.4
2009-08-26 Matthias KilianDon't mess up absolute INCLUDE_DIRS
2009-08-28 Simon MarlowFix #3461: protect the use of keepCAFs with #ifdef...
2009-08-27 Simon Marlowfix 'darcs-all rec' (amongst other things)
2009-08-27 Simon MarlowREDO: Add -r option to darcs-all, and remove push-all...
2009-08-27 Simon MarlowAdd a link to hp2any from the profiling section.
2009-08-26 Ian LynaghFix "make install"
2009-08-26 Ian Lynagh"ghc-cabal install" now needs to know where GHC is...
2009-08-26 Ian LynaghFix bindist creation
2009-08-26 Simon MarlowUNDO: fix the inplace runghc (it broke the installed...
2009-08-26 Simon MarlowFix part of #3398: pretty-printing always goes via...
2009-08-25 Simon MarlowTidy up file headers and copyrights; point to the wiki...
2009-08-24 Simon MarlowFollow changes in Cabal: package -> sourcePackageId
2009-08-24 Simon Marlowfix an unused-import warning
2009-08-20 Simon MarlowAdd unique package identifiers (InstalledPackageId...
2009-08-25 simonpj@microsoft.comMove the standalone-deriving flag test from parser...
2009-08-25 simonpj@microsoft.comError message wibble
2009-08-25 simonpj@microsoft.comFix Trac #3406 (albeit not very satisfactorily): scoped...
2009-08-24 Thomas SchillingMake FastString thread-safe.
2009-08-24 simonpj@microsoft.comImprove docs on -XFlexibleContexts
2009-08-24 Simon Marlowfix do-notation warnings
next