| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove OPTIONS_HADDOCK hide in favour for not-home | Adam Sandberg Eriksson | 2019-01-06 | 1 | -1/+1 |
* | Built-in Natural literals in Core | Sylvain Henry | 2018-06-15 | 1 | -0/+30 |
* | GHC.Word: Move Read instances to GHC.Read | Erik de Castro Lopo | 2017-03-17 | 1 | -21/+0 |
* | Add @since annotations to base instances | Seraphime Kirkovski | 2016-06-06 | 1 | -0/+54 |
* | Defer inlining of Ord methods | Ben Gamari | 2016-03-30 | 1 | -13/+87 |
* | base: Fix GHC.Word and GHC.Int on 32-bit platforms | Ben Gamari | 2016-03-25 | 1 | -2/+2 |
* | Defer inlining of Eq for primitive types | Ben Gamari | 2016-03-24 | 1 | -7/+70 |
* | Convert `/Since: .../` to new `@since ...` syntax | Herbert Valerio Riedel | 2014-12-16 | 1 | -3/+3 |
* | Refactor module imports in base | Herbert Valerio Riedel | 2014-10-19 | 1 | -1/+0 |
* | Remove a few redundant `.hs-boot` files | Herbert Valerio Riedel | 2014-10-11 | 1 | -1/+0 |
* | Add `FiniteBits(count{Leading,Trailing}Zeros)` | Herbert Valerio Riedel | 2014-08-31 | 1 | -0/+8 |
* | Remove obsolete pre-Haddock-2 `#hide` pragmas | Herbert Valerio Riedel | 2013-09-23 | 1 | -1/+0 |
* | Add Haddock `/Since: 4.7.0.0/` comments to new symbols | Herbert Valerio Riedel | 2013-09-21 | 1 | -0/+9 |
* | Follow changes in comparison primops (see #6135) | Jan Stolarek | 2013-09-18 | 1 | -40/+40 |
* | byteSwap16/32: Narrow the result to 16/32 bits | Reid Barton | 2013-09-15 | 1 | -2/+2 |
* | Expose new Word operation to swap endianness for Word{16,32,64} | Austin Seipp | 2013-07-17 | 1 | -1/+17 |
* | Revert "expose new Word operation to swap endianness for Word{16,32,64}" | Simon Peyton Jones | 2013-06-11 | 1 | -17/+1 |
* | expose new Word operation to swap endianness for Word{16,32,64} | Ian Lynagh | 2013-06-09 | 1 | -1/+17 |
* | Re-jig SOURCE imports | Simon Peyton Jones | 2013-06-06 | 1 | -1/+1 |
* | Change rules for RealFrac methods to pointfree, so that they can also fire in... | Daniel Fischer | 2013-02-13 | 1 | -38/+38 |
* | Add bitSizeMaybe to Bits, and add FiniteBits class | Ian Lynagh | 2012-09-23 | 1 | -5/+23 |
* | Move the Word type from base to ghc-prim | Ian Lynagh | 2012-05-21 | 1 | -134/+0 |
* | Use Word literals directly, rather than converting Int literals | Ian Lynagh | 2012-05-21 | 1 | -9/+9 |
* | Fix build on 32bit platforms | Ian Lynagh | 2012-02-18 | 1 | -3/+1 |
* | Use the new unsigned quotRem primop | Ian Lynagh | 2012-02-17 | 1 | -7/+19 |
* | Add CTYPE pragmas for GHC types | Ian Lynagh | 2012-02-16 | 1 | -6/+6 |
* | Remove Num superclass of Bits Add and export bitDefault, testBitDefault and p... | Bas van Dijk | 2012-01-14 | 1 | -0/+24 |
* | Add unsafeShift to Data.Bits | Johan Tibell | 2011-11-08 | 1 | -0/+15 |
* | Update base for latest Safe Haskell. | David Terei | 2011-10-25 | 1 | -0/+1 |
* | Give Word a proper Show instance | Ian Lynagh | 2011-09-16 | 1 | -1/+8 |
* | Move some Enum helpers into GHC.Enum | Ian Lynagh | 2011-09-15 | 1 | -31/+0 |
* | Add Data.Bits.popCount | Johan Tibell | 2011-08-25 | 1 | -0/+6 |
* | Drop bitrotted code for < 32-bit platforms | Johan Tibell | 2011-08-24 | 1 | -107/+1 |
* | Data.Bits: specialise shift[LR] for instance Bits | Liyang HU | 2011-07-28 | 1 | -0/+14 |
* | SafeHaskell: Added SafeHaskell to base | David Terei | 2011-06-18 | 1 | -0/+1 |
* | Use explicit language extensions & remove extension fields from base.cabal | simonpj@microsoft.com | 2011-01-28 | 1 | -2/+2 |
* | Add LANGUAGE BangPatterns to modules that use bang patterns | simonpj@microsoft.com | 2010-11-12 | 1 | -0/+1 |
* | FIX #1434 | Daniel Fischer | 2010-10-20 | 1 | -0/+98 |
* | Exploit now-working default-method INLINE pragmas for Data.Bits | simonpj@microsoft.com | 2009-10-29 | 1 | -28/+0 |
* | Add more bang patterns, needed to fix the 32bit build | Ian Lynagh | 2009-04-24 | 1 | -2/+2 |
* | Use a bang pattern when we where/let-bind values with unlifted types | Ian Lynagh | 2009-04-24 | 1 | -13/+18 |
* | Import GHC.Err so we see bottoming functions properly | simonpj@microsoft.com | 2009-04-03 | 1 | -0/+1 |
* | Fix some more warnings | Ian Lynagh | 2008-08-20 | 1 | -6/+6 |
* | Fix warnings | Ian Lynagh | 2008-08-05 | 1 | -45/+48 |
* | FIX #2376: inline shiftR | Simon Marlow | 2008-07-30 | 1 | -0/+28 |
* | Avoid using deprecated flags | Ian Lynagh | 2008-06-16 | 1 | -1/+1 |
* | Move Word64/Int64/Word32/Int32 primitives into ghc-prim | Ian Lynagh | 2008-03-25 | 1 | -58/+10 |
* | Move Integer out into its own package | Ian Lynagh | 2008-03-23 | 1 | -19/+14 |
* | untabify | Don Stewart | 2008-03-05 | 1 | -3/+3 |
* | haddock attributes for haddock-2.0 | Ross Paterson | 2008-01-20 | 1 | -0/+1 |