| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-04-08 | clone: managed boxes need to clone by shallow copy | Daniel Micay | -11/+19 | |
| Performing a deep copy isn't ever desired for a persistent data structure, and it requires a more complex implementation to do correctly. A deep copy needs to check for cycles to avoid an infinite loop. | ||||
| 2013-04-05 | Move tests inside clone.rs and fixed copyright headers. | Jack Moffitt | -1/+22 | |
| 2013-04-05 | Implement Clone for @ and @mut types. | Jack Moffitt | -0/+10 | |
| The borrowck-borrow-from-expr-block test had to be updated. I'm not sure why it compiled before since ~int was already clonable. | ||||
| 2013-03-26 | core: Make sure every module at least has a one-line description | Brian Anderson | -2/+13 | |
| 2013-03-15 | impl Clone for ~T, ~[T], ~str | Ben Striegel | -0/+5 | |
| 2013-03-09 | core: implement Clone for primitive types | Andrew Paseltiner | -0/+28 | |
| 2013-02-14 | librustc: Replace `impl Type : Trait` with `impl Trait for Type`. ↵ | Patrick Walton | -1/+1 | |
| rs=implflipping | ||||
| 2013-01-30 | librustc: Change `self` as a type to `Self` everywhere. r=brson | Patrick Walton | -1/+1 | |
| 2013-01-14 | Inlining methods/functions in core. | gifnksm | -0/+1 | |
| Also inlining some functions which take functions as arguments. | ||||
| 2012-12-03 | Update license, add license boilerplate to most files. Remainder will follow. | Graydon Hoare | -0/+10 | |
| 2012-11-27 | core: Add Clone trait | Brian Anderson | -0/+10 | |
