summary refs log tree commit diff
path: root/src/test/run-pass/deriving-meta.rs
AgeCommit message (Expand)AuthorLines
2014-02-24test: Use `#[deriving(Hash)]` in a couple testsErick Tryzelaar-1/+4
2014-02-24Transition to new `Hash`, removing IterBytes and std::to_bytes.Huon Wilson-4/+1
2014-02-21std: rewrite Hash to make it more genericErick Tryzelaar-0/+2
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-2/+2
2013-08-27Replace HashUtil w/ default method on HashJason Fager-2/+0
2013-08-17Fix warnings it testsErick Tryzelaar-1/+1
2013-05-22test: Update tests to use the new syntax.Patrick Walton-1/+1
2013-03-12syntax: implement #[deriving] meta-attributeAndrew Paseltiner-0/+27