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
/
test
/
stdtest
/
vec.rs
Age
Commit message (
Expand
)
Author
Lines
2011-12-16
rename iter2 to iteri to match typical convention
Niko Matsakis
-4
/
+4
2011-12-16
reorder args to the various vec, option fns so blk comes last
Niko Matsakis
-25
/
+25
2011-12-13
Copy first batch of material from libstd to libcore.
Graydon Hoare
-7
/
+8
2011-11-17
remove compile-command from local variable blocks
Niko Matsakis
-1
/
+0
2011-11-02
Add vec::permute to the standard library (#1013)
Matt Brubeck
-0
/
+21
2011-10-29
Cleanup the existing platform-specific ignored tests
Brian Anderson
-8
/
+2
2011-10-29
stdlib: Add vec::concat to concatenate a vector of vectors
Brian Anderson
-0
/
+5
2011-10-28
stdlib: Add vec::init. Returns all but the last element.
Brian Anderson
-0
/
+26
2011-10-27
Remove whitespace
Brian Anderson
-2
/
+2
2011-10-27
Add std::vec::foldr
Brian Anderson
-0
/
+10
2011-10-27
Add a test for std::vec::iter2
Brian Anderson
-0
/
+11
2011-10-27
Add reverse iterators to std::vec
Brian Anderson
-0
/
+28
2011-10-27
Implement vec::foldl without recursion
Brian Anderson
-0
/
+10
2011-10-27
Add std::vec::iter
Brian Anderson
-0
/
+14
2011-10-27
Make vec::reversed take [mutable? T]
Brian Anderson
-0
/
+7
2011-10-12
convert a few tests from unsafe fns to fns with unsafe bodies
Niko Matsakis
-1
/
+1
2011-10-12
add unsafe tags into various points in the translation chains
Niko Matsakis
-1
/
+1
2011-10-07
Add pass-by-ref annotation to the tests to make them typecheck
Marijn Haverbeke
-12
/
+12
2011-09-23
Add vec::filter
Jesse Ruderman
-0
/
+7
2011-09-12
Reformat for new mode syntax, step 1
Marijn Haverbeke
-9
/
+9
2011-09-02
Reformat. Issue #855
Brian Anderson
-2
/
+2
2011-08-30
Add a precondition on vec::zip
Tim Chevalier
-0
/
+2
2011-08-29
Implement non-internal ivecs
Marijn Haverbeke
-12
/
+2
2011-08-25
Change "pred" to "pure fn" in all libraries and test cases
Tim Chevalier
-1
/
+1
2011-08-22
Eliminate unused variable warnings in stdtest
Brian Anderson
-0
/
+1
2011-08-20
Reformat
Brian Anderson
-140
/
+140
2011-08-16
Port the tests to the expr foo::<T> syntax.
Erick Tryzelaar
-14
/
+14
2011-08-16
Port the tests to the typaram foo<T> syntax.
Erick Tryzelaar
-2
/
+2
2011-08-16
Rename std::ivec to std::vec
Brian Anderson
-0
/
+374
2011-08-12
Remove stdtest::vec
Brian Anderson
-94
/
+0
2011-08-12
Change a bunch of places in the stdlib to use blocks.
Michael Sullivan
-3
/
+2
2011-07-27
Reformat for new syntax
Marijn Haverbeke
-44
/
+39
2011-07-24
The Big Test Suite Overhaul
Brian Anderson
-0
/
+100