| Age | Commit message (Expand) | Author | Lines |
| 2013-06-11 | std: remove str::to_chars | Huon Wilson | -2/+4 |
| 2013-06-10 | std: remove str::{connect,concat}*. | Huon Wilson | -4/+4 |
| 2013-06-10 | std: convert str::char_at* to methods. | Huon Wilson | -2/+2 |
| 2013-06-10 | std: convert str::reserve* to methods, and methodise str::push_*. | Huon Wilson | -6/+6 |
| 2013-06-10 | std: replace str::find_str* with a method | Huon Wilson | -2/+2 |
| 2013-06-10 | std: remove str::{len, slice, is_empty} in favour of methods. | Huon Wilson | -11/+11 |
| 2013-06-10 | std: replace str::each_split* with an iterator | Huon Wilson | -2/+3 |
| 2013-06-09 | Track the source of the type_target and value_target separately for ImportRes... | Alex Crichton | -8/+26 |
| 2013-06-09 | Add test for #4228. | Luqman Aden | -0/+23 |
| 2013-06-08 | auto merge of #7023 : thestinger/rust/vec, r=brson | bors | -10/+12 |
| 2013-06-08 | remove deprecated vec::{is_empty, len} functions | Daniel Micay | -10/+12 |
| 2013-06-08 | auto merge of #7018 : bill-myers/rust/fix_7017, r=thestinger | bors | -0/+20 |
| 2013-06-09 | add test for RcMut being Const and Owned, tests #7017 being fixed | Bill Myers | -0/+20 |
| 2013-06-08 | auto merge of #7016 : thestinger/rust/ptr, r=luqmana | bors | -2/+1 |
| 2013-06-08 | auto merge of #6992 : Blei/rust/fix-autoderef-ice, r=catamorphism | bors | -0/+32 |
| 2013-06-08 | rm some uses of to_mut_unsafe_ptr | Daniel Micay | -2/+1 |
| 2013-06-09 | std: replace the str::each* fns/methods with byte iterators | Huon Wilson | -4/+4 |
| 2013-06-09 | std: remove each_char* fns and methods from str, replaced by iterators. | Huon Wilson | -1/+2 |
| 2013-06-09 | std: remove foldr and alli methods in vec | Huon Wilson | -5/+5 |
| 2013-06-09 | std: remove fold[lr] in favour of iterators | Huon Wilson | -15/+16 |
| 2013-06-09 | std: remove {all*,any*,count} in favour of iterators | Huon Wilson | -18/+20 |
| 2013-06-08 | Add test for #5062 | Philipp Brüschweiler | -0/+15 |
| 2013-06-08 | Add a test that causes an ICE currently | Philipp Brüschweiler | -0/+17 |
| 2013-06-07 | auto merge of #7000 : Blei/rust/fix-6155, r=catamorphism | bors | -0/+17 |
| 2013-06-07 | testsuite: Add test cases that pass | Tim Chevalier | -8/+132 |
| 2013-06-07 | Add test for #6155 | Philipp Brüschweiler | -0/+17 |
| 2013-06-08 | std: remove each[i]_mut functions, in favour of iterators. | Huon Wilson | -8/+11 |
| 2013-06-08 | std: remove vec::each2 and vec::each2_mut in favour of iterators | Huon Wilson | -45/+3 |
| 2013-06-06 | auto merge of #6985 : Aatch/rust/fixed-vec-6977, r=thestinger | bors | -0/+7 |
| 2013-06-07 | Disallow negative counts in repeat expressions | James Miller | -0/+7 |
| 2013-06-06 | test/compile-fail: clarify bad-for-loop | Ramkumar Ramachandra | -3/+19 |
| 2013-06-06 | Deduplicate words in code comments | Alexei Sholik | -1/+1 |
| 2013-06-05 | auto merge of #6964 : huonw/rust/vec-mut-iter, r=thestinger | bors | -0/+19 |
| 2013-06-06 | std: add an external iterator for mutating vec elements | Huon Wilson | -0/+19 |
| 2013-06-05 | Fix stat.rs to not pollute the build directory. Closes #6959. | Michael Sullivan | -1/+2 |
| 2013-06-04 | librustc: Disallow multiple patterns from appearing in a "let" declaration. | Patrick Walton | -47/+106 |
| 2013-06-04 | libsyntax: Remove `pub impl` from the language | Patrick Walton | -2/+2 |
| 2013-06-04 | auto merge of #6928 : Blei/rust/fix-constructors, r=bstrie | bors | -25/+25 |
| 2013-06-04 | std::cell: Modernize constructors | Philipp Brüschweiler | -25/+25 |
| 2013-06-04 | Use ABI alignment, not "preferred" alignment, to unify monomorphizations. | Jed Davis | -0/+31 |
| 2013-06-03 | Add test for issue #6698 | Philipp Brüschweiler | -0/+17 |
| 2013-06-02 | ptr: split out borrowed pointer utilities | Daniel Micay | -3/+4 |
| 2013-06-01 | auto merge of #6896 : nickdesaulniers/rust/issue4501, r=brson | bors | -30/+30 |
| 2013-06-01 | auto merge of #6891 : luqmana/rust/unit-struct-drop, r=catamorphism | bors | -0/+29 |
| 2013-06-01 | Mark run-pass/unit-like-struct-drop-run.rs as xfast-fail. | Luqman Aden | -0/+1 |
| 2013-06-01 | auto merge of #6807 : catamorphism/rust/rustpkg-extern-mod, r=catamorphism | bors | -0/+16 |
| 2013-06-01 | testsuite: Add an xfailed test case for the new `extern mod` syntax | Tim Chevalier | -0/+16 |
| 2013-06-01 | Swap return value of pipes::init Fixes #4501 | Nick Desaulniers | -30/+30 |
| 2013-06-01 | Add test for #6861 | Luqman Aden | -0/+28 |
| 2013-06-01 | auto merge of #6880 : thomaslee/rust/issue-6745, r=catamorphism | bors | -4/+30 |