Releases: tokio-rs/slab
Releases · tokio-rs/slab
v0.4.11
08 Aug 07:40
Compare
Sorry, something went wrong.
No results found
Fix Slab::get_disjoint_mut out of bounds (#152 )
v0.4.10
15 Jun 10:46
Compare
Sorry, something went wrong.
No results found
Add Slab::get_disjoint_mut (#149 )
Drop build script and autocfg dependency (#150 )
Fix redundant import warning in no_std builds (#143 )
Fix clippy::needless_lifetimes warning (#147 )
Internal CI improvements (#141 , #146 )
v0.4.9
22 Aug 13:40
Compare
Sorry, something went wrong.
No results found
Avoid reallocations in Slab::clone_from (#137 )
v0.4.8
19 Feb 17:24
Compare
Sorry, something went wrong.
No results found
Fixed documentation about overflow (#124 )
Document panic in get2_mut (#131 )
Refactoring (#129 , #132 )
v0.4.7
19 Jul 12:51
Compare
Sorry, something went wrong.
No results found
Use #[track_caller] on Rust 1.46+ (#119 )
Make Slab::new const on Rust 1.39+ (#119 )
v0.4.6
02 Apr 06:29
Compare
Sorry, something went wrong.
No results found
Add Slab::vacant_key (#114 )
Fix stacked borrows violation in Slab::get2_unchecked_mut (#115 )
v0.4.5
13 Oct 09:04
Compare
Sorry, something went wrong.
No results found
Add alternate debug output for listing items in the slab (#108 )
Fix typo in debug output of IntoIter (#109 )
Impl 'Clone' for 'Iter' (#110 )
v0.4.4
06 Aug 14:21
Compare
Sorry, something went wrong.
No results found
Fix panic in FromIterator impl (#102 )
Fix compatibility with older clippy versions (#104 )
Add try_remove method (#89 )
Implement ExactSizeIterator and FusedIterator for iterators (#92 )
You can’t perform that action at this time.