about summary refs log tree commit diff
path: root/src/libcore/clone.rs
AgeCommit message (Expand)AuthorLines
2013-04-08clone: managed boxes need to clone by shallow copyDaniel Micay-11/+19
2013-04-05Move tests inside clone.rs and fixed copyright headers.Jack Moffitt-1/+22
2013-04-05Implement Clone for @ and @mut types.Jack Moffitt-0/+10
2013-03-26core: Make sure every module at least has a one-line descriptionBrian Anderson-2/+13
2013-03-15impl Clone for ~T, ~[T], ~strBen Striegel-0/+5
2013-03-09core: implement Clone for primitive typesAndrew Paseltiner-0/+28
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-1/+1
2013-01-30librustc: Change `self` as a type to `Self` everywhere. r=brsonPatrick Walton-1/+1
2013-01-14Inlining methods/functions in core.gifnksm-0/+1
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-11-27core: Add Clone traitBrian Anderson-0/+10