about summary refs log tree commit diff
path: root/src/test/run-pass/deriving-hash.rs
AgeCommit message (Expand)AuthorLines
2018-09-06Migrated slew of run-pass tests to various subdirectories of `ui/run-pass/`.Felix S. Klock II-78/+0
2018-08-05Fix test/run-passvarkor-3/+0
2017-06-16deriv(Hash) for single-variant enum should not hash discriminantStepan Koltsov-2/+11
2016-03-27add #[derive(Hash)] test for #21714Alex Burka-0/+26
2016-03-14derive: improve hygiene for type parameters (see #2810)Alex Burka-0/+4
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-2/+4
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-1/+1
2015-06-13Use `assert_eq!` instead of `assert!` in testspetrochenkov-1/+1
2015-04-08Remove pretty-expanded from failing testsAlex Crichton-1/+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-23Require feature attributes, and add them where necessaryBrian Anderson-0/+2
2015-02-18std: Stabilize the `hash` moduleAlex Crichton-1/+1
2015-01-07std: Stabilize the std::hash moduleAlex Crichton-5/+7
2015-01-02Use `derive` rather than `deriving` in testsNick Cameron-1/+1
2014-05-27std: Rename strbuf operations to stringRicho Healey-2/+2
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-1/+1
2014-05-14test: Remove all uses of `~str` from the test suite.Patrick Walton-3/+11
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-2/+2
2014-04-06Remove check-fast. Closes #4193, #8844, #6330, #7416Brian Anderson-1/+0
2014-02-21std: rewrite Hash to make it more genericErick Tryzelaar-0/+28