| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2012-09-25 | libcore: De-export core::at_vec | Patrick Walton | -1/+0 |
| 2012-09-23 | core: Un-legacy-export stackwalk, cmath | Brian Anderson | -2/+0 |
| 2012-09-21 | Install new pub/priv/export rules as defaults, old rules accessible under #[l... | Graydon Hoare | -0/+84 |
| 2012-09-19 | core: Decompose task into more submodules | Brian Anderson | -0/+2 |
| 2012-09-19 | core: Split local_data into local_data/local_data_priv | Brian Anderson | -0/+1 |
| 2012-09-19 | core: Move TLS to task::local_data | Brian Anderson | -1/+3 |
| 2012-09-19 | core: More doc cleanup | Brian Anderson | -6/+8 |
| 2012-09-19 | core: Clean up crate docs and give all mods a brief description | Brian Anderson | -21/+24 |
| 2012-09-19 | Remove final bits of residual hokey-hash functions. Close #1616. | Graydon Hoare | -4/+4 |
| 2012-09-18 | core: Rename 'unsafe' mod to 'cast' | Brian Anderson | -2/+2 |
| 2012-09-18 | rustc: Remove legacy mode inference, unless #[legacy_modes] is used | Patrick Walton | -0/+2 |
| 2012-09-14 | Add core::reflect, start migrating core::repr to use it. Tidy up various Repr... | Graydon Hoare | -0/+2 |
| 2012-09-14 | rustc: Make the box annihilator a language item | Patrick Walton | -1/+2 |
| 2012-09-14 | libcore: Implement a box annihilator, not called yet | Patrick Walton | -0/+1 |
| 2012-09-12 | libcore: Add some visitor-based logging functionality | Patrick Walton | -2/+2 |
| 2012-09-11 | Promote 'pub' and 'priv' from restricted to strict keywords | Brian Anderson | -2/+2 |
| 2012-09-10 | Convert 'import' to 'use'. Remove 'import' keyword. | Brian Anderson | -3/+3 |
| 2012-09-10 | Rename the poorly named Managed<T> type to Mut<T>. | Niko Matsakis | -2/+2 |
| 2012-09-09 | core: warn(non_camel_case_types) -> deny | Brian Anderson | -2/+1 |
| 2012-09-07 | gc: Add stack walker for new garbage collector. | Elliott Slaughter | -1/+2 |