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
Fix CI failures
#146
taiki-e
closed
1 month ago
0
Add a `new_mapped` method
#145
gretchenfrage
opened
4 months ago
0
Add support for generic key and entry collections types
#144
Bergmann89
closed
8 months ago
2
Always set #![no_std] to fix redundant import warning
#143
taiki-e
closed
8 months ago
0
Implement Extend trait
#142
SalsaGal
opened
9 months ago
0
Update CI config
#141
taiki-e
closed
10 months ago
0
Add `insert_with`
#140
DasLixou
closed
10 months ago
5
Release v0.4.9
#139
Darksonn
closed
1 year ago
0
Fix formatting
#138
Darksonn
closed
1 year ago
0
Make Slab::clone_from avoid reallocation
#137
vs-andresfranco
closed
1 year ago
0
Slab::drain() should return the indices of the elements
#136
tomaka
opened
1 year ago
1
Feature request: partial drain
#135
redbaron
opened
1 year ago
1
Fix changelog year
#134
Darksonn
closed
1 year ago
0
Release v0.4.8
#133
Darksonn
closed
1 year ago
0
Restructure early break in `recreate_vacant_list()`
#132
CosmicHorrorDev
closed
1 year ago
1
Document panic in `get2_mut`
#131
CosmicHorrorDev
closed
1 year ago
0
Add support for bincode
#130
branchseer
opened
1 year ago
0
Refactor building from pairs
#129
branchseer
closed
1 year ago
0
Fix clippy::needless_borrowed_reference warning
#128
taiki-e
closed
1 year ago
0
Fix CI badge
#127
atouchet
closed
1 year ago
0
Does not compile on Arch Linux due to library version mismatch
#126
Cornul11
closed
1 year ago
1
Overflow documentation
#125
sebastianv89
closed
1 year ago
1
Fixed documentation/test bug about overflow
#124
sebastianv89
closed
2 years ago
0
Overflow at `isize::MAX`, not `usize`
#123
sebastianv89
closed
2 years ago
0
Remove msrv field from .clippy.toml
#122
taiki-e
closed
2 years ago
0
Move unsafe code behind a (enabled by default) feature flag
#121
notgull
closed
2 years ago
5
Release 0.4.7
#120
taiki-e
closed
2 years ago
0
Make Slab::new const on Rust 1.39+, Use #[track_caller] on Rust 1.46+
#119
taiki-e
closed
2 years ago
0
Update MIRIFLAGS
#118
taiki-e
closed
2 years ago
0
Force insert at a given key
#117
james7132
opened
2 years ago
2
Release 0.4.6
#116
taiki-e
closed
2 years ago
0
Fix stacked borrows violation in get2_unchecked_mut
#115
taiki-e
closed
2 years ago
1
Add method to get vacant key without mutable access
#114
binier
closed
2 years ago
0
Feature Request: key_watermark() API
#113
rib
opened
2 years ago
6
Add drain_filter
#112
l4l
opened
2 years ago
1
Prepare slab v0.4.5
#111
Darksonn
closed
3 years ago
1
Impl `Clone` for `Iter`
#110
expenses
closed
3 years ago
0
Fix typo in debug output of IntoIter
#109
csnover
closed
3 years ago
0
Add alternate debug output for listing items in the slab
#108
csnover
closed
3 years ago
0
Create GitHub release automatically
#107
taiki-e
closed
3 years ago
1
Release 0.4.4
#106
taiki-e
closed
3 years ago
0
Fix newly added clippy warnings
#105
taiki-e
closed
3 years ago
0
Exclude top-level dotfiles from published tarballs
#104
jplatte
closed
3 years ago
1
Including .clippy.toml in crate tarball leads to older clippy versions failing
#103
jplatte
closed
3 years ago
1
Fix panic in FromIterator impl
#102
taiki-e
closed
3 years ago
0
Fix typos
#101
taiki-e
closed
3 years ago
0
FromIterator impl gives a corrupt vacant list
#100
alecmocatta
closed
3 years ago
1
Build docs on CI
#99
taiki-e
closed
3 years ago
0
Fix SlabPartialEq
#98
taiki-e
closed
3 years ago
0
Migrate to Rust 2018
#97
taiki-e
closed
3 years ago
0
Next