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

GitHub / servo/rust-smallvec issues and pull requests

#388 - feat: `litemap` store backend

Pull Request - State: open - Opened by lightsing 18 days ago

#387 - Add an "allocator_api" feature

Pull Request - State: open - Opened by TDecking 20 days ago - 1 comment

#386 - Shrink code produced by `smallvec![]`.

Pull Request - State: closed - Opened by nnethercote about 2 months ago

#385 - Shrink code produced by `smallvec![]`.

Pull Request - State: closed - Opened by nnethercote about 2 months ago - 5 comments

#384 - Rework specialization

Pull Request - State: closed - Opened by TDecking about 2 months ago - 4 comments

#383 - `extract_if` no longer requires a feature gate.

Pull Request - State: open - Opened by mbrubeck 2 months ago

#382 - Add missing `Vec` functionality

Pull Request - State: closed - Opened by TDecking 2 months ago

#381 - Update the `extract_if` feature

Pull Request - State: closed - Opened by TDecking 2 months ago

#380 - Unconditionally implement `core::error::Error`

Pull Request - State: closed - Opened by TDecking 2 months ago

#379 - Strange bad performance with [u8; 16] and `union` feature

Issue - State: open - Opened by JonathanWilbur 2 months ago - 6 comments

#378 - v2: Bump MSRV to 1.83

Pull Request - State: closed - Opened by mbrubeck 3 months ago - 1 comment

#377 - Constant new SmallVec<T, N> for arrays smaller than N

Pull Request - State: closed - Opened by otcova 3 months ago - 2 comments

#376 - Add `encase` trait implementations

Issue - State: open - Opened by teoxoy 3 months ago - 1 comment

#375 - Implement bincode2 encode/decode support for smallvec v1

Pull Request - State: closed - Opened by markbt 4 months ago

#374 - Fix `clippy::legacy_numeric_constants` lints

Pull Request - State: closed - Opened by waywardmonkeys 4 months ago - 1 comment

#373 - Fix typos

Pull Request - State: closed - Opened by waywardmonkeys 4 months ago

#372 - Fix typo in comment

Pull Request - State: closed - Opened by waywardmonkeys 4 months ago

#370 - Implement `MallocSizeOf` for SmallVec (v1)

Pull Request - State: closed - Opened by nicoburns 6 months ago - 2 comments
Labels: enhancement

#369 - Implement `MallocSizeOf` for SmallVec (v2)

Pull Request - State: closed - Opened by nicoburns 6 months ago - 2 comments
Labels: enhancement

#368 - Impl Send/Sync for IntoIter

Pull Request - State: closed - Opened by mbrubeck 7 months ago

#367 - `smallvec::IntoIter` is not Send nor Sync

Issue - State: closed - Opened by Vrtgs 7 months ago - 1 comment

#366 - Failing to compile on nightly under branch coverage

Issue - State: closed - Opened by jayvdb 7 months ago - 2 comments

#365 - Collecting from iterator skips Nth item

Issue - State: closed - Opened by Gingeh 8 months ago - 3 comments

#363 - Interacting with `Cow`?

Issue - State: open - Opened by SpriteOvO 8 months ago

#362 - Micro optimize extend

Pull Request - State: closed - Opened by arthurprs 9 months ago

#361 - `spilled()` is very slow

Issue - State: open - Opened by Brogolem35 10 months ago - 1 comment

#360 - Add `SmallVec::extract_if` to match `Vec::extract_if`

Issue - State: open - Opened by GnomedDev 10 months ago - 1 comment

#359 - [v2] Update to Rust 2021 Edition.

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

#358 - Add PartialEq impls to mirror the stdlib

Pull Request - State: closed - Opened by SUPERCILEX about 1 year ago - 2 comments

#357 - Wishlist: `TryFrom<SmallVec<A>> for [T; N]`

Issue - State: open - Opened by ZhennanWu about 1 year ago

#356 - feat: replace `write` feature with `std` feature

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

#355 - Implement `std::error::Error` for `CollectionAllocErr`

Issue - State: closed - Opened by JarvisCraft about 1 year ago - 1 comment

#354 - Added test for servo#353 and fixed use after free bug that causes it

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

#353 - Segfault on iter().collect() (2.0.0-alpha-5)

Issue - State: closed - Opened by josephg about 1 year ago - 3 comments

#351 - Fix test `test_hash`

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

#350 - Missing safety documentation for `Array` trait

Issue - State: closed - Opened by djkoloski about 1 year ago - 2 comments

#349 - Unable to deserialize the non-owned structures

Issue - State: closed - Opened by MOZGIII over 1 year ago - 1 comment

#348 - Make RawSmallVec private (v2).

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

#347 - bugfix for append not set self.len properly

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

#346 - Add more tests for UB

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

#345 - Fix UB on out-of-bounds insert()

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

#344 - Make README example work

Pull Request - State: closed - Opened by workingjubilee over 1 year ago - 3 comments

#343 - `SmallVec::insert` is UB on large arguments

Issue - State: closed - Opened by workingjubilee over 1 year ago - 3 comments

#342 - README example no longer compiles

Issue - State: closed - Opened by workingjubilee over 1 year ago - 1 comment

#341 - Replace `DrainFilter` with `ExtractIf`

Pull Request - State: closed - Opened by NaokiM03 over 1 year ago - 2 comments

#340 - Implement SmallVec::split_off

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

#339 - Implement `From<A2> for SmallVec<A1>` for all `A2, A1` with the same `Item` (v1)

Pull Request - State: closed - Opened by zachs18 over 1 year ago - 2 comments

#338 - Implement `From<[T; M]> for SmallVec<T, N>` for all `M, N` (v2)

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

#337 - Implement `Hash` trait for `SmallVec`

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

#336 - Impl get_size::GetSize (behind feature flag) (v2 branch)

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

#335 - Impl get_size::GetSize (behind feature flag) (v1 branch)

Pull Request - State: closed - Opened by amandasaurus over 1 year ago - 4 comments

#334 - Use NonNull in place of *const (v2)

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

#333 - Port feature drain_filter (#292) to v2

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

#332 - Correctly handle `Vec` with zero capacity in `from_vec`

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

#330 - test_size fails on 32-bit.

Issue - State: open - Opened by plugwash over 1 year ago

#329 - Add `from_const_with_len_unchecked`

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

#328 - fix: don't special-case `doc` for `feature = "const_generics"`

Pull Request - State: closed - Opened by mkroening over 1 year ago - 2 comments

#327 - v1: `cargo doc` fails on nightly with `feature = "const_generics"`

Issue - State: closed - Opened by mkroening over 1 year ago - 1 comment

#326 - ci: Add CI for no_std. (v1)

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

#325 - Fix `no_std` build, add to CI. (v2)

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

#324 - Remove most usages of `extern crate`. (v2)

Pull Request - State: closed - Opened by waywardmonkeys almost 2 years ago - 1 comment

#323 - Remove most usages of "extern crate". (v1)

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

#322 - ci: Update to actions/checkout@v4. (v1)

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

#321 - ci: Update to `actions/checkout@v4`. (v2)

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

#320 - Make a pre-release for v2 branch on crates.io

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

#319 - Minor improvements to doc formatting.

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

#318 - Minor tweaks to doc formatting.

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

#317 - v2: Link to relevant issues.

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

#316 - Remove trailing whitespace.

Pull Request - State: closed - Opened by emilio almost 2 years ago - 1 comment

#315 - Micro-optimize push() and insert().

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

#314 - Copy types

Issue - State: open - Opened by mrityunjai01 almost 2 years ago

#313 - Add a string type built on top of `SmallVec<u8>`?

Issue - State: open - Opened by newpavlov almost 2 years ago - 1 comment

#312 - Annotate SmallVec::insert_from_slice with `#[inline]`

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

#311 - ci: Fix running fuzz on `v1` branch.

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

#310 - ci: Fix running fuzz on `v2` branch.

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

#309 - ci: Run CI on push to `v2` branch.

Pull Request - State: closed - Opened by waywardmonkeys almost 2 years ago - 1 comment

#308 - ci: Run CI on push to `v1` branch.

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

#307 - Fix apt-get errors in CI

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

#306 - ci: Update toolchain action.

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

#305 - ci: Improve CI for v2

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

#304 - Add `--generate-link-to-definition` option when building on docs.rs

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

#303 - Enable GitHub merge queue

Pull Request - State: closed - Opened by mrobinson about 2 years ago - 1 comment

#302 - Make the v2 branch the default branch

Issue - State: closed - Opened by mbrubeck about 2 years ago - 9 comments

#301 - Add from_const_with_len

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

#300 - Version 1.11.0

Pull Request - State: closed - Opened by mbrubeck about 2 years ago - 3 comments

#299 - Fix apt-get errors in CI

Pull Request - State: closed - Opened by mbrubeck about 2 years ago - 4 comments

#298 - Use `NonNull` pointer in heap version

Pull Request - State: closed - Opened by AngelicosPhosphoros about 2 years ago - 10 comments

#297 - Add Bincode 2 support

Pull Request - State: closed - Opened by markbt over 2 years ago - 3 comments

#296 - Is this library support parallel iterator?

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

#295 - Add abomonation support

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

#294 - Update actions/checkout in GitHub Actions workflows to v3

Pull Request - State: closed - Opened by striezel over 2 years ago - 4 comments

#293 - Fix a typo

Pull Request - State: closed - Opened by striezel over 2 years ago - 4 comments

#292 - Implemented DrainFilter

Pull Request - State: closed - Opened by L0uisc over 2 years ago - 9 comments

#291 - Add a `borsh` feature to get Borsh traits implemented

Issue - State: open - Opened by tiram88 over 2 years ago

#290 - Skip tests on 1.36

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

#289 - Mark Array::size() as #[inline]

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

#287 - Fix broken CI yaml script

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