| Age | Commit message (Expand) | Author | Lines |
| 2012-09-27 | De-export os and libc. Close #2006. | Graydon Hoare | -894/+731 |
| 2012-09-27 | Demode rand | Tim Chevalier | -8/+12 |
| 2012-09-27 | Register snapshots | Brian Anderson | -15/+0 |
| 2012-09-26 | change vec::view sig to be sound (good catch @bblum) | Niko Matsakis | -7/+10 |
| 2012-09-26 | Merge pull request #3526 from Dretch/viewmethod | Brian Anderson | -4/+6 |
| 2012-09-26 | core: Replace map/map_default with map_ref/map_default_ref | Brian Anderson | -33/+15 |
| 2012-09-26 | core: Fix mode warnings in str | Brian Anderson | -4/+4 |
| 2012-09-26 | libcore: Partially de-export int-template and uint-template | Patrick Walton | -70/+82 |
| 2012-09-26 | libcore: Partially de-export char, f32, f64, and float | Patrick Walton | -144/+136 |
| 2012-09-26 | Demode vec::push (and convert to method) | Niko Matsakis | -149/+178 |
| 2012-09-26 | libcore: De-export ptr, send_map, and task::local_data | Patrick Walton | -82/+51 |
| 2012-09-26 | libcore: De-export cleanup, cmath, future, gc, hash, iter-trait, mutable, and... | Patrick Walton | -162/+123 |
| 2012-09-26 | libcore: De-export logging and pipes | Patrick Walton | -75/+53 |
| 2012-09-26 | libcore: De-export dvec, rand, run, and sys | Patrick Walton | -91/+59 |
| 2012-09-26 | Refactoring ReaderUtil trait, combining it with the traitless impl on Reader. | Eric Holk | -4/+13 |
| 2012-09-26 | libcore: De-export box, cast, and dlist | Patrick Walton | -54/+44 |
| 2012-09-26 | libcore: De-export bool | Patrick Walton | -20/+16 |
| 2012-09-26 | Make impl of Add for @[] public | Niko Matsakis | -4/+2 |
| 2012-09-26 | libcore: De-mode at_vec | Patrick Walton | -15/+16 |
| 2012-09-26 | Revert "Revert "libcore: De-mode at_vec"" | Patrick Walton | -16/+20 |
| 2012-09-26 | Demode some of core::io | Tim Chevalier | -42/+44 |
| 2012-09-26 | Demode tuple | Tim Chevalier | -3/+3 |
| 2012-09-25 | Demode iter-trait | Tim Chevalier | -31/+33 |
| 2012-09-25 | Fix long lines | Tim Chevalier | -3/+3 |
| 2012-09-25 | Demode pipes::set_buffer | Tim Chevalier | -1/+1 |
| 2012-09-25 | Comment out at_vec test that fails | Tim Chevalier | -1/+2 |
| 2012-09-25 | Revert "libcore: De-mode at_vec" | Tim Chevalier | -20/+16 |
| 2012-09-25 | Demode dvec | Tim Chevalier | -11/+11 |
| 2012-09-25 | libcore: De-mode at_vec | Patrick Walton | -16/+20 |
| 2012-09-25 | libcore: De-export core::at_vec | Patrick Walton | -31/+21 |
| 2012-09-25 | Demode core::result | Brian Anderson | -59/+67 |
| 2012-09-25 | Check more things with deprecated_modes | Brian Anderson | -1/+1 |
| 2012-09-25 | Demode Num trait and impls | Tim Chevalier | -49/+49 |
| 2012-09-25 | rustc: Fix calls to the logging function when the must_cast flag is true; sto... | Patrick Walton | -2/+18 |
| 2012-09-25 | use + mode for (almost) everything when not using legacy modes | Niko Matsakis | -7/+22 |
| 2012-09-25 | core: Mark more mods as demoded | Brian Anderson | -0/+12 |
| 2012-09-25 | Revert "rustc: Stop using shape code for logging" due to ICEs | Patrick Walton | -18/+2 |
| 2012-09-25 | rustc: Stop using shape code for logging | Patrick Walton | -2/+18 |
| 2012-09-24 | libcore: Fix 32 bit Rust task structure offsets for unwinding | Patrick Walton | -3/+32 |
| 2012-09-23 | Register snapshots. Remove redundant Eq impls, Makefile hacks | Brian Anderson | -824/+0 |
| 2012-09-23 | Fix more windows breakage | Brian Anderson | -2/+2 |
| 2012-09-23 | core: Fix some option-demode fallout on windows | Brian Anderson | -1/+1 |
| 2012-09-23 | core: Demode option | Brian Anderson | -60/+72 |
| 2012-09-23 | core: Un-legacy-export stackwalk, cmath | Brian Anderson | -40/+28 |
| 2012-09-23 | Make it illegal to use modes in a fn signature with providing | Niko Matsakis | -33/+36 |
| 2012-09-21 | De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachi | Niko Matsakis | -158/+140 |
| 2012-09-21 | Revert "core: De-export at_vec and extfmt" | Brian Anderson | -73/+80 |
| 2012-09-21 | core: De-export at_vec and extfmt | Brian Anderson | -80/+73 |
| 2012-09-21 | libcore: De-mode str | Patrick Walton | -81/+98 |
| 2012-09-21 | Install new pub/priv/export rules as defaults, old rules accessible under #[l... | Graydon Hoare | -46/+347 |