| Commit message (Expand) | Author | Age | Files | Lines |
* | Move GeneralCategory et al to GHC.Unicode | Ben Gamari | 2015-09-08 | 4 | -211/+219 |
* | Further simplify the story around minimum/maximumwip/D1229 | Joachim Breitner | 2015-09-07 | 1 | -25/+9 |
* | SPECIALIZE strictMinimum for Int and Integer | Joachim Breitner | 2015-09-07 | 1 | -0/+4 |
* | Make Data.List.foldr1 inline | Joachim Breitner | 2015-09-03 | 1 | -3/+5 |
* | Injective type families | Jan Stolarek | 2015-09-03 | 5 | -53/+142 |
* | Fix some tests that were broken by D861 | Eric Seidel | 2015-09-02 | 1 | -0/+0 |
* | Testsuite: mark 4 tests expect_broken_for(#10712, opt_ways) | Thomas Miedema | 2015-09-02 | 1 | -1/+1 |
* | stm: Fix test case | Ben Gamari | 2015-09-02 | 1 | -0/+0 |
* | Use IP based CallStack in error and undefined | Eric Seidel | 2015-09-02 | 13 | -120/+126 |
* | integer-gmp: optimise bitBigNat | Herbert Valerio Riedel | 2015-08-29 | 1 | -1/+18 |
* | Make Generic (Proxy t) instance poly-kinded (fixes #10775) | RyanGlScott | 2015-08-29 | 2 | -19/+22 |
* | base: Remove a redundant 'return' | Simon Peyton Jones | 2015-08-27 | 1 | -2/+1 |
* | Implement getSizeofMutableByteArrayOp primop | Ben Gamari | 2015-08-21 | 1 | -28/+35 |
* | Build system: delete half-baked Cygwin support | Thomas Miedema | 2015-08-20 | 1 | -5/+0 |
* | Testsuite: mark encoding005 expect_broken(#10623) on Windows | Thomas Miedema | 2015-08-15 | 1 | -1/+2 |
* | Testsuite: mark T8089 expect_broken(#7325) on Windows | Thomas Miedema | 2015-08-15 | 1 | -1/+5 |
* | template-haskell: Add changelog entry to infix type operators | Ben Gamari | 2015-08-12 | 1 | -0/+6 |
* | Bump template-haskell to new major version 2.11 | Herbert Valerio Riedel | 2015-08-12 | 2 | -1/+8 |
* | Update transformers submodule to 0.4.3.0 release | Herbert Valerio Riedel | 2015-08-09 | 1 | -0/+0 |
* | Make oneShot open-kinded | Joachim Breitner | 2015-08-08 | 1 | -0/+7 |
* | Sync base/changelog.md with GHC 7.10.2 release | Herbert Valerio Riedel | 2015-08-07 | 1 | -3/+4 |
* | base: Add missing Traversable instance for ZipList | Ben Gamari | 2015-08-07 | 2 | -3/+9 |
* | base: Add instances | fumieval | 2015-08-06 | 5 | -5/+32 |
* | Add Fixity info for infix types | RyanGlScott | 2015-08-05 | 3 | -11/+17 |
* | Make sure that `all`, `any`, `and`, and `or` fuse (#9848) | Takano Akio | 2015-08-05 | 4 | -0/+25 |
* | Make Exception datatypes into newtypes | RyanGlScott | 2015-08-05 | 3 | -6/+9 |
* | Drop custom mapM impl for [] | Ben Gamari | 2015-08-05 | 1 | -3/+0 |
* | Typos in comments [skip ci] | Gabor Greif | 2015-08-03 | 3 | -3/+3 |
* | Update parallel submodule, and re-enable warnings | Simon Marlow | 2015-08-03 | 1 | -0/+0 |
* | Testsuite: mark tests recently fixed as passing + accept new stderr | Thomas Miedema | 2015-07-30 | 1 | -0/+0 |
* | Don't allowInterrupt inside uninterruptibleMask | Ben Gamari | 2015-07-30 | 3 | -4/+24 |
* | Comments only | Simon Peyton Jones | 2015-07-30 | 1 | -1/+1 |
* | Fallout from more assiduous RULE warnings | Simon Peyton Jones | 2015-07-28 | 4 | -15/+58 |
* | Add UInfixT to TH types (fixes #10522) | Michael Smith | 2015-07-27 | 4 | -10/+37 |
* | Add missing parentheses in eqBigNatWord# | Reid Barton | 2015-07-25 | 1 | -1/+1 |
* | Use isTrue# around primitive comparisons in integer-gmp | Reid Barton | 2015-07-25 | 1 | -30/+30 |
* | Library names, with Cabal submodule update | Edward Z. Yang | 2015-07-23 | 1 | -0/+0 |
* | Update encoding001 to test the full range of non-surrogate code points | Reid Barton | 2015-07-23 | 2 | -12/+6 |
* | When iconv is unavailable, use an ASCII encoding to encode ASCII | Reid Barton | 2015-07-21 | 6 | -6/+203 |
* | Comments and layout only | Simon Peyton Jones | 2015-07-21 | 1 | -62/+125 |
* | Delete __GLASGOW_HASKELL__ ifdefs for stage0 < 7.8 | Thomas Miedema | 2015-07-21 | 1 | -6/+0 |
* | Update submodule hpc with fix for #10529 | Thomas Miedema | 2015-07-20 | 1 | -0/+0 |
* | Testsuite: simplify T8089 (#8089) | Thomas Miedema | 2015-07-20 | 2 | -30/+13 |
* | Support wild cards in TH splices | Thomas Winant | 2015-07-20 | 3 | -0/+8 |
* | Testsuite: mark array001 and conc034 expect_broken_for(#10659, ['optasm',...]) | Thomas Miedema | 2015-07-18 | 1 | -0/+0 |
* | Handle Char#, Addr# in TH quasiquoter (fixes #10620) | RyanGlScott | 2015-07-17 | 4 | -1/+5 |
* | Docs: `sortOn = sortBy (comparing f)` [skip ci] | Thomas Miedema | 2015-07-16 | 1 | -1/+1 |
* | Testsuite: rename *.stderr-ghc to *.stderr | Thomas Miedema | 2015-07-14 | 3 | -59/+4 |
* | Testsuite: delete remaining only_compiler_types(['ghc']) setups | Thomas Miedema | 2015-07-14 | 2 | -3/+1 |
* | Fix self-contained handling of ASCII encoding | Ben Gamari | 2015-07-10 | 3 | -18/+49 |