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
/
run-pass
/
zip-same-length.rs
Age
Commit message (
Expand
)
Author
Lines
2013-08-15
vec: rm obsolete zip and zip_slice
Daniel Micay
-44
/
+0
2013-06-04
librustc: Disallow multiple patterns from appearing in a "let" declaration.
Patrick Walton
-1
/
+4
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-0
/
+2
2013-05-19
Use assert_eq! rather than assert! where possible
Corey Richardson
-2
/
+2
2013-03-29
librustc: Remove `fail_unless!`
Patrick Walton
-4
/
+4
2013-03-07
librustc: Convert all uses of `assert` over to `fail_unless!`
Patrick Walton
-4
/
+4
2013-03-05
core: convert vec::{last,last_opt} to return references
Erick Tryzelaar
-1
/
+1
2013-03-05
core: convert vec::{head,head_opt} to return references
Erick Tryzelaar
-4
/
+3
2013-03-02
librustc: Forbid chained imports and fix the logic for one-level renaming imp...
Patrick Walton
-1
/
+1
2013-02-01
check-fast fallout from removing export, r=burningtree
Graydon Hoare
-1
/
+1
2013-01-24
remove remaining is_not_empty functions/methods
Daniel Micay
-1
/
+1
2012-12-13
librustc: Make `use` statements crate-relative by default. r=brson
Patrick Walton
-1
/
+0
2012-12-10
Reliciense makefiles and testsuite. Yup.
Graydon Hoare
-0
/
+10
2012-09-26
Demode vec::push (and convert to method)
Niko Matsakis
-2
/
+2
2012-09-11
Convert 'use' to 'extern mod'. Remove old 'use' syntax
Brian Anderson
-1
/
+1
2012-09-05
test: "import" -> "use"
Patrick Walton
-3
/
+1
2012-08-01
Convert ret to return
Brian Anderson
-2
/
+2
2012-07-14
remove typestate from code, tests, and docs
Niko Matsakis
-5
/
+0
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-4
/
+4
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-4
/
+4
2012-06-25
test: Make zip-same-length no longer rely on resolve not handling shadowed mo...
Patrick Walton
-2
/
+1
2012-06-21
Move vector addition out of trans and into libcore.
Eric Holk
-2
/
+2
2012-03-10
core Remove vec::enum_chars/uint. Closes #1955
Brian Anderson
-0
/
+16
2012-03-08
Rename last to last_opt, last_unsafe to last
Tim Chevalier
-1
/
+1
2012-03-08
Rename last_total to last_unsafe
Tim Chevalier
-1
/
+1
2011-12-13
Copy first batch of material from libstd to libcore.
Graydon Hoare
-3
/
+3
2011-09-02
Reformat. Issue #855
Brian Anderson
-5
/
+5
2011-08-30
Un-xfail zip-same-length
Tim Chevalier
-5
/
+3
2011-08-30
XFAIL zip-same-length -- that's ok, since it's a new test
Tim Chevalier
-3
/
+5
2011-08-30
Library test cases for vec::zip
Tim Chevalier
-0
/
+23