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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
run-pass
/
assert-eq-macro-success.rs
Age
Commit message (
Expand
)
Author
Lines
2016-06-21
Add message argument to `assert_eq` macro
Mitsunori Komatsu
-0
/
+3
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-1
/
+1
2015-03-03
Switched to Box::new in many places.
Felix S. Klock II
-4
/
+1
2015-01-30
Remove all `i` suffixes
Tobias Bucher
-1
/
+1
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-1
/
+1
2015-01-08
fallout: run-pass tests that use box. (many could be ported to `Box::new` in...
Felix S. Klock II
-0
/
+2
2015-01-02
Use `derive` rather than `deriving` in tests
Nick Cameron
-1
/
+1
2014-10-02
tests: remove uses of Gc.
Eduard Burtescu
-3
/
+0
2014-07-26
Remove managed_box gate from tests
Brian Anderson
-1
/
+0
2014-06-24
librustc: Remove the fallback to `int` from typechecking.
Niko Matsakis
-1
/
+1
2014-06-14
rustc: Obsolete the `@` syntax entirely
Alex Crichton
-1
/
+3
2014-05-30
std: Rename {Eq,Ord} to Partial{Eq,Ord}
Alex Crichton
-1
/
+1
2014-05-27
std: Remove String's to_owned
Richo Healey
-1
/
+1
2014-05-13
test: Add missing `#![feature(managed_boxes)]`
klutzy
-0
/
+2
2014-05-06
librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except
Patrick Walton
-1
/
+1
2014-04-18
Replace all ~"" with "".to_owned()
Richo Healey
-1
/
+1
2014-02-28
std: Change assert_eq!() to use {} instead of {:?}
Alex Crichton
-1
/
+1
2013-03-27
testsuite: more `pub fn main`
Tim Chevalier
-1
/
+11
2013-03-22
test: replace uses of old deriving attribute with new one
Andrew Paseltiner
-1
/
+1
2013-03-20
add assert_eq! macro
John Clements
-0
/
+10