| Age | Commit message (Expand) | Author | Lines |
| 2013-08-10 | std: Rename Iterator.transform -> .map | Erick Tryzelaar | -3/+3 |
| 2013-08-10 | Mass rename of .consume{,_iter}() to .move_iter() | Erick Tryzelaar | -1/+1 |
| 2013-07-30 | implement pointer arithmetic with GEP | Daniel Micay | -1/+1 |
| 2013-07-17 | librustc: Remove the `Copy` bound from the language. | Patrick Walton | -1/+1 |
| 2013-07-17 | librustc: Remove all uses of the `Copy` bound. | Patrick Walton | -2/+2 |
| 2013-07-17 | librustc: Remove all uses of "copy". | Patrick Walton | -8/+7 |
| 2013-07-08 | Replaces the free-standing functions in f32, &c. | Jens Nockert | -3/+3 |
| 2013-07-07 | remove some method resolve workarounds | Daniel Micay | -2/+2 |
| 2013-07-04 | Convert vec::{as_imm_buf, as_mut_buf} to methods. | Huon Wilson | -1/+1 |
| 2013-07-04 | Implement consuming iterators for ~[], remove vec::{consume, consume_reverse,... | Huon Wilson | -3/+2 |
| 2013-07-01 | rustc: add a lint to enforce uppercase statics. | Huon Wilson | -4/+4 |
| 2013-06-30 | Remove vec::{map, mapi, zip_map} and the methods, except for .map, since this | Huon Wilson | -3/+3 |
| 2013-06-29 | Great renaming: propagate throughout the rest of the codebase | Corey Richardson | -6/+5 |
| 2013-06-28 | librustc: Change "Owned" to "Send" everywhere | Patrick Walton | -5/+5 |
| 2013-06-14 | add IteratorUtil to the prelude | Daniel Micay | -1/+0 |
| 2013-06-11 | option: remove redundant old_iter impls | Daniel Micay | -2/+2 |
| 2013-06-09 | std: remove {all*,any*,count} in favour of iterators | Huon Wilson | -9/+9 |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -0/+5 |
| 2013-05-22 | libextra: Rename the actual metadata names of libcore to libstd and libstd to... | Patrick Walton | -0/+2 |
| 2013-05-22 | libstd: Rename libcore to libstd and libstd to libextra; update makefiles. | Patrick Walton | -0/+139 |