index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_data_structures
/
small_vec.rs
Age
Commit message (
Expand
)
Author
Lines
2018-09-26
Remove OneVector
ljedrz
-55
/
+0
2018-08-29
Remove `AccumulateVec` and its uses.
Nicholas Nethercote
-4
/
+3
2018-08-23
Use optimized SmallVec implementation
Igor Gutorov
-355
/
+9
2018-08-20
Replace usages of ptr::offset with ptr::{add,sub}.
Corey Farwell
-1
/
+1
2018-08-13
Move SmallVec and ThinVec out of libsyntax
ljedrz
-0
/
+65
2018-08-03
Don't collect() when size_hint is useless
ljedrz
-1
/
+6
2018-08-01
Another SmallVec.extend optimization
Andre Bogus
-12
/
+5
2018-08-01
Rollup merge of #52859 - ljedrz:smallvec_true_extend, r=Mark-Simulacrum
Pietro Albini
-4
/
+128
2018-07-31
Benchmarks for SmallVec
ljedrz
-0
/
+116
2018-07-30
Use Vec::extend in SmallVec::extend when applicable
ljedrz
-4
/
+12
2018-07-24
Simplify a few functions in rustc_data_structures
ljedrz
-6
/
+2
2018-07-17
Avoid most allocations in `Canonicalizer`.
Nicholas Nethercote
-0
/
+4
2017-08-15
Fix typos & us spellings
Fourchaux
-1
/
+1
2016-11-22
Use SmallVec for TypeWalker's stack.
Nicholas Nethercote
-0
/
+12
2016-11-11
Change implementation of syntax::util::SmallVector to use data_structures::Sm...
Mark-Simulacrum
-0
/
+203