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