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
/
libstd
/
vec.rs
Age
Commit message (
Expand
)
Author
Lines
2013-06-08
remove deprecated vec::{is_empty, len} functions
Daniel Micay
-38
/
+33
2013-06-08
rm some uses of to_mut_unsafe_ptr
Daniel Micay
-2
/
+2
2013-06-09
remove unused import warnings
Huon Wilson
-2
/
+2
2013-06-09
std: remove foldr and alli methods in vec
Huon Wilson
-16
/
+0
2013-06-09
std: remove fold[lr] in favour of iterators
Huon Wilson
-124
/
+1
2013-06-09
std: remove {all*,any*,count} in favour of iterators
Huon Wilson
-172
/
+2
2013-06-09
std: add reverse vec iterators, replace vec::each*_reverse.
Huon Wilson
-114
/
+96
2013-06-08
std: remove each[i]_mut functions, in favour of iterators.
Huon Wilson
-48
/
+5
2013-06-08
std: remove vec::each2 and vec::each2_mut in favour of iterators
Huon Wilson
-38
/
+0
2013-06-06
Fixups
Marvin Löbel
-0
/
+10
2013-06-06
Deduplicate words in code comments
Alexei Sholik
-1
/
+1
2013-06-06
std: add an external iterator for mutating vec elements
Huon Wilson
-0
/
+44
2013-06-04
librustc: Disallow multiple patterns from appearing in a "let" declaration.
Patrick Walton
-3
/
+3
2013-06-03
auto merge of #6886 : jld/rust/vec-each-ret-fix, r=sanxiyn
bors
-2
/
+19
2013-06-03
rename the Ptr trait to RawPtr
Daniel Micay
-1
/
+1
2013-06-03
Add traits for concat and connect methods
Brendan Zabarauskas
-17
/
+61
2013-06-01
Fix vec::each* return values
Jed Davis
-2
/
+19
2013-06-01
Optimize vec::from_elem with manual inlining (borrowck 1.85x speedup on libstd)
Corey Richardson
-3
/
+15
2013-05-31
mv the raw pointer {swap,replace}_ptr to std::ptr
Daniel Micay
-12
/
+12
2013-05-30
Require documentation by default for libstd
Alex Crichton
-48
/
+89
2013-05-29
Fix vec::mut_slice
june0cho
-3
/
+3
2013-05-28
auto merge of #6780 : june0cho/rust/issue5984, r=brson
bors
-2
/
+9
2013-05-28
core::vec is missing methods for mutable slices
Junyoung Cho
-2
/
+9
2013-05-27
syntax highlight code examples in docstrings
Daniel Micay
-9
/
+8
2013-05-23
cleanup warnings from libstd
Erick Tryzelaar
-77
/
+70
2013-05-22
libstd: Rename libcore to libstd and libstd to libextra; update makefiles.
Patrick Walton
-0
/
+4615
2011-12-14
Remove some duplicated unused parts of std now that they're present in core.
Graydon Hoare
-836
/
+0
2011-12-13
Copy first batch of material from libstd to libcore.
Graydon Hoare
-0
/
+1
2011-12-06
Establish 'core' library separate from 'std'.
Graydon Hoare
-0
/
+835