| Commit message (Expand) | Author | Age | Files | Lines |
* | Move shift ops out of GHC.Base | Sylvain Henry | 2021-05-03 | 1 | -0/+25 |
* | Use fix-sized bit-fiddling primops for fixed size boxed types | John Ericson | 2021-05-03 | 1 | -45/+44 |
* | Fix array and cleanup conversion primops (#19026) | Sylvain Henry | 2021-03-03 | 1 | -128/+128 |
* | Implement #15993 | Koz Ross | 2021-01-23 | 1 | -1/+1 |
* | [Sized Cmm] properly retain sizes. | Moritz Angermann | 2020-11-26 | 1 | -133/+135 |
* | Update `base` package | Sylvain Henry | 2020-06-17 | 1 | -17/+17 |
* | Piggyback on Enum Word methods for Word64 | buggymcbugfix | 2020-05-21 | 1 | -4/+38 |
* | Make documentation for byteSwap16 consistent with byteSwap32 (impl is same, w... | Brian Wignall | 2019-10-25 | 1 | -1/+1 |
* | base: Move Ix typeclass to GHC.Ix | Ben Gamari | 2019-09-25 | 1 | -1/+1 |
* | Add support for bitreverse primop | Alexandre | 2019-04-01 | 1 | -0/+35 |
* | Compile count{Leading,Trailing}Zeros to corresponding x86_64 instructions und... | Dmitry Ivanov | 2019-01-30 | 1 | -0/+13 |
* | Revert "Batch merge" | Ben Gamari | 2019-01-30 | 1 | -13/+0 |
* | Batch merge | Ben Gamari | 2019-01-30 | 1 | -0/+13 |
* | Error out of invalid Int/Word bit shifts | Alec Theriault | 2019-01-23 | 1 | -10/+30 |
* | 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 |