This project is mirrored from https://github.com/haskell/primitive.
Pull mirroring updated .
- Apr 03, 2023
-
-
Andrew Martin authored
-
Andrew Martin authored
-
Add tests for the Complex instance. Remove usage of -XInstanceSigs because of older GHCs.
-
- 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
-
-
- Feb 17, 2023
-
-
ci.yml: - bump outdated action - get GHC 9.6.0 from ghcup prerelease channel - explicitly add --enable-tests cabal files: - bumps to allow GHC 9.6.0
-
- Feb 16, 2023
-
-
Andrew Martin authored
Add more details to the changelog. Document resizeSmallMutableArray and explain why PrimVar is useful.
-
-
Co-authored-by:
Alexey Kuleshevich <lehins@yandex.ru>
-
-
- Oct 23, 2022
-
-
- Oct 16, 2022
-
-
Bodigrim authored
-
- Sep 26, 2022
-
-
Andrew Martin authored
-
Andrew Martin authored
-
-
-
- Sep 18, 2022
-
-
- Sep 15, 2022
-
-
- Aug 03, 2022
-
-
- Jul 10, 2022
-
-
oberblastmeister authored
* update changelog * fix version
-
- Jul 08, 2022
-
-
oberblastmeister authored
-
- Jun 26, 2022
-
-
oberblastmeister authored
Copies, renames, and tweaks the implementation from the prim-ref library Co-authored-by:
oberblastmeister <littlebubu.shu@gmail.com> Co-authored-by:
konsumlamm <44230978+konsumlamm@users.noreply.github.com> Co-authored-by:
Andrew Martin <andrew.thaddeus@gmail.com>
-
- May 20, 2022
-
-
Andrew Martin authored
-
- May 19, 2022
-
-
- May 04, 2022
-
-
- Apr 30, 2022
-
-
- Mar 24, 2022
-
-
konsumlamm authored
-
- Jan 14, 2022
-
-
David Feuer authored
Forgot to force on a single-element lift.
-
- Jan 13, 2022
-
-
David Feuer authored
* Add `Lift` instances * Expose `copyPtrToMutablePrimArray` some more Closes #331
-