about summary refs log tree commit diff
path: root/src/test/run-pass/deriving-clone-generic-struct.rs
AgeCommit message (Collapse)AuthorLines
2018-09-06Migrated slew of run-pass tests to various subdirectories of `ui/run-pass/`.Felix S. Klock II-22/+0
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
Now that features must be declared expanded source often does not compile. This adds 'pretty-expanded' to a bunch of test cases that still work.
2015-01-30Remove all `i` suffixesTobias Bucher-1/+1
2015-01-02Use `derive` rather than `deriving` in testsNick Cameron-1/+1
2014-03-08Removed DeepClone. Issue #12698.Michael Darakananda-2/+2
2013-05-16syntax: implement #[deriving(DeepClone)]. Fixes #6514.Huon Wilson-2/+4
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-1/+0
2013-03-27testsuite: more `pub fn main`Tim Chevalier-1/+11
2013-03-22test: replace uses of old deriving attribute with new oneAndrew Paseltiner-1/+1
2013-03-04libsyntax: Implement `#[deriving_clone]`Patrick Walton-0/+9