| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-07-29 | std: Implement Clone and DeepClone for extern "Rust" fn | blake2-ppc | -0/+58 | |
| Implement Clone and DeepClone for functions with 0 to 8 arguments. | ||||
| 2013-07-20 | auto merge of #7894 : pcwalton/rust/and-pointers-in-at-boxes, r=brson | bors | -2/+2 | |
| r? @brson | ||||
| 2013-07-19 | std: Remove old magic core mod | Brian Anderson | -1/+1 | |
| 2013-07-18 | librustc: Forbid `&` pointers (other than `&'static`) inside `@` boxes. | Patrick Walton | -2/+2 | |
| This makes custom borrowing implementations for custom smart pointers sound. | ||||
| 2013-07-17 | librustc: Remove all uses of the `Copy` bound. | Patrick Walton | -4/+3 | |
| 2013-06-28 | librustc: Change "Owned" to "Send" everywhere | Patrick Walton | -2/+2 | |
| 2013-06-28 | librustc: Rename Const to Freeze | Patrick Walton | -5/+5 | |
| 2013-06-24 | implement Clone for slices | Daniel Micay | -0/+12 | |
| 2013-06-18 | replace #[inline(always)] with #[inline]. r=burningtree. | Graydon Hoare | -9/+9 | |
| 2013-06-04 | clone: fix docstring | Daniel Micay | -2/+1 | |
| @T and @mut T for T: Const have DeepClone | ||||
| 2013-05-30 | Require documentation by default for libstd | Alex Crichton | -0/+3 | |
| Adds documentation for various things that I understand. Adds #[allow(missing_doc)] for lots of things that I don't understand. | ||||
| 2013-05-22 | libstd: Rename libcore to libstd and libstd to libextra; update makefiles. | Patrick Walton | -0/+184 | |
| This only changes the directory names; it does not change the "real" metadata names. | ||||
