ghc-hetmet.git
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
2009-07-16 Ian LynaghMake the --info values printable with "ghc --print...
2009-07-16 Simon Marlowwhitespace only
2009-07-16 Simon Marlowrefactor: use packageConfigId in place of mkPackageId...
2009-07-14 Ian LynaghFix a flag name in the docs
2009-07-14 Ian LynaghAdd the -fno-shared-implib flag
2009-07-11 m.niloc@gmail.comDerived Foldable instances should use Data.Foldable...
2009-07-13 Simon Marlowremove Solaris-specific hacks, now unnecessary
2009-07-11 Matthias KilianSimplify timestamp restoration
2009-07-14 Manuel M T... FIX #3272
2009-07-13 Roman LeshchinskiyFix warnings
2009-07-13 Roman LeshchinskiySeparate length from data in DPH arrays
2009-07-09 Ian LynaghStop using -fno-warn-unused-do-bind when compiling...
2009-07-09 Ian LynaghRemove maybePrefixMatch, using stripPrefix instead
2009-07-10 Manuel M T... TFs: FIX #2203 (second half)
2009-07-10 Manuel M T... TFs: Fix should_compile/Simple8
2009-07-09 Simon Marlowworkaround new Cygwin bash CRLF behaviour
2009-07-09 Simon MarlowUse /usr/bin/test if it exists, and fix test syntax.
2009-07-09 Ian LynaghAllow mixed case pragmas; #1817. Patch from squadette
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
next