June 2012 Archives by subject
Starting: Fri Jun 1 01:19:14 CEST 2012
Ending: Sat Jun 30 10:30:42 CEST 2012
Messages: 798
- [commit: ghc-tarballs] master: Add mingw64 tarball (18e0c37)
Ian Lynagh
- [commit: ghc] branch 'ghc-generics1' deleted
José Pedro Magalhães
- [commit: ghc] branch 'pretty-build' deleted
Iavor Diatchki
- [commit: ghc] ghc-7.4: Add --verbose and --help flags to gen_contents_index (e1e6855)
Paolo Capriotti
- [commit: ghc] ghc-7.4: Build fix for Hurd. (6fd28f6)
Paolo Capriotti
- [commit: ghc] ghc-7.4: checkStability: respect -fforce-recomp (#6105) (cd00c77)
Paolo Capriotti
- [commit: ghc] ghc-7.4: Don't put auto sccs on INLINE functions (#6131) (87ef70b)
Paolo Capriotti
- [commit: ghc] ghc-7.4: Drop the per-task timing stats, give a summary only (#5897) (d677a95)
Paolo Capriotti
- [commit: ghc] ghc-7.4: escape(): don't forget the final '\0' (3786319)
Paolo Capriotti
- [commit: ghc] ghc-7.4: Fix for earger blackholing of thunks with no free variables (#6146) (3b9d175)
Paolo Capriotti
- [commit: ghc] ghc-7.4: Fix ref to ticket in 7.4.2 release notes. (f2d9d2d)
Paolo Capriotti
- [commit: ghc] ghc-7.4: Read the source file timestamp *before* preprocessing (#6106) (9c68db9)
Paolo Capriotti
- [commit: ghc] ghc-7.4: Set RELEASE back to NO (5f715b0)
Ian Lynagh
- [commit: ghc] ghc-7.4: Set RELEASE to YES, and version to 7.4.2 (f2e22d6)
Ian Lynagh
- [commit: ghc] ghc-7.4: Tabs -> Spaces in GhcMake.hs. (7a2ef5a)
Paolo Capriotti
- [commit: ghc] ghc-7.4: throwTo: unlock the MSG_THROWTO object before returning (#6103) (bbd055c)
Paolo Capriotti
- [commit: ghc] ghc-7.4: Update ANNOUNCE for 7.4.1 (a671471)
Ian Lynagh
- [commit: ghc] ghc-generics1's head updated: Remove double import (6bf06b8)
José Pedro Magalhães
- [commit: ghc] ghc-generics1: Add a missing closing brace (8a24c6b)
José Pedro Magalhães
- [commit: ghc] ghc-generics1: Add rules for intToInteger and wordToInteger (49c9e55)
José Pedro Magalhães
- [commit: ghc] ghc-generics1: Allow equalities in a derived instance context (d111d9b)
José Pedro Magalhães
- [commit: ghc] ghc-generics1: Better error messages for setContext (#5527). (0a43ab1)
José Pedro Magalhães
- [commit: ghc] ghc-generics1: change cond_Representable1OK to treat (->) and tuples differently than does cond_FunctorOK (ba692b4)
José Pedro Magalhães
- [commit: ghc] ghc-generics1: Comments only (90fe0ed)
José Pedro Magalhães
- [commit: ghc] ghc-generics1: Complain if we use a tuple tycon or data-con that is too big (0a790a7)
José Pedro Magalhães
- [commit: ghc] ghc-generics1: Disallow standalone deriving Generic on type with instantiated arguments (0cadf65)
José Pedro Magalhães
- [commit: ghc] ghc-generics1: Do not promote data families (6b71620)
José Pedro Magalhães
- [commit: ghc] ghc-generics1: Fix doc uploading in the nightly builds (2c14ccc)
José Pedro Magalhães
- [commit: ghc] ghc-generics1: Fix for earger blackholing of thunks with no free variables (#6146) (794691e)
José Pedro Magalhães
- [commit: ghc] ghc-generics1: Fix whitespace in specialise/Rules.lhs (0f31d87)
José Pedro Magalhães
- [commit: ghc] ghc-generics1: Fix whitespace in utils/Panic.lhs (a8f7ce4)
José Pedro Magalhães
- [commit: ghc] ghc-generics1: Improve assertion (08bea9e)
José Pedro Magalhães
- [commit: ghc] ghc-generics1: Improve docs on FlexibleInstances/TypeSynonymInstances (c930b96)
José Pedro Magalhães
- [commit: ghc] ghc-generics1: Make PolyKinds imply KindSignatures (b2e10fa)
José Pedro Magalhães
- [commit: ghc] ghc-generics1: Make the ambiguity check more conservative so that it does not reject valid programs (436bc35)
José Pedro Magalhães
- [commit: ghc] ghc-generics1: Merge remote-tracking branch 'origin/master' into ghc-generics1 (0445f33)
José Pedro Magalhães
- [commit: ghc] ghc-generics1: Move GHC.Generics from ghc-prim to base (6d99a2a)
José Pedro Magalhães
- [commit: ghc] ghc-generics1: Put the Integer type, rather than the mkIntegerId, inside LitInteger (45ec171)
José Pedro Magalhães
- [commit: ghc] ghc-generics1: Re-order case branches (1261e96)
José Pedro Magalhães
- [commit: ghc] ghc-generics1: Remove double import (6bf06b8)
José Pedro Magalhães
- [commit: ghc] ghc-generics1: Remove duplicated comment (5fca364)
José Pedro Magalhães
- [commit: ghc] ghc-generics1: scheduleYield: avoid doing a GC again if we just did one (4d946aa)
José Pedro Magalhães
- [commit: ghc] ghc-generics1: Support deriving Generic instances for data families (fix #5936) (975a1c8)
José Pedro Magalhães
- [commit: ghc] ghc-generics1: Support polymorphic kind recursion (c6e58c5)
José Pedro Magalhães
- [commit: ghc] ghc-generics1: Tell built-in rules the Id that the rule has matched (95d1e7c)
José Pedro Magalhães
- [commit: ghc] ghc-generics1: the Generic1 deriver no longer assumes a TyCon and its DataCons use the same names for their TyVars (135669f)
José Pedro Magalhães
- [commit: ghc] ghc-generics1: throwTo: unlock the MSG_THROWTO object before returning (#6103) (4b5047c)
José Pedro Magalhães
- [commit: ghc] ghc-generics1: Typo in comment (06e8be3)
José Pedro Magalhães
- [commit: ghc] ghc-generics1: We no longer generate `Par0`s (d1c3a5d)
José Pedro Magalhães
- [commit: ghc] ghc-generics1: when a type derives both Generic and Generic1, we now generate only one set of meta type constructors (bd5c102)
José Pedro Magalhães
- [commit: ghc] ghc-generics1: Wibbles to the last merge, to fix the build (acdc228)
José Pedro Magalhães
- [commit: ghc] ghc-lwc: Inline label fixed for swapMVar (1c74f7b)
Sivaramakrishnan Krishnamoorthy Chandrasekaran
- [commit: ghc] ghc-lwc: PTM retry implemented. swapMVar, readMVar implemented. (a51ce19)
Sivaramakrishnan Krishnamoorthy Chandrasekaran
- [commit: ghc] imp-param-class: Add a function to deconstruct IP predicates. (82ee7cf)
Iavor Diatchki
- [commit: ghc] imp-param-class: Add a function to filter the set of solved evidence. (08e6453)
Iavor Diatchki
- [commit: ghc] imp-param-class: Merge with Master, and resolve conflicts. (545afb0)
Iavor Diatchki
- [commit: ghc] imp-param-class: Remove shadowed IP parameters, when nesting implications. (72e1e63)
Iavor Diatchki
- [commit: ghc] imp-param-class: Remove shadowed IP parameters, when nesting implications. (72e1e63)
Simon Peyton-Jones
- [commit: ghc] master's head updated: Merge remote-tracking branch 'origin/pretty-build' (1197ed0)
Paolo Capriotti
- [commit: ghc] master's head updated: Merge remote-tracking branch 'origin/unboxed-tuple-arguments2' (0076786)
Paolo Capriotti
- [commit: ghc] master: Add --verbose and --help flags to gen_contents_index (2b37348)
Paolo Capriotti
- [commit: ghc] master: Add a missing closing brace (20c50ee)
Ian Lynagh
- [commit: ghc] master: Add DynFlags to the SDoc state (330f154)
Ian Lynagh
- [commit: ghc] master: Add getGCStatsEnabled function. (5490e71)
Paolo Capriotti
- [commit: ghc] master: Add missing file (03f78f0)
Ian Lynagh
- [commit: ghc] master: Add rules for intToInteger and wordToInteger (b1f40f1)
Ian Lynagh
- [commit: ghc] master: Add sensible locations to record-selector bindings (cb705a3)
Simon Peyton Jones
- [commit: ghc] master: Add silent superclass parameters (again) (aa1e097)
Manuel Chakravarty
- [commit: ghc] master: Add silent superclass parameters to the vectoriser (acfeb2b)
Manuel Chakravarty
- [commit: ghc] master: Add some more Integer rules (dff06f8)
Ian Lynagh
- [commit: ghc] master: Add some more Integer rules; fixes #6111 (c7a8941)
Ian Lynagh
- [commit: ghc] master: Allow deriving Generic1 (156ec95)
José Pedro Magalhães
- [commit: ghc] master: Allow equalities in a derived instance context (3a266f1)
Simon Peyton Jones
- [commit: ghc] master: Attempt to fix the bytecode generator for unboxed tuples, given the latest changes to unboxed tuple support (ad6af5f)
Max Bolingbroke
- [commit: ghc] master: Avoid a needless trip via SDoc when showing a Unique (d2d3b71)
Ian Lynagh
- [commit: ghc] master: avoid name clash (52d9f09)
Simon Marlow
- [commit: ghc] master: Be strict in the DynFlags inside an SDoc (956911e)
Ian Lynagh
- [commit: ghc] master: Better error messages for setContext (#5527). (b8e0074)
Paolo Capriotti
- [commit: ghc] master: Build fix (18e62c5)
Ian Lynagh
- [commit: ghc] master: Build fix for Hurd. (d2b538c)
Paolo Capriotti
- [commit: ghc] master: Build fixes (6f2f838)
Ian Lynagh
- [commit: ghc] master: Build fixes (898a862)
Ian Lynagh
- [commit: ghc] master: Build fixes (a63970d)
Ian Lynagh
- [commit: ghc] master: Change -dppr-user-length from a static to a dynamic flag (46c184e)
Ian Lynagh
- [commit: ghc] master: Change how macros like ASSERT are defined (243439e)
Ian Lynagh
- [commit: ghc] master: Change how pprPanic works (fa362ab)
Ian Lynagh
- [commit: ghc] master: Change more uses of sortLe to sortBy (1a137b0)
Ian Lynagh
- [commit: ghc] master: Comments only (2119bda)
Simon Peyton Jones
- [commit: ghc] master: Complain if we use a tuple tycon or data-con that is too big (fe0ae8d)
Simon Peyton Jones
- [commit: ghc] master: Copy Data.HashTable's hashString into our Util module (39d766e)
Ian Lynagh
- [commit: ghc] master: Correct a comment (ab9b844)
Ian Lynagh
- [commit: ghc] master: Create versioned runghc wrapper (#5873) (11ca8cd)
Paolo Capriotti
- [commit: ghc] master: Define W_TO_LONG in Cmm.h (7ecb40e)
Ian Lynagh
- [commit: ghc] master: Deprecate old -package-conf flags. (aab1fe2)
Paolo Capriotti
- [commit: ghc] master: Derive Eq Discr (f1c81a7)
Ian Lynagh
- [commit: ghc] master: Do not promote data families (a3f68ca)
Simon Peyton Jones
- [commit: ghc] master: Don't build the ghc DLL on Windows; works around trac #5987 (6c29fad)
Ian Lynagh
- [commit: ghc] master: Don't needlessly go via SDoc in mkAutoCC (b2ec66c)
Ian Lynagh
- [commit: ghc] master: Don't put auto sccs on INLINE functions (#6131) (6181e00)
Simon Marlow
- [commit: ghc] master: Don't use 64-bit support functions on MIPS N32. (b3dd207)
Paolo Capriotti
- [commit: ghc] master: Emitting Derived constraints for Given dictionary interactions (19e6a35)
dimitris at microsoft.com
- [commit: ghc] master: Fix #6158. LLVM 3.1 doesn't like certain constructions that 3.0 and (41b37a2)
David Terei
- [commit: ghc] master: Fix build (5089023)
Ian Lynagh
- [commit: ghc] master: Fix build on win64 (78f588c)
Ian Lynagh
- [commit: ghc] master: Fix doc uploading in the nightly builds (cb269f5)
Ian Lynagh
- [commit: ghc] master: Fix for earger blackholing of thunks with no free variables (#6146) (21a53a1)
Simon Marlow
- [commit: ghc] master: Fix ghc/ following -dppr-user-length changes (ed7dbe8)
Ian Lynagh
- [commit: ghc] master: Fix PA dfun construction with silent superclass args (f75f240)
Manuel Chakravarty
- [commit: ghc] master: fix spelling: "infered" -> "inferred" (24d9d10)
Simon Marlow
- [commit: ghc] master: Fix the dynlib build on Windows (8f5679c)
Ian Lynagh
- [commit: ghc] master: fix ticket number in comment (a13bbc1)
Simon Marlow
- [commit: ghc] master: Fix whitespace in basicTypes/SrcLoc.lhs (0dcfe36)
Ian Lynagh
- [commit: ghc] master: Fix whitespace in cmm/PprCmmDecl.hs (3284117)
Ian Lynagh
- [commit: ghc] master: Fix whitespace in cmm/PprCmmExpr.hs (158c353)
Ian Lynagh
- [commit: ghc] master: Fix whitespace in codeGen/CgParallel.hs (506d37b)
Ian Lynagh
- [commit: ghc] master: Fix whitespace in codeGen/StgCmmGran.hs (05bac9f)
Ian Lynagh
- [commit: ghc] master: Fix whitespace in coreSyn/PprCore.lhs (fd86aca)
Ian Lynagh
- [commit: ghc] master: Fix whitespace in deSugar/Coverage.lhs (7261827)
Ian Lynagh
- [commit: ghc] master: Fix whitespace in specialise/Rules.lhs (fa3449e)
Ian Lynagh
- [commit: ghc] master: Fix whitespace in specialise/Specialise.lhs (a6ec949)
Ian Lynagh
- [commit: ghc] master: Fix whitespace in utils/Panic.lhs (466138d)
Ian Lynagh
- [commit: ghc] master: Fix Word64ToInteger conversion rule. (550f8b5)
Paolo Capriotti
- [commit: ghc] master: Follow changes in base (5e2409c)
Ian Lynagh
- [commit: ghc] master: Follow spelling fixes (0cba443)
Ian Lynagh
- [commit: ghc] master: GhcApiError now contains a String, not an SDoc (4e78c8a)
Ian Lynagh
- [commit: ghc] master: Implemented feature request on reconfigurable pretty-printing in GHCi (#5461) (bec0737)
Paolo Capriotti
- [commit: ghc] master: Improve assertion (07a2740)
Simon Peyton Jones
- [commit: ghc] master: Improve docs on FlexibleInstances/TypeSynonymInstances (bb08287)
Simon Peyton Jones
- [commit: ghc] master: Improve error message for invalid package db file (#6133). (50fddb2)
Paolo Capriotti
- [commit: ghc] master: Make -dppr-case-as-let a dynamic flag (02aef11)
Ian Lynagh
- [commit: ghc] master: Make -dppr-cols a dynamic flag (e6e3a96)
Ian Lynagh
- [commit: ghc] master: Make -dtrace-level a dynamic flag (8cdb98b)
Ian Lynagh
- [commit: ghc] master: Make -fgransim a dynamic flag (8323847)
Ian Lynagh
- [commit: ghc] master: Make -firrefutable-tuples a dynamic flag (d361262)
Ian Lynagh
- [commit: ghc] master: Make -fparallel a dynamic flag (ad3d65c)
Ian Lynagh
- [commit: ghc] master: Make -ignore-dot-ghci a dynamic flag (ee7c4f4)
Ian Lynagh
- [commit: ghc] master: Make it possible to show SrcSpans without going via Doc (767d5a8)
Ian Lynagh
- [commit: ghc] master: Make PolyKinds imply KindSignatures (28485e9)
Simon Peyton Jones
- [commit: ghc] master: Make Ppr* versions of the Sorry and PgmError exceptions too (2de63e5)
Ian Lynagh
- [commit: ghc] master: Make the ambiguity check more conservative so that it does not reject valid programs (dc0ef28)
Simon Peyton Jones
- [commit: ghc] master: Make the GHC API a little more powerful. (1c53621)
David Terei
- [commit: ghc] master: Make tracingDynFlags slightly more defined (37f9861)
Ian Lynagh
- [commit: ghc] master: Mention Generic1 in the user's guide (b65562c)
José Pedro Magalhães
- [commit: ghc] master: Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghc (0f3d8ab)
Ian Lynagh
- [commit: ghc] master: Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghc (30b5ba9)
Ian Lynagh
- [commit: ghc] master: Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghc (3fc546f)
Ian Lynagh
- [commit: ghc] master: Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghc (5f7c1a7)
Ian Lynagh
- [commit: ghc] master: Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghc (88e989a)
Ian Lynagh
- [commit: ghc] master: Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghc (c1d4bc1)
Ian Lynagh
- [commit: ghc] master: Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghc (c3cf041)
Ian Lynagh
- [commit: ghc] master: Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghc (e778d3d)
Ian Lynagh
- [commit: ghc] master: Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghc (eb02ad9)
Ian Lynagh
- [commit: ghc] master: Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghc (f89d4fb)
Ian Lynagh
- [commit: ghc] master: Merge branch 'master' of http://darcs.haskell.org//ghc (3c06774)
Ian Lynagh
- [commit: ghc] master: Merge branch 'master' of http://darcs.haskell.org//ghc (417eb15)
Ian Lynagh
- [commit: ghc] master: Merge branch 'master' of http://darcs.haskell.org//ghc (d0bfa81)
Ian Lynagh
- [commit: ghc] master: Merge branch 'master' of http://darcs.haskell.org//ghc (d58036e)
Ian Lynagh
- [commit: ghc] master: Merge branch 'master' of http://darcs.haskell.org/ghc (0f085f3)
Simon Peyton Jones
- [commit: ghc] master: Merge branch 'master' of http://darcs.haskell.org/ghc (13602a4)
Simon Peyton Jones
- [commit: ghc] master: Merge branch 'master' of http://darcs.haskell.org/ghc (19cc357)
dimitris at microsoft.com
- [commit: ghc] master: Merge branch 'master' of http://darcs.haskell.org/ghc (1e9a2d3)
Simon Peyton Jones
- [commit: ghc] master: Merge branch 'master' of http://darcs.haskell.org/ghc (2742aa7)
Simon Peyton Jones
- [commit: ghc] master: Merge branch 'master' of http://darcs.haskell.org/ghc (7fb4a5b)
Simon Peyton Jones
- [commit: ghc] master: Merge remote-tracking branch 'origin/pretty-build' (1197ed0)
Paolo Capriotti
- [commit: ghc] master: Merge remote-tracking branch 'origin/unboxed-tuple-arguments2' (0076786)
Paolo Capriotti
- [commit: ghc] master: Merge win:/cygdrive/c/m64/reg14 (596fc11)
Ian Lynagh
- [commit: ghc] master: Merge win:/cygdrive/c/m64/reg14 (d814d50)
Ian Lynagh
- [commit: ghc] master: Merge win:c:/m64/reg14 (f41c6e3)
Ian Lynagh
- [commit: ghc] master: Modify error message slightly (aea8974)
Simon Peyton Jones
- [commit: ghc] master: Move and rename opt_HiVersion (32fd354)
Ian Lynagh
- [commit: ghc] master: New version of the patch for #5461. (0753cf0)
Paolo Capriotti
- [commit: ghc] master: On Windows, detect if DLLs have too many symbols; trac #5987 (5ddc841)
Ian Lynagh
- [commit: ghc] master: Parse error: suggest brackets and indentation. (b2e8936)
Paolo Capriotti
- [commit: ghc] master: Pass DynFlags around a bit more (310ded1)
Ian Lynagh
- [commit: ghc] master: Pass DynFlags down to hPrintDump (9d24671)
Ian Lynagh
- [commit: ghc] master: Pass DynFlags down to mk_err_msg (c3a62c5)
Ian Lynagh
- [commit: ghc] master: Pass DynFlags down to pprDebugAndThen (f6fb322)
Ian Lynagh
- [commit: ghc] master: Pass DynFlags down to pprDefiniteTrace (1eda228)
Ian Lynagh
- [commit: ghc] master: Pass DynFlags down to printForC and printForAsm (630379c)
Ian Lynagh
- [commit: ghc] master: Pass DynFlags down to printForUser (df34ee6)
Ian Lynagh
- [commit: ghc] master: Pass DynFlags down to printForUserPartWay (667c577)
Ian Lynagh
- [commit: ghc] master: Pass DynFlags down to showPpr (0fdca5d)
Ian Lynagh
- [commit: ghc] master: Pass DynFlags down to showSDoc (ab50c9c)
Ian Lynagh
- [commit: ghc] master: Pass DynFlags down to showSDocDebug (b39ab7d)
Ian Lynagh
- [commit: ghc] master: Pass DynFlags down to showSDocDump (8685576)
Ian Lynagh
- [commit: ghc] master: Pass DynFlags down to showSDocDumpOneLine (2ba157b)
Ian Lynagh
- [commit: ghc] master: Pass DynFlags down to showSDocForUser (b1a75d2)
Ian Lynagh
- [commit: ghc] master: Pass DynFlags down to showSDocOneLine (7de2f21)
Ian Lynagh
- [commit: ghc] master: Pass DynFlags down to showSDocUnqual (5c3a415)
Ian Lynagh
- [commit: ghc] master: Pass DynFlags to prettyPrintGhcErrors (6515294)
Ian Lynagh
- [commit: ghc] master: Pass DynFlags to renderWithStyle (b389484)
Ian Lynagh
- [commit: ghc] master: Pass DynFlags to the LogAction (5716a2f)
Ian Lynagh
- [commit: ghc] master: Pretty-printing improvements (6dfa594)
Simon Peyton Jones
- [commit: ghc] master: Provide a way of 'show'int a Unique without going via SDoc (fea67bc)
Ian Lynagh
- [commit: ghc] master: Put the Integer type, rather than the mkIntegerId, inside LitInteger (2ef5cd2)
Ian Lynagh
- [commit: ghc] master: Re-order case branches (f964e7d)
Simon Peyton Jones
- [commit: ghc] master: Redefine pprPanicFastInt in terms of panicDoc (4c5dd27)
Ian Lynagh
- [commit: ghc] master: Remove 'on' from Util (41a5020)
Ian Lynagh
- [commit: ghc] master: Remove a few more sortLe's (b2d8948)
Ian Lynagh
- [commit: ghc] master: Remove a GHC 6.4 workaround (9005450)
Ian Lynagh
- [commit: ghc] master: Remove a redundant import (7cae752)
Ian Lynagh
- [commit: ghc] master: Remove a workaround for building with GHC 6.9 (0b6336a)
Ian Lynagh
- [commit: ghc] master: Remove an unused function (2d58640)
Ian Lynagh
- [commit: ghc] master: Remove an unused Show instance (91667cc)
Ian Lynagh
- [commit: ghc] master: Remove another sortLe use (c5550e8)
Ian Lynagh
- [commit: ghc] master: Remove another use of sortLe (9ce1cc9)
Ian Lynagh
- [commit: ghc] master: Remove duplicated comment (63efe35)
José Pedro Magalhães
- [commit: ghc] master: Remove lots of commented out 'in' keywords (bfe9401)
Ian Lynagh
- [commit: ghc] master: Remove lots of commented out 'in' keywords (bfe9401)
Ian Lynagh
- [commit: ghc] master: Remove lots of commented out 'in' keywords (bfe9401)
Simon Marlow
- [commit: ghc] master: Remove lots of commented out 'in' keywords (bfe9401)
Simon Marlow
- [commit: ghc] master: Remove more redundant Platform arguments (ac6edfa)
Ian Lynagh
- [commit: ghc] master: Remove more redundant Platform arguments (cd61668)
Ian Lynagh
- [commit: ghc] master: Remove more unused Platform arguments (2b015ce)
Ian Lynagh
- [commit: ghc] master: Remove PlatformOutputable (d06edb8)
Ian Lynagh
- [commit: ghc] master: Remove redundant warning suppression in basicTypes/Literal.lhs (42de540)
Ian Lynagh
- [commit: ghc] master: Remove some cruft from StaticFlagParser (90f0a9c)
Ian Lynagh
- [commit: ghc] master: Remove some more Platform arguments (5633b56)
Ian Lynagh
- [commit: ghc] master: Remove some more redundant Platform arguments (0f1c5b1)
Ian Lynagh
- [commit: ghc] master: Remove some more redundant Platform arguments (4717b03)
Ian Lynagh
- [commit: ghc] master: Remove some more unused function from ListSetOps (03caa60)
Ian Lynagh
- [commit: ghc] master: Remove some more unused functions (585ff57)
Ian Lynagh
- [commit: ghc] master: Remove some redundant Platform arguments (5045cfb)
Ian Lynagh
- [commit: ghc] master: Remove some redundant Show instances (4b1350e)
Ian Lynagh
- [commit: ghc] master: Remove some unnecessary platform arguments (7937a92)
Ian Lynagh
- [commit: ghc] master: Remove some uses of sortLe (0043f07)
Ian Lynagh
- [commit: ghc] master: Remove sortLe (faefe49)
Ian Lynagh
- [commit: ghc] master: Remove sortLe uses (5efe398)
Ian Lynagh
- [commit: ghc] master: Remove the ID Monad (96f2126)
Ian Lynagh
- [commit: ghc] master: Remove the Show Var instance (1bb4428)
Ian Lynagh
- [commit: ghc] master: Remove the USAVOURY HACK in simplifyInfer (f450d36)
Simon Peyton Jones
- [commit: ghc] master: Remove unused showRdrName (543ec08)
Ian Lynagh
- [commit: ghc] master: Remove unused showsPrecSDoc (cf05fd6)
Ian Lynagh
- [commit: ghc] master: Removing stale and commented out code. (5c65388)
dimitris at microsoft.com
- [commit: ghc] master: Rename Coverage.dflags to Coverage.tte_dflags (82a8ffd)
Ian Lynagh
- [commit: ghc] master: Report unusable UNPACK warnings even when -O is off (#3966) (6697dbb)
Simon Marlow
- [commit: ghc] master: Revive 'mdo' expressions, per discussion in Trac #4148 (4f8e86b)
Simon Peyton Jones
- [commit: ghc] master: scheduleYield: avoid doing a GC again if we just did one (93e7e26)
Ian Lynagh
- [commit: ghc] master: Significant refactoring of TcSimplify, in particular simplifyInfer and (3891a05)
dimitris at microsoft.com
- [commit: ghc] master: Simplify some code (773f03b)
Ian Lynagh
- [commit: ghc] master: Simplify the implementation of Implicit Parameters (5a8ac0f)
Simon Peyton Jones
- [commit: ghc] master: small tidyup (bdbcad5)
Simon Marlow
- [commit: ghc] master: Stop exporting, and stop using, some deprecated functions (b522d3a)
Ian Lynagh
- [commit: ghc] master: Store short error message text as a string (1c49046)
Ian Lynagh
- [commit: ghc] master: Support polymorphic kind recursion (c911720)
Simon Peyton Jones
- [commit: ghc] master: Switch to using the 'rubenvb' mingw builds (7c987d1)
Ian Lynagh
- [commit: ghc] master: Tell built-in rules the Id that the rule has matched (c7c4428)
Ian Lynagh
- [commit: ghc] master: Template Haskell: StringPrimL now takes [Word8] (ee44e19)
Kyra
- [commit: ghc] master: Template Haskell: StringPrimL now takes [Word8] (ee44e19)
Paolo Capriotti
- [commit: ghc] master: throwTo: unlock the MSG_THROWTO object before returning (#6103) (20ba7f1)
Simon Marlow
- [commit: ghc] master: tweak documentation of mdo/rec (96a3768)
Ross Paterson
- [commit: ghc] master: tweak llvm version warning message (e5ca5c7)
David Terei
- [commit: ghc] master: Tweak the way UsageErrors are constructed (d2bb477)
Ian Lynagh
- [commit: ghc] master: Typo in comment (0cdd533)
Simon Peyton Jones
- [commit: ghc] master: Use 'ppr' rather than 'pprCLabel platform' (d6cef3c)
Ian Lynagh
- [commit: ghc] master: Use a *constructor* name when promoting a type (d69f5e4)
Simon Peyton Jones
- [commit: ghc] master: Use a derived Ord instance for Discr (f669426)
Ian Lynagh
- [commit: ghc] master: Use checkNoErrs around calls to the renamer in TcSplice (daf8066)
Simon Peyton Jones
- [commit: ghc] master: use definition of mdo segmentation from the workshop paper (166bbab)
Ross Paterson
- [commit: ghc] master: Use errorMsg over putMsg when appropriate. (66c4196)
David Terei
- [commit: ghc] master: Use SDoc rather than Doc in LLVM (ffa6d17)
Ian Lynagh
- [commit: ghc] master: Use SDoc rather than Doc in the native gens (a12b6bf)
Ian Lynagh
- [commit: ghc] master: Use showPpr in a few more places (af9f017)
Ian Lynagh
- [commit: ghc] master: Warn if using unsupported version of LLVM. (3a8f9ea)
David Terei
- [commit: ghc] master: Whitespace only in nativeGen/RegAlloc/Graph/Main.hs (2901e3f)
Ian Lynagh
- [commit: ghc] master: Wibbles to the last merge, to fix the build (177134e)
Simon Peyton Jones
- [commit: ghc] type-nats's head updated: Start on a different representation for type-nat rules. (830d6ba)
Iavor Diatchki
- [commit: ghc] type-nats: Add a function to check if a type is a literal. (57dce3e)
Iavor Diatchki
- [commit: ghc] type-nats: Merge remote-tracking branch 'origin/master' into type-nats (bed995d)
Iavor Diatchki
- [commit: ghc] type-nats: Start on a different representation for type-nat rules. (830d6ba)
Iavor Diatchki
- [commit: haddock] master: Follow changes for the implementation of implicit parameters (a3c3c69)
Simon Peyton Jones
- [commit: haddock] master: Follow changes in base (1125b88)
Ian Lynagh
- [commit: haddock] master: Follow changes in GHC (1b774ae)
Ian Lynagh
- [commit: haddock] master: Follow changes in GHC (3153382)
Ian Lynagh
- [commit: haddock] master: Use right docMap to get decl documentation. (105f31e)
Paolo Capriotti
- [commit: hsc2hs] master: Follow Win64 changes in GHC (88fd9df)
Ian Lynagh
- [commit: testsuite] branch 'ghc-generics' deleted
José Pedro Magalhães
- [commit: testsuite] branch 'ghc-generics1' created
José Pedro Magalhães
- [commit: testsuite] branch 'ghc-generics1' deleted
José Pedro Magalhães
- [commit: testsuite] branch 'imp-param-class' created
Iavor Diatchki
- [commit: testsuite] branch 'imp-param-class' deleted
Iavor Diatchki
- [commit: testsuite] ghc-7.4: Fix a testsuite driver failure on cygwin (83db31c)
Ian Lynagh
- [commit: testsuite] ghc-7.4: fix test for the new TASKS stats output (e8fae13)
Paolo Capriotti
- [commit: testsuite] ghc-generics1's head updated: Minor fix to test, adapt output (a38ed8b)
José Pedro Magalhães
- [commit: testsuite] ghc-generics1: Add a few tests for deriving Generic1 (0c8b11f)
José Pedro Magalhães
- [commit: testsuite] ghc-generics1: Added Generic1 test cases (2908ff9)
José Pedro Magalhães
- [commit: testsuite] ghc-generics1: Merge branch 'master', remote-tracking branch 'origin' into ghc-generics1 (aee3b86)
José Pedro Magalhães
- [commit: testsuite] ghc-generics1: Minor fix to test, adapt output (a38ed8b)
José Pedro Magalhães
- [commit: testsuite] ghc-generics1: Revert "Test deriving Generic for data families" (85d66af)
José Pedro Magalhães
- [commit: testsuite] ghc-generics1: Small changes to the outputs of generics tests (0137619)
José Pedro Magalhães
- [commit: testsuite] ghc-generics1: Test deriving Generic for data families (acbeb80)
José Pedro Magalhães
- [commit: testsuite] ghc-generics1: Test for deriving Generic of instantiated types (b53b158)
José Pedro Magalhães
- [commit: testsuite] ghc-generics1: Update outputs after changing GHC.Generics (31e6b8e)
José Pedro Magalhães
- [commit: testsuite] ghc-generics1: We no longer generate `Par0`s (b8a6248)
José Pedro Magalhães
- [commit: testsuite] imp-param-class: Update the IP error message. (8017a7a)
Iavor Diatchki
- [commit: testsuite] master's head updated: Fix testcase for #5971. (aa9b04b)
Paolo Capriotti
- [commit: testsuite] master: Adapt tests to change in a parser error message. (6fdf2fe)
Paolo Capriotti
- [commit: testsuite] master: Adapt to the re-introduction of silent superclass parameters (af423fe)
Manuel Chakravarty
- [commit: testsuite] master: Add #6158 test case. (f35caec)
David Terei
- [commit: testsuite] master: Add a test for #4138 (currently failing) (c2a262d)
Ian Lynagh
- [commit: testsuite] master: add a test for INLINE and -fprof-auto (#6131) (45e0a0a)
Simon Marlow
- [commit: testsuite] master: Add IntegerConversionRules (a648c9f)
Ian Lynagh
- [commit: testsuite] master: Add missing file (98b976f)
Ian Lynagh
- [commit: testsuite] master: Add more cases to the integer constant folding test (272341f)
Ian Lynagh
- [commit: testsuite] master: Add more tests to integerConstantFolding (d1d37a9)
Ian Lynagh
- [commit: testsuite] master: Add one of Reiner Pope's tests for #5936 (00e79a0)
José Pedro Magalhães
- [commit: testsuite] master: Add stderr for tests now (correctly) failing due to silent superclass args (370d156)
Manuel Chakravarty
- [commit: testsuite] master: Add test case for #5900 (3c25de8)
Paolo Capriotti
- [commit: testsuite] master: Add test for #5936 (8e76ee4)
José Pedro Magalhães
- [commit: testsuite] master: Add test for #5963 (8bbcee0)
Paolo Capriotti
- [commit: testsuite] master: Add tests for deriving Generic1 (9969305)
José Pedro Magalhães
- [commit: testsuite] master: Avoid using deprecated package-conf GHC flags. (bc19e1f)
Paolo Capriotti
- [commit: testsuite] master: Correct the inferred type (in comment) (870a4d4)
Iavor Diatchki
- [commit: testsuite] master: Error message wibbles (9e4fb57)
Simon Peyton Jones
- [commit: testsuite] master: fix 6048 (stat too good on 64-bit) (fa458f4)
Simon Marlow
- [commit: testsuite] master: Fix cleanup for some tests. (17a6f20)
Paolo Capriotti
- [commit: testsuite] master: Fix ds055 (redundant import of Data.HashTable removed) (c60712e)
Ian Lynagh
- [commit: testsuite] master: Fix handling of optllvm way (39f5c1b)
David Terei
- [commit: testsuite] master: Fix plugins01: Follow changes to GHC (3f7212e)
Ian Lynagh
- [commit: testsuite] master: Fix testcase for #5971. (aa9b04b)
Paolo Capriotti
- [commit: testsuite] master: Fix the timeout program following the changes to base (88f3b30)
Ian Lynagh
- [commit: testsuite] master: Forgotten entry. (5ea10f7)
dimitris at microsoft.com
- [commit: testsuite] master: Improved error message (220dfff)
Simon Peyton Jones
- [commit: testsuite] master: Merge branch 'master' of darcs.haskell.org:/srv/darcs//testsuite (523d442)
Ian Lynagh
- [commit: testsuite] master: Merge branch 'master' of darcs.haskell.org:/srv/darcs//testsuite (55d86b0)
Ian Lynagh
- [commit: testsuite] master: Merge branch 'master' of darcs.haskell.org:/srv/darcs//testsuite (683e58c)
Ian Lynagh
- [commit: testsuite] master: Merge branch 'master' of darcs.haskell.org:/srv/darcs//testsuite (7e39845)
Ian Lynagh
- [commit: testsuite] master: Merge branch 'master' of darcs.haskell.org:/srv/darcs//testsuite (8efe8b5)
Ian Lynagh
- [commit: testsuite] master: Merge branch 'master' of darcs.haskell.org:/srv/darcs//testsuite (9ef388e)
Ian Lynagh
- [commit: testsuite] master: Merge branch 'master' of http://darcs.haskell.org//testsuite (237a5b3)
Simon Peyton Jones
- [commit: testsuite] master: Merge branch 'master' of http://darcs.haskell.org//testsuite (5a4406a)
Simon Peyton Jones
- [commit: testsuite] master: Merge branch 'master' of http://darcs.haskell.org//testsuite (bd2ca97)
Simon Peyton Jones
- [commit: testsuite] master: Merge branch 'master' of http://darcs.haskell.org//testsuite (d8dc346)
Simon Peyton Jones
- [commit: testsuite] master: Merge branch 'master' of http://darcs.haskell.org//testsuite (f0e3f27)
Simon Peyton Jones
- [commit: testsuite] master: Merge branch 'master' of http://darcs.haskell.org//testsuite (fa99d27)
Simon Peyton Jones
- [commit: testsuite] master: Merge branch 'master' of http://darcs.haskell.org/testsuite (213db0e)
Simon Peyton Jones
- [commit: testsuite] master: Merge branch 'master' of http://darcs.haskell.org/testsuite (360ac9f)
Simon Peyton Jones
- [commit: testsuite] master: Merge branch 'master' of http://darcs.haskell.org/testsuite (43d7852)
Simon Peyton Jones
- [commit: testsuite] master: Merge branch 'master' of http://darcs.haskell.org/testsuite (9ce0b6b)
Simon Peyton Jones
- [commit: testsuite] master: Merge branch 'master' of http://darcs.haskell.org/testsuite (b36e0a0)
Simon Peyton Jones
- [commit: testsuite] master: Merge branch 'master' of http://darcs.haskell.org/testsuite (bc5f47c)
dimitris at microsoft.com
- [commit: testsuite] master: Merge branch 'master' of http://darcs.haskell.org/testsuite (d409eb1)
Simon Peyton Jones
- [commit: testsuite] master: Merge branch 'master' of http://darcs.haskell.org/testsuite (dbd2cde)
Simon Peyton Jones
- [commit: testsuite] master: Merge branch 'master' of http://darcs.haskell.org/testsuite (fe4793d)
Simon Peyton Jones
- [commit: testsuite] master: Merge remote-tracking branch 'origin/unboxed-tuple-arguments2' (872d7a3)
Paolo Capriotti
- [commit: testsuite] master: New tests for Trac #4148 (a809d17)
Simon Peyton Jones
- [commit: testsuite] master: no need to force -O here any more (#3966) (a9717b9)
Simon Marlow
- [commit: testsuite] master: Reduce the bounds for perf/compiler/T4801 (6f28652)
Ian Lynagh
- [commit: testsuite] master: Remove Data.HashTable from GoodImport03 (6168fcf)
Ian Lynagh
- [commit: testsuite] master: Remove the deprecated concurrent modules from GoodImport03 (22f79a8)
Ian Lynagh
- [commit: testsuite] master: tc078 and tc126 are no longer expect_broken (6096 is fixed) (753ac6d)
Simon Marlow
- [commit: testsuite] master: tcfail098 now passes because of UndecidableInstances (3eb7529)
Simon Peyton Jones
- [commit: testsuite] master: Test #4361 would fail because of the removal of the UNSAVORY HACK (ec36bde)
Simon Peyton Jones
- [commit: testsuite] master: test for #6146 (eb18b0a)
Simon Marlow
- [commit: testsuite] master: Test Trac #5737 (d6d2efb)
Simon Peyton Jones
- [commit: testsuite] master: Test Trac #6049, #6093, #6129, #6137 (f7a5b4c)
Simon Peyton Jones
- [commit: testsuite] master: Test Trac #6088 (a42dcba)
Simon Peyton Jones
- [commit: testsuite] master: Test Trac #6114 (452e0b7)
Simon Peyton Jones
- [commit: testsuite] master: Test Trac #6134 (dc9bfb8)
Simon Peyton Jones
- [commit: testsuite] master: Test Trac #6145 (f1a7042)
Simon Peyton Jones
- [commit: testsuite] master: Test Trac #6148 (d0a651c)
Simon Peyton Jones
- [commit: testsuite] master: Test Trac #6152 (185ee1f)
Simon Peyton Jones
- [commit: testsuite] master: Test Trac #7007 (5854eb6)
Simon Peyton Jones
- [commit: testsuite] master: Test unencoded StringPrimL (63a3794)
Paolo Capriotti
- [commit: testsuite] master: Testcases for floating equalities ouf of implications (90b1a38)
dimitris at microsoft.com
- [commit: testsuite] master: Testing new top-level defaulting plan. (e03ad36)
dimitris at microsoft.com
- [commit: testsuite] master: Testing of generating Derived equalities from Given dictionaries (066498c)
dimitris at microsoft.com
- [commit: testsuite] master: Update .gitignore (d9b59ec)
David Terei
- [commit: testsuite] master: update max_bytes_used for T4801 on 64-bit (cef7ce2)
Simon Marlow
- [commit: testsuite] master: Update output (da9bfa9)
Simon Peyton Jones
- [commit: testsuite] master: Update output (spelling of "inferred") (cc85262)
Simon Marlow
- [commit: testsuite] master: Update some limits for x86 perf tests. (b3a7787)
Paolo Capriotti
- [commit: testsuite] master: Update test output for mdo changes (Trac #4148) (a2301a0)
Simon Peyton Jones
- [commit: testsuite] master: Update tests following changes in base (6507c1b)
Ian Lynagh
- [commit: testsuite] master: Wibble in error message (2ad230e)
Simon Peyton Jones
- [commit: testsuite] master: Wibble to error message (39e8900)
Simon Peyton Jones
- [commit: testsuite] master: Wibbles to error messages (64e509f)
Simon Peyton Jones
- [nightly] 01-Jun-2012 build of HEAD (unreg) on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 01-Jun-2012 build of HEAD on i386-unknown-linux (cam-02-unx)
GHC Build Reports
- [nightly] 01-Jun-2012 build of HEAD on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 01-Jun-2012 build of STABLE on i386-unknown-linux (cam-02-unx)
GHC Build Reports
- [nightly] 01-Jun-2012 build of STABLE on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 02-Jun-2012 build of HEAD (unreg) on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 02-Jun-2012 build of HEAD on i386-unknown-linux (cam-02-unx)
GHC Build Reports
- [nightly] 02-Jun-2012 build of HEAD on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 02-Jun-2012 build of STABLE on i386-unknown-linux (cam-02-unx)
GHC Build Reports
- [nightly] 02-Jun-2012 build of STABLE on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 03-Jun-2012 build of HEAD (unreg) on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 03-Jun-2012 build of HEAD on i386-unknown-linux (cam-02-unx)
GHC Build Reports
- [nightly] 03-Jun-2012 build of HEAD on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 03-Jun-2012 build of STABLE on i386-unknown-linux (cam-02-unx)
GHC Build Reports
- [nightly] 03-Jun-2012 build of STABLE on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 04-Jun-2012 build of HEAD (unreg) on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 04-Jun-2012 build of HEAD on i386-unknown-linux (cam-02-unx)
GHC Build Reports
- [nightly] 04-Jun-2012 build of HEAD on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 04-Jun-2012 build of STABLE on i386-unknown-linux (cam-02-unx)
GHC Build Reports
- [nightly] 04-Jun-2012 build of STABLE on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 05-Jun-2012 build of HEAD (unreg) on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 05-Jun-2012 build of HEAD on i386-unknown-linux (cam-02-unx)
GHC Build Reports
- [nightly] 05-Jun-2012 build of HEAD on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 05-Jun-2012 build of STABLE on i386-unknown-linux (cam-02-unx)
GHC Build Reports
- [nightly] 05-Jun-2012 build of STABLE on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 06-Jun-2012 build of HEAD (unreg) on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 06-Jun-2012 build of HEAD on i386-unknown-linux (cam-02-unx)
GHC Build Reports
- [nightly] 06-Jun-2012 build of HEAD on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 06-Jun-2012 build of STABLE on i386-unknown-linux (cam-02-unx)
GHC Build Reports
- [nightly] 06-Jun-2012 build of STABLE on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 07-Jun-2012 build of HEAD (unreg) on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 07-Jun-2012 build of HEAD on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 07-Jun-2012 build of STABLE on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 08-Jun-2012 build of HEAD (unreg) on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 08-Jun-2012 build of HEAD on i386-unknown-linux (cam-02-unx)
GHC Build Reports
- [nightly] 08-Jun-2012 build of HEAD on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 08-Jun-2012 build of STABLE on i386-unknown-linux (cam-02-unx)
GHC Build Reports
- [nightly] 08-Jun-2012 build of STABLE on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 09-Jun-2012 build of HEAD (unreg) on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 09-Jun-2012 build of HEAD on i386-unknown-linux (cam-02-unx)
GHC Build Reports
- [nightly] 09-Jun-2012 build of HEAD on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 09-Jun-2012 build of STABLE on i386-unknown-linux (cam-02-unx)
GHC Build Reports
- [nightly] 09-Jun-2012 build of STABLE on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 10-Jun-2012 build of HEAD (unreg) on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 10-Jun-2012 build of HEAD on i386-unknown-linux (cam-02-unx)
GHC Build Reports
- [nightly] 10-Jun-2012 build of HEAD on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 10-Jun-2012 build of STABLE on i386-unknown-linux (cam-02-unx)
GHC Build Reports
- [nightly] 10-Jun-2012 build of STABLE on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 11-Jun-2012 build of HEAD (unreg) on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 11-Jun-2012 build of HEAD on i386-unknown-linux (cam-02-unx)
GHC Build Reports
- [nightly] 11-Jun-2012 build of HEAD on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 11-Jun-2012 build of STABLE on i386-unknown-linux (cam-02-unx)
GHC Build Reports
- [nightly] 11-Jun-2012 build of STABLE on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 12-Jun-2012 build of HEAD (unreg) on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 12-Jun-2012 build of HEAD on i386-unknown-linux (cam-02-unx)
GHC Build Reports
- [nightly] 12-Jun-2012 build of HEAD on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 12-Jun-2012 build of STABLE on i386-unknown-linux (cam-02-unx)
GHC Build Reports
- [nightly] 12-Jun-2012 build of STABLE on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 13-Jun-2012 build of HEAD (unreg) on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 13-Jun-2012 build of HEAD on i386-unknown-linux (cam-02-unx)
GHC Build Reports
- [nightly] 13-Jun-2012 build of HEAD on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 13-Jun-2012 build of STABLE on i386-unknown-linux (cam-02-unx)
GHC Build Reports
- [nightly] 13-Jun-2012 build of STABLE on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 14-Jun-2012 build of HEAD (unreg) on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 14-Jun-2012 build of HEAD on i386-unknown-linux (cam-02-unx)
GHC Build Reports
- [nightly] 14-Jun-2012 build of HEAD on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 14-Jun-2012 build of STABLE on i386-unknown-linux (cam-02-unx)
GHC Build Reports
- [nightly] 14-Jun-2012 build of STABLE on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 15-Jun-2012 build of HEAD (unreg) on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 15-Jun-2012 build of HEAD on i386-unknown-linux (cam-02-unx)
GHC Build Reports
- [nightly] 15-Jun-2012 build of HEAD on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 15-Jun-2012 build of STABLE on i386-unknown-linux (cam-02-unx)
GHC Build Reports
- [nightly] 15-Jun-2012 build of STABLE on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 16-Jun-2012 build of HEAD (unreg) on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 16-Jun-2012 build of HEAD on i386-unknown-linux (cam-02-unx)
GHC Build Reports
- [nightly] 16-Jun-2012 build of HEAD on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 16-Jun-2012 build of STABLE on i386-unknown-linux (cam-02-unx)
GHC Build Reports
- [nightly] 16-Jun-2012 build of STABLE on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 17-Jun-2012 build of HEAD (unreg) on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 17-Jun-2012 build of HEAD on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 17-Jun-2012 build of STABLE on i386-unknown-linux (cam-02-unx)
GHC Build Reports
- [nightly] 17-Jun-2012 build of STABLE on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 18-Jun-2012 build of HEAD (unreg) on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 18-Jun-2012 build of HEAD on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 18-Jun-2012 build of STABLE on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 19-Jun-2012 build of HEAD (unreg) on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 19-Jun-2012 build of HEAD on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 19-Jun-2012 build of STABLE on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 20-Jun-2012 build of HEAD (unreg) on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 20-Jun-2012 build of HEAD on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 20-Jun-2012 build of STABLE on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 21-Jun-2012 build of HEAD (unreg) on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 21-Jun-2012 build of HEAD on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 21-Jun-2012 build of STABLE on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 22-Jun-2012 build of HEAD (unreg) on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 22-Jun-2012 build of HEAD on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 22-Jun-2012 build of STABLE on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 23-Jun-2012 build of HEAD (unreg) on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 23-Jun-2012 build of HEAD on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 23-Jun-2012 build of STABLE on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 24-Jun-2012 build of HEAD (unreg) on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 24-Jun-2012 build of HEAD on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 24-Jun-2012 build of STABLE on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 25-Jun-2012 build of HEAD (unreg) on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 25-Jun-2012 build of HEAD on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 25-Jun-2012 build of STABLE on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 26-Jun-2012 build of HEAD (unreg) on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 26-Jun-2012 build of HEAD on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 26-Jun-2012 build of STABLE on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 27-Jun-2012 build of HEAD (unreg) on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 27-Jun-2012 build of HEAD on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 27-Jun-2012 build of STABLE on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 28-Jun-2012 build of HEAD (unreg) on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 28-Jun-2012 build of HEAD on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 28-Jun-2012 build of STABLE on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 29-Jun-2012 build of HEAD (unreg) on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 29-Jun-2012 build of HEAD on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 29-Jun-2012 build of STABLE on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 31-May-2012 build of HEAD (unreg) on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 31-May-2012 build of HEAD on i386-unknown-linux (cam-02-unx)
GHC Build Reports
- [nightly] 31-May-2012 build of HEAD on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- [nightly] 31-May-2012 build of STABLE on i386-unknown-linux (cam-02-unx)
GHC Build Reports
- [nightly] 31-May-2012 build of STABLE on x86_64-unknown-linux (cam-04-unx)
GHC Build Reports
- am-deb7-64 (HEAD), build 109, Success
Builder
- am-deb7-64 (HEAD), build 110, Failure
Builder
- am-deb7-64 (HEAD), build 111, Success
Builder
- am-deb7-64 (HEAD), build 112, Success
Builder
- am-deb7-64 (HEAD), build 113, Success
Builder
- am-deb7-64 (HEAD), build 114, Success
Builder
- am-deb7-64 (HEAD), build 115, Success
Builder
- am-deb7-64 (HEAD), build 116, Success
Builder
- am-deb7-64 (HEAD), build 117, Success
Builder
- am-deb7-64 (HEAD), build 118, Success
Builder
- am-deb7-64 (HEAD), build 119, Success
Builder
- am-deb7-64 (HEAD), build 120, Success
Builder
- am-deb7-64 (HEAD), build 121, Failure
Builder
- am-deb7-64 (HEAD), build 122, Success
Builder
- am-deb7-64 (HEAD), build 123, Success
Builder
- am-deb7-64 (HEAD), build 124, Success
Builder
- am-deb7-64 (HEAD), build 125, Success
Builder
- am-deb7-64 (HEAD), build 126, Failure
Builder
- am-deb7-64 (HEAD), build 127, Success
Builder
- am-deb7-64 (HEAD), build 128, Success
Builder
- am-deb7-64 (HEAD), build 129, Success
Builder
- am-deb7-64 (HEAD), build 130, Success
Builder
- API function to check whether one type fits "in" another
"Philip K. F. Hölzenspies"
- Buidl failure
Simon Peyton-Jones
- Buidl failure
Ian Lynagh
- Buidl failure
Simon Peyton-Jones
- Build failure
Simon Peyton-Jones
- DoCon and GHC
Simon Peyton-Jones
- findFile failure
Simon Peyton-Jones
- findFile failure
Simon Marlow
- FW: FW: Typed TemplateHaskell?
Simon Peyton-Jones
- FW: FW: Typed TemplateHaskell?
Ian Lynagh
- GHC API initialisation
"Philip K. F. Hölzenspies"
- GHC API initialisation
Simon Marlow
- GHC API initialisation
Philip Holzenspies
- GHC API initialisation
Simon Marlow
- GHC API initialisation
Simon Marlow
- GHC on OS X & Gatekeeper
Manuel M T Chakravarty
- GHC on OS X & Gatekeeper
Ian Lynagh
- GHC on OS X & Gatekeeper
Simon Marlow
- Implementing reconfigurable pretty-printing in GHCi (Ticket #5461)
Vitaly Bragilevsky
- In #5218
Simon Peyton-Jones
- kgardas-linux-arm-head (HEAD), build 54, Failure
Builder
- kgardas-linux-arm-head (HEAD), build 55, Failure
Builder
- kgardas-linux-arm-head (HEAD), build 56, Failure
Builder
- kgardas-linux-arm-head (HEAD), build 57, Failure
Builder
- kgardas-linux-arm-head (HEAD), build 58, Incomplete
Builder
- kgardas-linux-arm-head (HEAD), build 59, Failure
Builder
- kgardas-linux-arm-head (HEAD), build 60, Failure
Builder
- kgardas-linux-arm-head (HEAD), build 61, Failure
Builder
- kgardas-linux-arm-head (HEAD), build 62, Incomplete
Builder
- kgardas-linux-arm-head (HEAD), build 63, Failure
Builder
- kgardas-linux-arm-head (HEAD), build 64, Failure
Builder
- kgardas-linux-arm-head (HEAD), build 65, Failure
Builder
- kgardas-linux-arm-head (HEAD), build 66, Failure
Builder
- kgardas-linux-arm-head (HEAD), build 67, Failure
Builder
- kgardas-linux-arm-head (HEAD), build 68, Failure
Builder
- kgardas-linux-arm-head (HEAD), build 69, Failure
Builder
- kgardas-linux-arm-head (HEAD), build 70, Failure
Builder
- kgardas-linux-arm-head (HEAD), build 71, Failure
Builder
- kgardas-linux-arm-head (HEAD), build 72, Failure
Builder
- kgardas-linux-arm-head (HEAD), build 73, Failure
Builder
- kgardas-opensolaris-x86-head (x86 Solaris HEAD), build 458, Success
Builder
- kgardas-opensolaris-x86-head (x86 Solaris HEAD), build 459, Success
Builder
- kgardas-opensolaris-x86-head (x86 Solaris HEAD), build 460, Success
Builder
- kgardas-opensolaris-x86-head (x86 Solaris HEAD), build 461, Success
Builder
- kgardas-opensolaris-x86-head (x86 Solaris HEAD), build 462, Success
Builder
- kgardas-opensolaris-x86-head (x86 Solaris HEAD), build 463, Success
Builder
- kgardas-opensolaris-x86-head (x86 Solaris HEAD), build 464, Success
Builder
- Missing clean
Simon Peyton-Jones
- New patches in /srv/darcs/git-mirrors/Cabal
Ian Lynagh
- New patches in /srv/darcs/git-mirrors/Cabal
Ian Lynagh
- New patches in /srv/darcs/git-mirrors/Cabal
Ian Lynagh
- New patches in /srv/darcs/git-mirrors/Cabal
Ian Lynagh
- New patches in /srv/darcs/git-mirrors/Cabal
Ian Lynagh
- New patches in /srv/darcs/git-mirrors/Cabal
Ian Lynagh
- New patches in /srv/darcs/git-mirrors/Cabal
Ian Lynagh
- New patches in /srv/darcs/git-mirrors/Cabal
Ian Lynagh
- New patches in /srv/darcs/git-mirrors/haskeline
Ian Lynagh
- New patches in /srv/darcs/git-mirrors/mtl
Ian Lynagh
- New patches in /srv/darcs/git-mirrors/transformers
Ian Lynagh
- New patches in /srv/darcs/git-mirrors/transformers
Ian Lynagh
- Nightly buids are dying
Simon Peyton-Jones
- Nightly buids are dying
Ian Lynagh
- patch: tweak wording on incorrect indentation error
Eric Kow
- pgj (x86 FreeBSD HEAD), build 696, Success
Builder
- pgj (x86 FreeBSD HEAD), build 697, Success
Builder
- pgj (x86 FreeBSD HEAD), build 698, Success
Builder
- pgj (x86 FreeBSD HEAD), build 699, Success
Builder
- pgj (x86 FreeBSD HEAD), build 700, Success
Builder
- pgj (x86 FreeBSD HEAD), build 701, Success
Builder
- pgj (x86 FreeBSD HEAD), build 702, Success
Builder
- pgj (x86 FreeBSD HEAD), build 703, Incomplete
Builder
- pgj (x86 FreeBSD HEAD), build 704, Incomplete
Builder
- pgj (x86 FreeBSD HEAD), build 705, Failure
Builder
- pgj (x86 FreeBSD HEAD), build 706, Failure
Builder
- pgj (x86 FreeBSD HEAD), build 707, Failure
Builder
- pgj (x86 FreeBSD HEAD), build 708, Failure
Builder
- pgj (x86 FreeBSD HEAD), build 709, Failure
Builder
- pgj (x86 FreeBSD HEAD), build 710, Failure
Builder
- pgj (x86 FreeBSD HEAD), build 711, Success
Builder
- pgj (x86 FreeBSD HEAD), build 712, Success
Builder
- pgj (x86 FreeBSD HEAD), build 713, Success
Builder
- pgj (x86 FreeBSD HEAD), build 714, Success
Builder
- pgj (x86 FreeBSD HEAD), build 715, Success
Builder
- pgj (x86 FreeBSD HEAD), build 716, Success
Builder
- pgj (x86 FreeBSD HEAD), build 717, Success
Builder
- pgj (x86 FreeBSD HEAD), build 718, Success
Builder
- pgj (x86 FreeBSD HEAD), build 719, Success
Builder
- pgj (x86 FreeBSD HEAD), build 720, Success
Builder
- pgj (x86 FreeBSD HEAD), build 721, Success
Builder
- pgj (x86 FreeBSD HEAD), build 722, Success
Builder
- pgj (x86 FreeBSD HEAD), build 723, Success
Builder
- pgj (x86 FreeBSD HEAD), build 724, Success
Builder
- pgj (x86 FreeBSD HEAD), build 725, Success
Builder
- pgj (x86 FreeBSD HEAD), build 726, Success
Builder
- pgj (x86 FreeBSD HEAD), build 727, Success
Builder
- pgj (x86 FreeBSD HEAD), build 728, Success
Builder
- pgj (x86 FreeBSD HEAD), build 729, Success
Builder
- pgj-freebsd-amd64-stable (amd64 FreeBSD STABLE), build 576, Success
Builder
- pgj-freebsd-amd64-stable (amd64 FreeBSD STABLE), build 577, Success
Builder
- pgj-freebsd-amd64-stable (amd64 FreeBSD STABLE), build 578, Success
Builder
- pgj-freebsd-amd64-stable (amd64 FreeBSD STABLE), build 579, Success
Builder
- pgj-freebsd-amd64-stable (amd64 FreeBSD STABLE), build 580, Success
Builder
- pgj-freebsd-amd64-stable (amd64 FreeBSD STABLE), build 581, Success
Builder
- pgj-freebsd-amd64-stable (amd64 FreeBSD STABLE), build 582, Success
Builder
- pgj-freebsd-amd64-stable (amd64 FreeBSD STABLE), build 583, Incomplete
Builder
- pgj-freebsd-amd64-stable (amd64 FreeBSD STABLE), build 584, Incomplete
Builder
- pgj-freebsd-amd64-stable (amd64 FreeBSD STABLE), build 585, Failure
Builder
- pgj-freebsd-amd64-stable (amd64 FreeBSD STABLE), build 586, Success
Builder
- pgj-freebsd-amd64-stable (amd64 FreeBSD STABLE), build 587, Incomplete
Builder
- pgj-freebsd-amd64-stable (amd64 FreeBSD STABLE), build 588, Incomplete
Builder
- pgj-freebsd-amd64-stable (amd64 FreeBSD STABLE), build 589, Failure
Builder
- pgj-freebsd-amd64-stable (amd64 FreeBSD STABLE), build 590, Failure
Builder
- pgj-freebsd-amd64-stable (amd64 FreeBSD STABLE), build 591, Success
Builder
- pgj-freebsd-amd64-stable (amd64 FreeBSD STABLE), build 592, Success
Builder
- pgj-freebsd-amd64-stable (amd64 FreeBSD STABLE), build 593, Success
Builder
- pgj-freebsd-amd64-stable (amd64 FreeBSD STABLE), build 594, Success
Builder
- pgj-freebsd-amd64-stable (amd64 FreeBSD STABLE), build 595, Success
Builder
- pgj-freebsd-amd64-stable (amd64 FreeBSD STABLE), build 596, Success
Builder
- pgj-freebsd-amd64-stable (amd64 FreeBSD STABLE), build 597, Success
Builder
- pgj-freebsd-amd64-stable (amd64 FreeBSD STABLE), build 598, Success
Builder
- pgj-freebsd-amd64-stable (amd64 FreeBSD STABLE), build 599, Success
Builder
- pgj-freebsd-amd64-stable (amd64 FreeBSD STABLE), build 600, Success
Builder
- pgj-freebsd-amd64-stable (amd64 FreeBSD STABLE), build 601, Success
Builder
- pgj-freebsd-amd64-stable (amd64 FreeBSD STABLE), build 602, Success
Builder
- pgj-freebsd-amd64-stable (amd64 FreeBSD STABLE), build 603, Success
Builder
- pgj-freebsd-amd64-stable (amd64 FreeBSD STABLE), build 604, Success
Builder
- pgj-freebsd-amd64-stable (amd64 FreeBSD STABLE), build 605, Success
Builder
- pgj-freebsd-amd64-stable (amd64 FreeBSD STABLE), build 606, Success
Builder
- pgj-freebsd-amd64-stable (amd64 FreeBSD STABLE), build 607, Success
Builder
- pgj-freebsd-amd64-stable (amd64 FreeBSD STABLE), build 608, Success
Builder
- pgj-freebsd-amd64-stable (amd64 FreeBSD STABLE), build 609, Success
Builder
- pgj-freebsd-i386-stable (x86 FreeBSD STABLE), build 559, Success
Builder
- pgj-freebsd-i386-stable (x86 FreeBSD STABLE), build 560, Success
Builder
- pgj-freebsd-i386-stable (x86 FreeBSD STABLE), build 561, Success
Builder
- pgj-freebsd-i386-stable (x86 FreeBSD STABLE), build 562, Success
Builder
- pgj-freebsd-i386-stable (x86 FreeBSD STABLE), build 563, Success
Builder
- pgj-freebsd-i386-stable (x86 FreeBSD STABLE), build 564, Success
Builder
- pgj-freebsd-i386-stable (x86 FreeBSD STABLE), build 565, Success
Builder
- pgj-freebsd-i386-stable (x86 FreeBSD STABLE), build 566, Incomplete
Builder
- pgj-freebsd-i386-stable (x86 FreeBSD STABLE), build 567, Incomplete
Builder
- pgj-freebsd-i386-stable (x86 FreeBSD STABLE), build 568, Failure
Builder
- pgj-freebsd-i386-stable (x86 FreeBSD STABLE), build 569, Failure
Builder
- pgj-freebsd-i386-stable (x86 FreeBSD STABLE), build 570, Failure
Builder
- pgj-freebsd-i386-stable (x86 FreeBSD STABLE), build 571, Success
Builder
- pgj-freebsd-i386-stable (x86 FreeBSD STABLE), build 572, Failure
Builder
- pgj-freebsd-i386-stable (x86 FreeBSD STABLE), build 573, Failure
Builder
- pgj-freebsd-i386-stable (x86 FreeBSD STABLE), build 574, Success
Builder
- pgj-freebsd-i386-stable (x86 FreeBSD STABLE), build 575, Success
Builder
- pgj-freebsd-i386-stable (x86 FreeBSD STABLE), build 576, Success
Builder
- pgj-freebsd-i386-stable (x86 FreeBSD STABLE), build 577, Success
Builder
- pgj-freebsd-i386-stable (x86 FreeBSD STABLE), build 578, Success
Builder
- pgj-freebsd-i386-stable (x86 FreeBSD STABLE), build 579, Success
Builder
- pgj-freebsd-i386-stable (x86 FreeBSD STABLE), build 580, Success
Builder
- pgj-freebsd-i386-stable (x86 FreeBSD STABLE), build 581, Success
Builder
- pgj-freebsd-i386-stable (x86 FreeBSD STABLE), build 582, Success
Builder
- pgj-freebsd-i386-stable (x86 FreeBSD STABLE), build 583, Success
Builder
- pgj-freebsd-i386-stable (x86 FreeBSD STABLE), build 584, Success
Builder
- pgj-freebsd-i386-stable (x86 FreeBSD STABLE), build 585, Success
Builder
- pgj-freebsd-i386-stable (x86 FreeBSD STABLE), build 586, Success
Builder
- pgj-freebsd-i386-stable (x86 FreeBSD STABLE), build 587, Success
Builder
- pgj-freebsd-i386-stable (x86 FreeBSD STABLE), build 588, Success
Builder
- pgj-freebsd-i386-stable (x86 FreeBSD STABLE), build 589, Success
Builder
- pgj-freebsd-i386-stable (x86 FreeBSD STABLE), build 590, Success
Builder
- pgj-freebsd-i386-stable (x86 FreeBSD STABLE), build 591, Success
Builder
- pgj-freebsd-i386-stable (x86 FreeBSD STABLE), build 592, Success
Builder
- pgj2 (amd64 FreeBSD HEAD), build 694, Success
Builder
- pgj2 (amd64 FreeBSD HEAD), build 695, Success
Builder
- pgj2 (amd64 FreeBSD HEAD), build 696, Success
Builder
- pgj2 (amd64 FreeBSD HEAD), build 697, Success
Builder
- pgj2 (amd64 FreeBSD HEAD), build 698, Success
Builder
- pgj2 (amd64 FreeBSD HEAD), build 699, Success
Builder
- pgj2 (amd64 FreeBSD HEAD), build 700, Success
Builder
- pgj2 (amd64 FreeBSD HEAD), build 701, Incomplete
Builder
- pgj2 (amd64 FreeBSD HEAD), build 702, Incomplete
Builder
- pgj2 (amd64 FreeBSD HEAD), build 703, Failure
Builder
- pgj2 (amd64 FreeBSD HEAD), build 704, Failure
Builder
- pgj2 (amd64 FreeBSD HEAD), build 705, Failure
Builder
- pgj2 (amd64 FreeBSD HEAD), build 706, Failure
Builder
- pgj2 (amd64 FreeBSD HEAD), build 707, Failure
Builder
- pgj2 (amd64 FreeBSD HEAD), build 708, Failure
Builder
- pgj2 (amd64 FreeBSD HEAD), build 709, Failure
Builder
- pgj2 (amd64 FreeBSD HEAD), build 710, Failure
Builder
- pgj2 (amd64 FreeBSD HEAD), build 711, Success
Builder
- pgj2 (amd64 FreeBSD HEAD), build 712, Success
Builder
- pgj2 (amd64 FreeBSD HEAD), build 713, Success
Builder
- pgj2 (amd64 FreeBSD HEAD), build 714, Success
Builder
- pgj2 (amd64 FreeBSD HEAD), build 715, Success
Builder
- pgj2 (amd64 FreeBSD HEAD), build 716, Success
Builder
- pgj2 (amd64 FreeBSD HEAD), build 717, Success
Builder
- pgj2 (amd64 FreeBSD HEAD), build 718, Success
Builder
- pgj2 (amd64 FreeBSD HEAD), build 719, Success
Builder
- pgj2 (amd64 FreeBSD HEAD), build 720, Success
Builder
- pgj2 (amd64 FreeBSD HEAD), build 721, Success
Builder
- pgj2 (amd64 FreeBSD HEAD), build 722, Success
Builder
- pgj2 (amd64 FreeBSD HEAD), build 723, Success
Builder
- pgj2 (amd64 FreeBSD HEAD), build 724, Success
Builder
- pgj2 (amd64 FreeBSD HEAD), build 725, Success
Builder
- pgj2 (amd64 FreeBSD HEAD), build 726, Success
Builder
- pgj2 (amd64 FreeBSD HEAD), build 727, Success
Builder
- pgj2 (amd64 FreeBSD HEAD), build 728, Success
Builder
- pgj2 (amd64 FreeBSD HEAD), build 729, Success
Builder
- pgj2 (amd64 FreeBSD HEAD), build 730, Success
Builder
- Preprocessor bug in 7.4.1
"Philip K. F. Hölzenspies"
- Preprocessor bug in 7.4.1
Simon Peyton-Jones
- Preprocessor bug in 7.4.1
"Philip K. F. Hölzenspies"
- Proper error message in native codegen
Simon Peyton-Jones
- simonmar-win32-head (x86 Windows HEAD), build 593, Failure
Builder
- simonmar-win32-head (x86 Windows HEAD), build 594, Failure
Builder
- simonmar-win32-head (x86 Windows HEAD), build 595, Failure
Builder
- simonmar-win32-head (x86 Windows HEAD), build 596, Failure
Builder
- simonmar-win32-head (x86 Windows HEAD), build 597, Failure
Builder
- simonmar-win32-head (x86 Windows HEAD), build 598, Failure
Builder
- simonmar-win32-head (x86 Windows HEAD), build 599, Failure
Builder
- simonmar-win32-head (x86 Windows HEAD), build 600, Failure
Builder
- simonmar-win32-head (x86 Windows HEAD), build 601, Success
Builder
- simonmar-win32-head (x86 Windows HEAD), build 602, Success
Builder
- simonmar-win32-head (x86 Windows HEAD), build 603, Success
Builder
- simonmar-win32-head (x86 Windows HEAD), build 604, Failure
Builder
- simonmar-win32-head (x86 Windows HEAD), build 605, Success
Builder
- simonmar-win32-head (x86 Windows HEAD), build 606, Success
Builder
- simonmar-win32-head (x86 Windows HEAD), build 607, Success
Builder
- simonmar-win32-head (x86 Windows HEAD), build 608, Success
Builder
- simonmar-win32-head (x86 Windows HEAD), build 609, Success
Builder
- simonmar-win32-head (x86 Windows HEAD), build 610, Success
Builder
- simonmar-win32-head (x86 Windows HEAD), build 611, Incomplete
Builder
- simonmar-win32-head (x86 Windows HEAD), build 612, Failure
Builder
- simonmar-win32-head (x86 Windows HEAD), build 613, Success
Builder
- simonmar-win32-head (x86 Windows HEAD), build 614, Success
Builder
- simonmar-win32-stable (x86 Windows STABLE), build 481, Incomplete
Builder
- simonmar-win32-stable (x86 Windows STABLE), build 482, Failure
Builder
- simonmar-win32-stable (x86 Windows STABLE), build 483, Failure
Builder
- simonmar-win32-stable (x86 Windows STABLE), build 484, Failure
Builder
- simonmar-win32-stable (x86 Windows STABLE), build 485, Success
Builder
- simonmar-win32-stable (x86 Windows STABLE), build 486, Success
Builder
- simonmar-win32-stable (x86 Windows STABLE), build 487, Success
Builder
- simonmar-win32-stable (x86 Windows STABLE), build 488, Success
Builder
- simonmar-win32-stable (x86 Windows STABLE), build 489, Success
Builder
- simonmar-win32-stable (x86 Windows STABLE), build 490, Success
Builder
- simonmar-win32-stable (x86 Windows STABLE), build 491, Success
Builder
- simonmar-win32-stable (x86 Windows STABLE), build 492, Success
Builder
- simonmar-win32-stable (x86 Windows STABLE), build 493, Success
Builder
- simonmar-win32-stable (x86 Windows STABLE), build 494, Success
Builder
- simonmar-win32-stable (x86 Windows STABLE), build 495, Failure
Builder
- simonmar-win32-stable (x86 Windows STABLE), build 496, Success
Builder
- simonmar-win32-stable (x86 Windows STABLE), build 497, Failure
Builder
- simonmar-win32-stable (x86 Windows STABLE), build 498, Success
Builder
- simonmar-win32-stable (x86 Windows STABLE), build 499, Failure
Builder
- simonmar-win32-stable (x86 Windows STABLE), build 500, Success
Builder
- simonmar-win32-stable (x86 Windows STABLE), build 501, Success
Builder
- simonmar-win32-stable (x86 Windows STABLE), build 502, Success
Builder
- T5113 failing: bytes allocated 822112880 is more than maximum allowed 9000000
Ian Lynagh
- T5113 failing: bytes allocated 822112880 is more than maximum allowed 9000000
Simon Peyton-Jones
- tn23 (x86 OSX HEAD), build 631, Success
Builder
- tn23 (x86 OSX HEAD), build 632, Success
Builder
- tn23 (x86 OSX HEAD), build 633, Success
Builder
- tn23 (x86 OSX HEAD), build 634, Success
Builder
- tn23 (x86 OSX HEAD), build 635, Success
Builder
- tn23 (x86 OSX HEAD), build 636, Success
Builder
- tn23 (x86 OSX HEAD), build 637, Failure
Builder
- tn23 (x86 OSX HEAD), build 638, Success
Builder
- tn23 (x86 OSX HEAD), build 639, Success
Builder
- tn23 (x86 OSX HEAD), build 640, Success
Builder
- tn23 (x86 OSX HEAD), build 641, Success
Builder
- tn23 (x86 OSX HEAD), build 642, Success
Builder
- tn23 (x86 OSX HEAD), build 643, Success
Builder
- tn23 (x86 OSX HEAD), build 644, Success
Builder
- tn23 (x86 OSX HEAD), build 645, Success
Builder
- tn23 (x86 OSX HEAD), build 646, Success
Builder
- tn23 (x86 OSX HEAD), build 647, Success
Builder
- Typo in docs
Gabor Greif
- Typo in docs
Ian Lynagh
- validate failures
Simon Marlow
- validate failures
Simon Peyton-Jones
- validate failures
Ian Lynagh
- Validate test failures
Ian Lynagh
- Validate test failures
Simon Peyton-Jones
Last message date:
Sat Jun 30 10:30:42 CEST 2012
Archived on: Sat Jun 30 10:30:51 CEST 2012
This archive was generated by
Pipermail 0.09 (Mailman edition).