issues
search
tokio-rs
/
slab
Slab allocator for Rust
MIT License
699
stars
84
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Remove version from doc URLs
#96
taiki-e
closed
3 years ago
0
Use Enumerate in iterators
#95
taiki-e
closed
3 years ago
1
Mention about safe alternatives in *_unchecked methods docs
#94
taiki-e
closed
3 years ago
0
Fix release date in changelog
#93
taiki-e
closed
3 years ago
0
Implement ExactSizeIterator and FusedIterator for iterators
#92
taiki-e
closed
3 years ago
0
Pass --no-dev-deps flag to cargo-hack
#91
taiki-e
closed
3 years ago
0
Make `new` a const fn
#90
vinaychandra
closed
2 years ago
0
Add a try_remove method
#89
aym-v
closed
3 years ago
6
Use debug_struct on Slab::debug
#88
tomaka
closed
3 years ago
0
Add #[track_caller] attribute
#87
tomaka
closed
2 years ago
4
Remove html_root_url
#86
taiki-e
closed
3 years ago
0
Add support for serde
#85
taiki-e
closed
3 years ago
0
Run clippy on CI
#84
taiki-e
closed
3 years ago
0
Document safety conditions of unsafe methods
#83
taiki-e
closed
3 years ago
0
Fix non_fmt_panic warning
#82
taiki-e
closed
3 years ago
0
Is get2_unchecked_mut redundant?
#81
Ralith
closed
3 years ago
3
Ignore non_fmt_panic warning
#80
taiki-e
closed
3 years ago
3
Release 0.4.3
#79
taiki-e
closed
3 years ago
0
Change default lint level to warning
#78
taiki-e
closed
3 years ago
0
Migrate CI to GitHub Actions
#77
taiki-e
closed
3 years ago
0
Temporarily disable rustfmt in CI
#76
taiki-e
closed
3 years ago
1
Fix typo
#75
taiki-e
closed
3 years ago
0
`get_unchecked` isn't unchecked
#74
digama0
opened
3 years ago
9
Update slab.rs
#73
srinivasreddy
closed
3 years ago
1
minor test issue: in tests/slab.rs reserver_exact() should be called and instead reserve() is called.
#72
BruceBrown
closed
3 years ago
0
Adds no_std support for rust 1.36 and above
#71
zakarumych
closed
3 years ago
0
Add serde support
#70
PonasKovas
closed
3 years ago
4
Make Slab serializable
#69
bonsairobo
closed
3 years ago
0
Optimize the layout of Entry for ZSTs
#68
udoprog
closed
2 years ago
1
Provide no_std support
#67
baloo
closed
3 years ago
1
Switch to no_std and 2018 edition
#66
dingelish
closed
3 years ago
1
Add `get2_mut` and `get2_unchecked_mut`.
#65
ksqsf
closed
3 years ago
4
Feature Request: swap
#64
ksqsf
closed
3 years ago
4
Is it promised that key would always less than capacity?
#63
clouds56
closed
5 years ago
1
Implement O(n) FromIterator<(usize, T)> and more iteration features
#62
tormol
closed
5 years ago
2
Add key_of() method to calculate the key from a &T
#61
tormol
closed
5 years ago
3
Add compact() and optimize recreate_vacant_list()
#60
tormol
closed
5 years ago
6
Simplify methods and improve panic message consistency
#59
tormol
closed
5 years ago
0
Vec::pop() on Slab::remove() when possible
#58
HyeonuPark
closed
5 years ago
3
Apply rustfmt 1.0.0
#57
madadam
closed
5 years ago
0
Implement Drain iterator
#56
madadam
closed
5 years ago
4
Multiple calls to vacant_entry / self referential entries.
#55
jpittis
opened
6 years ago
5
Support no_std
#54
dingelish
closed
6 years ago
5
Bump version to v0.4.1
#53
carllerche
closed
6 years ago
0
Derive Default
#52
FallingSnow
closed
6 years ago
2
Documentation page docs.rs/slab is broken
#51
realcr
closed
6 years ago
1
Some fixes in the docs
#50
tbu-
closed
6 years ago
0
Clarify license as MIT
#49
carllerche
closed
6 years ago
1
Clarify license(s)
#48
jamesr
closed
6 years ago
0
convert Entry to Result and functionalize code
#47
vadixidav
closed
5 years ago
6
Previous
Next