Ecosyste.ms: Issues

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

GitHub / servo/rust-smallvec issues and pull requests

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

Issue - State: open - Opened by ZhennanWu 18 days ago

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

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

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

Issue - State: closed - Opened by JarvisCraft about 2 months 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 2 months ago

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

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

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

Issue - State: closed - Opened by josephg about 2 months ago - 2 comments

#352 - [v1] Make test_size test aware of target pointer width and "union" feature.

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

#352 - [v1] Make test_size test aware of target pointer width and "union" feature.

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

#351 - Fix test `test_hash`

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

#350 - Missing safety documentation for `Array` trait

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

#349 - Unable to deserialize the non-owned structures

Issue - State: closed - Opened by MOZGIII 3 months ago - 1 comment

#348 - Make RawSmallVec private (v2).

Pull Request - State: open - Opened by zachs18 3 months ago - 1 comment

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

Pull Request - State: closed - Opened by alanlzhang 3 months ago

#346 - Add more tests for UB

Pull Request - State: closed - Opened by workingjubilee 3 months ago

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

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

#344 - Make README example work

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

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

Issue - State: closed - Opened by workingjubilee 3 months ago - 2 comments

#342 - README example no longer compiles

Issue - State: closed - Opened by workingjubilee 3 months ago - 1 comment

#341 - Replace `DrainFilter` with `ExtractIf`

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

#340 - Implement SmallVec::split_off

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

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

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

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

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

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

Pull Request - State: closed - Opened by hsanzg 5 months ago

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

Pull Request - State: closed - Opened by amandasaurus 5 months ago - 1 comment

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

Pull Request - State: closed - Opened by amandasaurus 5 months ago - 4 comments

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

Pull Request - State: closed - Opened by matzemathics 6 months ago

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

Pull Request - State: closed - Opened by matzemathics 6 months ago

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

Pull Request - State: closed - Opened by matzemathics 6 months ago

#330 - test_size fails on 32-bit.

Issue - State: open - Opened by plugwash 7 months ago

#329 - Add `from_const_with_len_unchecked`

Pull Request - State: closed - Opened by Expyron 7 months ago - 1 comment

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

Pull Request - State: closed - Opened by mkroening 8 months ago - 2 comments

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

Issue - State: closed - Opened by mkroening 8 months ago - 1 comment

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

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

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

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

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

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

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

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

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

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

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

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

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

Issue - State: closed - Opened by DCNick3 8 months ago - 1 comment

#319 - Minor improvements to doc formatting.

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

#318 - Minor tweaks to doc formatting.

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

#317 - v2: Link to relevant issues.

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

#316 - Remove trailing whitespace.

Pull Request - State: closed - Opened by emilio 9 months ago - 1 comment

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

Pull Request - State: closed - Opened by emilio 9 months ago - 4 comments

#314 - Copy types

Issue - State: open - Opened by mrityunjai01 10 months ago

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

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

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

Pull Request - State: closed - Opened by sffc 11 months ago

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

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

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

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

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

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

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

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

#307 - Fix apt-get errors in CI

Pull Request - State: closed - Opened by mbrubeck 11 months ago - 2 comments

#306 - ci: Update toolchain action.

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

#305 - ci: Improve CI for v2

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

#303 - Enable GitHub merge queue

Pull Request - State: closed - Opened by mrobinson 12 months ago - 1 comment

#302 - Make the v2 branch the default branch

Issue - State: closed - Opened by mbrubeck 12 months ago - 9 comments

#301 - Add from_const_with_len

Issue - State: closed - Opened by jakergrossman 12 months ago - 2 comments

#300 - Version 1.11.0

Pull Request - State: closed - Opened by mbrubeck about 1 year ago - 3 comments

#299 - Fix apt-get errors in CI

Pull Request - State: closed - Opened by mbrubeck about 1 year ago - 4 comments

#298 - Use `NonNull` pointer in heap version

Pull Request - State: closed - Opened by AngelicosPhosphoros about 1 year ago - 10 comments

#297 - Add Bincode 2 support

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

#296 - Is this library support parallel iterator?

Issue - State: open - Opened by hzqd over 1 year ago - 3 comments

#295 - Add abomonation support

Pull Request - State: closed - Opened by markbt over 1 year ago - 5 comments

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

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

#293 - Fix a typo

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

#292 - Implemented DrainFilter

Pull Request - State: closed - Opened by L0uisc over 1 year ago - 9 comments

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

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

#290 - Skip tests on 1.36

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

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

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

#287 - Fix broken CI yaml script

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

#286 - Add Natvis definitions and tests for `SmallVec` type

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

#285 - Store arbitrary types on `[u8; N]`?

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

#284 - Implementation of RFC #240

Pull Request - State: closed - Opened by sarah-ek almost 2 years ago - 8 comments

#283 - Add retain_mut method (as an alias to retain)

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

#282 - Faster insert for the `index == len` case

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

#281 - support drain_filter ?

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

#280 - The scope of the unsafe block can be appropriately reduced

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

#279 - Will smallvec support allocate on Bump?

Issue - State: closed - Opened by YjyJeff about 2 years ago - 1 comment

#278 - Use SPDX license format

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

#277 - Fix all problems encounted with Miri -Ztag-raw-pointers

Pull Request - State: closed - Opened by saethlin over 2 years ago - 11 comments

#276 - Alternate layout with more space for small inline elements?

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

#275 - Add support for arbitrary

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

#271 - Test for drains that shift the tail, when inline

Pull Request - State: closed - Opened by saethlin over 2 years ago - 11 comments

#270 - Replace TravisCI with Github Actions.

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

#269 - Document `with_capacity` capacity

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

#268 - Include the cost of shifts in insert/remove benchmarks

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

#267 - insert/remove benchmarks are misleading

Issue - State: closed - Opened by saethlin over 2 years ago - 1 comment

#265 - Added feature `const_new` which enables `SmallVec::new_const()`

Pull Request - State: closed - Opened by TimLuq almost 3 years ago - 9 comments

#264 - Fix typo

Pull Request - State: closed - Opened by mgr-inz-rafal almost 3 years ago - 5 comments

#263 - Make `SmallVec::new` const

Issue - State: open - Opened by Rua almost 3 years ago - 1 comment

#262 - Add specialized `clone_from` implementation

Pull Request - State: closed - Opened by Yamakaky about 3 years ago - 4 comments

#261 - Update docs for const_generics feature

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

#260 - SmallVec<[u8; 16]>::clone is not optimized to a memcpy

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

#259 - Panic on arithmetic overflow in drain

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