| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2012-09-20 | core: Mark gc and stackwalk as demoded | Brian Anderson | -0/+8 |
| 2012-09-20 | core: Mark three more trivial mods as demoded | Brian Anderson | -0/+12 |
| 2012-09-20 | core: Indicate that flate is demoded | Brian Anderson | -0/+4 |
| 2012-09-20 | core: Demode sys | Brian Anderson | -4/+8 |
| 2012-09-20 | core: Minor doc tweakage | Brian Anderson | -10/+6 |
| 2012-09-20 | libcore: Fix level-of-indirection problem in str::buf_as_slice | Patrick Walton | -1/+1 |
| 2012-09-20 | core: Move 'unreachable' to util. Improve docs | Brian Anderson | -12/+30 |
| 2012-09-20 | Make + mode by-value if the type is immediate, by-ref otherwise | Niko Matsakis | -0/+9 |
| 2012-09-20 | rustc: Fix buf_as_slice export | Patrick Walton | -1/+1 |