Released 2019/08/22.
- Drop
unreachable
dependency, now thatcore::hints::unreachable_unchecked
is stable in Rust 1.27.
Released 2019/04/15.
- Add support for running on stable Rust 1.33 and newer.
Released 2019/02/18.
- Add support for building on stable Rust on Windows and Unix.
wasm32
intrinsics are now invoked usingcore::arch
rather than LLVM.- Use
SRWLOCK
for windows implementation.
Released 2018/07/16.
- Updated again for changes to Rust's standard allocator API.
Released 2018/06/15.
- Updated for changes to Rust's standard allocator API.
Released 2018/05/01.
-
Added support for allocating out of a static array heap. This enables using
wee_alloc
in embdedded and bare-metal environments. -
Added @ZackPierce to the
wee_alloc
team \o/
Released 2018/04/24.
-
Almost 10x faster replaying Real World(tm) allocation traces.
-
Updated for the latest allocator trait changes from the Rust standard library.
Released 2018/03/06.
-
Added support for allocations with arbitrary alignments.
-
Updated to work with rustc's LLVM 6 upgrade and the change of intrinsic link names.
-
Added windows support.
-
Added @pepyakin and @DrGoldfire to the
wee_alloc
team \o/
Released 2018/02/02.
- Initial release!