Messages by Date
-
2011/10/17
[commit: Cabal] master: Change Safe Haskell package trust default to untrusted (bae46f1)
David Terei
-
2011/10/17
[commit: integer-simple] master: remove erroneous '::' in NOINLINE pragma (bc04c4f)
Simon Marlow
-
2011/10/14
[commit: vector] master: Bump version (c514e30)
Ian Lynagh
-
2011/10/14
[commit: vector] master: Added RULES that translates "unsafeFromForeignPtr fp 0 n" to "unsafeFromForeignPtr0 fp n" (e809bf5)
Ian Lynagh
-
2011/10/14
[commit: vector] master: Add unsafeFromForeignPtr0 and unsafeToForeignPtr0 to Data.Vector.Storable.Mutable (7a3c18a)
Ian Lynagh
-
2011/10/14
[commit: vector] master: Add unsafeFromForeignPtr0 and unsafeToForeignPtr0 to Data.Vector.Storable (b99f1d0)
Ian Lynagh
-
2011/10/14
[commit: vector] master: Changelog (4e35dbd)
Ian Lynagh
-
2011/10/14
[commit: vector] master: Require primitive-0.4.0.1 (ae304ee)
Ian Lynagh
-
2011/10/14
[commit: vector] master: Bump version number (dcfef7e)
Ian Lynagh
-
2011/10/14
[commit: vector] master: Add construct and constructN to Safe modules (df8074e)
Ian Lynagh
-
2011/10/14
[commit: vector] master: Add MonadPlus instance (f1b6596)
Ian Lynagh
-
2011/10/14
[commit: Cabal] master: Install phase pulls in benchmark dependencies when necessary (6e93fe6)
Ian Lynagh
-
2011/10/14
[commit: Cabal] master: Include benchmarks in product of 'setup sdist' (0e4ec63)
Ian Lynagh
-
2011/10/14
[commit: Cabal] master: Add unit test for building benchmarks (1119540)
Ian Lynagh
-
2011/10/14
[commit: Cabal] master: Build executable benchmarks (1e5763c)
Ian Lynagh
-
2011/10/14
[commit: Win32] master: Fix build (f9728fa)
Ian Lynagh
-
2011/10/14
[commit: unix] master: Follow the removal of the Eq superclass of Num (cd4fb51)
Ian Lynagh
-
2011/10/14
[commit: Cabal] master: Add unit test for benchmark section (cc248fc)
Ian Lynagh
-
2011/10/14
[commit: Cabal] master: Implement 'configure' and preprocessing for benchmarks (b3e4517)
Ian Lynagh
-
2011/10/14
[commit: Cabal] master: Parse the --{enable, disable}-benchmarks command line flag (068d4f7)
Ian Lynagh
-
2011/10/14
[commit: Cabal] master: Parse 'benchmark' sections and handle configurations (flags) for benchmarks (2d4b360)
Ian Lynagh
-
2011/10/14
[commit: Cabal] master: Add a Benchmark data type for representing 'benchmark' sections (ed2bd8f)
Ian Lynagh
-
2011/10/14
[commit: base] master: Fix build on Windows (84cc6ed)
Ian Lynagh
-
2011/10/14
[commit: base] master: Merge branch 'master' of mac:ghc/git/val32/libraries/base (dc05073)
Ian Lynagh
-
2011/10/14
[commit: base] master: Remove the Eq superclass of Num (fcd6aef)
Ian Lynagh
-
2011/10/14
[commit: base] master: Remove the Show superclass of Num (3b46b7b)
Ian Lynagh
-
2011/10/14
[commit: base] master: De-orphan the Show Integer instance (2ed2201)
Ian Lynagh
-
2011/10/13
[commit: base] master: 80-columnify (efa16a7)
Simon Marlow
-
2011/10/13
[commit: base] master: tweak unpack/unpack_nl to generate better Core (#5536) (56254d7)
Simon Marlow
-
2011/10/11
[commit: Cabal] master: Use the configured proxy even for uploading build reports (4bd8471)
Ian Lynagh
-
2011/10/11
[commit: Cabal] master: GHC 7.2+ no longer generates _stub.o files (67da356)
Ian Lynagh
-
2011/10/11
[commit: base] master: Combine two calls to 'ord' (seems to be just slightly faster) (1561cd8)
Max Bolingbroke
-
2011/10/11
[commit: base] master: Improve performance of the unpack loop (60907a3)
Max Bolingbroke
-
2011/10/07
[commit: parallel] master: bump to 3.2.0.1 (60d0abd)
Simon Marlow
-
2011/10/07
[commit: parallel] master: Remove the use of "lazy" in the Eval monad (0342a1b)
Simon Marlow
-
2011/10/07
[commit: parallel] master: make this compile with 7.0 and older again (3d97b16)
Simon Marlow
-
2011/10/07
[commit: parallel] master: bump to 3.2.0.0 (added rparWith) (509437f)
Simon Marlow
-
2011/10/07
[commit: parallel] master: add rparWith, and use it instead of rpar `dot` s (7f0db70)
Simon Marlow
-
2011/10/07
[commit: parallel] master: Change Eval to be a State# monad, and use GHC's new spark# and seq# (e4f34d8)
Simon Marlow
-
2011/10/07
[commit: ghc-prim] branch 'fix#5464' deleted
José Pedro Magalhães
-
2011/10/07
[commit: ghc-prim] master's head updated: Merge branch 'fix#5464' of /home/staff/magal101/repos/ghc/libraries/ghc-prim into fix#5464 (418a919)
José Pedro Magalhães
-
2011/10/06
[commit: base] master: Minor: replace undefined uses with error as mentioned in ticket #5532 (29ae842)
Ian Lynagh
-
2011/10/06
[commit: vector] ghc-kinds: Kind signatures on phatom types. (fc0a594)
José Pedro Magalhães
-
2011/10/06
[commit: vector] branch 'ghc-kinds' created
José Pedro Magalhães
-
2011/10/06
[commit: base] master: Remove now unnecessary helper function (c46611f)
Daniel Fischer
-
2011/10/05
[commit: containers] master: Bump version number to 0.4.2.0 (1ad907a)
Ian Lynagh
-
2011/10/05
[commit: containers] master: Only use Safe Haskell if using GHC >= 7.3 (cd11241)
Ian Lynagh
-
2011/10/05
[commit: ghc-prim] ghc-kinds: making Generics kind-monomorphic (66ff6cb)
José Pedro Magalhães
-
2011/10/05
[commit: ghc-prim] branch 'ghc-kinds' created
José Pedro Magalhães
-
2011/10/05
[commit: base] ghc-kinds: Merge branch 'master' into ghc-kinds (ce4cb2e)
José Pedro Magalhães
-
2011/10/05
[commit: base] ghc-kinds: kind annotations to make Ptrs kind monomorphic (04bdf55)
José Pedro Magalhães
-
2011/10/05
[commit: base] ghc-kinds: kind annotations for Typeable[1-7] (787b666)
José Pedro Magalhães
-
2011/10/05
[commit: base] branch 'ghc-kinds' created
José Pedro Magalhães
-
2011/10/05
[commit: array] branch 'ghc-kinds' created
José Pedro Magalhães
-
2011/10/05
[commit: array] ghc-kinds: kind annotations to make Arrays kind monomorphic (5dbb867)
José Pedro Magalhães
-
2011/10/04
[commit: stm] master: Whitespace only (b3e390e)
Daniel Fischer
-
2011/10/04
[commit: base] master: Whitespace only (3bfa8aa)
Daniel Fischer
-
2011/10/04
[commit: base] master: Fix typo in error message (6cc0a23)
Daniel Fischer
-
2011/10/04
[commit: stm] master: Fix a few typos (3659058)
Daniel Fischer
-
2011/10/04
[commit: base] master: Merge /home/dafis/GHC/bghc/libraries/base (50d9e3d)
Daniel Fischer
-
2011/10/04
Re: [commit: base] master: Fix fromRat' and fromRat'' (2ff889f)
Daniel Fischer
-
2011/10/04
Re: [commit: base] master: Fix fromRat' and fromRat'' (2ff889f)
Ian Lynagh
-
2011/10/04
[commit: base] master: Align arrows (e3bf797)
Daniel Fischer
-
2011/10/04
[commit: base] master: Eliminate unnecessary shift and reorder branches in fromRat'' (9f36875)
Daniel Fischer
-
2011/10/04
[commit: base] master: Use Rational constructor if numerator or denominator is 1 (339aaab)
Daniel Fischer
-
2011/10/04
[commit: base] master: Explanatory comments (eb7d19e)
Daniel Fischer
-
2011/10/04
[commit: base] master: Fix fromRat' and fromRat'' (2ff889f)
Daniel Fischer
-
2011/10/02
[commit: random] master: Fixed bug in Ticket 5501. But there appears to be a significant performance regression that warrants further investigation. (b2443d5)
Ian Lynagh
-
2011/10/02
[commit: random] master: Fixed benchmark script to NOT use splittableGen (d04bc59)
Ian Lynagh
-
2011/10/02
[commit: random] master: minor: DEVLOG comments (9e494aa)
Ian Lynagh
-
2011/10/02
[commit: base] master: Change haddock for encodeFloat, fixes #5525 (4206afd)
Daniel Fischer
-
2011/10/02
[commit: base] master: Fixed mistake in documentation and a typo in a comment (684d80b)
Daniel Fischer
-
2011/10/02
[commit: base] master: Fixed documentation bug (dabfb8f)
Daniel Fischer
-
2011/10/02
[commit: base] master: Whitespace only in GHC.Show (f4fb5c6)
Daniel Fischer
-
2011/10/02
[commit: base] master: Removed pointless rule (realToFrac :: Int -> Int) (b9d4972)
Daniel Fischer
-
2011/10/01
[commit: integer-gmp] master: Eliminate intermediate overflow for encodeFloat, fixes #5524 (3b9a78d)
Daniel Fischer
-
2011/10/01
[commit: integer-gmp] master: Untabify cbits/float.c (ec48fed)
Daniel Fischer
-
2011/10/01
[commit: old-time] master: Make %j return values in the right range; fixes #5430 (3669ee6)
Ian Lynagh
-
2011/09/26
[commit: ghc-prim] fix#5464's head updated: Merge branch 'fix#5464' of /home/staff/magal101/repos/ghc/libraries/ghc-prim into fix#5464 (418a919)
José Pedro Magalhães
-
2011/09/26
[commit: ghc-prim] fix#5464: Break the GHC.Generics / GHC.Types import loop. (990b296)
José Pedro Magalhães
-
2011/09/26
[commit: ghc-prim] fix#5464: Merge branch 'fix#5464' of /home/staff/magal101/repos/ghc/libraries/ghc-prim into fix#5464 (418a919)
José Pedro Magalhães
-
2011/09/25
[commit: process] master: Add "processFlags.h" to "install-includes" (d53840d)
Ian Lynagh
-
2011/09/25
[commit: old-time] master: Tighten base dep to >= 4.4 as we need CSUSeconds; fixes #5500 (341a38f)
Ian Lynagh
-
2011/09/25
[commit: base] master: Don't try to detect iconv or libcharset if we are on Windows (b52d685)
Ian Lynagh
-
2011/09/25
[commit: haskell98] master: Relax the time dependency (08a9d0f)
Ian Lynagh
-
2011/09/25
[commit: Cabal] master: Use a PVP-style version as the default for cabal init (4afed2c)
Ian Lynagh
-
2011/09/24
[commit: containers] master: Changing version of base dependency to < 5. (ebd6d2d)
Ian Lynagh
-
2011/09/24
[commit: containers] master: Fix documentation copy-paste bugs. (8e1d6bd)
Ian Lynagh
-
2011/09/24
[commit: Cabal] master: Filter autogenerated modules from test suite build info when doing sdist. (e852bb1)
Ian Lynagh
-
2011/09/23
[commit: base] master: Fix #5436 by using 'recover' on handle EOF (901edcb)
Max Bolingbroke
-
2011/09/19
[commit: base] master: Be more efficient reading fractional literals (252d878)
Daniel Fischer
-
2011/09/19
[commit: base] master: Whitespace only in Text.Read.Lex (76e2332)
Daniel Fischer
-
2011/09/19
[commit: base] master: Use the Ratio constructor for toRational from Int/Integer (b68714c)
Daniel Fischer
-
2011/09/18
Re: [commit: integer-simple] master: Don't define our own list type (44dd630)
Ian Lynagh
-
2011/09/18
[commit: integer-simple] master: Define mkInteger (9d7337a)
Ian Lynagh
-
2011/09/18
[commit: integer-simple] master: Merge branch 'master' into tmp (7639141)
Ian Lynagh
-
2011/09/17
Re: [commit: integer-simple] master: Don't define our own list type (44dd630)
Ian Lynagh
-
2011/09/17
[commit: integer-simple] master: Don't define our own list type (44dd630)
Ian Lynagh
-
2011/09/17
[commit: integer-simple] master: Define mkInteger (1f3ef8a)
Ian Lynagh
-
2011/09/17
[commit: integer-gmp] master: Define mkInteger (30dd199)
Ian Lynagh
-
2011/09/17
[commit: base] master: Give Word a proper Show instance (cbfdfd4)
Ian Lynagh
-
2011/09/16
[commit: deepseq] master: actually add the (->) instance, which got lost in the merge (835cad3)
Simon Marlow
-
2011/09/15
[commit: base] master: Eliminate the orphaned Enum Integer instance (fdb3ef3)
Ian Lynagh
-
2011/09/15
[commit: base] master: Move some Enum helpers into GHC.Enum (0e4442c)
Ian Lynagh
-
2011/09/13
[commit: integer-simple] master: Add NOINLINE pragmas (ea1d62f)
Ian Lynagh
-
2011/09/13
[commit: integer-simple] master: Update imports (67cb382)
Ian Lynagh
-
2011/09/13
[commit: integer-gmp] master: Export GMP-only functions from the Internals module (053ce5e)
Ian Lynagh
-
2011/09/13
[commit: integer-gmp] master: NOINLINE a couple more functions (ebc9691)
Ian Lynagh
-
2011/09/13
[commit: integer-gmp] master: Don't export gcdInteger, lcmInteger from GHC.Integer (6e850c4)
Ian Lynagh
-
2011/09/13
[commit: base] master: Import GMP-only functions from a GMP modules (47d0d8c)
Ian Lynagh
-
2011/09/13
[commit: base] master: Fix build on Windows (c533698)
Ian Lynagh
-
2011/09/13
[commit: deepseq] master: Add NFData instancess for (->), Fixed, Version (#5465) (4682d89)
Simon Marlow
-
2011/09/11
[commit: process] master: Fix "system" on wine; trac #5477 (14900d3)
Ian Lynagh
-
2011/09/09
[commit: parallel] master: Follow deepseq version bump (7364fea)
Daniel Fischer
-
2011/09/09
[commit: Cabal] master: Change extension name to "ConstraintKinds" (2055c80)
Max Bolingbroke
-
2011/09/09
[commit: Cabal] master: Add the ConstraintKind extension (71a381f)
Max Bolingbroke
-
2011/09/09
[commit: Cabal] master: Fix a typo in a QA message (1c43804)
Max Bolingbroke
-
2011/09/09
[commit: Cabal] master: Better error message for unknown build types (cc73fac)
Max Bolingbroke
-
2011/09/09
[commit: ghc-prim] master's head updated: Add a data type we can use to box up equality evidence for -XConstraintKind (c7623fc)
Max Bolingbroke
-
2011/09/08
[commit: deepseq] master: Only use Safe Haskell if using GHC >= 7.3 (5333bc3)
Ian Lynagh
-
2011/09/08
[commit: deepseq] master: Bump version number (c59a40b)
Ian Lynagh
-
2011/09/08
[commit: deepseq] master: Don't include containers instances; part of #5468 (0b1dbec)
Ian Lynagh
-
2011/09/08
[commit: containers] master: Change maintainer email address (566b00f)
Ian Lynagh
-
2011/09/08
[commit: containers] master: Define deepseq instances; part of #5468 (6d68ed7)
Ian Lynagh
-
2011/09/08
[commit: ghc-prim] fix#5464: Break the GHC.Generics / GHC.Types import loop. (60a85ba)
José Pedro Magalhães
-
2011/09/08
[commit: ghc-prim] branch 'fix#5464' created
José Pedro Magalhães
-
2011/09/06
[commit: process] master: Fix some more written-but-not-cleaned files (26c0066)
Ian Lynagh
-
2011/09/06
[commit: hpc] master: Fix some written-but-not-cleaned files in tests (3763b4c)
Ian Lynagh
-
2011/09/06
[commit: ghc-prim] no-pred-ty: Add a data type we can use to box up equality evidence for -XConstraintKind (c7623fc)
Max Bolingbroke
-
2011/09/06
[commit: ghc-prim] no-pred-ty: Don't need IPBox any longer since I'm going to use newtype to do it (62f5115)
Max Bolingbroke
-
2011/09/04
[commit: ghc-prim] no-pred-ty's head updated: We can eliminate fact tuples now (892176b)
Max Bolingbroke
-
2011/09/04
[commit: ghc-prim] no-pred-ty: We can eliminate fact tuples now (892176b)
Max Bolingbroke
-
2011/09/04
[commit: ghc-prim] no-pred-ty: Merge branch 'master' of ssh://darcs.haskell.org/srv/darcs/packages/ghc-prim into no-pred-ty (c4be591)
Max Bolingbroke
-
2011/09/03
[commit: hpc] master: Trailing Whitespace (084371a)
Daniel Fischer
-
2011/09/03
[commit: hpc] master: Fixed imports (2aee61d)
Daniel Fischer
-
2011/09/01
[commit: primitive] master: Changelog (75c3379)
Ian Lynagh
-
2011/09/01
[commit: primitive] master: Bump version number (465f8f6)
Ian Lynagh
-
2011/09/01
[commit: primitive] master: fixed argument order to fillByteArray to comply with documentation (d03de54)
Ian Lynagh
-
2011/09/01
[commit: xhtml] master: Use Safe Haskell when GHC >= 7.2 (c4247e4)
David Terei
-
2011/09/01
[commit: xhtml] master: fix xhtml.cabal, moving dependencies into library section (eb0ae9a)
David Terei
-
2011/09/01
[commit: xhtml] master: 3000.2.0.3: revise xhtml.cabal and source headers to reflect new maintainer and home (16be573)
David Terei
-
2011/09/01
[commit: xhtml] master: Fix conditional pragma to work with 6.12 (c8d28d3)
David Terei
-
2011/08/30
[commit: vector] master: Add tests (796953c)
Ian Lynagh
-
2011/08/30
[commit: vector] master: Follow changes in primitive (0451658)
Ian Lynagh
-
2011/08/30
[commit: primitive] master: Add comment (0b49f7c)
Ian Lynagh
-
2011/08/30
[commit: primitive] master: Changelog (8a964eb)
Ian Lynagh
-
2011/08/30
[commit: primitive] master: Add copyAddr and moveAddr and deprecate memcpyAddr (43b49de)
Ian Lynagh
-
2011/08/30
[commit: primitive] master: Change order of arguments in copy operations to be consistent with Storable rather than with the new primops (9d6895d)
Ian Lynagh
-
2011/08/28
[commit: filepath] master: System.FilePath.normalise "/" should be "/", not "/.". Fixes trac #3975 (014dba4)
Ian Lynagh
-
2011/08/28
[commit: filepath] master: Add the FilePath tests to the GHC testsuite (a59c38c)
Ian Lynagh
-
2011/08/28
Re: [commit: ghc-prim] no-pred-ty: Add fact tuples up to arity 62 (0b7b026)
Ian Lynagh
-
2011/08/28
[commit: vector] master: Mention Safe modules in the package description (4002ac4)
Ian Lynagh
-
2011/08/28
[commit: vector] master: Resolve conflict with stray patch (d2b399d)
Ian Lynagh
-
2011/08/28
[commit: vector] master: Export mstream and mstreamR (cf99bb0)
Ian Lynagh
-
2011/08/28
[commit: vector] master: Change comments in Safe modules (a08a056)
Ian Lynagh
-
2011/08/28
[commit: vector] master: Bump version to 0.8 (f6d2753)
Ian Lynagh
-
2011/08/28
[commit: vector] master: Improve comments (38b4eb7)
Ian Lynagh
-
2011/08/28
[commit: vector] master: Improve package description (c13dd87)
Ian Lynagh
-
2011/08/28
[commit: vector] master: Fix leftover conflicts (9890dc1)
Ian Lynagh
-
2011/08/28
[commit: vector] master: Follow containers convention in Show instances and add Read instances (6bc9bbc)
Ian Lynagh
-
2011/08/28
[commit: vector] master: Use mkTyCon3 if available (4303374)
Ian Lynagh
-
2011/08/28
[commit: vector] master: Changelog (d9a474f)
Ian Lynagh
-
2011/08/28
[commit: vector] master: Reorganise tests (75fde2c)
Ian Lynagh
-
2011/08/28
[commit: vector] master: Changelog (85f6d48)
Ian Lynagh
-
2011/08/28
[commit: vector] master: Build tests with -O0 and -O2 (8564f58)
Ian Lynagh
-
2011/08/28
[commit: vector] master: Changelog (2e3da54)
Ian Lynagh
-
2011/08/28
[commit: vector] master: Add tests (a735f92)
Ian Lynagh
-
2011/08/27
[commit: base] master: FIX BUILD on 32-bits (195657a)
Daniel Fischer
-
2011/08/27
[commit: base] master: Trailing Whitespace (96ed375)
Daniel Fischer
-
2011/08/27
[commit: ghc-prim] master: Fix return type of hs_popcntX (9cd14ba)
Daniel Fischer
-
2011/08/27
[commit: primitive] master: Fix various deprecation warnings (56697cb)
Ian Lynagh
-
2011/08/27
[commit: random] master: Bumped version for recent bugfixes but disabled SplittableGen for now. (40bbfd2)
Ian Lynagh
-
2011/08/27
[commit: pretty] master: Add IRC convo with Duncan (caf486c)
Ian Lynagh
-
2011/08/27
[commit: pretty] master: Merge in some GHC pretty module differences and clean up code (6e01b2e)
Ian Lynagh
-
2011/08/27
[commit: pretty] master: Add TODO file (d8ab978)
Ian Lynagh
-
2011/08/26
[commit: primitive] master: Fix haddock error (963e9f7)
Ian Lynagh
-
2011/08/26
[commit: primitive] master: Changelog (5088de4)
Ian Lynagh
-
2011/08/26
[commit: template-haskell] master: Follow ghc-prim changes (39239b8)
Ian Lynagh
-
2011/08/26
[commit: integer-gmp] master: Follow ghc-prim changes (787c3a3)
Ian Lynagh
-
2011/08/26
[commit: ghc-prim] master: Merge GHC.Unit into GHC.Tuple, and GHC.Ordering into GHC.Types (cd4ca89)
Ian Lynagh
-
2011/08/26
[commit: base] master: Follow ghc-prim changes (9c12be2)
Ian Lynagh
-
2011/08/25
[commit: base] master: Add Data.Bits.popCount (7afc8f0)
Johan Tibell
-
2011/08/25
[commit: vector] master: Slightly faster version of concatMap (1e72d46)
Ian Lynagh
-
2011/08/25
[commit: vector] master: Add a seq (cd712a0)
Ian Lynagh
-
2011/08/25
[commit: process] master: document that readProcess throws an IOError exception if the process (68ba490)
Simon Marlow
-
2011/08/25
[commit: base] master: Fix documentation for withCWStringLen (#5396) (a57369f)
Simon Marlow
-
2011/08/25
[commit: integer-gmp] master: Export Integer(..) from GHC.Integer.GMP.Internals again; fixes #5419 (65c7384)
Ian Lynagh
-
2011/08/24
[commit: ghc-prim] master: Drop bitrotted code for < 32-bit platforms (0a84a75)
Johan Tibell
-
2011/08/24
[commit: base] master: Drop bitrotted code for < 32-bit platforms (9f96eb7)
Johan Tibell
-
2011/08/23
[commit: template-haskell] master: Implement lookupTypeName/lookupValueName, and reification of type family instances (02362d1)
Simon Peyton Jones
-
2011/08/22
[commit: ghc-prim] no-pred-ty's head updated: Add fact tuples up to arity 62 (0b7b026)
Max Bolingbroke
-
2011/08/22
[commit: ghc-prim] no-pred-ty: Add fact tuples up to arity 62 (0b7b026)
Max Bolingbroke
-
2011/08/22
[commit: ghc-prim] no-pred-ty: Merge remote-tracking branch 'origin/master' into no-pred-ty (7cc055a)
Max Bolingbroke
-
2011/08/22
[commit: Win32] master: If a file operation fails with ERROR_SHARING_VIOLATION, wait and retry (085b112)
Simon Marlow
-
2011/08/19
[commit: ghc-prim] no-pred-ty: Change names (92dc853)
Max Bolingbroke
-
2011/08/18
[commit: ghc-prim] master: .gitignore (06d6805)
Manuel Chakravarty
-
2011/08/17
[commit: ghc-prim] master: Add fallbacks for processor specific instructions (e.g. POPCNT). These fallbacks are referred to by code generated by GHC. (cefc19a)
Simon Marlow
-
2011/08/16
[commit: template-haskell] master: The unit tuple is defined in a different module to other tuples (oddly) (0923cdc)
Simon Peyton Jones
-
2011/08/15
[commit: ghc-prim] no-pred-ty: Boxes for implicit parameters and equality evidence (3d21465)
Max Bolingbroke
-
2011/08/15
[commit: ghc-prim] branch 'no-pred-ty' created
Max Bolingbroke