summary refs log tree commit diff
path: root/src/test/run-pass/deriving-global.rs
AgeCommit message (Expand)AuthorLines
2014-03-12Update users for the std::rand -> librand move.Huon Wilson-0/+2
2014-03-08Removed DeepClone. Issue #12698.Michael Darakananda-3/+3
2014-02-24test: Use `#[deriving(Hash)]` in a couple testsErick Tryzelaar-0/+3
2014-02-23Remove all ToStr impls, add Show implsAlex Crichton-3/+3
2014-02-24Transition to new `Hash`, removing IterBytes and std::to_bytes.Huon Wilson-3/+0
2014-02-14extern mod => extern crateAlex Crichton-2/+2
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-3/+3
2014-02-07Added tests to make tidyDerek Guenther-0/+10
2014-02-05pull extra::{serialize, ebml} into a separate libserialize crateJeff Olson-1/+1
2014-01-03test: Make all the run-pass tests use `pub fn main`Patrick Walton-1/+1
2013-11-14test: Clean up xfail-{fast,win32} testsklutzy-1/+1
2013-06-24xfail-pretty on un-xfailed testDaniel Micay-0/+1
2013-06-24Fix/annotate a variety of xfailsCorey Richardson-1/+1
2013-06-14xfail test on windows, because extern mod doesn't work thereHuon Wilson-0/+2
2013-06-14syntax: correct the Rand::rand call to select enum variants in #[deriving(Ran...Huon Wilson-0/+39