about summary refs log tree commit diff
path: root/src/test/run-pass/deriving-meta-multiple.rs
AgeCommit message (Expand)AuthorLines
2018-09-06Migrated slew of run-pass tests to various subdirectories of `ui/run-pass/`.Felix S. Klock II-32/+0
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-2/+2
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2015-03-15Strip all leading/trailing newlinesTamir Duberstein-1/+0
2015-02-18std: Stabilize the `hash` moduleAlex Crichton-1/+1
2015-01-07std: Stabilize the std::hash moduleAlex Crichton-1/+3
2015-01-02Use `derive` rather than `deriving` in testsNick Cameron-3/+3
2014-08-09Fix misspelled comments for tests.Joseph Crail-1/+1
2014-06-22Remove duplicated test filesPiotr Jawniak-1/+4
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-2/+2
2014-04-06Remove check-fast. Closes #4193, #8844, #6330, #7416Brian Anderson-1/+0
2014-02-24test: Use `#[deriving(Hash)]` in a couple testsErick Tryzelaar-2/+4
2014-02-24Transition to new `Hash`, removing IterBytes and std::to_bytes.Huon Wilson-4/+0
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/+29