summary refs log tree commit diff
path: root/src/test/run-pass/deriving-via-extension-struct-empty.rs
AgeCommit message (Expand)AuthorLines
2014-02-28std: Change assert_eq!() to use {} instead of {:?}Alex Crichton-1/+1
2013-09-25rustdoc: Change all code-blocks with a scriptAlex Crichton-1/+1
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-1/+1
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-2/+2
2013-03-22test: replace uses of old deriving attribute with new oneAndrew Paseltiner-1/+1
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-2/+2
2013-02-21Implement #[deriving_eq] on tuple like structsSeth Pink-0/+17