| Age | Commit message (Expand) | Author | Lines |
| 2012-12-18 | core: add macro_rules! for "condition! { c: in -> out; }". | Graydon Hoare | -0/+1 |
| 2012-12-14 | Rename core::comm to core::oldcomm | Brian Anderson | -1/+1 |
| 2012-12-13 | Replace some Eq impls with deriving_eq | Brian Anderson | -0/+2 |
| 2012-12-13 | Rename Send trait to Owned | Brian Anderson | -1/+1 |
| 2012-12-13 | Rename Owned trait to Durable | Brian Anderson | -1/+1 |
| 2012-12-13 | librustc: Make `use` statements crate-relative by default. r=brson | Patrick Walton | -1/+1 |
| 2012-12-03 | core: rename box to managed. Close #4079. | Graydon Hoare | -7/+7 |
| 2012-12-03 | core: rename unit to nil. Close #4080. | Graydon Hoare | -1/+1 |
| 2012-12-03 | Update license, add license boilerplate to most files. Remainder will follow. | Graydon Hoare | -0/+10 |
| 2012-11-30 | core: Make core.rc more readable. Cleanup | Brian Anderson | -126/+98 |
| 2012-11-28 | Remove uses of #[merge] | Brian Anderson | -1/+1 |
| 2012-11-28 | core: Remove old template files | Brian Anderson | -13/+13 |
| 2012-11-28 | Merge remote-tracking branch 'brson/companion' into incoming | Brian Anderson | -77/+127 |
| 2012-11-28 | Register snapshots | Brian Anderson | -79/+123 |
| 2012-11-27 | core: Add Clone trait | Brian Anderson | -0/+1 |
| 2012-11-26 | Remove the crate language | Brian Anderson | -0/+2 |
| 2012-10-25 | Rename core::uniq to core::owned | Tim Chevalier | -1/+1 |
| 2012-10-23 | Move futures to std | Brian Anderson | -1/+0 |
| 2012-10-17 | core: first working sketch of a condition system. | Graydon Hoare | -0/+1 |
| 2012-10-12 | bump version to 0.5. | Graydon Hoare | -1/+1 |
| 2012-10-04 | Remove some residue, core is effectively de-exported now. Close #3583. | Graydon Hoare | -45/+3 |
| 2012-10-04 | De-export extfmt. Part of #3583. | Graydon Hoare | -1/+0 |
| 2012-10-03 | libcore: De-export core.rc and core.rs | Patrick Walton | -78/+79 |
| 2012-10-02 | De-export the submodules of task. Part of #3583. | Graydon Hoare | -9/+3 |
| 2012-10-02 | libstd: Switch off legacy modes in both core and std. | Patrick Walton | -1/+0 |
| 2012-10-02 | De-export comm, task. Part of #3583. | Graydon Hoare | -1/+0 |
| 2012-10-01 | De-export dlist, dvec. Part of #3583. | Graydon Hoare | -6/+0 |
| 2012-10-01 | De-export iter and result. Part of #3583. | Graydon Hoare | -2/+0 |
| 2012-10-01 | De-export either. Part of #3583. | Graydon Hoare | -1/+0 |
| 2012-10-01 | De-export vec. Part of #3583. | Graydon Hoare | -1/+0 |
| 2012-10-01 | De-export option and option_iter. Part of #3583. | Graydon Hoare | -3/+0 |
| 2012-10-01 | De-export gc and io. Part of #3583. | Graydon Hoare | -2/+0 |
| 2012-09-28 | Add a demoded version of ptr::addr_of | Tim Chevalier | -0/+1 |
| 2012-09-28 | De-export logging, to_str, to_bytes, from_str, util. Part of #3583. | Graydon Hoare | -5/+0 |
| 2012-09-28 | core: Demode patterns | Brian Anderson | -1/+0 |
| 2012-09-28 | De-export ptr, hash. Part of #3583. | Graydon Hoare | -3/+0 |
| 2012-09-28 | Finish de-exporting send_map, future, pipes. Part of #3583. | Graydon Hoare | -3/+0 |
| 2012-09-28 | De-export bool, tuple, unit, uniq. Part of #3583. | Graydon Hoare | -4/+0 |
| 2012-09-28 | De-export str. Part of #3583. | Graydon Hoare | -1/+0 |
| 2012-09-28 | Fix patterns in tuple | Tim Chevalier | -0/+3 |
| 2012-09-28 | Finish de-exporting uint modules. Part of #3583. | Graydon Hoare | -21/+2 |
| 2012-09-28 | De-export f32 and f64. | Graydon Hoare | -2/+0 |
| 2012-09-28 | De-export ops, cmp, num. Part of #3583. | Graydon Hoare | -3/+0 |
| 2012-09-28 | Finish de-exporting int-template and the int modules. | Graydon Hoare | -17/+1 |
| 2012-09-27 | Finish de-exporting cast, mutable, flate, repr, cleanup, reflect. Part of #3583. | Graydon Hoare | -6/+0 |
| 2012-09-27 | Finish de-exporting path, rand, run, sys. Part of #3583. | Graydon Hoare | -4/+0 |
| 2012-09-27 | De-export private and unicode. Part of #3583. | Graydon Hoare | -2/+0 |
| 2012-09-27 | Finish de-exporting box, char, float. Part of #3583. | Graydon Hoare | -3/+0 |
| 2012-09-27 | De-export os and libc. Close #2006. | Graydon Hoare | -2/+1 |
| 2012-09-26 | libcore: Partially de-export int-template and uint-template | Patrick Walton | -0/+10 |