This project is mirrored from https://github.com/haskell/primitive.
Pull mirroring updated .
- Mar 28, 2025
-
-
Andrew Martin authored
Also, add mutableByteArrayAsForeignPtr for symmetry with byteArrayAsForeignPtr.
-
- Nov 20, 2024
-
-
Andrew Martin authored
The test suite dependency on ghc-prim has been removed. An import of Data.Ord in the test suite has been removed. All shims for GHC 8.0 have been removed.
-
- Nov 19, 2024
-
-
...in terms of list fusion.
-
- Nov 18, 2024
-
-
Andrew Martin authored
-
Andrew Martin authored
-
Andrew Martin authored
-
- Oct 22, 2024
-
-
Also relax QuickCheck bound.
-
- Jun 25, 2024
-
-
This is useless at best, and a common source of confusion. https://github.com/haskell/cabal/pull/10145 https://github.com/sol/hpack/issues/355
-
-
-
- May 21, 2024
-
-
Fix all broken Haddock links. Now Haddock doesn't emit any warnings about out-of-scope identifiers. Warnings about unknown link destinations are more complicated to resolve and are not handled in this commit.
-
- Mar 18, 2024
-
-
- Feb 26, 2024
-
-
- Jan 05, 2024
-
-
The primop in question appears to have always been safe for use with overlapping ranges since its introduction. See also: ghc/ghc@b00b3619 The cbits function "hsprimitive_memmove" is now unused, but is not removed because it was arguably publicly exposed due to the "Install-Includes: primitive-memops.h".
-
- Jan 04, 2024
-
-
- Nov 13, 2023
-
-
- Sep 18, 2023
-
-
Andrew Martin authored
Co-authored-by:
konsumlamm <44230978+konsumlamm@users.noreply.github.com>
-
- Sep 01, 2023
-
-
Andrew Martin authored
-
- Aug 29, 2023
-
-
- Aug 19, 2023
-
-
-
Use `Proxy` instead of `Proxy1`
-
- Aug 17, 2023
-
-
Andrew Martin authored
Co-authored-by:
konsumlamm <44230978+konsumlamm@users.noreply.github.com>
-
- Aug 16, 2023
-
-
konsumlamm authored
Also, remove some unused LANGUAGE pragmas and apply some lint suggestions.
-
- Aug 13, 2023
-
-
- May 01, 2023
-
-
Andrew Martin authored
These no longer wrap the displayed list with fromListN.
-
- Apr 03, 2023
-
-
Andrew Martin authored
-
Andrew Martin authored
-
Andrew Martin authored
Add Prim instance for Data.Complex. Add tests for the Complex instance. Remove usage of -XInstanceSigs because of older GHCs. --------- Co-authored-by:
chessai <chessai1996@gmail.com>
-
- Mar 28, 2023
-
-
konsumlamm authored
-
konsumlamm authored
-
-
-
Add example to `sizeOfType`
-
- Mar 23, 2023
-
-
konsumlamm authored
Also adds the lifted variants sizeOfType and alignmentOfType, both of which return a boxed Int instead of Int#. At a later date, the sizeOf# and alignmentOf# methods will be deprecated and then removed.
-
Andrew Martin authored
-
Andrew Martin authored
-
- Mar 22, 2023
-
-
chessai authored
-
- Mar 08, 2023
-
-
David Feuer authored
-
- Feb 20, 2023
-
- Feb 18, 2023
-
-