issues
search
servo
/
rust-smallvec
"Small vector" optimization for Rust: store up to a small number of items on the stack
Apache License 2.0
1.35k
stars
145
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Annotate SmallVec::insert_from_slice with `#[inline]`
#312
sffc
closed
1 year ago
0
ci: Fix running fuzz on `v1` branch.
#311
waywardmonkeys
closed
1 year ago
0
ci: Fix running fuzz on `v2` branch.
#310
waywardmonkeys
closed
9 months ago
4
ci: Run CI on push to `v2` branch.
#309
waywardmonkeys
closed
1 year ago
1
ci: Run CI on push to `v1` branch.
#308
waywardmonkeys
closed
1 year ago
0
Fix apt-get errors in CI
#307
mbrubeck
closed
1 year ago
2
ci: Update toolchain action.
#306
waywardmonkeys
closed
1 year ago
0
ci: Improve CI for v2
#305
waywardmonkeys
closed
1 year ago
4
Add `--generate-link-to-definition` option when building on docs.rs
#304
GuillaumeGomez
closed
1 year ago
0
Enable GitHub merge queue
#303
mrobinson
closed
1 year ago
1
Make the v2 branch the default branch
#302
mbrubeck
closed
7 months ago
9
Add from_const_with_len
#301
jakergrossman
closed
6 months ago
2
Version 1.11.0
#300
mbrubeck
closed
1 year ago
3
Fix apt-get errors in CI
#299
mbrubeck
closed
1 year ago
4
Use `NonNull` pointer in heap version
#298
AngelicosPhosphoros
closed
1 year ago
10
Add Bincode 2 support
#297
markbt
closed
1 year ago
3
Is this library support parallel iterator?
#296
hzqd
opened
1 year ago
3
Add abomonation support
#295
markbt
closed
1 year ago
5
Update actions/checkout in GitHub Actions workflows to v3
#294
striezel
closed
1 year ago
4
Fix a typo
#293
striezel
closed
1 year ago
4
Implemented DrainFilter
#292
L0uisc
closed
1 year ago
9
Add a `borsh` feature to get Borsh traits implemented
#291
tiram88
opened
1 year ago
0
Skip tests on 1.36
#290
mbrubeck
closed
2 years ago
0
Mark Array::size() as #[inline]
#289
nikic
closed
2 years ago
0
CI failures due to dev_dependencies failing to build in Rust 1.36.0
#288
mbrubeck
closed
2 years ago
0
Fix broken CI yaml script
#287
ridwanabdillahi
closed
2 years ago
4
Add Natvis definitions and tests for `SmallVec` type
#286
ridwanabdillahi
closed
2 years ago
0
Store arbitrary types on `[u8; N]`?
#285
changhe3
opened
2 years ago
1
Implementation of RFC #240
#284
sarah-quinones
closed
1 year ago
8
Add retain_mut method (as an alias to retain)
#283
cmyr
closed
2 years ago
1
Faster insert for the `index == len` case
#282
nnethercote
closed
2 years ago
2
support drain_filter ?
#281
gcxfd
closed
1 year ago
12
The scope of the unsafe block can be appropriately reduced
#280
peamaeq
closed
2 years ago
1
Will smallvec support allocate on Bump?
#279
YjyJeff
closed
2 years ago
1
Use SPDX license format
#278
atouchet
closed
2 years ago
5
Fix all problems encounted with Miri -Ztag-raw-pointers
#277
saethlin
closed
2 years ago
11
Alternate layout with more space for small inline elements?
#276
typesanitizer
opened
2 years ago
2
Add support for arbitrary
#275
as-com
closed
2 years ago
4
Ergonomic way to specify the maximum "for free" capacity (i.e., leverage padding)?
#274
NicholasGorski
opened
2 years ago
1
Mismatched types on trait implementation with const generics
#273
Rexagon
opened
2 years ago
0
`SmallVec` should implement `From<[T; N]>` (gated by `cfg(feature = "const_generics")`).
#272
eddyb
closed
7 months ago
3
Test for drains that shift the tail, when inline
#271
saethlin
closed
2 years ago
11
Replace TravisCI with Github Actions.
#270
jdm
closed
2 years ago
2
Document `with_capacity` capacity
#269
tczajka
opened
3 years ago
0
Include the cost of shifts in insert/remove benchmarks
#268
saethlin
closed
3 years ago
0
insert/remove benchmarks are misleading
#267
saethlin
closed
3 years ago
1
Added feature `const_new` which enables `SmallVec::new_const()`
#265
TimLuq
closed
3 years ago
9
Fix typo
#264
mgr-inz-rafal
closed
3 years ago
5
Make `SmallVec::new` const
#263
Rua
opened
3 years ago
1
Add specialized `clone_from` implementation
#262
Yamakaky
closed
3 years ago
4
Previous
Next