summary refs log tree commit diff
path: root/src/test/run-pass/deriving-clone-struct.rs
AgeCommit message (Expand)AuthorLines
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-01-02Use `derive` rather than `deriving` in testsNick Cameron-1/+1
2014-03-08Removed DeepClone. Issue #12698.Michael Darakananda-1/+1
2013-10-01remove the `float` typeDaniel Micay-1/+0
2013-09-25Fix run-pass tests to have 'pub fn main'Alex Crichton-1/+1
2013-05-16syntax: implement #[deriving(DeepClone)]. Fixes #6514.Huon Wilson-1/+11
2013-03-22test: replace uses of old deriving attribute with new oneAndrew Paseltiner-1/+1
2013-03-09core: implement Clone for primitive typesAndrew Paseltiner-3/+19
2013-03-04libsyntax: Implement `#[deriving_clone]`Patrick Walton-0/+8