| Age | Commit message (Expand) | Author | Lines |
| 2013-06-30 | Remove vec::{map, mapi, zip_map} and the methods, except for .map, since this | Huon Wilson | -2/+2 |
| 2013-06-28 | librustc: Remove the broken overloaded assign-ops from the language. | Patrick Walton | -4/+4 |
| 2013-06-27 | Convert vec::[mut_]slice to methods, remove vec::const_slice. | Huon Wilson | -2/+1 |
| 2013-06-25 | remove `each` from vec, HashMap and HashSet | Daniel Micay | -1/+1 |
| 2013-06-23 | vec: remove BaseIter implementation | Daniel Micay | -3/+4 |
| 2013-06-21 | vec: remove eachi | Daniel Micay | -1/+1 |
| 2013-06-16 | std: test-fixes, remove warnings, syntax highlighting for code examples. | Huon Wilson | -1/+0 |
| 2013-06-14 | add IteratorUtil to the prelude | Daniel Micay | -1/+0 |
| 2013-06-12 | std: convert str::replace to a method. | Huon Wilson | -3/+3 |
| 2013-06-12 | std: replace str::append with a method | Huon Wilson | -1/+1 |
| 2013-06-11 | std: replace str::{starts,ends}_with with the method. | Huon Wilson | -1/+1 |
| 2013-06-10 | std: remove str::{connect,concat}*. | Huon Wilson | -3/+3 |
| 2013-06-10 | std: convert str::char_at* to methods. | Huon Wilson | -3/+3 |
| 2013-06-10 | std: remove str::contains in favour of the method | Huon Wilson | -4/+4 |
| 2013-06-10 | std: convert character-based str::find_* to methods. Add .slice_{to,from} met... | Huon Wilson | -1/+1 |
| 2013-06-10 | std: replace str::all/any fns and methods with iterators | Huon Wilson | -1/+1 |
| 2013-06-10 | std: replace str::each_split* with an iterator | Huon Wilson | -12/+7 |
| 2013-06-08 | remove deprecated vec::{is_empty, len} functions | Daniel Micay | -1/+1 |
| 2013-06-09 | std: remove each_char* fns and methods from str, replaced by iterators. | Huon Wilson | -1/+2 |
| 2013-06-01 | compiletest: update for language change | Young-il Choi | -1/+1 |
| 2013-06-01 | compiletest: runtest.rs tidy | Young-il Choi | -2/+2 |
| 2013-06-01 | compiletest: runtest.rs cleanup | Young-il Choi | -115/+30 |
| 2013-06-01 | etc: adb_run_wrapper argument change | Young-il Choi | -1/+2 |
| 2013-06-01 | compiletest: improve exit code handling with adb_run_wrapper | Young-il Choi | -0/+93 |
| 2013-05-30 | Remove a bunch of unnecessary allocations and copies | Björn Steinbrink | -7/+6 |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -0/+6 |
| 2013-05-23 | cleanup warnings from compiletest | Erick Tryzelaar | -14/+14 |
| 2013-05-22 | libextra: Rename the actual metadata names of libcore to libstd and libstd to... | Patrick Walton | -0/+2 |
| 2013-05-15 | Rename vec::len(var) to var.len() | Youngmin Yoo | -6/+6 |
| 2013-05-14 | compiletest: Remove #[allow(vecs_implicitly_copyable)] | Alex Crichton | -163/+150 |
| 2013-05-14 | Use static string with fail!() and remove fail!(fmt!()) | Björn Steinbrink | -1/+1 |
| 2013-05-10 | renamed str::from_slice to str::to_owned | Youngsoo Son | -2/+2 |
| 2013-05-09 | Fix typos | Sean Moon | -1/+1 |
| 2013-05-06 | auto merge of #6150 : yichoi/rust/arm-test-pull, r=brson | bors | -6/+147 |
| 2013-05-04 | compiletest: remove --host and cleanup | Young-il Choi | -119/+131 |
| 2013-05-04 | compiletest: fix decision rule to run and cleanup | Young-il Choi | -15/+32 |
| 2013-05-02 | compiletest: configurable test dir for ARM | Young-il Choi | -12/+9 |
| 2013-05-01 | remove some warnings | Erick Tryzelaar | -1/+1 |
| 2013-05-01 | compiletest: fix to remove trailing whitespace | Young-il Choi | -1/+1 |
| 2013-05-01 | compiletest: expanded to ARM test automation | Young-il Choi | -6/+121 |
| 2013-04-27 | only use #[no_core] in libcore | Daniel Micay | -9/+0 |
| 2013-03-26 | Fixed all use sites and tests | Marvin Löbel | -5/+9 |
| 2013-03-25 | Merge remote-tracking branch 'brson/rt' | Brian Anderson | -1/+9 |
| 2013-03-22 | libcore: Fix obsolete syntax in extfmt | Patrick Walton | -2/+2 |
| 2013-03-23 | compiletest: Use lines_each instead of lines(..).each, or split(.., n).each | Huon Wilson | -11/+11 |
| 2013-03-19 | compiletest: Make pretty tests actually use compile-flags. | Luqman Aden | -2/+3 |
| 2013-03-18 | Add a way to run the test suite with the new scheduler | Brian Anderson | -1/+9 |
| 2013-03-13 | auto merge of #5319 : brson/rust/debuginfo, r=brson | bors | -2/+11 |
| 2013-03-11 | More descriptive error messages for debug info tests | Brian Leibig | -2/+2 |
| 2013-03-11 | Debuginfo revamp | Brian Leibig | -0/+9 |