Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/tokio-rs/slab
Slab allocator for Rust
https://github.com/tokio-rs/slab
Fix newly added clippy warning
taiki-e opened this pull request 14 days ago
taiki-e opened this pull request 14 days ago
Fix CI failures
taiki-e opened this pull request 3 months ago
taiki-e opened this pull request 3 months ago
Add a `new_mapped` method
gretchenfrage opened this pull request 6 months ago
gretchenfrage opened this pull request 6 months ago
Add support for generic key and entry collections types
Bergmann89 opened this pull request 10 months ago
Bergmann89 opened this pull request 10 months ago
Always set #![no_std] to fix redundant import warning
taiki-e opened this pull request 10 months ago
taiki-e opened this pull request 10 months ago
Implement Extend trait
SalsaGal opened this pull request 11 months ago
SalsaGal opened this pull request 11 months ago
Update CI config
taiki-e opened this pull request 12 months ago
taiki-e opened this pull request 12 months ago
Add `insert_with`
DasLixou opened this pull request 12 months ago
DasLixou opened this pull request 12 months ago
Release v0.4.9
Darksonn opened this pull request over 1 year ago
Darksonn opened this pull request over 1 year ago
Fix formatting
Darksonn opened this pull request over 1 year ago
Darksonn opened this pull request over 1 year ago
Make Slab::clone_from avoid reallocation
and-franco opened this pull request over 1 year ago
and-franco opened this pull request over 1 year ago
Slab::drain() should return the indices of the elements
tomaka opened this issue over 1 year ago
tomaka opened this issue over 1 year ago
Feature request: partial drain
redbaron opened this issue almost 2 years ago
redbaron opened this issue almost 2 years ago
Fix changelog year
Darksonn opened this pull request almost 2 years ago
Darksonn opened this pull request almost 2 years ago
Release v0.4.8
Darksonn opened this pull request almost 2 years ago
Darksonn opened this pull request almost 2 years ago
Restructure early break in `recreate_vacant_list()`
CosmicHorrorDev opened this pull request almost 2 years ago
CosmicHorrorDev opened this pull request almost 2 years ago
Document panic in `get2_mut`
CosmicHorrorDev opened this pull request almost 2 years ago
CosmicHorrorDev opened this pull request almost 2 years ago
Add support for bincode
patr0nus opened this pull request almost 2 years ago
patr0nus opened this pull request almost 2 years ago
Refactor building from pairs
patr0nus opened this pull request almost 2 years ago
patr0nus opened this pull request almost 2 years ago
Fix clippy::needless_borrowed_reference warning
taiki-e opened this pull request almost 2 years ago
taiki-e opened this pull request almost 2 years ago
Fix CI badge
atouchet opened this pull request about 2 years ago
atouchet opened this pull request about 2 years ago
Does not compile on Arch Linux due to library version mismatch
Cornul11 opened this issue about 2 years ago
Cornul11 opened this issue about 2 years ago
Overflow documentation
sebastianv89 opened this issue about 2 years ago
sebastianv89 opened this issue about 2 years ago
Fixed documentation/test bug about overflow
sebastianv89 opened this pull request about 2 years ago
sebastianv89 opened this pull request about 2 years ago
Overflow at `isize::MAX`, not `usize`
sebastianv89 opened this issue about 2 years ago
sebastianv89 opened this issue about 2 years ago
Remove msrv field from .clippy.toml
taiki-e opened this pull request about 2 years ago
taiki-e opened this pull request about 2 years ago
Move unsafe code behind a (enabled by default) feature flag
notgull opened this issue over 2 years ago
notgull opened this issue over 2 years ago
Release 0.4.7
taiki-e opened this pull request over 2 years ago
taiki-e opened this pull request over 2 years ago
Make Slab::new const on Rust 1.39+, Use #[track_caller] on Rust 1.46+
taiki-e opened this pull request over 2 years ago
taiki-e opened this pull request over 2 years ago
Update MIRIFLAGS
taiki-e opened this pull request over 2 years ago
taiki-e opened this pull request over 2 years ago
Force insert at a given key
james7132 opened this issue over 2 years ago
james7132 opened this issue over 2 years ago
Release 0.4.6
taiki-e opened this pull request over 2 years ago
taiki-e opened this pull request over 2 years ago
Fix stacked borrows violation in get2_unchecked_mut
taiki-e opened this pull request almost 3 years ago
taiki-e opened this pull request almost 3 years ago
Add method to get vacant key without mutable access
binier opened this pull request almost 3 years ago
binier opened this pull request almost 3 years ago
Feature Request: key_watermark() API
rib opened this issue almost 3 years ago
rib opened this issue almost 3 years ago
Add drain_filter
l4l opened this pull request almost 3 years ago
l4l opened this pull request almost 3 years ago
Prepare slab v0.4.5
Darksonn opened this pull request about 3 years ago
Darksonn opened this pull request about 3 years ago
Impl `Clone` for `Iter`
expenses opened this pull request about 3 years ago
expenses opened this pull request about 3 years ago
Fix typo in debug output of IntoIter
csnover opened this pull request over 3 years ago
csnover opened this pull request over 3 years ago
Add alternate debug output for listing items in the slab
csnover opened this pull request over 3 years ago
csnover opened this pull request over 3 years ago
Create GitHub release automatically
taiki-e opened this pull request over 3 years ago
taiki-e opened this pull request over 3 years ago
Release 0.4.4
taiki-e opened this pull request over 3 years ago
taiki-e opened this pull request over 3 years ago
Fix newly added clippy warnings
taiki-e opened this pull request over 3 years ago
taiki-e opened this pull request over 3 years ago
Exclude top-level dotfiles from published tarballs
jplatte opened this pull request over 3 years ago
jplatte opened this pull request over 3 years ago
Including .clippy.toml in crate tarball leads to older clippy versions failing
jplatte opened this issue over 3 years ago
jplatte opened this issue over 3 years ago
Fix panic in FromIterator impl
taiki-e opened this pull request over 3 years ago
taiki-e opened this pull request over 3 years ago
Fix typos
taiki-e opened this pull request over 3 years ago
taiki-e opened this pull request over 3 years ago
FromIterator impl gives a corrupt vacant list
alecmocatta opened this issue over 3 years ago
alecmocatta opened this issue over 3 years ago
Build docs on CI
taiki-e opened this pull request over 3 years ago
taiki-e opened this pull request over 3 years ago
Fix SlabPartialEq
taiki-e opened this pull request over 3 years ago
taiki-e opened this pull request over 3 years ago
Migrate to Rust 2018
taiki-e opened this pull request over 3 years ago
taiki-e opened this pull request over 3 years ago
Remove version from doc URLs
taiki-e opened this pull request over 3 years ago
taiki-e opened this pull request over 3 years ago
Use Enumerate in iterators
taiki-e opened this pull request over 3 years ago
taiki-e opened this pull request over 3 years ago
Mention about safe alternatives in *_unchecked methods docs
taiki-e opened this pull request over 3 years ago
taiki-e opened this pull request over 3 years ago
Fix release date in changelog
taiki-e opened this pull request over 3 years ago
taiki-e opened this pull request over 3 years ago
Implement ExactSizeIterator and FusedIterator for iterators
taiki-e opened this pull request over 3 years ago
taiki-e opened this pull request over 3 years ago
Pass --no-dev-deps flag to cargo-hack
taiki-e opened this pull request over 3 years ago
taiki-e opened this pull request over 3 years ago
Make `new` a const fn
vinaychandra opened this pull request over 3 years ago
vinaychandra opened this pull request over 3 years ago
Add a try_remove method
aym-v opened this pull request almost 4 years ago
aym-v opened this pull request almost 4 years ago
Use debug_struct on Slab::debug
tomaka opened this pull request almost 4 years ago
tomaka opened this pull request almost 4 years ago
Add #[track_caller] attribute
tomaka opened this pull request almost 4 years ago
tomaka opened this pull request almost 4 years ago
Remove html_root_url
taiki-e opened this pull request almost 4 years ago
taiki-e opened this pull request almost 4 years ago
Add support for serde
taiki-e opened this pull request almost 4 years ago
taiki-e opened this pull request almost 4 years ago
Run clippy on CI
taiki-e opened this pull request almost 4 years ago
taiki-e opened this pull request almost 4 years ago
Document safety conditions of unsafe methods
taiki-e opened this pull request almost 4 years ago
taiki-e opened this pull request almost 4 years ago
Fix non_fmt_panic warning
taiki-e opened this pull request almost 4 years ago
taiki-e opened this pull request almost 4 years ago
Is get2_unchecked_mut redundant?
Ralith opened this issue almost 4 years ago
Ralith opened this issue almost 4 years ago
Ignore non_fmt_panic warning
taiki-e opened this pull request almost 4 years ago
taiki-e opened this pull request almost 4 years ago
Release 0.4.3
taiki-e opened this pull request almost 4 years ago
taiki-e opened this pull request almost 4 years ago
Change default lint level to warning
taiki-e opened this pull request almost 4 years ago
taiki-e opened this pull request almost 4 years ago
Migrate CI to GitHub Actions
taiki-e opened this pull request almost 4 years ago
taiki-e opened this pull request almost 4 years ago
Temporarily disable rustfmt in CI
taiki-e opened this pull request almost 4 years ago
taiki-e opened this pull request almost 4 years ago
Fix typo
taiki-e opened this pull request almost 4 years ago
taiki-e opened this pull request almost 4 years ago
`get_unchecked` isn't unchecked
digama0 opened this pull request almost 4 years ago
digama0 opened this pull request almost 4 years ago
Update slab.rs
srinivasreddy opened this pull request about 4 years ago
srinivasreddy opened this pull request about 4 years ago
minor test issue: in tests/slab.rs reserver_exact() should be called and instead reserve() is called.
BruceBrown opened this issue about 4 years ago
BruceBrown opened this issue about 4 years ago
Adds no_std support for rust 1.36 and above
zakarumych opened this pull request about 4 years ago
zakarumych opened this pull request about 4 years ago
Add serde support
PonasKovas opened this pull request about 4 years ago
PonasKovas opened this pull request about 4 years ago
Make Slab serializable
bonsairobo opened this issue over 4 years ago
bonsairobo opened this issue over 4 years ago
Optimize the layout of Entry for ZSTs
udoprog opened this pull request almost 5 years ago
udoprog opened this pull request almost 5 years ago
Provide no_std support
baloo opened this pull request almost 5 years ago
baloo opened this pull request almost 5 years ago
Switch to no_std and 2018 edition
dingelish opened this pull request about 5 years ago
dingelish opened this pull request about 5 years ago
Add `get2_mut` and `get2_unchecked_mut`.
ksqsf opened this pull request over 5 years ago
ksqsf opened this pull request over 5 years ago
Feature Request: swap
ksqsf opened this issue over 5 years ago
ksqsf opened this issue over 5 years ago
Is it promised that key would always less than capacity?
clouds56 opened this issue over 5 years ago
clouds56 opened this issue over 5 years ago
Implement O(n) FromIterator<(usize, T)> and more iteration features
tormol opened this pull request almost 6 years ago
tormol opened this pull request almost 6 years ago
Add key_of() method to calculate the key from a &T
tormol opened this pull request almost 6 years ago
tormol opened this pull request almost 6 years ago
Add compact() and optimize recreate_vacant_list()
tormol opened this pull request almost 6 years ago
tormol opened this pull request almost 6 years ago
Simplify methods and improve panic message consistency
tormol opened this pull request almost 6 years ago
tormol opened this pull request almost 6 years ago
Vec::pop() on Slab::remove() when possible
HyeonuPark opened this pull request almost 6 years ago
HyeonuPark opened this pull request almost 6 years ago
Apply rustfmt 1.0.0
madadam opened this pull request about 6 years ago
madadam opened this pull request about 6 years ago
Implement Drain iterator
madadam opened this pull request about 6 years ago
madadam opened this pull request about 6 years ago
Multiple calls to vacant_entry / self referential entries.
jpittis opened this issue about 6 years ago
jpittis opened this issue about 6 years ago
Support no_std
dingelish opened this pull request over 6 years ago
dingelish opened this pull request over 6 years ago
Bump version to v0.4.1
carllerche opened this pull request over 6 years ago
carllerche opened this pull request over 6 years ago
Derive Default
FallingSnow opened this issue over 6 years ago
FallingSnow opened this issue over 6 years ago
Documentation page docs.rs/slab is broken
realcr opened this issue over 6 years ago
realcr opened this issue over 6 years ago
Some fixes in the docs
tbu- opened this pull request over 6 years ago
tbu- opened this pull request over 6 years ago
Clarify license as MIT
carllerche opened this pull request over 6 years ago
carllerche opened this pull request over 6 years ago
Clarify license(s)
jamesr opened this issue over 6 years ago
jamesr opened this issue over 6 years ago