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-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
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-4
/
+4
2015-01-29
convert remaining `range(a, b)` to `a..b`
Jorge Aparicio
-14
/
+14
2015-01-29
`for x in range(a, b)` -> `for x in a..b`
Jorge Aparicio
-7
/
+7
2015-01-29
`range(a, b).foo()` -> `(a..b).foo()`
Jorge Aparicio
-1
/
+1
2015-01-28
Merge remote-tracking branch 'origin/master' into rollup
Manish Goregaokar
-72
/
+83
2015-01-26
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-1
/
+1
2015-01-26
add split_off method to vec with tests
Jeff Belgum
-2
/
+46
2015-01-26
Auto merge of #21401 - kballard:optimize-shrink-to-fit, r=nikomatsakis
bors
-1
/
+1
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-7
/
+15
2015-01-23
grandfathered -> rust1
Brian Anderson
-40
/
+40
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-22
/
+22
[prev]
[next]