| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Re-export Word from Prelude (re #9531) | Herbert Valerio Riedel | 2014-08-31 | 2 | -1/+3 |
| * | Fix to bin-package-db for ming32-only code | Simon Peyton Jones | 2014-08-29 | 1 | -3/+3 |
| * | Update Cabal and haddock submodules to follow the Canal-dep removal changes | Duncan Coutts | 2014-08-29 | 1 | -0/+0 |
| * | Address a number of Edward's code review comments | Duncan Coutts | 2014-08-29 | 1 | -0/+7 |
| * | Fix long lines and trailing whitespace | Duncan Coutts | 2014-08-29 | 1 | -11/+14 |
| * | Fix warnings arising from the package db refactoring | Duncan Coutts | 2014-08-29 | 1 | -5/+5 |
| * | Move Cabal Binary instances from bin-package-db to ghc-pkg itself | Duncan Coutts | 2014-08-29 | 2 | -173/+5 |
| * | Use ghc-local types for packages, rather than Cabal types | Duncan Coutts | 2014-08-29 | 1 | -15/+180 |
| * | Introduce new file format for the package database binary cache | Duncan Coutts | 2014-08-29 | 3 | -20/+223 |
| * | Simplify conversion in binary serialisation of ghc-pkg db | Duncan Coutts | 2014-08-29 | 1 | -0/+6 |
| * | In GHC.Real, specialise 'even' and 'odd' to Int and Integer | Simon Peyton Jones | 2014-08-29 | 1 | -0/+4 |
| * | [ci skip] ghc-prim: Update .gitignore | Austin Seipp | 2014-08-28 | 1 | -0/+1 |
| * | Comments only | Simon Peyton Jones | 2014-08-28 | 1 | -5/+13 |
| * | Specialise monad functions, and make them INLINEABLE | Simon Peyton Jones | 2014-08-28 | 1 | -0/+38 |
| * | Slightly improve fusion rules for 'take' | Simon Peyton Jones | 2014-08-28 | 1 | -3/+10 |
| * | Move the Enum Word instance into GHC.Enum | Simon Peyton Jones | 2014-08-28 | 2 | -24/+36 |
| * | Specialise Eq, Ord, Read, Show at Int, Char, String | Simon Peyton Jones | 2014-08-28 | 3 | -1/+11 |
| * | Revert "rts/base: Fix #9423" | Austin Seipp | 2014-08-22 | 4 | -25/+20 |
| * | submodule update hpc/stm with gitignore. | Edward Z. Yang | 2014-08-22 | 2 | -0/+0 |
| * | Update a comment in base cbits | Reid Barton | 2014-08-20 | 1 | -1/+1 |
| * | rts/base: Fix #9423 | Andreas Voellmy | 2014-08-19 | 4 | -20/+25 |
| * | Mention that `Data.Ix` uses row-major indexing | Alexander Berntsen | 2014-08-19 | 1 | -1/+1 |
| * | Make Prelude.signum handle -0.0 correctly (#7858) | Alexander Berntsen | 2014-08-18 | 2 | -7/+8 |
| * | Make Prelude.abs handle -0.0 correctly (#7858) | Alexander Berntsen | 2014-08-18 | 2 | -4/+8 |
| * | Fix broken link in Data.Data to SYB home page (Trac #9455) | Simon Peyton Jones | 2014-08-18 | 1 | -9/+9 |
| * | Workaround GCC `__ctzdi2` intrinsic linker errors | Herbert Valerio Riedel | 2014-08-17 | 1 | -1/+17 |
| * | Implement new CLZ and CTZ primops (re #9340) | Herbert Valerio Riedel | 2014-08-14 | 3 | -0/+84 |
| * | testsuite/base: update .gitignore | Austin Seipp | 2014-08-11 | 1 | -0/+1 |
| * | Improve seq documentation; part of trac issue #9390 | Michael Snoyman | 2014-08-10 | 1 | -0/+7 |
| * | change topHandler02/topHandler03 tests to use signal_exit_code function | Karel Gardas | 2014-08-10 | 1 | -3/+2 |
| * | Remove obsolete "-- #hide" Haddock pragmas | Reid Barton | 2014-08-09 | 2 | -2/+0 |
| * | Tweak Haddock in GHC.Types | Reid Barton | 2014-08-09 | 1 | -2/+2 |
| * | Tweak Haddock markup in GHC.Magic | Reid Barton | 2014-08-09 | 1 | -6/+6 |
| * | Implement the final change to INCOHERENT from Trac #9242 | Simon Peyton Jones | 2014-08-08 | 1 | -20/+17 |
| * | Filter out null bytes from trace, and warn accordingly, fixing #9395. | Edward Z. Yang | 2014-08-05 | 4 | -2/+14 |
| * | Package keys (for linking/type equality) separated from package IDs. | Edward Z. Yang | 2014-08-05 | 7 | -9/+20 |
| * | fix topHandler03 execution on Solaris where shell signals SIGTERM correctly | Karel Gardas | 2014-08-04 | 1 | -1/+2 |
| * | fix openFile003 test on Solaris/i386 (platform output is not needed anymore) | Karel Gardas | 2014-08-04 | 1 | -4/+0 |
| * | ghc --make: add nicer names to RTS threads (threaded IO manager, make workers) | Sergei Trofimovich | 2014-08-04 | 1 | -2/+6 |
| * | Add comments about the {-# INCOHERENT #-} for Typeable (f a) | Simon Peyton Jones | 2014-07-31 | 1 | -2/+20 |
| * | Fix validate fallout | Austin Seipp | 2014-07-28 | 1 | -1/+0 |
| * | base: make System.IO.openTempFile generate less predictable names | Sergei Trofimovich | 2014-07-28 | 1 | -8/+16 |
| * | Add Functor, Applicative, Monad instances for First, Last | Ben Gamari | 2014-07-28 | 2 | -1/+24 |
| * | use GHC-7.8.3's values for thread block reason (fixes #9333) | Jost Berthold | 2014-07-28 | 1 | -7/+11 |
| * | Avoid to pass a socket to setmode/isatty in Windows | Isamu Mogi | 2014-07-28 | 1 | -2/+3 |
| * | Module reexports, fixing #8407. | Edward Z. Yang | 2014-07-25 | 2 | -0/+8 |
| * | Ignore tix files. | Edward Z. Yang | 2014-07-23 | 1 | -0/+1 |
| * | Make last a good consumer | Joachim Breitner | 2014-07-22 | 1 | -5/+2 |
| * | Update Cabal submodule to HEAD (1.21) | Edward Z. Yang | 2014-07-21 | 2 | -1/+1 |
| * | Data.List: Unterse/Obvious comment regarding CPP | Alexander Berntsen | 2014-07-20 | 1 | -1/+1 |