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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcollections
/
vec.rs
Age
Commit message (
Expand
)
Author
Lines
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
2015-02-02
`for x in xs.into_iter()` -> `for x in xs`
Jorge Aparicio
-2
/
+2
2015-02-02
`for x in xs.iter_mut()` -> `for x in &mut xs`
Jorge Aparicio
-5
/
+5
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-2
/
+2
2015-02-02
register snapshots
Jorge Aparicio
-22
/
+0
2015-01-30
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2015-01-30
rollup merge of #21631: tbu-/isize_police
Alex Crichton
-44
/
+44
2015-01-30
rollup merge of #21713: alexcrichton/second-pass-fmt
Alex Crichton
-7
/
+0
2015-01-30
std: Stabilize the std::fmt module
Alex Crichton
-7
/
+0
2015-01-30
s/while let/for/g now that #21245 has been fixed
Jorge Aparicio
-3
/
+1
2015-01-30
fix fallout
Jorge Aparicio
-4
/
+6
2015-01-30
core: add the `IntoIterator` trait
Jorge Aparicio
-1
/
+26
2015-01-30
Remove all `i` suffixes
Tobias Bucher
-44
/
+44
2015-01-30
Rename FullRange to RangeFull
Nick Cameron
-0
/
+20
2015-01-30
Remove FullRange from the prelude etc.
Nick Cameron
-0
/
+1
[next]