All notable changes to this project will be documented in this file.
- Fix unsoundness issue #1
- Add missing deps and bench declaration
- Fix clippy warning
- Better tests
- Add miri leak test
- Improve README
- Add
package.rust-version
- Better Github actions
- breaking: Replace
leak_all
byinto_allocator
inRodeo
- Clean up code and tests
- Remove proptest
- Add slice allocs (clone, copy and str)
- Add Github Actions (build, build nightly, clippy)
- Add
Rodeo::leak_all
- Add some benchmarks
- Constify
Rodeo::with_allocator
- Simplify
try_alloc_with_drop
- Add
inline
toBump
'sArena:Alloc
impl - Prepare for slice finalizer
First MVP release