Messages by Thread
-
[commit: haskell2010] master: Bump version to 1.1.1.0 (d7e33da)
Paolo Capriotti
-
[commit: haskell98] master: Update dependencies. (0938a53)
Paolo Capriotti
-
[commit: haskell98] master: Bump version to 2.0.0.2 (98bd1d6)
Paolo Capriotti
-
[commit: haskeline] master: Change new version number to fully qualified "0.7.0.0" (9e1f8a9)
Paolo Capriotti
-
[commit: haskeline] master: Add current finished changes for haskeline-0.7 (6f1997c)
Paolo Capriotti
-
[commit: haskeline] master: Prevent crash on Windows when writing many characters at once. (7f3aa2c)
Paolo Capriotti
-
[commit: haskeline] master: Fix ctrl-L on Windows with large console window sizes (GHC ticket #4415). (240ef63)
Paolo Capriotti
-
[commit: haskeline] master: Win32: Don't pass invalid arguments to SetPosition for long input lines. (747436e)
Paolo Capriotti
-
[commit: haskeline] master: Typo fix in type synonym. (9b0cf9d)
Paolo Capriotti
-
[commit: haskeline] master: Remember the current history or kill ring state after ctrl-c (or other exception). (12bc1af)
Paolo Capriotti
-
[commit: haskeline] master: Add back wrap/handleInterrupt. (62fac92)
Paolo Capriotti
-
[commit: haskeline] master: Allow unix-2.6 as a dependency, in preparation for ghc-7.6.1. (aace5a2)
Paolo Capriotti
-
[commit: haskeline] master: Update CHANGES for 0.6.4.7. (9c0e92b)
Paolo Capriotti
-
[commit: ghc-prim] master: Bump version to 0.3.0.0 (03144fb)
Paolo Capriotti
-
[commit: filepath] master: Bump version to 1.3.0.1 (2d60d0d)
Paolo Capriotti
-
[commit: directory] master: Update dependencies. (d7be798)
Paolo Capriotti
-
[commit: directory] master: Bump version to 1.1.1.0 (f6db4ed)
Paolo Capriotti
-
[commit: deepseq] master: Bump version to 1.3.0.1 (4821349)
Paolo Capriotti
-
[commit: deepseq] master: Update dependencies. (48c2d49)
Paolo Capriotti
-
[commit: containers] master's head updated: Merge changes release by GHC HQ as 0.7.4.1 (a9b7224)
Paolo Capriotti
-
[commit: containers] master: Merge changes release by GHC HQ as 0.7.4.1 (a9b7224)
Paolo Capriotti
-
[commit: containers] master: Add tests and benchmarks to sdist. (207010c)
Paolo Capriotti
-
[commit: containers] master: Add comment to tests/Makefile. (cfde03b)
Paolo Capriotti
-
[commit: containers] master: Remove type of local 'go' function in query methods of Set and Map. (556b80c)
Paolo Capriotti
-
[commit: containers] master: Define Map.{union, difference, intersection}WithKey using mergeWithKey. (5810f06)
Paolo Capriotti
-
[commit: containers] master: Add Map.mergeWithKey. (bb7213c)
Paolo Capriotti
-
[commit: containers] master: Remove redundant parenthesis. (c82a638)
Paolo Capriotti
-
[commit: containers] master: Fix warnings, formatting. (cd5acad)
Paolo Capriotti
-
[commit: containers] master: Improve {Map, Set}.union. (cd96a90)
Paolo Capriotti
-
[commit: containers] master: Improve {Map, Set}.intersection. (b19776e)
Paolo Capriotti
-
[commit: containers] master: Once again revert argument capturing by local 'go' function. (cf2cdd5)
Paolo Capriotti
-
[commit: containers] master: Improve heap-allocation in mergeWithKey'. (6f8344e)
Paolo Capriotti
-
[commit: containers] master: Add fromSet method. (044579a)
Paolo Capriotti
-
[commit: containers] master: Fix warnings. (a9b07a6)
Paolo Capriotti
-
[commit: containers] master: Improve manual makefile for tests. (cdc2c69)
Paolo Capriotti
-
[commit: containers] master: Improve {Map, IntMap}.keysSet. (ab8460f)
Paolo Capriotti
-
[commit: containers] master: Factor Data.IntSet into Data.IntSet.Base and Data.IntSet. (57042dc)
Paolo Capriotti
-
[commit: containers] master: Factor Data.Set into Data.Set.Base and Data.Set. (ea8688f)
Paolo Capriotti
-
[commit: containers] master: Add lookupLT, lookupGT, lookupLE, lookupGE methods. (083451f)
Paolo Capriotti
-
[commit: containers] master: On 32-bit architectures, improve highestBitMask. (dbc5fb6)
Paolo Capriotti
-
[commit: containers] master: Improve one of the benchmarked methods: lookupGE4. (ef61124)
Paolo Capriotti
-
[commit: containers] master: Change ASCII character for underline from ^ to ~. (0e61527)
Paolo Capriotti
-
[commit: containers] master: Change INLINE to INLINABLE on methods using Ord. (857ae5b)
Paolo Capriotti
-
[commit: containers] master: Add benchmark of lookupGE to choose best implementation. (586df03)
Paolo Capriotti
-
[commit: containers] master: Fix warnings. (349e88e)
Paolo Capriotti
-
[commit: containers] master: Manually inline {Map, IntMap}.map. (af732b9)
Paolo Capriotti
-
[commit: containers] master: Move SetOperations benchmark to its own subdirectory. (b77a60a)
Paolo Capriotti
-
[commit: containers] master: Inline {Map, Set}.fold* when 2 arguments are given. (6c430a5)
Paolo Capriotti
-
[commit: containers] master: Remove obsolete comment about deleteWith. (4cdb33f)
Paolo Capriotti
-
[commit: containers] master: Improve heap-allocation by adding explicit type signatures. (32d84ba)
Paolo Capriotti
-
[commit: containers] master: Improve Map indexing functions. (299ba90)
Paolo Capriotti
-
[commit: containers] master: Improve query functions of Map and Set. (78c1e52)
Paolo Capriotti
-
[commit: containers] master: Insert missing space in an error message. (0928ff0)
Paolo Capriotti
-
[commit: containers] master: Prevent multiple warnings. (1ae51a2)
Paolo Capriotti
-
[commit: containers] master: Add empty line between Notes. (8142b03)
Paolo Capriotti
-
[commit: containers] master: Inline Int{Map, Set}.{null, empty, singleton}. (c712fe4)
Paolo Capriotti
-
[commit: containers] master: Improve query functions of IntMap and IntSet. (9be5ec2)
Paolo Capriotti
-
[commit: containers] master: Reorder the data constructors of Map and Set. (03a0620)
Paolo Capriotti
-
[commit: containers] master: Improve programming documentation. (bdae0d4)
Paolo Capriotti
-
[commit: containers] master: Add forgotten GHC >= 7.0 condition in (!). (1a68259)
Paolo Capriotti
-
[commit: containers] master: Merge branch 'master' of github.com:haskell/containers (6ab2ba0)
Paolo Capriotti
-
[commit: containers] master: Improve IntSet.{union, difference, intersection}. (7332813)
Paolo Capriotti
-
[commit: containers] master: Benchmark of set operations -- union, difference, intersection. (0b36122)
Paolo Capriotti
-
[commit: containers] master: Scripts for comparing csv results of benchmarks. (12d03eb)
Paolo Capriotti
-
[commit: containers] master: Add IntMap.mergeWithKey. (1e3c78c)
Paolo Capriotti
-
[commit: containers] master: Merge pull request #10 from batterseapower/master (9d72ff1)
Paolo Capriotti
-
[commit: containers] master: Add traverseWithKey to Map and IntMap API (76a2b9d)
Paolo Capriotti
-
[commit: containers] master: Add Makefile for manually building tests. (e0dfe52)
Paolo Capriotti
-
[commit: containers] master: Small benchmark changes. (cb1f087)
Paolo Capriotti
-
[commit: containers] master: Mark Data.Map.(!) as INLINABLE instead of INLINE. (d95988c)
Paolo Capriotti
-
[commit: array] master: Bump version to 0.4.0.1 (92f7aac)
Paolo Capriotti
-
[commit: unix] master: Fix warnings. (868c6df)
Paolo Capriotti
-
[commit: unix] master: Extract high resolution timestamps from FileStatus (9acb33c)
Paolo Capriotti
-
[commit: base] master: Move Down to Data.Ord (#7077) (3054cf9)
Paolo Capriotti
-
[commit: base] master: Add comment to GHC.Exts. (9aaf76f)
Paolo Capriotti
-
[commit: template-haskell] master: Reorganise the Language.Haskell.TH export list, so that it Haddocks better (742f057)
Simon Peyton Jones
-
[commit: template-haskell] master: Add reportError and reportWarning to TH (8e504eb)
Simon Peyton Jones
-
[commit: template-haskell] master: Remove Language.Haskell.TH.Syntax.Internals (020a258)
Simon Peyton Jones
-
[commit: template-haskell] master: Add documentation for Template Haskell functions (c4e44a6)
Simon Peyton Jones
-
[commit: template-haskell] master: Added multi-way if-expressions support. (1bee532)
Simon Marlow
-
[commit: template-haskell] master: Added lambda-case support. (46bda11)
Simon Marlow
-
[commit: integer-gmp] master: Add another gcdInteger rule (4b780b9)
Ian Lynagh
-
[commit: integer-gmp] master: Tweak RULEs; fixes #7041 (a07f118)
Ian Lynagh
-
[commit: hoopl] master: Fix build with GHC 7.0 (293d339)
Ian Lynagh
-
[commit: base] master: Add alignment-restricted ForeignPtr allocation actions (dcbaff9)
Simon Marlow
-
[commit: base] master: fix warnings (c8a4f96)
Simon Marlow
-
[commit: base] master: export the constructors of ForeignPtrContents too (9f08648)
Simon Marlow
-
[commit: base] master: Add strict version of modifySTRef (5ccd462)
Simon Marlow
-
[commit: base] master: Adapt to removal of catch from Prelude (89d165d)
Simon Marlow
-
[commit: stm] master: Change the type of check to Bool -> STM () (0f5a7de)
Simon Marlow
-
[commit: hoopl] master: Rename BTail -> BCons, BHead -> BSnoc (044332a)
Simon Marlow
-
[commit: hoopl] master: Put back the newtype around Label (5ee8f36)
Simon Marlow
-
[commit: hoopl] master: add TypeSynonymInstances (4071efc)
Simon Marlow
-
[commit: hoopl] master: fix warnings (93a2d69)
Simon Marlow
-
[commit: hoopl] master: add some missing exports (2d13188)
Simon Marlow
-
[commit: hoopl] master: Change the block representation (version bumped to 3.9.0.0) (c6c6e93)
Simon Marlow
-
[commit: base] master: add some UNPACKs to improve performance a bit (af5dc3f)
Simon Marlow
-
[commit: base] master: Add Functor instance for Handler (#7047) (53f4718)
Simon Marlow
-
[commit: base] master: Add RatioZeroDenominator to ArithException, and use it instead of error (3a3ab80)
Simon Marlow
-
[commit: stm] master: re-export TQueue from Control.Concurrent.STM (ade6b92)
Simon Marlow
-
[commit: stm] master: fix markup (ffe6dec)
Simon Marlow
-
[commit: stm] master: add Eq instances (e1cdee8)
Simon Marlow
-
[commit: stm] master: allow using a different ghc (d898b74)
Simon Marlow
-
[commit: stm] master: Add TBQueue, bump version to 2.4 and document changes since 2.3 (b72fafc)
Simon Marlow
-
[commit: stm] master: typo (fd44d9e)
Simon Marlow
-
[commit: stm] master: add TBQueue to the benchmark, and add a Makefile driver (a143a96)
Simon Marlow
-
[commit: unix] master: Add a WARNING for sleep, and expand documentation. (ba7961f)
Paolo Capriotti
-
[commit: base] master: Fix parsing of RealFloat with huge exponents (#7034). (4226bae)
Paolo Capriotti
-
[commit: stm] master: rearrange module header (35dd88c)
Simon Marlow
-
[commit: stm] master: Add newBroadcastTChan and newBroadcastTChanIO (b2f8a18)
Simon Marlow
-
[commit: stm] master: Minor grammar fix in documentation of newTChan (9d4d6e9)
Simon Marlow
-
[commit: stm] master: Give TChan an Eq instance. (6f0311d)
Simon Marlow
-
[commit: base] master: Deprecate the Data.HashTable module (7695a8b)
Ian Lynagh
-
[commit: base] master: Add System.Environment.getExecutablePath (#7029) (ca72c8e)
Paolo Capriotti
-
[commit: integer-gmp] master: Add missing imports. (2bb79b6)
Paolo Capriotti
-
[commit: base] master: Split a pragma into for better warnings (724aa97)
José Pedro Magalhães
-
[commit: stm] master: Fix build with GHC HEAD (0f3f8d2)
Ian Lynagh
-
[commit: base] master: Deprecate Control.Concurrent.{QSem, QSemNSampleVar} (4553fda)
Ian Lynagh
-
[commit: hoopl] simonmar-alternative-block-rep: More commentary on the new representation (d46106f)
Norman Ramsey
-
[commit: hoopl] simonmar-alternative-block-rep: initial commentary on Graph.hs (8959f2e)
Norman Ramsey
-
[commit: base] branch 'ghc-generics1' deleted
José Pedro Magalhães
-
[commit: base] branch 'ghc-generics' deleted
José Pedro Magalhães
-
[commit: ghc-prim] branch 'ghc-generics' deleted
José Pedro Magalhães
-
[commit: ghc-prim] branch 'ghc-generics1' deleted
José Pedro Magalhães
-
[commit: ghc-prim] master: Move GHC.Generics to base (d2718f6)
José Pedro Magalhães
-
[commit: base] master: Move GHC.Generics to base (fb01f7f)
José Pedro Magalhães
-
[commit: integer-gmp] master: Use CLong, not CInt, for mp_bitcnt_t value; fixes #5965 (5dfb7d3)
Ian Lynagh
-
[commit: base] master: Use round-to-even when formatting floats (#5963) (86a8756)
Paolo Capriotti
-
[commit: Win32] master: Follow changes in base (17744cc)
Ian Lynagh
-
[commit: unix] master: Follow changes in base (c40e539)
Ian Lynagh
-
[commit: integer-gmp] master: Add divInteger and modInteger functions (e73a2a4)
Ian Lynagh
-
[commit: integer-gmp] master: Use divInt#/modInt# from ghc-prim (ee07ac3)
Ian Lynagh
-
[commit: haskell2010] master: Follow changes in base (9a7ee61)
Ian Lynagh
-
[commit: haskell98] master: Follow changes in base (bb55af5)
Ian Lynagh
-
[commit: haskeline] master: Bump dependencies to base-4.6. (d9897d1)
Ian Lynagh
-
[commit: ghc-prim] master: Move divInt#/modInt# from base (7398a64)
Ian Lynagh
-
[commit: directory] master: Follow changes in base (07c2950)
Ian Lynagh
-
[commit: directory] master: Update tests following changes in base (4ba2e76)
Ian Lynagh
-
[commit: base] master: Update tests following changes in base (ffe5f2b)
Ian Lynagh
-
[commit: base] master: Bump base's version (16551a2)
Ian Lynagh
-
[commit: base] master: Merge branch 'master' of darcs.haskell.org:/srv/darcs//packages/base (4725825)
Ian Lynagh
-
[commit: base] master: Fix typos (7a2a256)
Ian Lynagh
-
[commit: base] master: Use divInteger and modInteger (ea74625)
Ian Lynagh
-
[commit: base] master: Move divInt#/modInt# to ghc-prim (69fb277)
Ian Lynagh
-
[commit: base] master: Remove Prelude.catch and System.IO.Error.{catch, try} (89ed082)
Ian Lynagh
-
[commit: array] master: Update tests following changes in base (81df1ff)
Ian Lynagh
-
[commit: template-haskell] master: Re-export forallC in Language.Haskell.TH (#7009) (6814bbd)
Paolo Capriotti
-
[commit: base] master: Export ForeignPtrContents in GHC.ForeignPtr (#7012) (6613018)
Paolo Capriotti
-
[commit: base] master: Add GHC.Stats.getGCStatsEnabled function (#5846) (05cf001)
Paolo Capriotti
-
[commit: template-haskell] master: StringPrimL now takes [Word8] (82291b0)
Paolo Capriotti
-
[commit: base] master: Fix typo; spotted by Gabor Greif (aedfd7e)
Ian Lynagh
-
[commit: hoopl] simonmar-alternative-block-rep: An alternative Block representation that gives O(1) access to the (7094b03)
Simon Marlow
-
[commit: hoopl] branch 'simonmar-alternative-block-rep' created
Simon Marlow
-
[commit: stm] master: re-export TQueue (7839eb8)
Simon Marlow
-
[commit: stm] master: add a channel benchmark (0af2ce3)
Simon Marlow
-
[commit: stm] master: Add TQueue, a faster TChan without dup/clone operations (4dde36d)
Simon Marlow
-
[commit: stm] master: add some UNPACKs to improve performance a bit (9703c74)
Simon Marlow
-
[commit: base] master: Add GHC.IP for the new implicit-parameter story (1941b5d)
Simon Peyton Jones
-
[commit: template-haskell] master: omit the profasm way (0f366ff)
Simon Marlow
-
[commit: base] master: fix another theoretical deadlock bug in the Chan implementation (c.f. #6153) (900b5a0)
Simon Marlow
-
[commit: base] master: add tests for deadlocks in readChan & writeChan (6b2f322)
Simon Marlow
-
[commit: base] master: add modifyMVarMasked, modifyMVarMasked_ (025e51d)
Simon Marlow
-
[commit: stm] master: add cloneTChan (GHC Trac ticket #6157) (3122a9f)
Simon Marlow
-
[commit: base] imp-param-class's head updated: Switch back to simple IP class. (c6ff62c)
Iavor Diatchki
-
[commit: base] imp-param-class: Merge remote-tracking branch 'origin/master' into imp-param-class (4917efe)
Iavor Diatchki
-
[commit: base] imp-param-class: Switch back to simple IP class. (c6ff62c)
Iavor Diatchki
-
[commit: base] imp-param-class: Merge remote-tracking branch 'origin/master' into imp-param-class (c1177ef)
Iavor Diatchki
-
[commit: base] ghc-7.4: Allow openTempFile to retry when it hits a directory (#4968). (35c9071)
Paolo Capriotti
-
[commit: base] ghc-7.4: Refactor findTempName: factor out file creation. (84c4102)
Paolo Capriotti
-
[commit: base] master: Fix warning. (a0395aa)
Paolo Capriotti
-
[commit: base] ghc-generics1's head updated: Merge branch 'master', remote-tracking branch 'origin' into ghc-generics1 (bf795f1)
José Pedro Magalhães
-
[commit: base] ghc-generics1: Merge branch 'master', remote-tracking branch 'origin' into ghc-generics1 (bf795f1)
José Pedro Magalhães
-
[commit: base] ghc-generics1: 40f1dc3500323e in ghc-generics1 fixed the cause of the panic (3ad8fff)
José Pedro Magalhães
-
[commit: base] master: add forkFinally (40d1be1)
Simon Marlow
-
[commit: directory] master: remove type signatures in comments, they bitrot (#6142) (97609dc)
Simon Marlow
-
[commit: base] master: Refactor findTempName: factor out file creation. (cd94cd7)
Paolo Capriotti
-
[commit: base] master: Allow openTempFile to retry when it hits a directory (#4968). (6172212)
Paolo Capriotti
-
[commit: base] master: Make Sing kind-polymorphic (babbe78)
Simon Peyton Jones
-
[commit: base] ghc-generics1: Deprecate `Par0` and `P` (76cf431)
José Pedro Magalhães
-
[commit: directory] master: fix comment mistake (169bed2)
David Terei
-
[commit: base] ghc-generics1: Derive Generic1 instances for Prelude types (1954823)
José Pedro Magalhães
-
[commit: base] ghc-generics1: Uncomment some code left as comment by accident (544fae1)
José Pedro Magalhães
-
[commit: ghc-prim] ghc-generics1's head updated: Merge remote-tracking branch 'origin/master' into ghc-generics1 (46c712b)
José Pedro Magalhães
-
[commit: ghc-prim] ghc-generics1: Merge remote-tracking branch 'origin/master' into ghc-generics1 (46c712b)
José Pedro Magalhães
-
[commit: ghc-prim] ghc-generics1: Move GHC.Generics from ghc-prim to base (7e835c9)
José Pedro Magalhães
-
[commit: ghc-prim] ghc-generics1: Revert "Move Functor from base to ghc-prim" (9530c56)
José Pedro Magalhães
-
[commit: base] ghc-generics1's head updated: Merge remote-tracking branch 'origin/master' into ghc-generics1 (133751a)
José Pedro Magalhães
-
[commit: base] ghc-generics1: Merge remote-tracking branch 'origin/master' into ghc-generics1 (133751a)
José Pedro Magalhães
-
[commit: base] ghc-generics1: Merge branch 'master' into ghc-generics1 (16db00b)
José Pedro Magalhães
-
[commit: base] ghc-generics1: Revert "Move Functor from base to ghc-prim" (2d3ee96)
José Pedro Magalhães
-
[commit: base] ghc-generics1: Move GHC.Generics from ghc-prim to base (0e1129d)
José Pedro Magalhães
-
[commit: base] master: Re-export Fingerprint in Data.Typeable.Internal. (06df263)
Paolo Capriotti
-
[commit: process] master: Document the precise semantics of executable searching (see #6094) (270e43a)
Simon Marlow
-
[commit: directory] master: add findFile :: [FilePath] -> String -> IO (Maybe FilePath) (see #6094) (9b42efb)
Simon Marlow
-
[commit: base] master: add mkWeakMVar; deprecate addMVarFinalizer (#6130) (b8df01c)
Simon Marlow
-
[commit: base] imp-param-class: Remove 'ipDef', we just insert the newtype coercion manually. (f849706)
Iavor Diatchki
-
[commit: base] imp-param-class: Remove parameter from `ipDef` (351ee7d)
Iavor Diatchki
-
[commit: base] master: Update documentation of intersectBy (5fd5497)
Ian Lynagh