ghc-hetmet.git
2009-08-02 Simon MarlowRTS tidyup sweep, first phase
2009-07-27 Simon Marlowreplace sparc-specific Int64 code with calls to platfor...
2009-06-28 Simon Marlowremove old incarnation of .NET support
2009-08-03 Simon MarlowWindows build fix
2009-08-03 Simon Marlowrts_stop_on_exception is a C int, not a W_
2009-08-03 Simon MarlowFix #3412: the worker of an Id might not be a local Id
2009-08-03 Simon MarlowAdd -r option to darcs-all, and remove push-all (#3375)
2009-06-20 Simon Marlowremove dead code
2009-07-29 Simon Marlowfix warnings
2009-07-29 Simon MarlowImplement "ghc --abi-hash M1 M2 ..."
2009-08-02 Ian LynaghClean GMP properly; fixes #3411
2009-08-02 Ian LynaghFix permissions when installing
2009-08-02 Ian LynaghFix creation of library doc index, and put the library...
2009-08-02 Ian LynaghRemove a TODO item that's been done
2009-08-01 Ian LynaghAdd a publish-docs rule
2009-08-01 Ian LynaghAdd docs to bindists
2009-08-01 Ian LynaghFix "make show" in a bindist
2009-08-01 Ian LynaghMake the new build system install the documentation
2009-08-01 Ian Lynaghwhitespace tweaks in rules/docbook.mk
2009-08-01 Ian LynaghFix configure when alex/happy are installed to a direct...
2009-08-01 Ian LynaghAllow more than 64k instructions in a BCO; fixes #789
2009-08-01 Ian LynaghIf ghci runs out of labels, panic
2009-08-01 Ian LynaghFix the 64k insns overflow check in ghci, and add more...
2009-07-30 Ian LynaghFix cleaning the integer package
2009-07-30 Ian LynaghFix warnings when building with the HEAD
2009-07-30 Ian LynaghRemove some redundant fromIntegral's
2009-07-30 Ian LynaghFix space problems in ghci
2009-07-29 Ian LynaghMake the types we use when creating GHCi bytecode bette...
2009-07-28 Ian LynaghAdd an (Outputable Word16) instance
2009-07-28 Ian LynaghFix whitespace in ByteCodeAsm.lhs
2009-07-29 Simon MarlowAdd CHECK(p), like ASSERT(p) but works even when !defin...
2009-07-29 Simon Marlowenable the x86-specific versions of atomic_inc()/atomic...
2009-07-28 Simon Marlowfix warning
2009-07-28 Simon Marlowfix warning
2009-07-28 Simon Marlowfix a warning
2009-07-28 Simon MarlowBe a bit more sensible about choosing external OccNames
2009-07-27 Simon MarlowRemove old 'foreign import dotnet' code
2009-07-27 Simon Marlowremove a couple of ToDos
2009-07-27 Simon Marlowbuildinfo files need a $$(wildcard)
2009-07-27 Simon MarlowSlight tweak to avoid overflowing the command-line...
2009-07-27 Simon Marlowavoid (benign) error about overriding rules for binary...
2009-07-26 Ian LynaghGive a better error message for hidden packages when...
2009-07-26 Ian LynaghAdd a -fbuilding-cabal-package flag
2009-07-25 Ian LynaghAdd an extension to disable n+k patterns
2009-07-24 Ian LynaghFix a warning on Windows
2009-07-24 Ian LynaghRemove GHC's haskell98 dependency
2009-07-24 Simon Marlowadd number of bytes to +RTS -DS leak reports
2009-07-24 Simon Marlowfree the gc_thread structures during shutdown
2009-07-24 Simon MarlowAdd atomic_inc()/atomic_dec(), and use them to replace...
2009-07-23 Simon MarlowRewrite the foreign import string parser using ReadP
2009-07-23 Simon Marlowpoint to the wiki
2009-07-23 Simon MarlowRemove note about avoiding use of #def in libraries
2009-07-23 Simon Marlowrefactorings
2009-07-23 simonpj@microsoft.comFix Trac #3391: make generic to/from bindings only...
2009-07-23 simonpj@microsoft.comPrint explicit braces and semicolons in do-notation
2009-07-23 simonpj@microsoft.comDocumentation for stand-alone deriving (Trac #3012)
2009-07-23 Simon MarlowWindows only: set the encoding on stdin to utf8
2009-07-23 simonpj@microsoft.comFix Trac #3012: allow more free-wheeling in standalone...
2009-07-23 simonpj@microsoft.comUse the ErrMsg record type
2009-07-23 simonpj@microsoft.comStop generating redundant parens in 'deriving' code
2009-07-23 simonpj@microsoft.comWibble to printing tuple sections
2009-07-23 simonpj@microsoft.comFix Trac #3193: improve line number reporting for equal...
2009-07-23 simonpj@microsoft.comAdd fmapM_maybe :: Monad m => (a -> m b) -> Maybe a...
2009-07-23 simonpj@microsoft.comAdd tuple sections as a new feature
2009-07-23 Simon MarlowNetBSD defines _REENTRANT in its header files, so compi...
2009-07-22 Samuel Bronsonincludes/TSO.h: kill trailing whitespace
2009-07-22 Samuel BronsonSay what StgTSOBlockInfo is for, where to read about it.
2009-07-22 Ian LynaghMake the Integer library used directly configurable...
2009-07-22 Ian LynaghFix cleaning with the new integer changes
2009-07-22 Ian LynaghAdd integer-simple as a build option
2009-07-19 Ian LynaghTweak whitespace
2009-07-22 Simon MarlowthenIO, bindIO, returnIO moved to GHC.Base
2009-07-20 Simon Marlowremove unused $(HscIfaceFileVersion)
2009-07-20 Simon MarlowChoose external names more predictably
2009-07-17 Simon MarlowUse stable ordering in the dependencies
2009-07-16 Simon Marlowfall back on libffi for 'foreign import "wrapper"'...
2009-07-22 simonpj@microsoft.comTake account of GADTs when reporting patterm-match...
2009-07-20 simonpj@microsoft.comFix Trac #3382: desugaring of NPats
2009-07-19 Ian LynaghAdd a -fwarn-dodgy-exports flag; fixes #1911
2009-07-19 Ian LynaghBuild terminfo if we /aren't/ on Windows, not if we...
2009-07-18 Ian LynaghChange how PACKAGES is constructed, so that everything...
2009-07-18 Ian Lynaghtemporarily turn off unused import warnings for the...
2009-07-18 Ian LynaghFollow the split directory rename in the GHC build...
2009-07-18 Ian LynaghAdd osuf to the name we use for the split dir
2009-07-18 Ian LynaghTemporarily turn off unused-do-bind warnings for the...
2009-07-18 Ian LynaghMake ghc-cabal handle "Custom" Setup.hs files that...
2009-07-18 Ian LynaghAdd the time library, and support for libraries in...
2009-07-17 Ian LynaghAlways serialise Int as 64bit values; fixes trac #3041
2009-07-17 Ian LynaghRemove some code that has always been commented out
2009-07-17 simonpj@microsoft.comFix Trac #3346: tcSimplify for LHS of RULES with type...
2009-07-17 Ian LynaghAllow mixed case in the LINE pragma; patch from squadet...
2009-07-17 simonpj@microsoft.comComment only
2009-06-24 t-peterj@microsoft.comAdd missing case for eq_note.
2009-06-26 t-peterj@microsoft.comRename parameters to make debugging code compile.
2009-06-18 t-peterj@microsoft.comComment fix: use the same variable names in the conclus...
2009-07-17 Ian LynaghTypo fixes, from Alexey Mahotkin
2009-07-16 Simon MarlowUse names like '$fOrdInt' for dfuns (and TF instances...
2009-07-16 Simon MarlowUse a stable ordering for the export list in the interface
2009-07-16 Ian LynaghDon't put all of $CFLAGS into $SRC_CC_OPTS
2009-07-16 Ian LynaghMove showOpt into DynFlags
next