November 2009 Archives by thread
Starting: Sun Nov 1 02:30:02 EDT 2009
Ending: Mon Nov 30 21:52:22 EDT 2009
Messages: 639
- Daily report for head
BuildBot Collator
- Daily report for stable
BuildBot Collator
- patch applied (ghc): Handle deps with numbers in them,
like 'wsock32'.
Ben Lippmeier
- patch applied (ghc): Use C syntax for casting. 'stgCast' appears to
have gone away.
Ben Lippmeier
- patch applied (ghc): Use __PIC__ and ming32_TARGET_OS to turn on
windows DLL support, not ENABLE_WIN32_DLL_SUPPORT
Ben Lippmeier
- patch applied (ghc): Remove unused DYNAMIC_RTS var from rts/ghc.mk
Ben Lippmeier
- [nightly] 01-Nov-2009 build of HEAD on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- [nightly] 01-Nov-2009 build of HEAD on x86_64-unknown-linux
(cam-04-unx.europe.corp.microsoft.com)
GHC Build Reports
- Assembler errors when compiling nofib benchmarks with -optc-g
Simon Peyton-Jones
- SpecConstr
Simon Peyton-Jones
- patch applied (testsuite): Don't use threads on Windows
Simon Marlow
- Rolling your own dynamic linker
Simon Marlow
- Suggested algorithm to control upper bound of space "leaks"
Simon Marlow
- CONLIKE
Simon Peyton-Jones
- [nightly] 02-Nov-2009 build of HEAD on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- [nightly] 02-Nov-2009 build of HEAD on x86_64-unknown-linux
(cam-04-unx.europe.corp.microsoft.com)
GHC Build Reports
- Daily report for head
BuildBot Collator
- Daily report for stable
BuildBot Collator
- [Haskell-cafe] Hackage still down?
Simon Peyton-Jones
- patch applied (ghc-6.12/ghc): Add flag -XExplicitForAll and
document it
Ian Lynagh
- patch applied (ghc-6.12/ghc): Add 'rec' to stmts in a 'do',
and deprecate 'mdo'
Ian Lynagh
- patch applied (ghc-6.12/ghc): Fix formatting and wording in
documentation of DoRec
Ian Lynagh
- patch applied (ghc-6.12/ghc): Deprecate the ImpredicativeTypes
feature
Ian Lynagh
- patch applied (ghc-6.12/ghc): Drop unused import
Ian Lynagh
- patch applied (testsuite): Add -fno-warn-deprecated-flags to tests
involving -XImpredicativeTypes
Simon Peyton Jones
- Validates failures on Mac OS X AND Linux
Simon Peyton-Jones
- Validates failures on Mac OS X AND Linux
Simon Marlow
- Testsuite
Simon Peyton-Jones
- patch applied (testsuite): Track change in how LANGUAGE-pragma
errors are reported
Simon Peyton Jones
- patch applied (ghc): Minor refactoring
Simon Peyton Jones
- patch applied (ghc): Improve error message for malformed LANGUAGE
pragma
Simon Peyton Jones
- patch applied (ghc): Make the arity warning a bit more informative
(DEBUG only)
Simon Peyton Jones
- patch applied (ghc): Comments only
Simon Peyton Jones
- patch applied (ghc): Improve documentation of 'rec' in do-notation
Simon Peyton Jones
- patch applied (ghc): Minor change to captalisation in error message
only
Simon Peyton Jones
- patch applied (ghc): Document the fact that impredicative
polymorphism is deprecated
Simon Peyton Jones
- patch applied (ghc): Document the CONLIKE pragma
Simon Peyton Jones
- patch applied (ghc): Refactor package installation
Ian Lynagh
- vfprintf again
Simon Peyton-Jones
- patch applied (ghc-6.12/ghc): Document the fact that impredicative
polymorphism is deprecated
Ian Lynagh
- patch applied (ghc-6.12/ghc): Improve documentation of 'rec' in
do-notation
Ian Lynagh
- patch applied (ghc-6.12/ghc): Improve error message for malformed
LANGUAGE pragma
Ian Lynagh
- patch applied (ghc-6.12/ghc): Minor change to captalisation in
error message only
Ian Lynagh
- patch applied (ghc): GhciMonad.resume should restore the program's
argv and progname
Simon Marlow
- patch applied (ghc): Fix #1185 (RTS part,
also needs corresponding change to libraries/base)
Simon Marlow
- patch applied (testsuite): Only run T3294 if we have an NCG (#3548)
Simon Marlow
- patch applied (testsuite): add a test for single-stepping over
getArgs
Simon Marlow
- [nightly] 03-Nov-2009 build of HEAD on x86_64-unknown-linux
(cam-04-unx.europe.corp.microsoft.com)
GHC Build Reports
- HEAD broken on OS X
Roman Leshchinskiy
- patch applied (ghc): Fix non-portable regexp
Roman Leshchinskiy
- patch applied (ghc): Always include libraries/dph/ghc.mk in
top-level ghc.mk
Roman Leshchinskiy
- Daily report for stable
BuildBot Collator
- Daily report for head
BuildBot Collator
- patch applied (ghc): hopefully fix validate breakage on OS X and
Windows
Simon Marlow
- Validate failure
Simon Marlow
- patch applied (ghc): add '-' to the chars allowed in C header file
names
Simon Marlow
- patch applied (ghc): Finish #3439: -ticky implies -debug at link
time; the ticky "way" has gone
Simon Marlow
- patch applied (ghc): fix build failure on Windows
Simon Marlow
- patch applied (ghc): #3604: treat TH with -dynamic in the same way
as -prof
Simon Marlow
- patch applied (ghc): Fix some bugs to do with tools in paths
containing spaces
Simon Marlow
- patch applied (testsuite): add config.have_shared_libs
Simon Marlow
- patch applied (testsuite): add test for #3604 (template-haskell +
-dynamic)
Simon Marlow
- [nightly] 04-Nov-2009 build of HEAD on x86_64-unknown-linux
(cam-04-unx.europe.corp.microsoft.com)
GHC Build Reports
- patch applied (ghc): Tweak simpleOptExpr,
so that it respects nested INLINE pragmas
Simon Peyton Jones
- [nightly] 04-Nov-2009 build of HEAD on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- patch applied (ghc): Consider variables with conlike unfoldings
interesting
Roman Leshchinskiy
- patch applied (ghc): Add builtin rule to eliminate unnecessary
casts in seq
Roman Leshchinskiy
- patch applied (ghc): Update docs on ticky-ticky profiling
Simon Marlow
- patch applied (ghc): Get the package-data.mk dependencies right
Simon Marlow
- patch applied (ghc): Comment only
Simon Peyton Jones
- patch applied (ghc): Add a (DEBUG-only) warning for top-level error
thunks with uninformative strictness info
Simon Peyton Jones
- patch applied (ghc): Comments only,
relating to Roman's new built-in rule for seq
Simon Peyton Jones
- patch applied (ghc): Comments and layout only,
relating to Roman's inlining-and-conlike patch
Simon Peyton Jones
- patch applied (testsuite): Add test for Trac #1735
Simon Peyton Jones
- patch applied (ghc): Comment only
Simon Peyton Jones
- patch applied (ghc): Fix #3642: m GHC builds using the Haskell
Platform
Simon Marlow
- patch applied (ghc): Make installation on *nix work for paths with
spaces in their name
Ian Lynagh
- patch applied (testsuite): Test Trac #3234 (foldr/single rule)
Simon Peyton Jones
- patch applied (testsuite): Add source file for T3234
Simon Peyton Jones
- patch applied (testsuite): The bindisttest GHC is now always in the
same directory
Ian Lynagh
- patch applied (testsuite): Fix the code to append .exe to program
paths
Ian Lynagh
- patch applied (testsuite): Fix quoting in the 3171 test
Ian Lynagh
- [nightly] 05-Nov-2009 build of HEAD on x86_64-unknown-linux
(cam-04-unx.europe.corp.microsoft.com)
GHC Build Reports
- [nightly] 05-Nov-2009 build of HEAD on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- Daily report for stable
BuildBot Collator
- Daily report for head
BuildBot Collator
- patch applied (ghc): Fix some more build bugs exposed by the
addition of the ghc dependency to dph
Simon Marlow
- patch applied (ghc): Nuke the -finline-if-enough-args flag
Simon Peyton Jones
- patch applied (ghc): Update layout of error message slightly
Simon Peyton Jones
- patch applied (ghc): Improve error reporting when there's an error
inside a spliced expression
Simon Peyton Jones
- patch applied (ghc): Comments only
Simon Peyton Jones
- patch applied (ghc): Fix Trac #3640, plus associated refactoring
Simon Peyton Jones
- patch applied (ghc): Add notes to cmm-notes,
following conversation with John Dias
Simon Peyton Jones
- patch applied (ghc): Another refactoring on the shape of an
Unfolding
Simon Peyton Jones
- patch applied (ghc): Be a tiny bit keener to inline in the RHS of a
let
Simon Peyton Jones
- patch applied (testsuite): Track changes in duplicate/shadowed
errors
Simon Peyton Jones
- patch applied (testsuite): Add test for Trac #3640
Simon Peyton Jones
- patch applied (ghc): Accept any non-space characters in a header
file (#3624)
Simon Marlow
- patch applied (ghc): Rollback #1185 fix
Simon Marlow
- patch applied (ghc-6.12/ghc): GhciMonad.resume should restore the
program's argv and progname
Ian Lynagh
- patch applied (ghc-6.12/ghc): Allow -ticky and -prof together
Ian Lynagh
- patch applied (ghc-6.12/ghc): Finish #3439: -ticky implies -debug
at link time; the ticky "way" has gone
Ian Lynagh
- patch applied (ghc-6.12/ghc): Update docs on ticky-ticky profiling
Ian Lynagh
- patch applied (ghc-6.12/ghc): #3604: treat TH with -dynamic in the
same way as -prof
Ian Lynagh
- patch applied (ghc-6.12/ghc): Fix Trac #3640,
plus associated refactoring
Ian Lynagh
- patch applied (ghc-6.12/ghc): Fix non-portable regexp
Ian Lynagh
- patch applied (ghc-6.12/ghc): add '-' to the chars allowed in C
header file names
Ian Lynagh
- patch applied (ghc-6.12/ghc): Make installation on *nix work for
paths with spaces in their name
Ian Lynagh
- patch applied (ghc-6.12/ghc): Refactor package installation
Ian Lynagh
- patch applied (ghc): Fix the build
Ian Lynagh
- patch applied (ghc-6.12/ghc): Fix the build
Ian Lynagh
- patch applied (ghc-6.12/ghc): Accept any non-space characters in a
header file (#3624)
Ian Lynagh
- patch applied (ghc-6.12/ghc): Always include libraries/dph/ghc.mk
in top-level ghc.mk
Ian Lynagh
- patch applied (ghc-6.12/ghc): Fix some bugs to do with tools in
paths containing spaces
Ian Lynagh
- patch applied (ghc-6.12/ghc): Fix #3642: m GHC builds using the
Haskell Platform
Ian Lynagh
- patch applied (ghc-6.12/ghc): Update layout of error message
slightly
Ian Lynagh
- Daily report for head
BuildBot Collator
- Daily report for stable
BuildBot Collator
- patch applied (ghc): mkdirhier now just calls mkdir -p
Ian Lynagh
- patch applied (testsuite): Fix finding GHC on cygwin
Ian Lynagh
- patch applied (ghc-6.12/ghc): mkdirhier now just calls mkdir -p
Ian Lynagh
- Rolling your own dynamic linker
Ian Lynagh
- patch applied (ghc-6.12/ghc): Do "set -e" in configure.ac
Ian Lynagh
- patch applied (ghc): Tweak the shell wrapper scripts
Ian Lynagh
- patch applied (ghc): ghc-stage2 is now renamed to ghc when it is
installed
Ian Lynagh
- patch applied (ghc): Tweak how shell wrappers are built
Ian Lynagh
- patch applied (ghc): Define CONF_CC_OPTS/CONF_LD_OPTS in bindists
Ian Lynagh
- patch applied (ghc): Remove unused distrib/Makefile-bin-vars.in file
Ian Lynagh
- patch applied (ghc): Split XARGS into XARGS and XARGS_OPTS
Ian Lynagh
- patch applied (ghc): Change a use of xargs to "$(XARGS)"
$(XARGS_OPTS)
Ian Lynagh
- patch applied (ghc-6.12/ghc): Tweak the shell wrapper scripts
Ian Lynagh
- patch applied (ghc-6.12/ghc): ghc-stage2 is now renamed to ghc when
it is installed
Ian Lynagh
- patch applied (ghc-6.12/ghc): Remove unused
distrib/Makefile-bin-vars.in file
Ian Lynagh
- patch applied (ghc-6.12/ghc): Tweak how shell wrappers are built
Ian Lynagh
- patch applied (ghc-6.12/ghc): Define CONF_CC_OPTS/CONF_LD_OPTS in
bindists
Ian Lynagh
- patch applied (ghc-6.12/ghc): Split XARGS into XARGS and XARGS_OPTS
Ian Lynagh
- patch applied (ghc-6.12/ghc): Change a use of xargs to "$(XARGS)"
$(XARGS_OPTS)
Ian Lynagh
- [nightly] 07-Nov-2009 build of HEAD on x86_64-unknown-linux
(cam-04-unx.europe.corp.microsoft.com)
GHC Build Reports
- Daily report for stable
BuildBot Collator
- Daily report for head
BuildBot Collator
- xargs etc
Ian Lynagh
- patch applied (ghc): Remove ext-core
Ian Lynagh
- patch applied (ghc): Tell ghc-cabal what strip program to use
Ian Lynagh
- darcs patch: When booting from HC files, search includes for headers
Matthias Kilian
- darcs patch: Some rules for booting from hc files
Matthias Kilian
- Moving External Core library to Hackage
Ian Lynagh
- darcs patch: Don't try to rebuild compiler/primop-*.hs-incl when
Bo...
Matthias Kilian
- darcs patch: Don't try to redefine ELF types
Matthias Kilian
- patch applied (ghc-6.12/ghc): Tell ghc-cabal what strip program to
use
Ian Lynagh
- [nightly] 08-Nov-2009 build of HEAD on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- [nightly] 08-Nov-2009 build of HEAD on x86_64-unknown-linux
(cam-04-unx.europe.corp.microsoft.com)
GHC Build Reports
- patch applied (ghc): Merge RtsLabelInfo.Rts* with
RtsLabelInfo.Rts*FS
Ben Lippmeier
- patch applied (ghc): Haddockify and clean up commenting
Ben Lippmeier
- patch applied (ghc): Add CLabel.CmmLabel and start refactoring
Ben Lippmeier
- patch applied (ghc): Add missing case to externallyVisibleCLabel
Ben Lippmeier
- patch applied (ghc): * Refactor CLabel.RtsLabel to CLabel.CmmLabel
Ben Lippmeier
- patch applied (ghc): Add missing CgExtCode to ghc.cabal.in
Ben Lippmeier
- patch applied (ghc): validate fixes
Ben Lippmeier
- Daily report for stable
BuildBot Collator
- Daily report for head
BuildBot Collator
- patch applied (ghc): Wibble to substituting InlWrappers
Simon Peyton Jones
- patch applied (ghc): Augment panic message
Simon Peyton Jones
- patch applied (ghc): Allow inlining in "SimplGentle" mode
Simon Peyton Jones
- patch applied (ghc): Remove dead code
Simon Peyton Jones
- Misbehaving msys tar
Neil Mitchell
- patch applied (ghc): Track changes to DPH library
Roman Leshchinskiy
- patch applied (testsuite): Track trace output
Simon Peyton Jones
- Daily report for head
BuildBot Collator
- Daily report for stable
BuildBot Collator
- [nightly] 09-Nov-2009 build of HEAD on x86_64-unknown-linux
(cam-04-unx.europe.corp.microsoft.com)
GHC Build Reports
- Simplifier is looping
Simon Marlow
- patch applied (ghc): Barf on unhandled Mach-O relocations in the
ghci linker
chak at cse.unsw.edu.au
- patch applied (ghc): Comments in OccurAnal
Simon Peyton Jones
- patch applied (ghc): Tidy up coercions, and implement csel1, csel2,
cselR
Simon Peyton Jones
- patch applied (ghc): Improve debug-printing of the type environment
Simon Peyton Jones
- patch applied (ghc): more aggressive optimization of coercion terms
Simon Peyton Jones
- patch applied (ghc): Comments only
Simon Peyton Jones
- patch applied (ghc): Make -dverbose-core2core set verbosity = 2
Simon Peyton Jones
- patch applied (ghc): Preserve strictness when floating coercions
Simon Peyton Jones
- patch applied (ghc): Implement the PushC rule when optimising casts
Simon Peyton Jones
- patch applied (ghc): Comments only
Simon Peyton Jones
- patch applied (ghc): Don't inline a loop breaker,
even if it has an INLINE pragma
Simon Peyton Jones
- patch applied (ghc): Wibbles to the inline-in-InlineRule stuff
Simon Peyton Jones
- patch applied (ghc): No CoreLint warnings if -dno-debug-output is on
Simon Peyton Jones
- Daily report for head
BuildBot Collator
- Daily report for stable
BuildBot Collator
- patch applied (ghc): Don't try to rebuild compiler/primop-*.hs-incl
when BootingFromHc
Simon Marlow
- patch applied (testsuite): add test for #3624
Simon Marlow
- patch applied (ghc): The RTS needs hs-suffix-rules-srcdir for
BootingFromHc
Simon Marlow
- patch applied (ghc): Support for DragonFly BSD
Simon Marlow
- patch applied (ghc): Make "./darcs-all optimize --relink" do the
right thing
Simon Marlow
- Core Lint warnings
Simon Marlow
- patch applied (ghc): Put docs into versioned directory names;
fixes trac #3532
Ian Lynagh
- patch applied (ghc): Use relative paths for haddockHTMLs in the
inplace package.conf
Ian Lynagh
- patch applied (ghc): Add gen_contents_index and prologue.txt to
bindists
Ian Lynagh
- patch applied (ghc): Fix for T3286 in new codegen (related to
T3132); plus formatting
John Dias
- patch applied (ghc): Fixed calling convention for unboxed tuples
John Dias
- patch applied (ghc): Keep Touch'd variables live through the back
end
John Dias
- patch applied (ghc): Minor refactoring and formatting
John Dias
- patch applied (ghc): More sensible use of -fnew-codegen and less
debugging output
John Dias
- patch applied (ghc): Morguing dead code
John Dias
- patch applied (ghc): Loop problems in native back ends,
update to T3286 fix
John Dias
- [nightly] 11-Nov-2009 build of HEAD on x86_64-unknown-linux
(cam-04-unx.europe.corp.microsoft.com)
GHC Build Reports
- patch applied (testsuite): Fix setting of utf8 locale on Mac OS X
chak at cse.unsw.edu.au
- Daily report for head
BuildBot Collator
- Daily report for stable
BuildBot Collator
- patch applied (ghc): Add an ID monad to MonadUtils (used in kind
checking)
Simon Peyton Jones
- patch applied (ghc): Improve warning message
Simon Peyton Jones
- patch applied (ghc): A radical overhaul of the coercion
infrastucture
Simon Peyton Jones
- [nightly] 10-Nov-2009 build of HEAD on x86_64-unknown-linux
(cam-04-unx.europe.corp.microsoft.com)
GHC Build Reports
- Rolling your own dynamic linker
Simon Marlow
- patch applied (/haskell/ghc): Update snapshot doc links
Simon Marlow
- patch applied (testsuite): Add coercion test for PushC rule
Simon Peyton Jones
- patch applied (ghc): Second attempt to fix #1185 (forkProcess and
-threaded)
Simon Marlow
- patch applied (ghc): Windows-specific fix for #1185 patch
Simon Marlow
- patch applied (ghc-6.12/ghc): Apply a workaround for #3586
Simon Marlow
- patch applied (ghc): HC bootstrapping fix: add -I$(GHC_INCLUDE_DIR)
to SRC_CC_OPTS
Simon Marlow
- patch applied (ghc): Fix bug when the combined package DB has
duplicate package IDs
Simon Marlow
- [nightly] 12-Nov-2009 build of HEAD on x86_64-unknown-linux
(cam-04-unx.europe.corp.microsoft.com)
GHC Build Reports
- Validate fails on Mac OS X (Snow Leopard)
Manuel M T Chakravarty
- Daily report for head
BuildBot Collator
- Daily report for stable
BuildBot Collator
- patch applied (ghc): Remove old, redundant note
Simon Peyton Jones
- patch applied (ghc): Comments only
Simon Peyton Jones
- patch applied (ghc): Make the new ClassOp/DFun selection mechanism
work for single-method classes
Simon Peyton Jones
- patch applied (ghc): The rest of the #1185 patch (forkProcess and
-threaded)
Simon Marlow
- patch applied (ghc): Switch EventThreadID back to 32 bits.
Simon Marlow
- patch applied (testsuite): Rearrange perf-related tests
Simon Marlow
- patch applied (testsuite): add test for #3586 (newArray performance)
Simon Marlow
- patch applied (testsuite): fix framework failure
Simon Marlow
- patch applied (ghc): Use eta-expansion to ensure that INLINE things
have their expected arity
Simon Peyton Jones
- [nightly] 13-Nov-2009 build of HEAD on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- [nightly] 13-Nov-2009 build of HEAD on x86_64-unknown-linux
(cam-04-unx.europe.corp.microsoft.com)
GHC Build Reports
- Daily report for stable
BuildBot Collator
- Daily report for head
BuildBot Collator
- [nightly] 14-Nov-2009 build of HEAD on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- [nightly] 14-Nov-2009 build of HEAD on x86_64-unknown-linux
(cam-04-unx.europe.corp.microsoft.com)
GHC Build Reports
- Daily report for stable
BuildBot Collator
- Daily report for head
BuildBot Collator
- [nightly] 15-Nov-2009 build of HEAD on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- [nightly] 15-Nov-2009 build of HEAD on x86_64-unknown-linux
(cam-04-unx.europe.corp.microsoft.com)
GHC Build Reports
- darcs patch: Reorder ALL_RTS_LIBS
Matthias Kilian
- Comparing instance heads
David Waern
- patch applied (ghc-6.12/ghc): Fix bug when the combined package DB
has duplicate package IDs
Ian Lynagh
- patch applied (ghc-6.12/ghc): The RTS needs hs-suffix-rules-srcdir
for BootingFromHc
Ian Lynagh
- patch applied (ghc-6.12/ghc): Don't try to rebuild
compiler/primop-*.hs-incl when BootingFromHc
Ian Lynagh
- patch applied (ghc-6.12/ghc): Support for DragonFly BSD
Ian Lynagh
- patch applied (ghc-6.12/ghc): HC bootstrapping fix: add
-I$(GHC_INCLUDE_DIR) to SRC_CC_OPTS
Ian Lynagh
- Daily report for stable
BuildBot Collator
- Daily report for head
BuildBot Collator
- patch applied (ghc): TAG 2009-11-15
Simon Peyton Jones
- patch applied (ghc): Wibble to comment
Simon Peyton Jones
- patch applied (ghc): Fix formatting of module deprecation/warning
messages
Simon Peyton Jones
- [nightly] 16-Nov-2009 build of HEAD on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- [nightly] 16-Nov-2009 build of HEAD on x86_64-unknown-linux
(cam-04-unx.europe.corp.microsoft.com)
GHC Build Reports
- Daily report for head
BuildBot Collator
- Daily report for stable
BuildBot Collator
- patch applied (ghc): Improvements to pretty-printing of Core
Simon Peyton Jones
- patch applied (ghc): Apply RULES to simplified arguments
Simon Peyton Jones
- patch applied (ghc): Improvement to typecheck higher-rank rules
better
Simon Peyton Jones
- patch applied (ghc): exprIsHNF should "look through" lets
Simon Peyton Jones
- patch applied (testsuite): Test for higher rank rules
Simon Peyton Jones
- patch applied (testsuite): Accept wobbles in error messages
Simon Peyton Jones
- patch applied (ghc): Tweak to the directory-building rule
Simon Marlow
- patch applied (ghc): fix install_docs dependencies,
and add a missing $(INSTALL_DIR)
Simon Marlow
- patch applied (ghc): Add an install-docs target that emits a
helpful diagnostic (#3662)
Simon Marlow
- patch applied (ghc): exclude some haddock-related rules during
BINDIST
Simon Marlow
- patch applied (ghc): include the GHC package docs in a bindist
Simon Marlow
- patch applied (ghc-6.12/ghc): Fix formatting of module
deprecation/warning messages
Ian Lynagh
- patch applied (ghc-6.12/ghc): Put docs into versioned directory
names; fixes trac #3532
Ian Lynagh
- patch applied (ghc-6.12/ghc): Use relative paths for haddockHTMLs
in the inplace package.conf
Ian Lynagh
- patch applied (ghc-6.12/ghc): Add gen_contents_index and
prologue.txt to bindists
Ian Lynagh
- patch applied (ghc-6.12/ghc): Second attempt to fix #1185
(forkProcess and -threaded)
Ian Lynagh
- patch applied (ghc-6.12/ghc): Windows-specific fix for #1185 patch
Ian Lynagh
- patch applied (ghc): Fix gen_contents_index on MSYS
Ian Lynagh
- patch applied (ghc-6.12/ghc): Fix gen_contents_index on MSYS
Ian Lynagh
- [nightly] 17-Nov-2009 build of HEAD on x86_64-unknown-linux
(cam-04-unx.europe.corp.microsoft.com)
GHC Build Reports
- Daily report for head
BuildBot Collator
- Daily report for stable
BuildBot Collator
- patch applied (testsuite): Bump the ulimits for outofmem/outofmem2
Simon Marlow
- patch applied (testsuite): add missing files
Simon Marlow
- patch applied (ghc-6.12/ghc): Remove the old libffi tarball
Ian Lynagh
- patch applied (ghc-6.12/ghc): Add ghc-tarballs to the list of
directories that go into an sdist
Ian Lynagh
- patch applied (ghc-6.12/ghc): Add a directory creation rule in the
6.12 branch
Ian Lynagh
- patch applied (ghc-6.12/ghc): Put the libffi files to be installed
into a dist directory
Ian Lynagh
- validate failure w/ HEAD
austin s
- patch applied (ghc): Remove redundant libffi/tarball directory
Ian Lynagh
- patch applied (ghc): Add ghc-tarballs to the list of directories
that go into an sdist
Ian Lynagh
- patch applied (ghc): Put the libffi files to be installed into a
dist directory
Ian Lynagh
- patch applied (ghc-6.12/ghc): MERGED: Tweak to the
directory-building rule
Ian Lynagh
- patch applied (ghc-6.12/ghc): include the GHC package docs in a
bindist
Ian Lynagh
- patch applied (ghc-6.12/ghc): Merge patches
Ian Lynagh
- patch applied (ghc-6.12/ghc): Add an install-docs target that emits
a helpful diagnostic (#3662)
Ian Lynagh
- patch applied (ghc-6.12/ghc): Add the msysCORE*.tar.gz tarball to
the list of tarballs we unpack
Ian Lynagh
- patch applied (ghc): Add the msysCORE*.tar.gz tarball to the list
of tarballs we unpack
Ian Lynagh
- [nightly] 18-Nov-2009 build of HEAD on x86_64-unknown-linux
(cam-04-unx.europe.corp.microsoft.com)
GHC Build Reports
- patch applied (ghc): Break recursive imports between the RTS and
base library on Windows.
Ben Lippmeier
- patch applied (ghc): Add autoconf code to locate dlltool on Windows
Ben Lippmeier
- patch applied (ghc): Windows DLLs: use one import lib for each DLL
the RTS needs.
Ben Lippmeier
- patch applied (ghc): Don't share low valued Int and Char closures
with Windows DLLs
Ben Lippmeier
- patch applied (ghc): Provide extralibs when linking Windows DLLs
Ben Lippmeier
- patch applied (ghc): RTS also uses runSparks_closure from base
Ben Lippmeier
- patch applied (ghc): Use DLL aware runIO_closure instead of
base_GHCziTopHandler_runIO_closure directly
Ben Lippmeier
- patch applied (ghc): Windows DLLs: gmp is in the integer-gmp
package now.
Ben Lippmeier
- patch applied (ghc): If a comment says "Is this correct?", it's not.
Ben Lippmeier
- patch applied (ghc): Windows DLLs: CHARLIKE_closure and
INTLIKE_closure aren't defined in this way.
Ben Lippmeier
- patch applied (ghc): Use opt_PIC not #defined __PIC__ in compiler
source.
Ben Lippmeier
- patch applied (ghc): Windows DLLs: remove dup symbol from def file
Ben Lippmeier
- patch applied (ghc): Windows DLLs: disable extra shutdownHaskell()
when unloading the RTS DLL
Ben Lippmeier
- patch applied (ghc): Windows DLLs: add #ifdefery to turn off DLL
import of libffi when building statically.
Ben Lippmeier
- patch applied (ghc): Windows DLLs: stifle warnings about symbols
being auto imported from DLLs
Ben Lippmeier
- patch applied (ghc): Windows DLLs: stifle more warnings about auto
imported symbols
Ben Lippmeier
- patch applied (ghc): Fix warnings about unused imports
Ben Lippmeier
- patch applied (ghc): Windows DLLs: Don't rely on stg/DLL.h being
included in RtsAPI.h
Ben Lippmeier
- patch applied (ghc): Windows DLLs: Slurp across the actually static
version of libffi
Ben Lippmeier
- Daily report for head
BuildBot Collator
- Daily report for stable
BuildBot Collator
- Validate broken on OS X
Roman Leshchinskiy
- patch applied (ghc): Fix splitAppTys
Roman Leshchinskiy
- patch applied (ghc): Comments and white space only
Simon Peyton Jones
- patch applied (ghc): Fix a nasty infelicity in the size computation
of CoreUnfold
Simon Peyton Jones
- patch applied (ghc-6.12/ghc): Add support for the man page to the
new build system
Ian Lynagh
- patch applied (ghc): Refactor case-merging and
identical-alternative optimisations
Simon Peyton Jones
- patch applied (ghc): Add support for the man page to the new build
system
Ian Lynagh
- patch applied (ghc): Add gnutar to the list of names we use when
looking for GNU tar
Ian Lynagh
- patch applied (ghc-6.12/ghc): Add gnutar to the list of names we
use when looking for GNU tar
Ian Lynagh
- patch applied (ghc-6.12/ghc): Update the directory library tarball
Ian Lynagh
- patch applied (ghc-6.12/ghc): Update the containers library tarball
Ian Lynagh
- patch applied (ghc): Extend the GHCi FAQ slightly
Simon Peyton Jones
- patch applied (ghc): Try harder not to make DFuns into loop breakers
Simon Peyton Jones
- patch applied (ghc): Re-implement the binder-swap stuff in OccurAnal
Simon Peyton Jones
- patch applied (ghc): Implement -fexpose-all-unfoldings,
and fix a non-termination bug
Simon Peyton Jones
- patch applied (ghc): Make INLINE warning more precise
Simon Peyton Jones
- patch applied (ghc): Remove the (very) old strictness analyser
Simon Peyton Jones
- [nightly] 19-Nov-2009 build of HEAD on x86_64-unknown-linux
(cam-04-unx.europe.corp.microsoft.com)
GHC Build Reports
- Daily report for stable
BuildBot Collator
- Daily report for head
BuildBot Collator
- patch applied (ghc): Remove dead code
Roman Leshchinskiy
- patch applied (ghc-6.12/ghc): Fix some dependencies in bindists
Ian Lynagh
- patch applied (ghc-6.12/ghc): Remove -fasm from
mk/validate-settings.mk
Ian Lynagh
- patch applied (ghc-6.12/ghc): Add a rule to allow us to sdist
libraries easily
Ian Lynagh
- patch applied (ghc): Print the prog name in errorBelch() even if
prog_argv is not set yet
Simon Marlow
- patch applied (ghc): define HS_WORD_MAX
Simon Marlow
- patch applied (ghc): Check upper/lower bounds on various RTS flags
(#3633)
Simon Marlow
- patch applied (ghc): Add a rule to allow us to sdist libraries
easily
Ian Lynagh
- patch applied (ghc): Fix some dependencies in bindists
Ian Lynagh
- patch applied (ghc): Remove -fasm from mk/validate-settings.mk
Ian Lynagh
- patch applied (testsuite): accept output
Simon Marlow
- patch applied (testsuite): make this test do what it was supposed
to do
Simon Marlow
- patch applied (testsuite): accept output (for the time being)
Simon Marlow
- patch applied (testsuite): add a test for #3633
Simon Marlow
- patch applied (ghc): Remove cprAnalysis directory from
hs-source-dirs
Simon Peyton Jones
- [nightly] 20-Nov-2009 build of HEAD on x86_64-unknown-linux
(cam-04-unx.europe.corp.microsoft.com)
GHC Build Reports
- patch applied (ghc-6.12/ghc): Use the ghc-perl tarball on Windows,
instead of the msys one
Ian Lynagh
- patch applied (ghc-6.12/ghc): Stop creating $(INPLACE_LIB)/perl.exe
Ian Lynagh
- patch applied (ghc-6.12/ghc): Install perl on Windows
Ian Lynagh
- Daily report for stable
BuildBot Collator
- Daily report for head
BuildBot Collator
- patch applied (ghc): Install perl on Windows
Ian Lynagh
- patch applied (ghc): Use the ghc-perl tarball on Windows,
instead of the msys one
Ian Lynagh
- [nightly] 20-Nov-2009 build of HEAD on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- [nightly] 21-Nov-2009 build of HEAD on x86_64-unknown-linux
(cam-04-unx.europe.corp.microsoft.com)
GHC Build Reports
- Daily report for head
BuildBot Collator
- Daily report for stable
BuildBot Collator
- patch applied (testsuite): Tweak testsuite results for 6.12 branch
Ian Lynagh
- [nightly] 21-Nov-2009 build of HEAD on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- [nightly] 22-Nov-2009 build of HEAD on x86_64-unknown-linux
(cam-04-unx.europe.corp.microsoft.com)
GHC Build Reports
- Daily report for head
BuildBot Collator
- Daily report for stable
BuildBot Collator
- FW: [GHC] #2467: orphan instance warnings are badly behaved
Simon Peyton-Jones
- [nightly] 22-Nov-2009 build of HEAD on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- [nightly] 23-Nov-2009 build of HEAD on x86_64-unknown-linux
(cam-04-unx.europe.corp.microsoft.com)
GHC Build Reports
- patch applied (ghc): inline has moved to GHC.Magic
Ian Lynagh
- patch applied (testsuite): Make test 1959 tell us what's going on
Ian Lynagh
- patch applied (testsuite): Fix test 1959
Ian Lynagh
- patch applied (testsuite): Make test 1959 even more informative
when run by hand
Ian Lynagh
- Patch breaks build: Windows DLLs: Tag imported gmp symbols with
the package they're from
Ian Lynagh
- patch applied (testsuite): Follow changes in ghci011
Ian Lynagh
- patch applied (testsuite): Follow changes in tcfail073
Ian Lynagh
- patch applied (ghc): Whitespace only
Ian Lynagh
- patch applied (ghc): Treat () as an enumeration tycon
Ian Lynagh
- Validate failures are on the rise again
Manuel M T Chakravarty
- Daily report for stable
BuildBot Collator
- Daily report for head
BuildBot Collator
- patch applied (testsuite): grab the target architecture from GHC,
and add an if_arch() test
Simon Marlow
- patch applied (testsuite): ffi005: run only the via-C way on x86
platforms
Simon Marlow
- patch applied (testsuite): add 32-bit output
Simon Marlow
- patch applied (testsuite): rtsflags001: run only the normal way
Simon Marlow
- [nightly] 24-Nov-2009 build of HEAD on x86_64-unknown-linux
(cam-04-unx.europe.corp.microsoft.com)
GHC Build Reports
- patch applied (ghc): Add a note saying what Haddock relies on about
Instance.is_dfun
David Waern
- [nightly] 24-Nov-2009 build of HEAD on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- validate fails if packages installed
Roman Leshchinskiy
- Daily report for stable
BuildBot Collator
- Daily report for head
BuildBot Collator
- patch applied (ghc): Pass --no-user-package-conf to ghc-pkg in
bindisttest
Roman Leshchinskiy
- patch applied (ghc): add a comment to TSO_MARKED
Simon Marlow
- patch applied (ghc): threadStackOverflow: check whether stack
squeezing released some stack (#3677)
Simon Marlow
- [nightly] 25-Nov-2009 build of HEAD on x86_64-unknown-linux
(cam-04-unx.europe.corp.microsoft.com)
GHC Build Reports
- [nightly] 25-Nov-2009 build of HEAD on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- Daily report for head
BuildBot Collator
- Daily report for stable
BuildBot Collator
- patch applied (ghc): Fix some warning in Lexer
Ian Lynagh
- patch applied (ghc): Implement the alternative layout rule
Ian Lynagh
- patch applied (ghc): Tweak the warning suppression flags used in
Lexer
Ian Lynagh
- patch applied (ghc): Add unboxed parentheses to the alternative
layout rule
Ian Lynagh
- patch applied (ghc): Tweak alternative layout rule
Ian Lynagh
- patch applied (ghc): Bug fix for alternative layout rule
Ian Lynagh
- patch applied (ghc): Fix a bug in alternative layout
Ian Lynagh
- patch applied (ghc): Fix a bug in alternative layout rule
Ian Lynagh
- patch applied (ghc): Comments only, esp about RecStmts
Simon Peyton Jones
- [nightly] 26-Nov-2009 build of HEAD on x86_64-unknown-linux
(cam-04-unx.europe.corp.microsoft.com)
GHC Build Reports
- [nightly] 26-Nov-2009 build of HEAD on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- Daily report for stable
BuildBot Collator
- Daily report for head
BuildBot Collator
- patch applied (ghc): Use UTF-8 explicitly for InstalledPackageInfo
Simon Marlow
- patch applied (ghc): Apply patch from #2978: add more Unicode syntax
Simon Marlow
- patch applied (ghc): add docs for Unicode entities in #2978
Simon Marlow
- [nightly] 27-Nov-2009 build of HEAD on x86_64-unknown-linux
(cam-04-unx.europe.corp.microsoft.com)
GHC Build Reports
- [nightly] 27-Nov-2009 build of HEAD on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- Daily report for head
BuildBot Collator
- Daily report for stable
BuildBot Collator
- patch applied (ghc): Implement non-decreasing do indentation in the
alternative layout rule
Ian Lynagh
- patch applied (ghc): Remove configure tests on tarballs that no
longer exist
Ian Lynagh
- patch applied (ghc): Columns now start at 1, as lines already did
Ian Lynagh
- patch applied (ghc): Whitespace only
Ian Lynagh
- patch applied (ghc): Teach advanceSrcLoc about tab characters
Ian Lynagh
- patch applied (testsuite): Follow column number changes in tcfail
Ian Lynagh
- patch applied (testsuite): Follow column number changes in
parser/should_fail
Ian Lynagh
- patch applied (testsuite): Follow column number changes in
rename/should_fail
Ian Lynagh
- patch applied (testsuite): Follow column number changes in module
Ian Lynagh
- patch applied (testsuite): Follow column number changes in
deriving/should_fail
Ian Lynagh
- patch applied (testsuite): Follow column number changes in
indexed-types/should_fail
Ian Lynagh
- patch applied (testsuite): Follow column number changes
Ian Lynagh
- patch applied (testsuite): Accept changes in break016 and break020
Ian Lynagh
- patch applied (testsuite): Follow column number changes in the
break016 script
Ian Lynagh
- patch applied (testsuite): Quoting fixes
Ian Lynagh
- patch applied (testsuite): Remove some @s from a Makefile
Ian Lynagh
- patch applied (testsuite): Follow column number changes
Ian Lynagh
- patch applied (testsuite): Add some tests for error positions
Ian Lynagh
- patch applied (testsuite): Follow column number changes now that
SrcLoc knows how tabs work
Ian Lynagh
- [nightly] 28-Nov-2009 build of HEAD on x86_64-unknown-linux
(cam-04-unx.europe.corp.microsoft.com)
GHC Build Reports
- [nightly] 28-Nov-2009 build of HEAD on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- Daily report for head
BuildBot Collator
- Daily report for stable
BuildBot Collator
- patch applied (ghc): Give more informative error messages
Ian Lynagh
- patch applied (testsuite): Gather all tests at once,
rather than doing them directory by directory
Ian Lynagh
- patch applied (testsuite): Print out how many tests we have done
and the total when we run a test
Ian Lynagh
- patch applied (testsuite): Make the driver/ tests declare
themselves 'alone' individually
Ian Lynagh
- patch applied (testsuite): Make driver011 parallelisable
Ian Lynagh
- patch applied (testsuite): Make driver012 parallelisable
Ian Lynagh
- patch applied (testsuite): Make driver013 parallelisable
Ian Lynagh
- patch applied (testsuite): Make driver014 and driver015
parallelisable
Ian Lynagh
- patch applied (testsuite): Make driver016 parallelisable
Ian Lynagh
- patch applied (testsuite): Make driver017 parallelisable
Ian Lynagh
- patch applied (testsuite): Make driver018* parallelisable
Ian Lynagh
- patch applied (testsuite): Make driver019 parallelisable
Ian Lynagh
- patch applied (testsuite): Make driver024 parallelisable
Ian Lynagh
- patch applied (testsuite): Make driver021 parallelisable
Ian Lynagh
- patch applied (testsuite): Make driver022 and driver023
parallelisable
Ian Lynagh
- patch applied (testsuite): Make driver024a parallelisable
Ian Lynagh
- patch applied (testsuite): Make driver025 parallelisable
Ian Lynagh
- patch applied (testsuite): Make driver026 parallelisable
Ian Lynagh
- patch applied (testsuite): Make driver027 parallelisable
Ian Lynagh
- patch applied (testsuite): Make driver028 parallelisable
Ian Lynagh
- patch applied (testsuite): Make driver031 parallelisable
Ian Lynagh
- patch applied (testsuite): Make driver032 and driver033
parallelisable
Ian Lynagh
- patch applied (testsuite): Make driver034 parallelisable
Ian Lynagh
- patch applied (testsuite): Make driver035 parallelisable
Ian Lynagh
- patch applied (testsuite): Make driver041 parallelisable
Ian Lynagh
- patch applied (testsuite): Add some extra cleaning for driver033
Ian Lynagh
- patch applied (testsuite): Make driver042 parallelisable
Ian Lynagh
- patch applied (testsuite): Make driver043 parallelisable
Ian Lynagh
- patch applied (testsuite): Make driver044 parallelisable
Ian Lynagh
- patch applied (testsuite): Make driver045 parallelisable
Ian Lynagh
- patch applied (testsuite): Make driver051 parallelisable
Ian Lynagh
- patch applied (testsuite): Make driver052 parallelisable
Ian Lynagh
- patch applied (testsuite): Make driver053 parallelisable
Ian Lynagh
- patch applied (testsuite): Make driver060 parallelisable
Ian Lynagh
- patch applied (testsuite): Make driver061* parallelisable
Ian Lynagh
- patch applied (testsuite): Make driver062* parallelisable
Ian Lynagh
- patch applied (testsuite): Remove some unnecessary 'alone' calls
Ian Lynagh
- patch applied (testsuite): Make more driver tests parallelisable
Ian Lynagh
- patch applied (testsuite): Make driver063 parallelisable
Ian Lynagh
- patch applied (testsuite): Make driver080 parallelisable
Ian Lynagh
- patch applied (testsuite): driver100 doesn't need to be run alone
Ian Lynagh
- patch applied (testsuite): Make driver081* parallelisable
Ian Lynagh
- patch applied (testsuite): Remove now-unused cleanall function
Ian Lynagh
- patch applied (testsuite): Make 2566 parallelisable
Ian Lynagh
- patch applied (testsuite): Make driver200 parallelisable
Ian Lynagh
- patch applied (testsuite): Make bug1465 use a local package.conf
Ian Lynagh
- patch applied (testsuite): Make 1372 use a local package database
Ian Lynagh
- patch applied (testsuite): Make more cabal tests run 'alone'
Ian Lynagh
- patch applied (ghc): Make the alternative layout rule cope with
file pragmas
Ian Lynagh
- patch applied (ghc): Tweak alternative layout rule
Ian Lynagh
- patch applied (ghc): Correct the advanceSrcLoc calculation for tabs
Ian Lynagh
- patch applied (ghc): Tweak the alternative layout rule: {} contains
commas
Ian Lynagh
- patch applied (ghc): Tweak layout to work with alternative layout
rule
Ian Lynagh
- patch applied (ghc): Follow Cabal changes
Ian Lynagh
- patch applied (ghc): Update dependencies
Ian Lynagh
- patch applied (testsuite): ghcpkg01: Follow Cabal changes
Ian Lynagh
- patch applied (testsuite): Refactor the cabal03 test
Ian Lynagh
- patch applied (testsuite): Add a missing package-db flag from
cabal03
Ian Lynagh
- patch applied (testsuite): Tweak cabal03 test
Ian Lynagh
- patch applied (testsuite): In cabal03, don't register --inplace
Ian Lynagh
- patch applied (testsuite): Fix cabal03
Ian Lynagh
- [nightly] 29-Nov-2009 build of HEAD on x86_64-unknown-linux
(cam-04-unx.europe.corp.microsoft.com)
GHC Build Reports
- patch applied (ghc-6.12/ghc): Use UTF-8 explicitly for
InstalledPackageInfo
Ian Lynagh
- [nightly] 29-Nov-2009 build of HEAD on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- Daily report for head
BuildBot Collator
- Daily report for stable
BuildBot Collator
- patch applied (ghc): Reorder ALL_RTS_LIBS
Simon Marlow
- patch applied (ghc): Avoid using non-standard GNU tar option
--force-local
Simon Marlow
- patch applied (ghc): Check whether the main function is actually
exported (#414)
Simon Marlow
- patch applied (testsuite): add a test for #3677
Simon Marlow
- patch applied (testsuite): add a test for #414
Simon Marlow
- patch applied (ghc): document 'recache' command in the help output
(#3684)
Simon Marlow
- patch applied (ghc): Fix the prof_scc.png image in the profiling
section (#3694)
Simon Marlow
- [nightly] 30-Nov-2009 build of HEAD on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- [nightly] 30-Nov-2009 build of HEAD on x86_64-unknown-linux
(cam-04-unx.europe.corp.microsoft.com)
GHC Build Reports
- Bootstrapping from hc files -- \o/ (kind of)
Matthias Kilian
Last message date:
Mon Nov 30 21:52:22 EDT 2009
Archived on: Mon Nov 30 21:27:50 EDT 2009
This archive was generated by
Pipermail 0.09 (Mailman edition).