This project is mirrored from https://github.com/haskell/primitive.
Pull mirroring updated .
- Mar 23, 2023
-
-
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
-
- Dec 23, 2021
-
-
konsumlamm authored
Add tests for stimes and semigroupLaws
-
- Nov 30, 2021
-
-
- Oct 27, 2021
-
-
Andrew Martin authored
Add missing changelog entry for correcting implementations of *> operator.
-
- Sep 15, 2021
-
-
David Feuer authored
Drop support for GHC < 7.10
-
- Sep 14, 2021
-
-
konsumlamm authored
-
konsumlamm authored
-
konsumlamm authored
* Improve documentation Remove `Setup.hs` Remove unnecessary imports Format * Apply suggestions
-
- Sep 01, 2021
-
-
konsumlamm authored
* Export some useful functions * Export `createArray` and `createSmallArray` * Update doc comments
-
konsumlamm authored
* Fix bug in `*>` * Fix `*>` for `Array` * Add tests for `*>`, `<*`
-
- Aug 23, 2021
-
-
Bodigrim authored
* Reflect removal of UnliftedArray in benchmarks * Replace gauge with tasty-bench * Immerse benchmarks into the main package * Enable building benchmarks on CI * Update README
-