| Age | Commit message (Expand) | Author | Lines |
| 2012-09-28 | De-export bool, tuple, unit, uniq. Part of #3583. | Graydon Hoare | -6/+2 |
| 2012-09-28 | De-export str. Part of #3583. | Graydon Hoare | -251/+124 |
| 2012-09-28 | Fix patterns in either | Tim Chevalier | -10/+10 |
| 2012-09-28 | Fix patterns in tuple | Tim Chevalier | -16/+10 |
| 2012-09-28 | Finish de-exporting uint modules. Part of #3583. | Graydon Hoare | -52/+19 |
| 2012-09-28 | Demode extfmt | Tim Chevalier | -42/+47 |
| 2012-09-28 | demode vec | Niko Matsakis | -270/+351 |
| 2012-09-28 | De-export f32 and f64. | Graydon Hoare | -45/+3 |
| 2012-09-28 | De-export ops, cmp, num. Part of #3583. | Graydon Hoare | -22/+17 |
| 2012-09-28 | Finish de-exporting int-template and the int modules. | Graydon Hoare | -48/+18 |
| 2012-09-27 | core: More option demoding | Brian Anderson | -24/+15 |
| 2012-09-27 | Finish de-exporting cast, mutable, flate, repr, cleanup, reflect. Part of #3583. | Graydon Hoare | -12/+3 |
| 2012-09-27 | core: Add failure tests for higher-order vec functions | Brian Anderson | -0/+539 |
| 2012-09-27 | Finish de-exporting path, rand, run, sys. Part of #3583. | Graydon Hoare | -20/+11 |
| 2012-09-27 | More fixing for windows build. | Graydon Hoare | -3/+3 |
| 2012-09-27 | De-export private and unicode. Part of #3583. | Graydon Hoare | -36/+33 |
| 2012-09-27 | Finish de-exporting box, char, float. Part of #3583. | Graydon Hoare | -52/+25 |
| 2012-09-27 | Try to fix win32 breakage on os. | Graydon Hoare | -9/+8 |
| 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 |