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
/
array_vec.rs
Age
Commit message (
Expand
)
Author
Lines
2018-09-18
Remove `array_vec.rs`.
Nicholas Nethercote
-305
/
+0
2018-08-20
Replace usages of ptr::offset with ptr::{add,sub}.
Corey Farwell
-3
/
+3
2018-05-24
stabilize RangeBounds collections_range #30877
Cory Sherman
-2
/
+2
2018-04-16
Auto merge of #48945 - clarcharr:iter_exhaust, r=Kimundi
bors
-2
/
+2
2018-04-04
Replace manual iter exhaust with for_each(drop).
Clar Charr
-2
/
+2
2018-03-29
Move RangeArguments to {core::std}::ops and rename to RangeBounds
Simon Sapin
-2
/
+2
2018-03-29
Move alloc::Bound to {core,std}::ops
Simon Sapin
-1
/
+1
2018-01-20
Rename std::ptr::Shared to NonNull
Simon Sapin
-3
/
+3
2017-12-23
Annotate raw pointer target types
Christopher Durham
-2
/
+3
2017-12-22
fix errors in rustc_data_structures
Michael Hewson
-1
/
+1
2017-11-21
fix some typos
Martin Lindhe
-1
/
+1
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-2
/
+2
2017-08-01
Fixed all unnecessary muts in language core
Isaac van Bakel
-1
/
+1
2017-07-22
Add conversions from references to NonZero pointers, Unique, and Shared
Simon Sapin
-1
/
+1
2017-07-22
Rename {NonZero,Shared,Unique}::new to new_unchecked
Simon Sapin
-1
/
+1
2017-06-30
Revert "Stabilize RangeArgument"
Steven Fackler
-2
/
+3
2017-06-24
Stabilize RangeArgument
Steven Fackler
-3
/
+2
2017-05-04
fallout from NonZero/Unique/Shared changes
Alexis Beingessner
-1
/
+1
2017-04-12
ICH: Hash everything that gets encoded into crate metadata.
Michael Woerister
-0
/
+6
2017-04-09
Move away from the ad-hoc NoDrop unions
Simonas Kazlauskas
-29
/
+8
2017-03-17
Stabilize rc_raw feature, closes #37197
Aaron Turon
-2
/
+1
2017-01-29
Remove dead recursive partial eq impl
est31
-8
/
+0
2017-01-14
add required imports & feature
Djzin
-0
/
+1
2017-01-14
update array_vec to use new rangeargument
djzin
-2
/
+10
2017-01-03
Add drain method to AccumulateVec/ArrayVec
Andrew Cann
-1
/
+85
2016-11-11
Change implementation of syntax::util::SmallVector to use data_structures::Sm...
Mark-Simulacrum
-10
/
+139
2016-10-25
Add AccumulateVec, a potentially stack-allocated vector.
Mark-Simulacrum
-0
/
+106