Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / tokio-rs/slab issues and pull requests

#146 - Fix CI failures

Pull Request - State: closed - Opened by taiki-e 15 days ago

#145 - Add a `new_mapped` method

Pull Request - State: open - Opened by gretchenfrage 3 months ago

#144 - Add support for generic key and entry collections types

Pull Request - State: closed - Opened by Bergmann89 7 months ago - 2 comments

#143 - Always set #![no_std] to fix redundant import warning

Pull Request - State: closed - Opened by taiki-e 7 months ago

#142 - Implement Extend trait

Pull Request - State: open - Opened by SalsaGal 8 months ago

#141 - Update CI config

Pull Request - State: closed - Opened by taiki-e 9 months ago

#140 - Add `insert_with`

Pull Request - State: closed - Opened by DasLixou 9 months ago - 5 comments

#139 - Release v0.4.9

Pull Request - State: closed - Opened by Darksonn about 1 year ago

#138 - Fix formatting

Pull Request - State: closed - Opened by Darksonn about 1 year ago

#137 - Make Slab::clone_from avoid reallocation

Pull Request - State: closed - Opened by and-franco about 1 year ago

#136 - Slab::drain() should return the indices of the elements

Issue - State: open - Opened by tomaka over 1 year ago - 1 comment

#135 - Feature request: partial drain

Issue - State: open - Opened by redbaron over 1 year ago - 1 comment

#134 - Fix changelog year

Pull Request - State: closed - Opened by Darksonn over 1 year ago

#133 - Release v0.4.8

Pull Request - State: closed - Opened by Darksonn over 1 year ago

#132 - Restructure early break in `recreate_vacant_list()`

Pull Request - State: closed - Opened by CosmicHorrorDev over 1 year ago - 1 comment

#131 - Document panic in `get2_mut`

Pull Request - State: closed - Opened by CosmicHorrorDev over 1 year ago

#130 - Add support for bincode

Pull Request - State: open - Opened by patr0nus over 1 year ago

#129 - Refactor building from pairs

Pull Request - State: closed - Opened by patr0nus over 1 year ago

#128 - Fix clippy::needless_borrowed_reference warning

Pull Request - State: closed - Opened by taiki-e over 1 year ago

#127 - Fix CI badge

Pull Request - State: closed - Opened by atouchet almost 2 years ago

#126 - Does not compile on Arch Linux due to library version mismatch

Issue - State: closed - Opened by Cornul11 almost 2 years ago - 1 comment

#125 - Overflow documentation

Issue - State: closed - Opened by sebastianv89 almost 2 years ago - 1 comment

#124 - Fixed documentation/test bug about overflow

Pull Request - State: closed - Opened by sebastianv89 almost 2 years ago

#123 - Overflow at `isize::MAX`, not `usize`

Issue - State: closed - Opened by sebastianv89 almost 2 years ago

#122 - Remove msrv field from .clippy.toml

Pull Request - State: closed - Opened by taiki-e about 2 years ago

#121 - Move unsafe code behind a (enabled by default) feature flag

Issue - State: closed - Opened by notgull about 2 years ago - 5 comments

#120 - Release 0.4.7

Pull Request - State: closed - Opened by taiki-e about 2 years ago

#119 - Make Slab::new const on Rust 1.39+, Use #[track_caller] on Rust 1.46+

Pull Request - State: closed - Opened by taiki-e about 2 years ago

#118 - Update MIRIFLAGS

Pull Request - State: closed - Opened by taiki-e about 2 years ago

#117 - Force insert at a given key

Issue - State: open - Opened by james7132 over 2 years ago - 2 comments

#116 - Release 0.4.6

Pull Request - State: closed - Opened by taiki-e over 2 years ago

#115 - Fix stacked borrows violation in get2_unchecked_mut

Pull Request - State: closed - Opened by taiki-e over 2 years ago - 1 comment

#114 - Add method to get vacant key without mutable access

Pull Request - State: closed - Opened by binier over 2 years ago

#113 - Feature Request: key_watermark() API

Issue - State: open - Opened by rib over 2 years ago - 6 comments

#112 - Add drain_filter

Pull Request - State: open - Opened by l4l almost 3 years ago - 1 comment

#111 - Prepare slab v0.4.5

Pull Request - State: closed - Opened by Darksonn almost 3 years ago - 1 comment

#110 - Impl `Clone` for `Iter`

Pull Request - State: closed - Opened by expenses almost 3 years ago

#109 - Fix typo in debug output of IntoIter

Pull Request - State: closed - Opened by csnover about 3 years ago

#108 - Add alternate debug output for listing items in the slab

Pull Request - State: closed - Opened by csnover about 3 years ago

#107 - Create GitHub release automatically

Pull Request - State: closed - Opened by taiki-e about 3 years ago - 1 comment

#106 - Release 0.4.4

Pull Request - State: closed - Opened by taiki-e about 3 years ago

#105 - Fix newly added clippy warnings

Pull Request - State: closed - Opened by taiki-e about 3 years ago

#104 - Exclude top-level dotfiles from published tarballs

Pull Request - State: closed - Opened by jplatte about 3 years ago - 1 comment

#103 - Including .clippy.toml in crate tarball leads to older clippy versions failing

Issue - State: closed - Opened by jplatte about 3 years ago - 1 comment

#102 - Fix panic in FromIterator impl

Pull Request - State: closed - Opened by taiki-e over 3 years ago

#101 - Fix typos

Pull Request - State: closed - Opened by taiki-e over 3 years ago

#100 - FromIterator impl gives a corrupt vacant list

Issue - State: closed - Opened by alecmocatta over 3 years ago - 1 comment

#99 - Build docs on CI

Pull Request - State: closed - Opened by taiki-e over 3 years ago

#98 - Fix SlabPartialEq

Pull Request - State: closed - Opened by taiki-e over 3 years ago

#97 - Migrate to Rust 2018

Pull Request - State: closed - Opened by taiki-e over 3 years ago

#96 - Remove version from doc URLs

Pull Request - State: closed - Opened by taiki-e over 3 years ago

#95 - Use Enumerate in iterators

Pull Request - State: closed - Opened by taiki-e over 3 years ago - 1 comment

#94 - Mention about safe alternatives in *_unchecked methods docs

Pull Request - State: closed - Opened by taiki-e over 3 years ago

#93 - Fix release date in changelog

Pull Request - State: closed - Opened by taiki-e over 3 years ago

#92 - Implement ExactSizeIterator and FusedIterator for iterators

Pull Request - State: closed - Opened by taiki-e over 3 years ago

#91 - Pass --no-dev-deps flag to cargo-hack

Pull Request - State: closed - Opened by taiki-e over 3 years ago

#90 - Make `new` a const fn

Pull Request - State: closed - Opened by vinaychandra over 3 years ago

#89 - Add a try_remove method

Pull Request - State: closed - Opened by aym-v over 3 years ago - 6 comments

#88 - Use debug_struct on Slab::debug

Pull Request - State: closed - Opened by tomaka over 3 years ago

#87 - Add #[track_caller] attribute

Pull Request - State: closed - Opened by tomaka over 3 years ago - 4 comments

#86 - Remove html_root_url

Pull Request - State: closed - Opened by taiki-e over 3 years ago

#85 - Add support for serde

Pull Request - State: closed - Opened by taiki-e over 3 years ago

#84 - Run clippy on CI

Pull Request - State: closed - Opened by taiki-e over 3 years ago

#83 - Document safety conditions of unsafe methods

Pull Request - State: closed - Opened by taiki-e over 3 years ago

#82 - Fix non_fmt_panic warning

Pull Request - State: closed - Opened by taiki-e over 3 years ago

#81 - Is get2_unchecked_mut redundant?

Issue - State: closed - Opened by Ralith over 3 years ago - 3 comments

#80 - Ignore non_fmt_panic warning

Pull Request - State: closed - Opened by taiki-e over 3 years ago - 3 comments

#79 - Release 0.4.3

Pull Request - State: closed - Opened by taiki-e over 3 years ago

#78 - Change default lint level to warning

Pull Request - State: closed - Opened by taiki-e over 3 years ago

#77 - Migrate CI to GitHub Actions

Pull Request - State: closed - Opened by taiki-e over 3 years ago

#76 - Temporarily disable rustfmt in CI

Pull Request - State: closed - Opened by taiki-e over 3 years ago - 1 comment

#75 - Fix typo

Pull Request - State: closed - Opened by taiki-e over 3 years ago

#74 - `get_unchecked` isn't unchecked

Pull Request - State: open - Opened by digama0 over 3 years ago - 9 comments

#73 - Update slab.rs

Pull Request - State: closed - Opened by srinivasreddy almost 4 years ago - 1 comment

#71 - Adds no_std support for rust 1.36 and above

Pull Request - State: closed - Opened by zakarumych almost 4 years ago

#70 - Add serde support

Pull Request - State: closed - Opened by PonasKovas almost 4 years ago - 4 comments

#69 - Make Slab serializable

Issue - State: closed - Opened by bonsairobo about 4 years ago

#68 - Optimize the layout of Entry for ZSTs

Pull Request - State: closed - Opened by udoprog over 4 years ago - 1 comment

#67 - Provide no_std support

Pull Request - State: closed - Opened by baloo over 4 years ago - 1 comment

#66 - Switch to no_std and 2018 edition

Pull Request - State: closed - Opened by dingelish almost 5 years ago - 1 comment

#65 - Add `get2_mut` and `get2_unchecked_mut`.

Pull Request - State: closed - Opened by ksqsf about 5 years ago - 4 comments

#64 - Feature Request: swap

Issue - State: closed - Opened by ksqsf about 5 years ago - 4 comments

#63 - Is it promised that key would always less than capacity?

Issue - State: closed - Opened by clouds56 about 5 years ago - 1 comment

#62 - Implement O(n) FromIterator<(usize, T)> and more iteration features

Pull Request - State: closed - Opened by tormol over 5 years ago - 2 comments

#61 - Add key_of() method to calculate the key from a &T

Pull Request - State: closed - Opened by tormol over 5 years ago - 3 comments

#60 - Add compact() and optimize recreate_vacant_list()

Pull Request - State: closed - Opened by tormol over 5 years ago - 6 comments

#59 - Simplify methods and improve panic message consistency

Pull Request - State: closed - Opened by tormol over 5 years ago

#58 - Vec::pop() on Slab::remove() when possible

Pull Request - State: closed - Opened by HyeonuPark over 5 years ago - 3 comments

#57 - Apply rustfmt 1.0.0

Pull Request - State: closed - Opened by madadam almost 6 years ago

#56 - Implement Drain iterator

Pull Request - State: closed - Opened by madadam almost 6 years ago - 4 comments

#55 - Multiple calls to vacant_entry / self referential entries.

Issue - State: open - Opened by jpittis almost 6 years ago - 5 comments

#54 - Support no_std

Pull Request - State: closed - Opened by dingelish about 6 years ago - 5 comments

#53 - Bump version to v0.4.1

Pull Request - State: closed - Opened by carllerche about 6 years ago

#52 - Derive Default

Issue - State: closed - Opened by FallingSnow about 6 years ago - 2 comments

#51 - Documentation page docs.rs/slab is broken

Issue - State: closed - Opened by realcr about 6 years ago - 1 comment

#50 - Some fixes in the docs

Pull Request - State: closed - Opened by tbu- about 6 years ago

#49 - Clarify license as MIT

Pull Request - State: closed - Opened by carllerche over 6 years ago - 1 comment

#48 - Clarify license(s)

Issue - State: closed - Opened by jamesr over 6 years ago

#47 - convert Entry to Result and functionalize code

Pull Request - State: closed - Opened by vadixidav over 6 years ago - 6 comments