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
Update docs for const_generics feature
#261
mbrubeck
closed
3 years ago
4
SmallVec<[u8; 16]>::clone is not optimized to a memcpy
#260
saethlin
opened
3 years ago
3
Panic on arithmetic overflow in drain
#259
mbrubeck
closed
3 years ago
4
Potential integer overflow in drain leading to draining thinks when it should be out of bounds.
#258
rustonaut
closed
3 years ago
1
u32 capacity and length?
#257
leonardo-m
opened
3 years ago
1
Consider yanking versions affected by #252
#256
puzzlewolf
closed
3 years ago
4
Deprecate insert_many (and add splice?)
#255
mbrubeck
opened
3 years ago
1
Fix potential buffer overflow in `insert_many`
#254
mbrubeck
closed
3 years ago
5
Fix potential buffer overflow in `insert_many`
#253
mbrubeck
closed
3 years ago
2
Buffer overflow in `insert_many()`
#252
Qwaz
closed
3 years ago
5
chore: Do not ship scripts on crates.io
#251
ignatenkobrain
closed
3 years ago
4
Missing FromIterator impl
#250
Ten0
closed
3 years ago
2
Version 1.6.0
#249
mbrubeck
closed
3 years ago
5
Wrap with ManuallyDrop so that the union feature works on 1.50
#248
saethlin
closed
3 years ago
4
Compile union feature on 1.50 via ManuallyDrop?
#247
saethlin
closed
3 years ago
2
Silence warnings about deprecated LayoutErr
#246
mbrubeck
closed
3 years ago
4
Add a `RawSmallVec` type
#245
timothee-haudebourg
opened
3 years ago
1
Version 1.5.1
#244
mbrubeck
closed
3 years ago
4
Changing smallvec from 1.3.0 to 1.4.1 regresses Firefox's style system performance by ~10%
#243
emilio
closed
3 years ago
6
Remove `min_const_generics` feature
#242
c410-f3r
closed
3 years ago
5
Remove extraneous branch from push
#241
mpdn
closed
3 years ago
4
RFC: rewrite based on min_const_generics for 2.0
#240
SimonSapin
opened
3 years ago
5
Version 1.5.0
#239
mbrubeck
closed
3 years ago
4
Return allocation error in deserialize instead of panicking
#238
epilys
closed
3 years ago
4
Add SmallVec::append method
#237
mbrubeck
closed
4 years ago
4
Implementing an append() method?
#236
MonliH
closed
4 years ago
1
Generics over `usize` is now stable.
#235
hbina
closed
4 years ago
0
Implement Array for all sizes <= 32
#234
thomcc
closed
4 years ago
4
Version 1.4.2
#233
mbrubeck
closed
4 years ago
4
Use min_const_generics
#232
c410-f3r
closed
4 years ago
7
Format code using 'cargo fmt'
#231
Atul9
closed
4 years ago
4
Add cargo fmt to travis build config
#230
Atul9
closed
4 years ago
4
Move source files into src directory
#229
mbrubeck
closed
4 years ago
4
Don’t heap-allocate for zero-size items
#228
SimonSapin
closed
4 years ago
5
[*.rs] rustfmt
#227
SamuelMarks
closed
4 years ago
4
SmallVecDeque — small vector optimization for a ring buffer
#226
kotauskas
opened
4 years ago
3
Update and document serde support
#225
mbrubeck
closed
4 years ago
4
Serde is not listed in "optional features" section on documentation front page.
#224
umanwizard
closed
4 years ago
1
Link to tracking issues for unstable features
#223
Luro02
closed
4 years ago
4
Silence unused_mut warning on smallvec! macro with no args
#222
mbrubeck
closed
4 years ago
4
Make sure smallvec! is usable without being in scope
#221
cuviper
closed
4 years ago
4
Adding SmallSet
#220
dhardy
opened
4 years ago
4
SmallVec<[T; N]> is often larger than it needs to be
#219
thomcc
closed
4 years ago
10
Add resize_with
#218
l0calh05t
closed
4 years ago
4
SmallVec can not coerce lifetimes of wrapped value
#217
Luro02
opened
4 years ago
0
Implement Clone using From
#216
Alexendoo
closed
4 years ago
4
Split out some cold paths
#215
SimonSapin
closed
1 year ago
2
Add `try_reserve` and friends
#214
SimonSapin
closed
4 years ago
4
Fix leak on panic in `insert_many`.
#213
mbrubeck
closed
4 years ago
7
Fuzzing fixes for CI
#212
mbrubeck
closed
4 years ago
4
Previous
Next