PackageTrack
Sign in Get early access

typed-arena

The arena, a fast but limited type of allocator

2.0.2 76M downloads/mo #937 most downloaded on crates.io SimonSapin/rust-typed-arena

What this package is like to depend on

Last release 4 years ago

no release in 18 months

Release timing varies

gaps range from 8 days to 3.0 years

Most releases are documented

notes for 9 of 14 stable releases

Nothing withdrawn

no release was ever pulled

11 years old

15 releases · first in 2015

0 releases in the last 12 months

see the full history below

Release timeline

15 releases · Apr 2015 to Jan 2023
2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 15
  1. 2.0.2 09 Jan 2023
    Release notes

    Released 2023/01/08.

    Fixed

    • Various fixes for use under Miri (soundness and provenance fixes).
    Open source →
  2. 2.0.1 10 Jan 2020
    Release notes

    Released 2019/01/10.

    Fixed

    • Support #![no_std] on stable Rust.

    Open source →
  3. 2.0.0 03 Dec 2019
    Release notes

    Released 2019/12/03.

    Fixed

    • Fixed some intra-documentation URLs.

    Open source →
  4. 2.0.0-rc1 26 Nov 2019 pre-release
    Release notes

    Bump to version 2.0.0 Release Candidate 1

    Open source →
    Release notes

    Released 2019/11/26.

    Unless any issues are discovered or raised, we will release version 2.0.0 soon.

    Added

    • Added alloc_str to Arena<u8>, to be able to allocate string slices.

    Changed

    • The minimum supported Rust version is now 1.36.0.
    • alloc_uninitialized returns &mut [MaybeUninit<T>] instead of *mut [T], which is less prone to undefined behavior.

    Open source →
  5. 1.7.0 31 Oct 2019
    Release notes

    Released 2019/10/31. Spooky!

    Added

    • Added a len method to count how many items are in an arena.

    Fixed

    • Fixed some theoretical overflows.

    Open source →
  6. 1.6.1 17 Sep 2019
    Release notes

    Released 2019/09/17.

    Fixed

    • Now compiles on old stable Rust versions again, instead of just new stable Rust versions. From here on out, we'll promise that 1.X will continue to compile on rustc versions >= 1.32.

    Open source →
  7. 1.6.0 12 Sep 2019
    Release notes

    Released 2019/09/09.

    Added

    • Added the Arena::iter_mut method for mutably iterating over an arena's contents. See #29 for details.

    Open source →
  8. 1.5.0 02 Aug 2019
    Release notes

    Released 2019/08/02.

    Added

    • Arena now implements Default.

    Fixed

    • Introduced an internal fast path for allocation, improving performance.
    • Tests now run cleanly on Miri. There was previously a technicality where the stacked borrow rules were not being followed.

    Open source →
  9. 1.4.1 30 Jun 2018
    Release notes

    Released 2018/06/29.

    Added

    • Added more documentation comments and examples.

    Open source →
  10. 1.4.0 21 Jun 2018
    Release notes

    Released 2018/06/21.

    Added

    • Added a new, on-by-default feature named "std". Disabling this feature allows the crate to be used in #![no_std] environments. #12 #15
    Open source →
  11. 1.3.0 04 May 2017

    Nothing published for this version

  12. 1.2.0 20 May 2016

    Nothing published for this version

  13. 1.1.0 28 Dec 2015

    Nothing published for this version

  14. 1.0.1 10 Apr 2015

    Nothing published for this version

  15. 1.0.0 10 Apr 2015

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive