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
/
explicit-self-closures.rs
Age
Commit message (
Expand
)
Author
Lines
2018-09-06
Migrated slew of run-pass tests to various subdirectories of `ui/run-pass/`.
Felix S. Klock II
-25
/
+0
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-2
/
+2
2015-03-23
rustdoc: Replace no-pretty-expanded with pretty-expanded
Brian Anderson
-0
/
+2
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-1
/
+1
2014-01-03
test: De-`@mut` the test suite
Patrick Walton
-3
/
+0
2013-08-03
remove obsolete `foreach` keyword
Daniel Micay
-2
/
+2
2013-08-01
migrate many `for` loops to `foreach`
Daniel Micay
-2
/
+2
2013-06-23
vec: remove BaseIter implementation
Daniel Micay
-2
/
+2
2013-06-01
Remove all uses of `pub impl`. rs=style
Patrick Walton
-3
/
+3
2013-02-28
librustc: Mark all type implementations public. rs=impl-publicity
Patrick Walton
-1
/
+1
2013-02-26
test: De-~mut the test suite. rs=demuting
Patrick Walton
-3
/
+0
2013-02-25
Revert "test: De-~mut the test suite. rs=demuting"
Patrick Walton
-0
/
+3
2013-02-25
test: De-~mut the test suite. rs=demuting
Patrick Walton
-3
/
+0
2013-02-01
check-fast fallout from removing export, r=burningtree
Graydon Hoare
-1
/
+1
2012-12-10
Reliciense makefiles and testsuite. Yup.
Graydon Hoare
-0
/
+10
2012-09-19
demode the each() method on vec and other iterables.
Niko Matsakis
-3
/
+3
2012-09-07
Convert field terminators to commas. Stop parsing semis.
Brian Anderson
-1
/
+1
2012-08-22
Track the type of self properly. Closes #3247.
Michael Sullivan
-0
/
+19