about summary refs log tree commit diff
path: root/src/test/run-pass/enum-variants.rs
AgeCommit message (Expand)AuthorLines
2018-09-06Migrated slew of run-pass tests to various subdirectories of `ui/run-pass/`.Felix S. Klock II-26/+0
2016-08-13Ensure that attributes are spelled properly.Ahmed Charles-1/+1
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2014-11-20removed struct_variant feature from testsSimon Wollwage-1/+0
2014-11-17Switch to purely namespaced enumsSteven Fackler-3/+3
2014-05-27std: Rename strbuf operations to stringRicho Healey-3/+3
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-2/+2
2014-05-14test: Remove all uses of `~str` from the test suite.Patrick Walton-5/+5
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-3/+3
2014-04-14Use new attribute syntax in python files in src/etc too (#13478)Manish Goregaokar-3/+3
2014-02-07Added tests to make tidyDerek Guenther-0/+10
2013-10-06Add appropriate #[feature] directives to testsAlex Crichton-0/+1
2013-10-01remove the `float` typeDaniel Micay-2/+2
2013-08-17Fix warnings it testsErick Tryzelaar-1/+4
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2012-12-24Assign correct types to struct-like enum variant constructorsTim Chevalier-0/+11