| Age | Commit message (Expand) | Author | Lines |
| 2013-06-14 | xfail run-pass/auto-encode.rs | Brian Anderson | -0/+2 |
| 2013-06-14 | fixed code to placate new restrictions on form of function/method invocations. | Felix S. Klock II | -4/+4 |
| 2013-06-13 | Revert "std: convert {vec,str}::to_owned to methods." | Brian Anderson | -2/+2 |
| 2013-06-14 | xfail test on windows, because extern mod doesn't work there | Huon Wilson | -0/+2 |
| 2013-06-14 | syntax: correct the Rand::rand call to select enum variants in #[deriving(Ran... | Huon Wilson | -0/+39 |
| 2013-06-13 | automated whitespace fixes | Daniel Micay | -16/+4 |
| 2013-06-13 | make pp file conform to actual output, noting some oddities along the way. | Felix S. Klock II | -30/+35 |
| 2013-06-13 | checkpoint block-comment-wchar state. | Felix S. Klock II | -2/+113 |
| 2013-06-13 | Fix #3961 : use char range methods instead of byte offsets to detect whitespace. | Felix S. Klock II | -0/+109 |
| 2013-06-13 | std: remove the invalid NullTerminatedStr instance for &'static str. | Huon Wilson | -1/+22 |
| 2013-06-12 | Fix a lot of the handling of default methods and type parameters. Closes #409... | Michael Sullivan | -3/+3 |
| 2013-06-12 | Properly translate calls to default methods in a number of cases. Closes #4350. | Michael Sullivan | -3/+1 |
| 2013-06-12 | Add tests for duplicate methods on traits/impls. | Luqman Aden | -0/+33 |
| 2013-06-12 | std: remove substr & str::count_*, methodise char_len, implement slice_chars. | Huon Wilson | -1/+1 |
| 2013-06-12 | std: unify the str -> [u8] functions as 3 methods: .as_bytes() and .as_bytes_... | Huon Wilson | -12/+11 |
| 2013-06-12 | std: convert str::{*shift,pop}* to methods. | Huon Wilson | -5/+5 |
| 2013-06-12 | std: convert {vec,str}::to_owned to methods. | Huon Wilson | -2/+2 |
| 2013-06-11 | option: remove redundant old_iter impls | Daniel Micay | -272/+10 |
| 2013-06-10 | auto merge of #7046 : luqmana/rust/issue-7044, r=sanxiyn | bors | -0/+14 |
| 2013-06-10 | Add test for #7044. | Luqman Aden | -0/+14 |
| 2013-06-11 | fix tests, remove some warnings | Huon Wilson | -2/+3 |
| 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 |