| Age | Commit message (Expand) | Author | Lines |
| 2012-10-01 | De-export dlist, dvec. Part of #3583. | Graydon Hoare | -12/+6 |
| 2012-10-01 | De-export iter and result. Part of #3583. | Graydon Hoare | -53/+62 |
| 2012-10-01 | Attempt to fix option::test_unwrap_str breakage. | Graydon Hoare | -4/+4 |
| 2012-10-01 | De-export either. Part of #3583. | Graydon Hoare | -13/+13 |
| 2012-10-01 | De-export vec. Part of #3583. | Graydon Hoare | -239/+139 |
| 2012-10-01 | libcore: Fix tidy error | Patrick Walton | -2/+2 |
| 2012-10-01 | libcore: Allow the command line arguments to be set on a per-task basis | Patrick Walton | -1/+33 |
| 2012-10-01 | Move over to calling ptr::addr_of | Tim Chevalier | -27/+24 |
| 2012-10-01 | Call 'new' instead of 'old' extfmt code, preparing for snapshot | Tim Chevalier | -8/+11 |
| 2012-10-01 | libcore: Implement a sys::args() on Mac | Patrick Walton | -5/+36 |
| 2012-10-01 | De-export option and option_iter. Part of #3583. | Graydon Hoare | -25/+24 |
| 2012-10-01 | De-export gc and io. Part of #3583. | Graydon Hoare | -50/+48 |
| 2012-09-30 | When a vec/str bounds check fails, include the bad index and the length of th... | Gareth Daniel Smith | -0/+10 |
| 2012-09-29 | core: Fix unsafe code in spawn_raw | Brian Anderson | -9/+2 |
| 2012-09-28 | Unbork Windows | Tim Chevalier | -2/+2 |
| 2012-09-28 | Add a demoded version of ptr::addr_of | Tim Chevalier | -87/+103 |
| 2012-09-28 | Finish demoding iter: from_elem, copy_seq, map, append | Tim Chevalier | -7/+7 |
| 2012-09-28 | Fix benchmarks. | Graydon Hoare | -1/+1 |
| 2012-09-28 | Squash a couple pattern warnings that I missed | Tim Chevalier | -3/+3 |
| 2012-09-28 | Demode iter::foldl and friends | Tim Chevalier | -36/+31 |
| 2012-09-28 | Demode dvec | Tim Chevalier | -1/+1 |
| 2012-09-28 | core: Demode the vec::foldr method | Brian Anderson | -2/+2 |
| 2012-09-28 | De-export logging, to_str, to_bytes, from_str, util. Part of #3583. | Graydon Hoare | -25/+18 |
| 2012-09-28 | Demoding in iter: any, all, map_to_vec, flat_map_to_vec, filter_to_vec | Tim Chevalier | -29/+29 |
| 2012-09-28 | Long lines | Brian Anderson | -1/+3 |
| 2012-09-28 | core: Demode patterns | Brian Anderson | -82/+88 |
| 2012-09-28 | core: Fix more windows bustage | Brian Anderson | -1/+1 |
| 2012-09-28 | Fix windows breakage. | Graydon Hoare | -1/+2 |
| 2012-09-28 | De-export ptr, hash. Part of #3583. | Graydon Hoare | -5/+0 |
| 2012-09-28 | Fix long line. | Graydon Hoare | -2/+5 |
| 2012-09-28 | Finish de-exporting send_map, future, pipes. Part of #3583. | Graydon Hoare | -10/+4 |
| 2012-09-28 | rename iter2 to each2, make it follow iterator protocol | Niko Matsakis | -3/+5 |
| 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 |