January 2013 Archives by author
Starting: Thu Jan 10 20:23:56 CET 2013
Ending: Thu Jan 31 10:53:45 CET 2013
Messages: 375
- [commit: ghc] master: Use a version of the coverage condition even with UndecidableInstances. (fe61599)
Iavor Diatchki
- [commit: testsuite] master: Add a missing FD on `Add`, otherwise the test is (correctly) rejected. (384f47e)
Iavor Diatchki
- [commit: ghc] master: Fixup comment: typos + I had the generalization rule backwards. (12f3a53)
Iavor Diatchki
- [commit: ghc] master: Fix up comment: I was just wrong previously, the original GHC comment on `oclose` is correct. (def97b8)
Iavor Diatchki
- [commit: ghc] master: Fix Trac #7585. (a6ab0a4)
Richard Eisenberg
- [commit: testsuite] master: Add new test case T7585. (3c0c3d9)
Richard Eisenberg
- [commit: base] master: typos (7e1ce38)
Gabor Greif
- [commit: base] master: typos (2651c91)
Gabor Greif
- [commit: ghc] master: typos (3e1745a)
Gabor Greif
- [commit: ghc] master: Be willing to parse {-# UNPACK #-} without '!' (deec5b7)
Simon Peyton Jones
- [commit: ghc] master: Merge branch 'master' of http://darcs.haskell.org/ghc (82f81d1)
Simon Peyton Jones
- [commit: haddock] master: Track change to HsBang type (266a20a)
Simon Peyton Jones
- [commit: testsuite] master: Test Trac #7562 (a91cac4)
Simon Peyton Jones
- [commit: testsuite] master: Merge branch 'master' of http://darcs.haskell.org/testsuite (e063557)
Simon Peyton Jones
- [commit: ghc] new-demand-to-merge: Make sure we use the zapped-occ-info case-binder when processing the scrutinee (d4a9a39)
Simon Peyton Jones
- [commit: ghc] new-demand-to-merge: Make sure that we analyse at least once, even with absent or bottom demands. (1aef13c)
Simon Peyton Jones
- [commit: testsuite] master: Fix test by removing unnessary (and bogus) fundep (a7a8923)
Simon Peyton Jones
- [commit: testsuite] master: Fix test by adding a fundep on class A, (ad669f1)
Simon Peyton Jones
- [commit: testsuite] master: Fix Test by adding a fundep to make the (Concete a b) instance legal (ca5fbc2)
Simon Peyton Jones
- [commit: testsuite] master: Fix test by adding an extra fundep to make the (HasSingleton (Maybe a) mp) instance legal (56cd7ad)
Simon Peyton Jones
- [commit: testsuite] master: Make tc226 have -O, so that the unboxing stuff happens (a0acdf6)
Simon Peyton Jones
- [commit: testsuite] master: Merge branch 'master' of http://darcs.haskell.org/testsuite (13b32c0)
Simon Peyton Jones
- [commit: ghc] master: When doing UNPACK pragmas, be careful to only unpack *data* types not newtypes (152e703)
Simon Peyton Jones
- [commit: ghc] master: White space only (29054b0)
Simon Peyton Jones
- [commit: ghc] master: Tidy up FunDeps.oclose (ecddaca)
Simon Peyton Jones
- [commit: ghc] master: Tiny refactoring, really just white space (440a9a5)
Simon Peyton Jones
- [commit: ghc] master: Merge branch 'master' of http://darcs.haskell.org/ghc (8f731f2)
Simon Peyton Jones
- [commit: nofib] master: Add notes about nofib (4b19571)
Simon Peyton Jones
- [commit: ghc] new-demand-to-merge: Comments and refactoring only (49df25c)
Simon Peyton Jones
- [commit: ghc] new-demand-to-merge: Merge remote-tracking branch 'origin/master' into new-demand-to-merge (d3378e4)
Simon Peyton Jones
- [commit: ghc] new-demand-to-merge: Remove tabs (7e1c132)
Simon Peyton Jones
- [commit: ghc] new-demand-to-merge's head updated: Remove tabs (7e1c132)
Simon Peyton Jones
- [commit: ghc] master: Major patch to implement the new Demand Analyser (0831a12)
Simon Peyton Jones
- [commit: ghc] master: A simple improvement to CSE (91b44bc)
Simon Peyton Jones
- [commit: ghc] master: Merge branch 'master' of http://darcs.haskell.org/ghc (057384f)
Simon Peyton Jones
- [commit: ghc] master: Merge branch 'master' of http://darcs.haskell.org/ghc (81f4cd3)
Simon Peyton Jones
- [commit: testsuite] master: Fix simplrun010 test (f937604)
Simon Peyton Jones
- [commit: testsuite] master: Adjust debug output for different syntax of strictness annotations (c85582d)
Simon Peyton Jones
- [commit: testsuite] master: Adjust performance bounds slightly (52234df)
Simon Peyton Jones
- [commit: ghc] master: Add missing case in eqHsBang; makes rnfail055 pass again (e39539d)
Simon Peyton Jones
- [commit: ghc] master: Merge branch 'master' of darcs.haskell.org:/home/darcs/ghc (04abb49)
Simon Peyton Jones
- [commit: testsuite] master: Output wibble (0e5e3b9)
Simon Peyton Jones
- [commit: ghc] master: Document overlapping instances more clearly (ea53d9c)
Simon Peyton Jones
- [commit: testsuite] master: Test Trac #7594 (311f560)
Simon Peyton Jones
- [commit: testsuite] master: Add missing paren (ea58ea5)
Simon Peyton Jones
- [commit: ghc] master: Comments only (about trimming the type environment) (8d01b10)
Simon Peyton Jones
- [commit: ghc] master: Comments only (5d99d6a)
Simon Peyton Jones
- [commit: ghc] master: Exploit the invariant for AxInstCo to simplify coercionKind (2ec39c7)
Simon Peyton Jones
- [commit: ghc] master: When printing types in the interactive UI, take account of free variables (2cc42db)
Simon Peyton Jones
- [commit: ghc] master: Merge branch 'master' of darcs.haskell.org:/home/darcs/ghc (5469388)
Simon Peyton Jones
- [commit: ghc] master: Use pprTypeForUser when printing kinds in ghci (65e4195)
Simon Peyton Jones
- [commit: ghc] master: Merge branch 'master' of darcs.haskell.org:/home/darcs/ghc (b479713)
Simon Peyton Jones
- [commit: testsuite] master: Test Trac #7587 (bcadec3)
Simon Peyton Jones
- [commit: testsuite] master: Fix debugging glitch in test output (5e7f657)
Simon Peyton Jones
- [commit: testsuite] master: Test Trac #2247 (cdfefe8)
Simon Peyton Jones
- [commit: ghc] master: Comments only (c94528a)
Simon Peyton Jones
- [commit: ghc] master: Allow eta-reduction of eval'd functions if of arity 1 (7a1480c)
Simon Peyton Jones
- [commit: ghc] master: Allow CaseElim if the case binder is the next thing to be eval'd (35f1fc9)
Simon Peyton Jones
- [commit: ghc] master: Refactor and improve the promotion inference (09ff0e0)
Simon Peyton Jones
- [commit: ghc] master: Use kind 'Symbol' consistently, rather than kind 'String' (829be06)
Simon Peyton Jones
- [commit: ghc] master: Merge branch 'master' of http://darcs.haskell.org/ghc (a47ee23)
Simon Peyton Jones
- [commit: testsuite] master: Adjust test; Int is not promotable (f98008c)
Simon Peyton Jones
- [commit: testsuite] master: Error message wibbles (5a7e766)
Simon Peyton Jones
- [commit: base] master: Grotesque hack on Unsafe.Coerce (24c3a71)
Simon Peyton Jones
- [commit: base] master: Merge branch 'master' of http://darcs.haskell.org//packages/base (8fd36ef)
Simon Peyton Jones
- [commit: ghc] master: More refactoring of FamInst/FamInstEnv; finally fixes Trac #7524 (a98e51e)
Simon Peyton Jones
- [commit: ghc] master: Pure refactoring (f1fa6eb)
Simon Peyton Jones
- [commit: ghc] master: Merge branch 'master' of http://darcs.haskell.org/ghc (163da7f)
Simon Peyton Jones
- [commit: ghc] master: Minor pretty printing changes only (167dfe2)
Simon Peyton Jones
- [commit: ghc] master: Comments only (2627e62)
Simon Peyton Jones
- [commit: ghc] master: Fix comments on isValArg (24644bb)
Simon Peyton Jones
- [commit: testsuite] master: Debug output wibbles (cf6e54d)
Simon Peyton Jones
- [commit: testsuite] master: Test Trac #7524 (bacd25d)
Simon Peyton Jones
- [commit: testsuite] master: SimpleFail9 now passes, which is actually fine (01f5abf)
Simon Peyton Jones
- [commit: ghc] master: Improve consistency checking for associated type-family instances (d79c0c4)
Simon Peyton Jones
- [commit: ghc] master: Merge branch 'master' of http://darcs.haskell.org/ghc (5943886)
Simon Peyton Jones
- [commit: ghc] master: Print infix type constructors in back-ticks (79dae93)
Simon Peyton Jones
- [commit: ghc] master: Remove unused argument (b4c1747)
Simon Peyton Jones
- [commit: ghc] master: Comments only (18b106e)
Simon Peyton Jones
- [commit: ghc] master: The type/kind variables of a class decl scope over the associated types (82219ae)
Simon Peyton Jones
- [commit: ghc] master: Merge branch 'master' of darcs.haskell.org:/home/darcs/ghc (1c4e896)
Simon Peyton Jones
- [commit: ghc] master: When quantifying associated types, we may have TyVars involved, not just TcTyVars (6464d37)
Simon Peyton Jones
- [commit: ghc] master: Merge branch 'master' of darcs.haskell.org:/home/darcs/ghc (71ae069)
Simon Peyton Jones
- [commit: ghc] master: Merge branch 'master' of darcs.haskell.org:/home/darcs/ghc (bf069cb)
Simon Peyton Jones
- [commit: ghc] master: Merge branch 'master' of darcs.haskell.org:/home/darcs/ghc (0768ddb)
Simon Peyton Jones
- [commit: testsuite] master: Test Trac #7609 (bdcc186)
Simon Peyton Jones
- [commit: testsuite] master: Interface files now include promotion flags (7c5c2ae)
Simon Peyton Jones
- [commit: testsuite] master: Improve test (abd5bad)
Simon Peyton Jones
- [commit: testsuite] master: Test Trac #7282 (6d60454)
Simon Peyton Jones
- [commit: testsuite] master: Merge branch 'master' of http://darcs.haskell.org/testsuite (818c83c)
Simon Peyton Jones
- [commit: testsuite] master: Test Trac #7601 (26beb30)
Simon Peyton Jones
- [commit: ghc] master: Minor impovement to when we float a let out of (b4e86fa)
Simon Peyton Jones
- [commit: ghc] master: Introduce CPR for sum types (Trac #5075) (d3b8991)
Simon Peyton Jones
- [commit: ghc] master: Comments only (8e5313c)
Simon Peyton Jones
- [commit: ghc] master: Use fsep, not sep, when printing lots of Core binders (0f8c6fc)
Simon Peyton Jones
- [commit: ghc] master: Comments only (182fe6f)
Simon Peyton Jones
- [commit: ghc] master: Merge branch 'master' of http://darcs.haskell.org/ghc (ff5bea7)
Simon Peyton Jones
- [commit: ghc] master: Collapse DmdResult into CPRResult (e342666)
Simon Peyton Jones
- [commit: ghc] master: Merge branch 'master' of http://darcs.haskell.org/ghc (0ab8cc1)
Simon Peyton Jones
- [commit: ghc] master: Remove dead code (9c661e0)
Simon Peyton Jones
- [commit: ghc] master: Add support for *named* holes; an extension of -XTypeHoles (677144b)
Simon Peyton Jones
- [commit: ghc] master: Merge branch 'master' of http://darcs.haskell.org/ghc (dd86634)
Simon Peyton Jones
- [commit: ghc] master: Expand tabs (6ac7bae)
Simon Peyton Jones
- [commit: ghc] master: Update the -no-auto-link-packages docs (35691ad)
Ian Lynagh
- [commit: ghc] master: Support the MergeStub phase when building with dynamic-too (8dd2f98)
Ian Lynagh
- [commit: ghc] master: Make the rule for .hi files depend on the .hs/.lhs files (5cb0880)
Ian Lynagh
- [commit: ghc] master: Enable the .hi file sanity check when not on Windows (1353b4a)
Ian Lynagh
- [commit: ghc] master: Remove redundant rule from rules/build-package.mk (9e3088f)
Ian Lynagh
- [commit: ghc] master: Handle -boot files properly when doing -dynamic-too (ccd8c6f)
Ian Lynagh
- [commit: ghc] master: Refactoring: No functional change (35428a3)
Ian Lynagh
- [commit: ghc] master: dynamic-too progress (96ea76c)
Ian Lynagh
- [commit: ghc] master: Build system: Add ExtraMakefileSanityChecks for extra safety (fb7391a)
Ian Lynagh
- [commit: ghc] master: Small build system refactoring (8b1e30f)
Ian Lynagh
- [commit: ghc] master: Update bytestring and terminfo repos (77e7841)
Ian Lynagh
- [commit: bytestring] master: Re-implement the foldr and foldl functions and fix unpack fusion (4bc5aa9)
Ian Lynagh
- [commit: bytestring] master: Remove references to array fusion from the haddock docs (6f2b3a7)
Ian Lynagh
- [commit: bytestring] master: Retrospective 0.10.0.2 release (af47a52)
Ian Lynagh
- [commit: bytestring] master: Bump to current 0.10.3.x version (fc888a3)
Ian Lynagh
- [commit: bytestring] master: Fix a couple warnings (aaf8442)
Ian Lynagh
- [commit: bytestring] master: Relax directory version constraint for builder testsuite (12f8e09)
Ian Lynagh
- [commit: bytestring] master: TAG 0.10.0.2 (f95117e)
Ian Lynagh
- [commit: terminfo] master: Bump version to 0.3.2.5. (65a7ea9)
Ian Lynagh
- [commit: terminfo] master: Fix build on ghc-7.2. (b582892)
Ian Lynagh
- [commit: terminfo] master: Search for terminfo in libtinfo; fixes GHC #7281. (116d3ee)
Ian Lynagh
- [commit: ghc] master: Improve some error messages (b9fae0c)
Ian Lynagh
- [commit: ghc] master: Remove checkCOrAsmOrLlvmOrDotNetOrInterp (f3d3bae)
Ian Lynagh
- [commit: ghc] master: Update a comment (49e6c96)
Ian Lynagh
- [commit: ghc] master: Whitespace only in nativeGen/SPARC/Base.hs (de373f9)
Ian Lynagh
- [commit: ghc] master: Update a panic message (385dced)
Ian Lynagh
- [commit: ghc] master: Make "happensBefore" take account of whether we are unregisterised (68833e5)
Ian Lynagh
- [commit: ghc] master: Don't make -C imply -fvia-C (acb0cd9)
Ian Lynagh
- [commit: testsuite] master: Add a test for #7563 (441805f)
Ian Lynagh
- [commit: ghc] master: Clarify docs on when -ddump-* imply -fforce-recomp; fixes #7406 (782faec)
Ian Lynagh
- [commit: ghc] ghc-7.6: Change RTS hook APIs to match 7.6.1 (1eda0b7)
Ian Lynagh
- [commit: ghc] ghc-7.6: add X86_64_GOTTPOFF relocation for errno (42729f4)
Ian Lynagh
- [commit: bytestring] ghc-7.6: Sync with the upstream bytestring 0.10.0.2 release (b590008)
Ian Lynagh
- [commit: ghc] master: Fix typo in docs; spotted by Gabor Greif (6387eba)
Ian Lynagh
- [commit: ghc] ghc-7.6: Fix typo in docs; spotted by Gabor Greif (4a2536d)
Ian Lynagh
- [commit: base] master: Expose new threadWaitSTM functions in Control.Concurrent (see #7216). (228f0ed)
Ian Lynagh
- [commit: base] master: Fix warnings (45bd7b2)
Ian Lynagh
- [commit: base] master: Fix ambiguity error on Windows (f0052dc)
Ian Lynagh
- [commit: base] master: Fix warnings on Windows (e747d14)
Ian Lynagh
- [commit: base] master: Use the RTS getMonotonicTime to implement getMonotonicNSec; fixes #7299 (8a3399d)
Ian Lynagh
- [commit: base] master: Merge branch 'master' of darcs.haskell.org:/srv/darcs//packages/base (2e03b94)
Ian Lynagh
- [commit: testsuite] master: Add a test for #7299 (38f21bb)
Ian Lynagh
- [commit: testsuite] master: Merge branch 'master' of darcs.haskell.org:/srv/darcs//testsuite (245e63d)
Ian Lynagh
- [commit: base] ghc-7.6: Use the RTS getMonotonicTime to implement getMonotonicNSec; fixes #7299 (f1a7ffe)
Ian Lynagh
- [commit: testsuite] ghc-7.6: Add a test for #7299 (7467ed9)
Ian Lynagh
- [commit: ghc] ghc-7.6: Expose the prototype for getMonotonicNSec (9c1edfa)
Ian Lynagh
- [commit: ghc] ghc-7.6: Use pthread_kill on OS X too (8026382)
Ian Lynagh
- [commit: ghc] ghc-7.6: Expose genericRaise; fixes signals004(dyn) no OS X 32 (56d0328)
Ian Lynagh
- [commit: unix] ghc-7.6: Fix some parentheses (4eb45c8)
Ian Lynagh
- [commit: unix] ghc-7.6: Use pthread_kill on OS X too (ef1604f)
Ian Lynagh
- [commit: unix] ghc-7.6: Fix signals004 on OS X 32 (cd2a071)
Ian Lynagh
- [commit: testsuite] ghc-7.6: arith005(ghci) is broken on OS X x86 (#7043) (85f9f58)
Ian Lynagh
- [commit: testsuite] ghc-7.6: Fix the safeHaskell tests (460ecad)
Ian Lynagh
- [commit: ghc] master: Expose the prototype for getMonotonicNSec (fd3fd18)
Ian Lynagh
- [commit: ghc] master: Use pthread_kill on OS X too (3f90064)
Ian Lynagh
- [commit: ghc] master: Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghc (0dc9f1c)
Ian Lynagh
- [commit: unix] master: Fix some parentheses (0b0915a)
Ian Lynagh
- [commit: unix] master: Use pthread_kill on OS X too (4b07317)
Ian Lynagh
- [commit: testsuite] master: arith005(ghci) is broken on OS X x86 (#7043) (98fee92)
Ian Lynagh
- [commit: ghc] master: Expose genericRaise; fixes signals004(dyn) no OS X 32 (b14ddb2)
Ian Lynagh
- [commit: base] ghc-7.6: num010(ghci) is broken on OS X 32 (#7043) (ff6c868)
Ian Lynagh
- [commit: directory] ghc-7.6: T4113 is broken in OS X (#7604) (e14d113)
Ian Lynagh
- [commit: hpc] ghc-7.6: Fix tests when BINDIST=YES (a433ac2)
Ian Lynagh
- [commit: ghc] master: Remove unused HscStats.lhs; fixes #7605 (858888e)
Ian Lynagh
- [commit: ghc] master: Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghc (2c12b91)
Ian Lynagh
- [commit: base] master: num010(ghci) is broken on OS X 32 (#7043) (169eb37)
Ian Lynagh
- [commit: directory] master: T4113 is broken in OS X (#7604) (24d1444)
Ian Lynagh
- [commit: hpc] master: Fix tests when BINDIST=YES (5b5f2d4)
Ian Lynagh
- [commit: ghc] master: Update mailing lists in the users guide (927ca60)
Ian Lynagh
- [commit: testsuite] master: Add a test for #1133 (0eab86e)
Ian Lynagh
- [commit: testsuite] master: Add another test for #1133 (39af698)
Ian Lynagh
- [commit: hpc] ghc-7.6: Add some more test cleaning (5801cd0)
Ian Lynagh
- [commit: hpc] ghc-7.6: Move the tough2 test into a different directory (c58e206)
Ian Lynagh
- [commit: hpc] master: Add some more test cleaning (ddcf0e9)
Ian Lynagh
- [commit: hpc] master: Move the tough2 test into a different directory (1ccf547)
Ian Lynagh
- [commit: testsuite] master: Remove a stray colon from the framework fail messages (7a3ed1d)
Ian Lynagh
- [commit: testsuite] master: Add a (currently very permissive) test name check (df8b626)
Ian Lynagh
- [commit: testsuite] master: Fix T1133, T1133A when BINDIST=YES (2cb474d)
Ian Lynagh
- [commit: hpc] master: Rename subdir/tough2 test to tough2 (17970d0)
Ian Lynagh
- [commit: testsuite] master: Don't allow '/' characters in test names (5daeb97)
Ian Lynagh
- [commit: testsuite] master: Use .hpc.<testname> for the hpc directory (413dd2f)
Ian Lynagh
- [commit: testsuite] master: Clean the .hpc directories (576fca8)
Ian Lynagh
- [commit: hpc] ghc-7.6: Rename subdir/tough2 test to tough2 (dd1b1b4)
Ian Lynagh
- [commit: testsuite] ghc-7.6: Add a (currently very permissive) test name check (dd09334)
Ian Lynagh
- [commit: testsuite] ghc-7.6: Don't allow '/' characters in test names (040b450)
Ian Lynagh
- [commit: testsuite] ghc-7.6: MERGED: Use .hpc.<testname> for the hpc directory (38c3df9)
Ian Lynagh
- [commit: testsuite] ghc-7.6: Clean the .hpc directories (61b4c39)
Ian Lynagh
- [commit: directory] ghc-7.6: T4113 works on OSX/64 (3acb9fb)
Ian Lynagh
- [commit: haskeline] ghc-7.6: Fix a use of 'stdcall' so that it builds on Win64 (6529185)
Ian Lynagh
- [commit: base] master: Rename tests to not start with a digit (6ea3105)
Ian Lynagh
- [commit: base] master: Merge branch 'master' of darcs.haskell.org:/srv/darcs//packages/base (e8d9595)
Ian Lynagh
- [commit: process] master: Rename tests to not start with a digit (fb4ded3)
Ian Lynagh
- [commit: unix] master: Rename tests to not start with a digit (67c5131)
Ian Lynagh
- [commit: testsuite] master: Rename some tests to not start with a digit (53da29a)
Ian Lynagh
- [commit: testsuite] master: Make do_test catch and re-raise KeyboardInterrupt (faa34f5)
Ian Lynagh
- [commit: testsuite] master: Merge branch 'master' of darcs.haskell.org:/srv/darcs//testsuite (d1a6c78)
Ian Lynagh
- [commit: testsuite] master: Merge branch 'master' of darcs.haskell.org:/srv/darcs//testsuite (f4d4997)
Ian Lynagh
- [commit: testsuite] master: Rename some numeric tests: nnnn -> Tnnnn (693dc73)
Ian Lynagh
- [commit: testsuite] master: Rename some numeric tests: nnnn -> Tnnnn (fd233b8)
Ian Lynagh
- [commit: testsuite] master: Rename some numeric tests: nnnn -> Tnnnn (70d30ab)
Ian Lynagh
- [commit: testsuite] master: Rename some numeric tests: nnnn -> Tnnnn (014c90c)
Ian Lynagh
- [commit: testsuite] master: Rename some numeric tests: nnnn -> Tnnnn (85608fe)
Ian Lynagh
- [commit: testsuite] master: Rename some numeric tests: nnnn -> Tnnnn (ebeb2f3)
Ian Lynagh
- [commit: base] ghc-7.6: Chan002(threaded2) fails on Windows with 7.4.1 and 7.6 branch (4e3ad8e)
Ian Lynagh
- [commit: base] ghc-7.6: stableptr003(dyn) fails on Win32 with 7.4.1 and 7.6 branch (05abdc9)
Ian Lynagh
- [commit: testsuite] ghc-7.6: numrun012(ghci) now passes on Windows (49d6367)
Ian Lynagh
- [commit: testsuite] ghc-7.6: Handles TEST_HC=c:/... on Windows (cc20d14)
Ian Lynagh
- [commit: testsuite] ghc-7.6: derefnull(ghci) and divbyzero(ghci) fail on Win32 in 7.4 and 7.6 (3466590)
Ian Lynagh
- [commit: testsuite] ghc-7.6: Fix T7037 on Windows (a922db9)
Ian Lynagh
- [commit: testsuite] ghc-7.6: Tweak a comment to help vim's syntax highlighting (27c5f75)
Ian Lynagh
- [commit: testsuite] ghc-7.6: dynCompileExpr(dyn) fails on Windows as ghc isn't built the dyn way (d2fcc38)
Ian Lynagh
- [commit: testsuite] ghc-7.6: {ffi002, 5402, 5594}(threaded2) fail on Windows with 7.4.1 and 7.6 branch (67d8434)
Ian Lynagh
- [commit: testsuite] ghc-7.6: Add expected output for T4464 on Windows (0ddcd40)
Ian Lynagh
- [commit: testsuite] ghc-7.6: Add Windows output for shared001 (c2985b1)
Ian Lynagh
- [commit: testsuite] ghc-7.6: 5313(dyn) is broken on Windows (#5987) (ce2f18d)
Ian Lynagh
- [commit: testsuite] ghc-7.6: conc059(threaded2) fails on Windows with 7.4.1 and 7.6 branch (9d9fb54)
Ian Lynagh
- [commit: testsuite] ghc-7.6: concprog001(threaded2) fails on Windows with 7.4.1 and 7.6 branch (cc765db)
Ian Lynagh
- [commit: testsuite] ghc-7.6: Make T7037 work on both Windows and other platforms (eb380cf)
Ian Lynagh
- [commit: base] master: Rename some numeric tests: nnnn -> Tnnnn (3f34919)
Ian Lynagh
- [commit: base] master: Merge branch 'master' of darcs.haskell.org:/srv/darcs//packages/base (e70ace2)
Ian Lynagh
- [commit: base] master: Merge branch 'master' of darcs.haskell.org:/srv/darcs//packages/base (56dbea2)
Ian Lynagh
- [commit: testsuite] master: Rename some numeric tests: nnnn -> Tnnnn (44dee89)
Ian Lynagh
- [commit: testsuite] master: Rename some numeric tests: nnnn -> Tnnnn (ffeb501)
Ian Lynagh
- [commit: testsuite] master: Rename some numeric tests: nnnn -> Tnnnn (e140c43)
Ian Lynagh
- [commit: testsuite] master: Rename some numeric tests: nnnn -> Tnnnn (13b81c9)
Ian Lynagh
- [commit: testsuite] master: Rename some numeric tests: nnnn -> Tnnnn (1a9586c)
Ian Lynagh
- [commit: testsuite] master: Rename some numeric tests: nnnn -> Tnnnn (79880ac)
Ian Lynagh
- [commit: testsuite] master: Rename some numeric tests: nnnn -> Tnnnn (1c004a7)
Ian Lynagh
- [commit: testsuite] master: Rename some numeric tests: nnnn -> Tnnnn (f6257a2)
Ian Lynagh
- [commit: testsuite] master: Rename some numeric tests: nnnn -> Tnnnn (ffcccd0)
Ian Lynagh
- [commit: testsuite] master: Rename some numeric tests: nnnn -> Tnnnn (1e581cc)
Ian Lynagh
- [commit: testsuite] master: Make numeric-only test names a framework failure (0d29b1b)
Ian Lynagh
- [commit: testsuite] master: Rename a test that shared its name with another test (6be3a5d)
Ian Lynagh
- [commit: testsuite] master: Revert "fix runtests to set LD_LIBRARY_PATH environment variable." (6b5cec3)
Ian Lynagh
- [commit: testsuite] master: numrun012(ghci) now passes on Windows (07ce09b)
Ian Lynagh
- [commit: testsuite] master: Handles TEST_HC=c:/... on Windows (0a1e0e6)
Ian Lynagh
- [commit: testsuite] master: Fix T7037 on Windows (07076dc)
Ian Lynagh
- [commit: testsuite] master: Tweak a comment to help vim's syntax highlighting (7ba16b1)
Ian Lynagh
- [commit: testsuite] master: dynCompileExpr(dyn) fails on Windows as ghc isn't built the dyn way (e00e0dd)
Ian Lynagh
- [commit: testsuite] master: Make T7037 work on both Windows and other platforms (6870a48)
Ian Lynagh
- [commit: base] ghc-7.6: Fix an 'if windows' test to cover Win64 too (59d1d7e)
Ian Lynagh
- [commit: testsuite] ghc-7.6: ffi017(ghci) fails on Win64 (95323e6)
Ian Lynagh
- [commit: testsuite] ghc-7.6: T6106(ghci) fails on Windows for unknown reasons (a42c862)
Ian Lynagh
- [commit: base] master: Fix an 'if windows' test to cover Win64 too (1784741)
Ian Lynagh
- [commit: ghc] master: Add support to compare for comparing whole directories (a3a2348)
Ian Lynagh
- [commit: ghc] master: Use Test.Regex.PCRE instead of .Posix in compare (5943a5b)
Ian Lynagh
- [commit: ghc] master: Add a kludge to the compare tool for unicode filenames (d1fd45d)
Ian Lynagh
- [commit: ghc] master: Add a "Done." line to compare (1095d51)
Ian Lynagh
- [commit: ghc] master: use -e rather than -d when checking for the existence of a subrepo (146b0ea)
Ian Lynagh
- [commit: ghc] master: Tweak the mkDocs script (ba47b1d)
Ian Lynagh
- [commit: ghc] master: Patch for #7628: improve error message when mixing 32 and 64 bit images (on Mac OS X) (12e3d3f)
Ian Lynagh
- [commit: ghc] master: Tweak the gen_contents_index script (43cc231)
Ian Lynagh
- [commit: testsuite] master: Remove some redundant 'extra cleaning' in T4850 (15822db)
Ian Lynagh
- [commit: ghc] ghc-7.6: Set version number to 7.6.2 and set RELEASE to YES (a8366ce)
Ian Lynagh
- [commit: ghc] ghc-7.6: Update ANNOUNCE (b13a6f8)
Ian Lynagh
- [commit: ghc] ghc-7.6: Tweak ANNONCE (ed80306)
Ian Lynagh
- [commit: ghc] ghc-7.6: Tweak the gen_contents_index script (4e29038)
Ian Lynagh
- [commit: ghc] ghc-7.6: Tweak the mkDocs script (91922b5)
Ian Lynagh
- [commit: ghc] ghc-7.6: Set RELEASE back to NO (04fefe8)
Ian Lynagh
- [commit: ghc] master: Add throwGhcExceptionIO and change a few uses of throwGhcException to use it (8d5bc74)
Ian Lynagh
- [commit: ghc] master: Change a few throwGhcException uses to throwGhcExceptionIO (e66b09e)
Ian Lynagh
- [commit: ghc] master: Use throwGhcExceptionIO rather than throwGhcException in ghci/Linker.lhs (7a6aa91)
Ian Lynagh
- [commit: ghc] master: Change a few throwGhcException uses to throwGhcExceptionIO (0a1b7cb)
Ian Lynagh
- [commit: ghc] master: Use throwGhcExceptionIO rather than throwGhcException in main/DynFlags.hs (426b9b0)
Ian Lynagh
- [commit: ghc] master: Use throwGhcExceptionIO rather than throwGhcException in InteractiveEval.hs (1bb4913)
Ian Lynagh
- [commit: ghc] master: Use throwGhcExceptionIO rather than throwGhcException in main/DriverPipeline.hs (2fcb295)
Ian Lynagh
- [commit: ghc] master: Use throwIO rather than throw (e40299c)
Ian Lynagh
- [commit: ghc] master: Make MonadIO a superclass of ExceptionMonad (45df026)
Ian Lynagh
- [commit: ghc] master: Change a few throwGhcException uses to throwGhcExceptionIO (a0c3263)
Ian Lynagh
- [commit: ghc] master: Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghc (d0b823c)
Ian Lynagh
- [commit: base] master: Add Generic instances to GHC.Generics representation types (d642155)
José Pedro Magalhães
- [commit: ghc] new-typeable: Merge (0e5b68e)
José Pedro Magalhães
- [commit: testsuite] new-typeable: Merge (c38280c)
José Pedro Magalhães
- [commit: base] new-typeable: Merge branch 'master', remote-tracking branch 'origin' into new-typeable (6cddf87)
José Pedro Magalhães
- [commit: base] new-typeable's head updated: Merge branch 'master', remote-tracking branch 'origin' into new-typeable (6cddf87)
José Pedro Magalhães
- [commit: ghc] simd: Add the Int32X4# primitive type and associated primops. (e65d291)
Geoffrey Mainland
- [commit: ghc] : Always pass vector values on the stack. (3dd5d07)
Geoffrey Mainland
- [commit: ghc] simd: Add the Float32X4# primitive type and associated primops. (8cf2ee1)
Geoffrey Mainland
- [commit: ghc] : Add a bits128 type to C--. (1a918e0)
Geoffrey Mainland
- [commit: ghc] simd: Add the Int64X2# primitive type and associated primops. (bdf268f)
Geoffrey Mainland
- [commit: ghc] simd: Add the DoubleX2# primitive type and associated primops. (88bf92d)
Geoffrey Mainland
- [commit: ghc] : Tell LLVM that all vector stores and loads are potentially unaligned. (971e3aa)
Geoffrey Mainland
- [commit: ghc] : Add support for LLVM vectors. (fa61d0f)
Geoffrey Mainland
- [commit: ghc] : Define __GLASGOW_HASKELL_LLVM__ when using the LLVM back end. (b29f273)
Geoffrey Mainland
- [commit: ghc] : Add Cmm support for representing 128-bit-wide SIMD vectors. (79e3e41)
Geoffrey Mainland
- [commit: ghc] simd: Add a primop attribute llvm_only. (f468008)
Geoffrey Mainland
- [commit: ghc] simd: Add prefetch primops. (94c8af4)
Geoffrey Mainland
- [commit: ghc] simd: Add support for passing SSE vectors in registers. (085ac59)
Geoffrey Mainland
- [commit: ghc] simd: Mimic OldCmm basic block ordering in the LLVM backend. (3bc5914)
Geoffrey Mainland
- [commit: ghc] simd's head updated: Mimic OldCmm basic block ordering in the LLVM backend. (3bc5914)
Geoffrey Mainland
- [commit: ghc] master: Make the rule for .hi files depend on the .hs/.lhs files (5cb0880)
Simon Marlow
- [commit: ghc] master: Pass --with-ld=$(LD) to ghc-cabal when configuring packages (#6086) (f77291d)
Simon Marlow
- [commit: ghc] master: When cross-compiling, pass --host to package configure scripts (b06c1eb)
Simon Marlow
- [commit: base] master: Possible fix for detecting Float/Double (c726559)
Simon Marlow
- [commit: ghc] master: Rearrange includes to avoid a clash on ARM/Linux (520dc1d)
Simon Marlow
- [commit: ghc] master: make it safe to include this after GCTDecl.h (900e7d2)
Simon Marlow
- [commit: ghc] master: Tidy up cross-compiling (109a1e5)
Simon Marlow
- [commit: ghc] master: Hopefully fix breakage on OS X w/ LLVM (0dcccf0)
Simon Marlow
- [commit: ghc] master: Restore the primitive and vector submodules (f61fbf3)
Simon Marlow
- [commit: ghc] master: Add support for nto-qnx (BlackBerry 10) (629ae2a)
Simon Marlow
- [commit: ghc] master: fix validate-breaking warning (39148b8)
Simon Marlow
- [commit: base] master: Removes the assumption that CLK_TCK is a constant (#7519) (3b51b74)
Simon Marlow
- [commit: ghc] master: Tidy up: move info-table related stuff to CmmInfo (48b9589)
Simon Marlow
- [commit: ghc] master: Solaris: do not use timer_create (bb39e04)
Simon Marlow
- [commit: ghc] master: fix rts/Linker compilation issues on AMD64/Solaris platform (5931ee8)
Simon Marlow
- [commit: ghc] master: ghc: mkGmpDerivedConstants binary gone away (c23faf3)
Simon Marlow
- [commit: integer-gmp] master: integer-gmp: improve cross-compiling support GmpDerivedConstants.h (860f2fa)
Simon Marlow
- [commit: ghc] master: Fix various issues with a Stage1Only=NO cross-compile (7299516)
Simon Marlow
- [commit: ghc] master: Allow -fllvm to be used when compiling unregisterised (#7622) (388e1e8)
Simon Marlow
- [commit: ghc] master: Improve LLVM options for ARMv6 (48a96bd)
Simon Marlow
- [commit: ghc] master: fix ARM hard float "detection" (351a8c6)
Simon Marlow
- [commit: integer-gmp] master: Revert "integer-gmp: improve cross-compiling support GmpDerivedConstants.h" (7da7e15)
Simon Marlow
- [commit: base] master: fix negative numbers for * modifiers (#7457) (63202b9)
Simon Marlow
- [commit: base] master: tabs -> spaces (2c52ae2)
Simon Marlow
- [commit: base] master: add test for #7457 (4f9f1c0)
Simon Marlow
- [commit: testsuite] master: test for #2435 (bd0f742)
Simon Marlow
- [commit: ghc] master: hopefully fix #7620 (b91f3d2)
Simon Marlow
- [commit: ghc] master: ARM: infer VFPv2 presence from the C compiler (0375fcb)
Simon Marlow
- [commit: ghc] master: use GhcRtsHcOpts and GhcRtsCcOpts for the debug way too (1b7c1e5)
Simon Marlow
- [commit: ghc] master: Disable any packages built with stage 2 when cross-compiling (bc31dbe)
Simon Marlow
- [commit: testsuite] master: T5113 is passing, remove expect_broken, see comment on #7046 (b06fbe7)
Simon Marlow
- [commit: testsuite] master: update haddock.base figures (43e279b)
Simon Marlow
- [commit: ghc] master: fix warnings (dbefe7b)
Simon Marlow
- [commit: ghc] master: Fix to 02c4ab049: use a weak pointer to the sandbox thread (9c6dd15)
Simon Marlow
- [commit: ghc] master: STM: Only wake up once (a23661d)
Simon Marlow
- [commit: ghc] master: Schedule.h: Fix path of include file in comment (658817b)
Simon Marlow
- [commit: base] master: Use capi for mkfifo, tcsetattr and tcgetattr (for Android) (f0cab8c)
Simon Marlow
- [commit: unix] master: change notes (1461d21)
Simon Marlow
- [commit: unix] master: Import waitpid() with interruptible (af75e09)
Simon Marlow
- [commit: unix] master: Indicate whether a process dumped core in the ProcessStatus (dc29d55)
Simon Marlow
- [commit: unix] master: cope with missing pw_gecos (for Android) (625b9f8)
Simon Marlow
- [commit: unix] master: cope with missing telldir/seekdir (for Android) (b8fb0a0)
Simon Marlow
- [commit: unix] master: Terminated has an extra field now (68a55ac)
Simon Marlow
- [commit: ghc] master: remove old cross-compilation stuff (9c5e903)
Simon Marlow
- [commit: ghc] master: We should be including HaskellMachRegs.h here, not RtsMachRegs.h (4909205)
Simon Marlow
- [commit: ghc] master: include "stg/MachRegs.h" -> include "MachRegs.h" (a217e7a)
Simon Marlow
- [commit: ghc] master: \#undef REG_R[1-10] as a precaution (c78804d)
Simon Marlow
- [commit: ghc] master: Detect hard/soft float in the same way as other ARM features (85056f0)
Simon Marlow
- [commit: ghc] master: Add a 'quick-llvm' build mode to mk/build.mk. (b05531b)
Austin Seipp
- [commit: ghc] master: Add -f[no-]warn-unsupported-llvm-version. Closes Trac #7579. (5cca0b4)
Austin Seipp
- [commit: testsuite] master: Add better support for .cmm test files. (8dbd01a)
Austin Seipp
- [commit: ghc] cardinality: Merge branch 'master' into cardinality (39a868c)
Ilya Sergey
- [commit: ghc] cardinality: Merge branch 'master' into cardinality (9201a88)
Ilya Sergey
- [commit: ghc] cardinality: wrong call demand splitting fixed (c02348f)
Ilya Sergey
- [commit: ghc] cardinality's head updated: wrong call demand splitting fixed (c02348f)
Ilya Sergey
- [commit: ghc] cardinality: STG flag assignment modified basing on the cardinality analysis results (f600845)
Ilya Sergey
- [commit: ghc] cardinality: Unsafe version of the analysis is retored. (78fae51)
Ilya Sergey
- [commit: ghc] cardinality: Merge branch 'master' into cardinality (92043de)
Ilya Sergey
- [commit: ghc] cardinality's head updated: Merge branch 'master' into cardinality (92043de)
Ilya Sergey
- [commit: ghc] cardinality: Merge branch 'master' into cardinality (0f1d940)
Ilya Sergey
- [commit: ghc] cardinality's head updated: Merge branch 'master' into cardinality (0f1d940)
Ilya Sergey
- [commit: ghc] master: Fix floating point constants in LLVM backend (#7600). (25f8d04)
David Terei
- [commit: ghc] master: Output LLVM version in use at -V2. (aef38d1)
David Terei
- [commit: testsuite] master: Test for #7600. (5aae346)
David Terei
- [commit: testsuite] master: update gitignore (826c4f6)
David Terei
- [commit: ghc] master: Up supported LLVM version to 3.3. (fb93d79)
David Terei
- [commit: testsuite] master: Test for Trac #7571. (a97083a)
David Terei
- [commit: ghc] master: Ensure the LLVM codegen correctly handles literals in a branch. #7571 (14c01e0)
David Terei
- [commit: testsuite] master: Add test for T7575. (53c7085)
David Terei
- [commit: testsuite] master: Only run T7575 on 32bit arch. (4e6e839)
David Terei
- [commit: ghc] master: Fix llvm backend when 32bit build on 64bit OSX. (#7617) (fa1e593)
David Terei
- [commit: ghc] master: Fix our handling of literals and types in LLVM (#7575). (1a70306)
David Terei
- [commit: ghc] master: do not use -rpath-link linker option on Solaris. (5388919)
David Terei
- [commit: testsuite] master: fix runtests to set LD_LIBRARY_PATH environment variable. (d262089)
David Terei
- [commit: ghc] master: Added support to cross-compile to android (3c9d630)
David Terei
- [commit: ghc] master: StaticFlags code cleanup (fixes #7595) (a7f9930)
David Terei
- [commit: ghc] master: Add preprocessor defines when SSE is enabled (bab8dc7)
Johan Tibell
- [commit: ghc] master: Merge branch 'master' of https://github.com/ghc/ghc (5427df8)
Johan Tibell
- [commit: ghc] master: Clean up -msse flag handling (b7189de)
Johan Tibell
- [commit: ghc] master: If -msse is specified, pass it to the LLVM backend (571ecdd)
Johan Tibell
- [commit: ghc] master: Better abstraction over run queues. (0aae1e1)
Edward Z. Yang
- [commit: ghc] master: Fix documentation bug: TSOs are *not* unconditionally kept on the mutable list. (6ff3c31)
Edward Z. Yang
Last message date:
Thu Jan 31 10:53:45 CET 2013
Archived on: Thu Jan 31 10:54:00 CET 2013
This archive was generated by
Pipermail 0.09 (Mailman edition).