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
/
libcollections
/
vec.rs
Age
Commit message (
Expand
)
Author
Lines
2015-03-03
Add `: Box<_>` or `::Box<_>` type annotations to various places.
Felix S. Klock II
-2
/
+2
2015-03-02
Enable recursion for visit_ty in lint visitor
Ivan Petkov
-6
/
+6
2015-02-28
Auto merge of #22669 - dotdash:fast_slice_iter, r=huonw
bors
-1
/
+4
2015-02-27
Rollup merge of #22835 - tshepang:remove-some-warnings, r=jakub-
Manish Goregaokar
-2
/
+2
2015-02-26
Send/Sync audit for libcollections
Edward Wang
-0
/
+3
2015-02-26
remove some compiler warnings
Tshepang Lekhonkhobe
-2
/
+2
2015-02-25
Rollup merge of #22729 - alexcrichton:ptr-stabilization, r=aturon
Manish Goregaokar
-5
/
+5
2015-02-24
std: Stabilize some `ptr` functions
Alex Crichton
-5
/
+5
2015-02-24
Use arrays instead of vectors in tests
Vadim Petrochenkov
-31
/
+31
2015-02-23
Rollup merge of #22320 - petrochenkov:eq, r=alexcrichton
Manish Goregaokar
-59
/
+24
2015-02-23
Use boxed functions instead of transmute
Stepan Koltsov
-1
/
+1
2015-02-22
Eliminate more excessive null-checks from slice iterators
Björn Steinbrink
-1
/
+4
2015-02-20
Register new snapshots
Alex Crichton
-11
/
+1
2015-02-20
Tweaks to equality comparisons for slices/arrays/vectors
Vadim Petrochenkov
-59
/
+24
2015-02-18
rollup merge of #22286: nikomatsakis/variance-4b
Alex Crichton
-19
/
+19
2015-02-18
rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket
Alex Crichton
-1
/
+1
2015-02-18
rollup merge of #22210: aturon/stab-final-borrow
Alex Crichton
-22
/
+22
2015-02-18
Stabilize std::borrow
Aaron Turon
-21
/
+21
2015-02-18
Replace all uses of `&foo[]` with `&foo[..]` en masse.
Niko Matsakis
-1
/
+1
2015-02-18
rollup merge of #22491: Gankro/into_iter
Alex Crichton
-3
/
+5
2015-02-18
rollup merge of #22480: alexcrichton/hashv3
Alex Crichton
-0
/
+9
2015-02-18
make FromIterator use IntoIterator
Alexis
-2
/
+3
2015-02-18
make Extend use IntoIterator
Alexis
-1
/
+2
2015-02-18
std: Stabilize the `hash` module
Alex Crichton
-0
/
+9
2015-02-18
Fallout: Port Vec to use `Unique`
Niko Matsakis
-19
/
+19
2015-02-18
Eliminate excessive null-checks from slice iterators
Björn Steinbrink
-1
/
+6
2015-02-17
Register new snapshots
Alex Crichton
-33
/
+0
2015-02-17
rollup merge of #22394: alexcrichton/vec-from-iter-comment
Alex Crichton
-10
/
+19
2015-02-17
rollup merge of #22455: msiemens/add-vec-from_elem
Alex Crichton
-0
/
+24
2015-02-17
std: Add Vec::from_iter comment
Alex Crichton
-10
/
+19
2015-02-17
Implement `Vec::from_elem` (RFC 832)
Markus Siemens
-0
/
+24
2015-02-17
std: Stabilize the IntoIterator trait
Alex Crichton
-0
/
+3
2015-02-17
Rollup merge of #22394 - alexcrichton:vec-from-iter-comment, r=brson
Manish Goregaokar
-0
/
+11
2015-02-17
std: Add Vec::from_iter comment
Alex Crichton
-0
/
+11
2015-02-17
Rollup merge of #22313 - japaric:iter, r=aturon
Manish Goregaokar
-0
/
+36
2015-02-15
Auto merge of #22242 - Gankro:collect-ints, r=alexcrichton
bors
-10
/
+10
2015-02-13
add an associated `Item` type to `IntoIterator`
Jorge Aparicio
-0
/
+36
2015-02-13
Auto merge of #22200 - alexcrichton:opt-vec-collect, r=huonw
bors
-1
/
+11
2015-02-13
more int and cloned cleanup in collections
Alexis
-10
/
+10
2015-02-12
std: Optimize Vec::from_iter
Alex Crichton
-1
/
+11
2015-02-11
Add core::marker::PhantomData.
Felix S. Klock II
-6
/
+12
2015-02-09
std: Rename IntoIterator::Iter to IntoIter
Alex Crichton
-3
/
+3
2015-02-07
minor fixes to Vec docs and bounds check
Alexis
-3
/
+9
2015-02-06
make `IndexMut` a super trait over `Index`
Jorge Aparicio
-6
/
+0
2015-02-06
remove int_uint feature from libcollections
Alexis
-5
/
+5
2015-02-05
remove int_uint feature from libcollections
Alexis
-15
/
+15
2015-02-05
remove unecessary lifetimes from a bunch of collections code
Alexis
-9
/
+9
2015-02-05
misc collections code cleanup
Alexis
-122
/
+122
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-18
/
+20
2015-02-02
remove unused mut qualifiers
Jorge Aparicio
-2
/
+2
[prev]
[next]