| Age | Commit message (Expand) | Author | Lines |
| 2013-06-30 | auto merge of #7487 : huonw/rust/vec-kill, r=cmr | bors | -2/+2 |
| 2013-06-30 | Bump version from 0.7-pre to 0.7 | Brian Anderson | -2/+2 |
| 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 | -5/+5 |
| 2013-06-27 | auto merge of #7430 : huonw/rust/vec-kill, r=thestinger | bors | -3/+2 |
| 2013-06-27 | Convert vec::{head, tail, init, last} (and similar fns) to methods. | Huon Wilson | -1/+1 |
| 2013-06-27 | Convert vec::[mut_]slice to methods, remove vec::const_slice. | Huon Wilson | -2/+1 |
| 2013-06-26 | Whitespace | Brian Anderson | -1/+1 |
| 2013-06-25 | Merge remote-tracking branch 'mozilla/master' into incoming | Brian Anderson | -1/+1 |
| 2013-06-25 | remove `each` from vec, HashMap and HashSet | Daniel Micay | -1/+1 |
| 2013-06-25 | Rename all files with the 'rc' extension | Alex Crichton | -0/+0 |
| 2013-06-24 | Merge remote-tracking branch 'brson/shorttestnames' into HEAD | Brian Anderson | -1/+9 |
| 2013-06-23 | compiletest: Shorten test names | Brian Anderson | -1/+9 |
| 2013-06-23 | vec: remove BaseIter implementation | Daniel Micay | -6/+8 |
| 2013-06-21 | vec: remove eachi | Daniel Micay | -1/+1 |
| 2013-06-17 | Converted vec::map to member. | Vadim Chugunov | -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 | -3/+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 | option: remove redundant old_iter impls | Daniel Micay | -1/+2 |
| 2013-06-11 | fix tests, remove some warnings | Huon Wilson | -2/+0 |
| 2013-06-11 | std: replace str::{starts,ends}_with with the method. | Huon Wilson | -5/+5 |
| 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 | -5/+5 |
| 2013-06-10 | std: replace str::find_str* with a method | Huon Wilson | -2/+2 |
| 2013-06-10 | std: convert character-based str::find_* to methods. Add .slice_{to,from} met... | Huon Wilson | -1/+1 |
| 2013-06-10 | std: remove str::{len, slice, is_empty} in favour of methods. | Huon Wilson | -6/+6 |
| 2013-06-10 | std: replace str::all/any fns and methods with iterators | Huon Wilson | -1/+2 |
| 2013-06-10 | std: replace str::each_split* with an iterator | Huon Wilson | -14/+9 |
| 2013-06-08 | remove deprecated vec::{is_empty, len} functions | Daniel Micay | -2/+2 |
| 2013-06-09 | remove unused import warnings | Huon Wilson | -6/+0 |
| 2013-06-09 | std: remove each_char* fns and methods from str, replaced by iterators. | Huon Wilson | -1/+2 |
| 2013-06-06 | auto merge of #6895 : cmr/rust/jemalloc, r=brson | bors | -1/+2 |
| 2013-06-04 | std::cell: Modernize constructors | Philipp Brüschweiler | -2/+2 |
| 2013-06-01 | Windows fixes | Corey Richardson | -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 | -12/+11 |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -4/+31 |
| 2013-05-28 | compiletest: Add #[no_core] to fix check-stage1. | Luqman Aden | -0/+1 |
| 2013-05-27 | Refactor core::run in order to address many of the issues | gareth | -69/+16 |
| 2013-05-23 | cleanup warnings from compiletest | Erick Tryzelaar | -54/+53 |
| 2013-05-22 | libextra: Rename the actual metadata names of libcore to libstd and libstd to... | Patrick Walton | -2/+16 |
| 2013-05-19 | reduce the usage of explicit version markers | Daniel Micay | -1/+1 |
| 2013-05-15 | Rename vec::len(var) to var.len() | Youngmin Yoo | -6/+6 |