ghc-commits
Thread
Date
Earlier messages
Later messages
Messages by Date
2013/09/26
[commit: packages/primitive] ghc-head: Fix compilation with GHC 7.6.1 (38ace95)
git
2013/09/26
[commit: packages/primitive] ghc-head: Fix comment (33c7f80)
git
2013/09/26
[commit: packages/primitive] ghc-head: Delete dead code (4f40a54)
git
2013/09/26
[commit: packages/primitive] ghc-head: Add atomicModifyMutVar (ee250c3)
git
2013/09/26
[commit: packages/primitive] ghc-head: Fix comment (59d9c64)
git
2013/09/26
[commit: packages/primitive] ghc-head: Disable broken array copying primitives for GHC 7.6.* and earlier (5a77bde)
git
2013/09/26
[commit: packages/primitive] ghc-head: Add INLINE pragmas (1242ac3)
git
2013/09/26
[commit: packages/primitive] ghc-head: Update cabal file, add README (3309045)
git
2013/09/26
[commit: packages/primitive] branch 'ghc-head' created
git
2013/09/25
[commit: packages/base] master: Revert "Add fmapCoerce to Functor class." (6fe359b)
git
2013/09/24
[commit: packages/base] master: Add fmapCoerce to Functor class. (3da4fd9)
git
2013/09/24
[commit: packages/base] master: Add Foldable/Traversable instances for 'Const m' (dbd9181)
git
2013/09/24
[commit: ghc] master: Typo in comment (1c0a8e0)
git
2013/09/24
[commit: ghc] master: Fix user guide documentation about unboxed values (94ab5d2)
git
2013/09/24
[commit: ghc] master: Add a type-function for subtraction. (5cf3669)
git
2013/09/24
[commit: testsuite] master: Add some tests for type-level subtraction. (3023f20)
git
2013/09/24
[commit: packages/base] master: Add type functions (-) and ToNat1; Turn FromNat1 into a closed family. (fc90436)
git
2013/09/23
[commit: testsuite] master: Driver: Fix % operator typo (f1b6909)
git
2013/09/23
[commit: testsuite] master: Wibble after #8218 (ffa99f4)
git
2013/09/23
[commit: packages/base] master: Add instance Monad (WrappedMonad m) to Control.Applicative (#8218) (c831b4a)
git
2013/09/23
[commit: ghc] master: Release notes: mention instance Monad (WrappedMonad m) (#8218) (e2da02d)
git
2013/09/23
[commit: ghc] master: Fix build when PROF_SPIN is unset (9c11fdb)
git
2013/09/23
[commit: ghc] master: Fix the definition of cas() on x86 (#8219) (84dff71)
git
2013/09/23
[commit: ghc] master: Remove fglasgow-exts from ghci --help (93a04b4)
git
2013/09/23
[commit: ghc] master: Discard unreachable code in the register allocator (#7574) (f5879ac)
git
2013/09/23
[commit: testsuite] master: linker_unload is now passing (#8192) (1bb8a2e)
git
2013/09/23
[commit: testsuite] master: T7574 is now passing (#7574) (491551d)
git
2013/09/23
[commit: ghc] master: Fix linker_unload now that we are running constructors in the linker (#8291) (1908195)
git
2013/09/23
[commit: ghc] master: Typos (be3b84f)
git
2013/09/23
[commit: testsuite] master: Typos (5668965)
git
2013/09/23
[commit: packages/array] master: Modernize `array` package via `{-# LANGUAGE #-}` pragmas (cc3eafa)
git
2013/09/23
[commit: packages/array] master: Clean up warnings and restore GHC 7.6 compatibility (616527a)
git
2013/09/22
[commit: testsuite] wip/th-new: Fix test wibble. (cf13e67)
git
2013/09/22
[commit: testsuite] wip/th-new: Fix test wibbles for new Template Haskell. (8b28f4d)
git
2013/09/22
[commit: testsuite] wip/th-new: Update tests now that declaration splices are legal everywhere. (05eae8e)
git
2013/09/22
[commit: testsuite] wip/th-new's head updated: Peculiarly, we now pass this test on ghci. (d1c22d1)
git
2013/09/22
[commit: testsuite] wip/th-new: Peculiarly, we now pass this test on ghci. (d1c22d1)
git
2013/09/22
[commit: testsuite] wip/th-new: Adjust tests for new Template Haskell. (315727e)
git
2013/09/22
[commit: testsuite] wip/th-new: Update test to reflect fix for #1201. (172d90d)
git
2013/09/22
[commit: packages/template-haskell] wip/th-new: Add support for top-level finalizers (30d359d)
git
2013/09/22
[commit: packages/template-haskell] wip/th-new: Add a method to the Quasi type class that adds new top-level declarations. (5be0fe8)
git
2013/09/22
[commit: packages/template-haskell] branch 'wip/th-new' created
git
2013/09/22
[commit: packages/template-haskell] wip/th-new: Correctly pretty-print let and do expressions. (b5cab06)
git
2013/09/22
[commit: ghc] master: Catch potential garbage after -msse. (e19ae5d)
git
2013/09/22
[commit: packages/template-haskell] wip/th-new: Add Template Haskell state. (4aee21b)
git
2013/09/22
[commit: packages/template-haskell] wip/th-new: Add TExp data type. (1176e2b)
git
2013/09/22
[commit: packages/template-haskell] wip/th-new: Make a TExp a wrap a TH.Exp instead of a TH.ExpQ. (67d43c3)
git
2013/09/22
[commit: packages/template-haskell] wip/th-new: Add the TExpQ type alias. (07c5778)
git
2013/09/22
[commit: ghc] wip/th-new: Add support for Template Haskell state. (431858d)
git
2013/09/22
[commit: ghc] wip/th-new: Change the types of typed brackets and splices. (bf0a415)
git
2013/09/22
[commit: ghc] wip/th-new's head updated: Add support for Template Haskell state. (431858d)
git
2013/09/22
[commit: ghc] wip/th-new: Clean up smart constructors for splices. (545632f)
git
2013/09/22
[commit: ghc] wip/th-new: Add support for pattern splices. (a3505f5)
git
2013/09/22
[commit: ghc] wip/th-new: Add support for Template Haskell module finalizers. (034cb23)
git
2013/09/22
[commit: ghc] wip/th-new: Code formatting cleanup. (7e68d54)
git
2013/09/22
[commit: ghc] wip/th-new: Allow splices to add additional top-level declarations. (3931223)
git
2013/09/22
[commit: ghc] wip/th-new: Consolidate TH renaming. (edf9b8a)
git
2013/09/22
[commit: ghc] wip/th-new: Track the typed/untyped distinction in the current TH stage. (52db5e8)
git
2013/09/22
[commit: ghc] wip/th-new: Add syntactic support for typed expression brackets and splices. (21df592)
git
2013/09/22
[commit: ghc] wip/th-new: Check the staging restriction in the renamer. (27f8c0a)
git
2013/09/22
[commit: ghc] wip/th-new: Add full support for declaration splices. (88db659)
git
2013/09/22
[commit: ghc] wip/th-new: Move renamer splice functionality into a separate module. (0aa053f)
git
2013/09/22
[commit: ghc] wip/th-new: Clean up error context when checking brackets/splices. (29822f6)
git
2013/09/22
[commit: ghc] wip/th-new: Track TH stage in the renamer. (328ce6b)
git
2013/09/22
[commit: ghc] wip/th-new: Add names for TExp type constructor and unType. (9ef72d7)
git
2013/09/22
[commit: ghc] wip/th-new: Differentiate typed and untyped splices and brackets in the abstract syntax. (63a05fd)
git
2013/09/22
[commit: ghc] wip/th-new: Add support for typed brackets and splices. (7e8bbb2)
git
2013/09/22
[commit: ghc] master's head updated: Merge branch 'wip/simd' (680441d)
git
2013/09/22
[commit: ghc] master: Merge branch 'wip/simd' (680441d)
git
2013/09/22
[commit: ghc] wip/simd: Enable -msse to be specified by itself. (1ed36c5)
git
2013/09/22
[commit: ghc] wip/simd: Add 512-bit-wide SIMD primitives. (7dda67b)
git
2013/09/22
[commit: ghc] wip/simd: Add support for -mavx512* flags. (03e33c9)
git
2013/09/22
[commit: ghc] wip/simd: Pass 512-bit-wide vectors in registers. (c5add86)
git
2013/09/22
[commit: ghc] wip/simd: Check that SIMD vector instructions are compatible with current set of dynamic flags. (25eeb67)
git
2013/09/22
[commit: ghc] wip/simd's head updated: Check that SIMD vector instructions are compatible with current set of dynamic flags. (25eeb67)
git
2013/09/22
[commit: ghc] wip/simd: Set LLVM option -stack-alignment=32 when compiling AVX instructions. (afdb2fc)
git
2013/09/22
[commit: ghc] wip/simd: Ensure that globalRegMaybe returns accurate information for XMM registers. (bdcf210)
git
2013/09/22
[commit: ghc] wip/simd: Add support for 256-bit-wide vectors. (e074c1c)
git
2013/09/22
[commit: ghc] wip/simd: Fixup stack spills when generating AVX instructions. (f8c5167)
git
2013/09/22
[commit: ghc] wip/simd: By default, only pass 128-bit SIMD vectors in registers on X86-64. (d2b9526)
git
2013/09/22
[commit: ghc] wip/simd: Pass 256-bit-wide vectors in registers. (0b561f1)
git
2013/09/22
[commit: ghc] wip/simd: Add 256-bit-wide SIMD primitives. (7624815)
git
2013/09/22
[commit: ghc] wip/simd: SIMD primops are now generated using schemas that are polymorphic in width and element type. (16b350a)
git
2013/09/22
[commit: ghc] wip/simd: Add support for -mavx and -mavx2 flags. (0c6cf2a)
git
2013/09/22
[commit: ghc] wip/simd: Do not assume that XMM registers are used to pass floating point arguments. (e02c506)
git
2013/09/22
[commit: ghc] wip/simd: Flesh out 128-bit wide SIMD primops. (638cd12)
git
2013/09/22
[commit: ghc] wip/simd: Add Cmm support for 256-bit-wide values. (9d47e58)
git
2013/09/22
[commit: ghc] wip/simd: Add support for 512-bit-wide vectors. (26a960c)
git
2013/09/22
[commit: ghc] wip/simd: Enable passing vector arguments in xmm registers on x86-32. (0f89b9e)
git
2013/09/22
[commit: ghc] wip/simd: Do not expose LLVM-only primops in GHC.PrimopWrappers. (da5a647)
git
2013/09/22
[commit: ghc] wip/simd: Add Cmm support for 512-bit-wide values. (49f4c12)
git
2013/09/22
[commit: ghc] master: Release note blurb. (6e6e6f5)
git
2013/09/22
[commit: ghc] master: Restructure compilation pipeline to allow hooks (6f79989)
git
2013/09/22
[commit: packages/base] master: Add Haddock `/Since: 4.4.0.0/` comments to symbols (27c90b7)
git
2013/09/22
[commit: packages/base] master: Remove obsolete pre-Haddock-2 `#hide` pragmas (ba98712)
git
2013/09/22
[commit: packages/base] master: Add Haddock `/Since: 4.5.[01].0/` comments to symbols (6fe5240)
git
2013/09/21
[commit: ghc] master: Document remaining GHCi commands in users_guide (#7501) (efb9e82)
git
2013/09/21
[commit: ghc] master: users_guide/ghci: Whitespace cleanup (#7501) (ea2af9b)
git
2013/09/21
[commit: ghc] master: Add release note entry for `{-# MINIMAL #-}` (#7633) (1320fd2)
git
2013/09/21
[commit: packages/base] master: Add Haddock `/Since: 4.6.0.0/` comments to symbols (e8d2d2a)
git
2013/09/21
[commit: packages/base] master: Add Haddock docs for new `class FiniteBits` (b0ca46b)
git
2013/09/21
[commit: packages/base] master: Add Haddock `/Since: 4.7.0.0/` comments to new symbols (6368362)
git
2013/09/20
[commit: ghc] master: Document more stolen syntax (#4196) (da11bb1)
git
2013/09/20
[commit: ghc] master: Typos (ffa8d22)
git
2013/09/20
[commit: ghc] master: Fix name of vanilla RTS way in the user's guide (96cfb11)
git
2013/09/20
[commit: packages/Cabal] ghc-head: Rewrite and extend several parts of the user guide introduction (2245241)
git
2013/09/20
[commit: packages/Cabal] ghc-head: Doc patch: provide a pointer to where the list of --with-PROG values is. Fixes #1512. (e8f1eec)
git
2013/09/20
[commit: ghc] master: Update `Cabal` to 1.18.1 final (2fbfa11)
git
2013/09/20
[commit: packages/Cabal] ghc-head: Add a user guide section on package concepts (902bbad)
git
2013/09/20
[commit: packages/Cabal] ghc-head: Add a quickstart to the development chapter of the user guide (937d8e8)
git
2013/09/20
[commit: packages/Cabal] ghc-head: Try using a contents within each user guide chapter (2263ba1)
git
2013/09/20
[commit: packages/Cabal] ghc-head: Limit the length of lines in the user guide html to be readable (a6e5f30)
git
2013/09/20
[commit: testsuite] master: Test Trac #8280 (2ed33c3)
git
2013/09/20
[commit: testsuite] master: Test Trac #8333 (57330d4)
git
2013/09/20
[commit: testsuite] master: test Trac #7800 (edf6a82)
git
2013/09/20
[commit: testsuite] master: Test Trac #8129 (6d3be60)
git
2013/09/20
[commit: ghc] master: Comments only (d545b46)
git
2013/09/20
[commit: ghc] master: Kill Type.isKindTy in favour of Kind.isKind (same code) (3462534)
git
2013/09/20
[commit: ghc] master: Ignore Tickish Breakpoints when serialising Core into interface files (d57f2ad)
git
2013/09/20
[commit: ghc] master: Nuke tc-trace that makes the typechecker loop (15dc80e)
git
2013/09/20
[commit: ghc] master: Improve error message for deriving polykinded Typeable (Trac #7800) (86033a0)
git
2013/09/20
[commit: ghc] master: Refactor AMP warnings a bit (e17072d)
git
2013/09/20
[commit: testsuite] master: Test driver: Implement different verbosities (36a70ba)
git
2013/09/20
[commit: testsuite] master: Test driver: Print total time spent at the end (472075f)
git
2013/09/19
[commit: ghc] master: Comments only (d85550e)
git
2013/09/19
[commit: ghc] master: Update release notes for new comparison primops (4916552)
git
2013/09/19
[commit: ghc] master: Remove trailing whitespaces in flags.xml (17ba306)
git
2013/09/19
[commit: ghc] master: Document -floopification flag in user guide (291cb85)
git
2013/09/18
[commit: haddock] master: Print missing documentation. Fixes #258. (9db420f)
git
2013/09/18
[commit: haddock] master: Fixes #231 (5131510)
git
2013/09/18
[commit: haddock] master: Add test helper (9697748)
git
2013/09/18
[commit: haddock] master: Fixes #5 (183cad1)
git
2013/09/18
[commit: haddock] master: Fallback to ./resources when Cabal data is not found (a5bf30f)
git
2013/09/18
[commit: haddock] master: Add new field to DynFlags (bac8121)
git
2013/09/18
[commit: haddock] master: Fixes #256 (c953c64)
git
2013/09/18
[commit: hsc2hs] master: Fix AMP warnings in HSCParser.hs (9960cac)
git
2013/09/18
[commit: testsuite] master: Fix performance failures on x86_64 (5fe7b57)
git
2013/09/18
[commit: packages/ghc-prim] master: Comments only (b78f02a)
git
2013/09/18
[commit: testsuite] master: Fix T4007 (50fc589)
git
2013/09/18
[commit: ghc] master: Restore old names of comparison primops (53948f9)
git
2013/09/18
[commit: testsuite] master: Follow changes in comparison primops (see #6135) (7704115)
git
2013/09/18
[commit: packages/base] master: Trailing whitespaces (5904d0d)
git
2013/09/18
[commit: packages/ghc-prim] master: Follow changes in comparison primops (see #6135) (5ab5b3d)
git
2013/09/18
[commit: testsuite] master: Trailing whitespaces (cfd51fc)
git
2013/09/18
[commit: packages/primitive] master: Follow changes in comparison primops (see #6135) (27b18d5)
git
2013/09/18
[commit: packages/integer-simple] master: Follow changes in comparison primops (see #6135) (a5d9a15)
git
2013/09/18
[commit: packages/primitive] master: Trailing whitespaces (dd0f21c)
git
2013/09/18
[commit: ghc] master: Trailing whitespaces (6eec7bc)
git
2013/09/18
[commit: packages/base] master: Follow changes in comparison primops (see #6135) (427cbd5)
git
2013/09/18
[commit: packages/array] master: Follow changes in comparison primops (see #6135) (6d8d15c)
git
2013/09/18
[commit: packages/template-haskell] master: Follow changes in comparison primops (see #6135) (8922e3e)
git
2013/09/18
[commit: packages/integer-gmp] master: Follow changes in comparison primops (see #6135) (b1c4ae4)
git
2013/09/18
[commit: packages/template-haskell] master: Trailing whitespaces (f23b182)
git
2013/09/18
[commit: packages/dph] master: Follow changes in comparison primops (see #6135) (a3286e6)
git
2013/09/18
[commit: packages/dph] master: Trailing whitespaces (a0a7f7b)
git
2013/09/18
[commit: ghc] master: Fix egregious blunder in extractRelevantInerts (07f524c)
git
2013/09/18
[commit: ghc] master: Make Word# a wired-in TyCon (fix Trac #8280) (de4090b)
git
2013/09/18
[commit: ghc] master: Comments only (9078408)
git
2013/09/18
[commit: ghc] master: Tidy up and refactor overflow checking for literals (03e44ee)
git
2013/09/18
[commit: ghc] master: Accommodate Derived constraints in two places (fix Trac #8129, #8134) (8cfbdcc)
git
2013/09/18
[commit: ghc] master: Optimise (case tagToEnum# x of ..) as in Trac #8317 (62c4058)
git
2013/09/18
[commit: ghc] master: A little refactoring (a5bdc6b)
git
2013/09/18
[commit: testsuite] master: Follow changes in [7ab62490/base] (re #7633) (5af4e9c)
git
2013/09/18
[commit: packages/base] master: Add `{-# MINIMAL #-}` annotations to typeclasses (7ab6249)
git
2013/09/18
[commit: haddock] master: Add missing `traverse` method for `GenLocated` (4963328)
git
2013/09/18
[commit: ghc] master: Add flag to control loopification (7a4c15a)
git
2013/09/18
[commit: testsuite] master: Follow changes in [12a8244/ghc-prim] (#7633) (150844d)
git
2013/09/18
[commit: packages/ghc-prim] master: Add `{-# MINIMAL #-}` to `class Eq` and `class Ord` (12a8244)
git
2013/09/18
[commit: ghc] master: Tweaks to release notes If someone also feels that credits should better go into the release announcement, just nuke the last line of that paragraph. (b626989)
git
2013/09/18
[commit: testsuite] master: Update to new missing-method-decl warning style (d72a4dc)
git
2013/09/18
[commit: testsuite] master: Tests for MINIMAL pragma (#7633) (4867458)
git
2013/09/18
[commit: ghc] master: Implement checkable "minimal complete definitions" (#7633) (bd42c9d)
git
2013/09/18
[commit: ghc] master: Limit upper versions of Alex and Happy (b6bc326)
git
2013/09/17
[commit: ghc] master: Fix-up Docbook XML broken in f4046b508a5a7 (d80bd87)
git
2013/09/17
[commit: ghc] master: Suppress unused variable when OS does not support setuid. (53b2dc8)
git
2013/09/17
[commit: testsuite] master: Update to tests due to change in syntax for role annotations. (0b5892b)
git
2013/09/17
[commit: packages/dph] master: Update to match new role annotation syntax. (ba767c8)
git
2013/09/17
[commit: packages/base] master: Update use of role annotations to new syntax. (e5fc2e5)
git
2013/09/17
[commit: packages/template-haskell] master: Support new role annotation syntax. (c17c492)
git
2013/09/17
[commit: haddock] master: Revision to reflect new role annotation syntax in GHC. (61335db)
git
2013/09/17
[commit: ghc] master: Change role annotation syntax. (f4046b5)
git
2013/09/17
[commit: testsuite] master: Add missing Windows stdout/stderr output for #5435. (4b22a8b)
git
2013/09/17
[commit: ghc] branch 'wip/T8322' created
git
2013/09/17
[commit: ghc] wip/T8322: Attempt to load all modules before reporting errors (f3d1e79)
git
2013/09/17
[commit: packages/base] master: Replaced Text.Printf with extensible printf, and made comcommitant changes (fef98f1)
git
2013/09/17
[commit: testsuite] master: Recompilation test case for #8247 (b1f6cab)
git
2013/09/17
[commit: ghc] master: Release Notes: New printf features in base (96421e0)
git
2013/09/17
[commit: testsuite] master: Adjust testsuite to new printf implementation (88a8ff9)
git
2013/09/17
[commit: testsuite] master: In the test that tests -optP -C, also pass -optP -ffreestanding (168ac1b)
git
2013/09/17
[commit: ghc] master: Allow branches with / in them (e.g. wip/) in ./sync-all (4e2f6c2)
git
2013/09/17
[commit: packages/base] master: Remove Hugs98 specific code (322ab4e)
git
2013/09/17
[commit: packages/base] master: Make `<Typeable.h>` obsolete and refactor away its use (57b5310)
git
2013/09/17
[commit: packages/base] master: Constant-fold `__GLASGOW_HASKELL__` CPP conditionals (9415541)
git
2013/09/17
[commit: packages/array] master: Constant-fold `__GLASGOW_HASKELL__` CPP conditionals (80dd8ea)
git
2013/09/17
[commit: packages/array] master: Remove Hugs98 specific code (ba81753)
git
2013/09/17
[commit: ghc] master: Add warning comment about Mach-O section name hack. (b647700)
git
2013/09/17
[commit: testsuite] master: Finish up asm test #5435 for Mac OS X (28e921b)
git
2013/09/16
[commit: testsuite] master: Implement assembly test for #5435 in Windows. (b3c5baa)
git
2013/09/16
[commit: testsuite] master: New and improved tests for #5435. Linux only at the moment. (3c313be)
git
2013/09/16
[commit: ghc] master: Implement ctors support for Linux. (bfe3c4c)
git
Earlier messages
Later messages