| Age | Commit message (Expand) | Author | Lines |
| 2013-06-12 | std: remove substr & str::count_*, methodise char_len, implement slice_chars. | Huon Wilson | -15/+15 |
| 2013-06-12 | std: unify the str -> [u8] functions as 3 methods: .as_bytes() and .as_bytes_... | Huon Wilson | -42/+37 |
| 2013-06-12 | std: convert str::repeat to a method. | Huon Wilson | -3/+3 |
| 2013-06-12 | std: convert {vec,str}::to_owned to methods. | Huon Wilson | -27/+27 |
| 2013-06-11 | auto merge of #7055 : thestinger/rust/iterator, r=catamorphism | bors | -13/+14 |
| 2013-06-11 | option: remove redundant old_iter impls | Daniel Micay | -13/+14 |
| 2013-06-11 | auto merge of #7035 : influenza/rust/getopts-doc-update, r=bstrie | bors | -14/+15 |
| 2013-06-11 | auto merge of #7047 : bblum/rust/bug_triage, r=graydon | bors | -1/+0 |
| 2013-06-11 | extra: implement .norm(), and Polar conversion functions for complex numbers. | Huon Wilson | -14/+63 |
| 2013-06-10 | terminfo: Support more terminfo directory structures | Kevin Ballard | -2/+13 |
| 2013-06-10 | Remove 'this could be clearer' FIXME. Looks fine. Close #2618. | Ben Blum | -1/+0 |
| 2013-06-11 | fix tests, remove some warnings | Huon Wilson | -5/+2 |
| 2013-06-11 | std: replace str::{starts,ends}_with with the method. | Huon Wilson | -5/+5 |
| 2013-06-11 | std: replace str::substr with the method. | Huon Wilson | -3/+3 |
| 2013-06-10 | std: remove str::{connect,concat}*. | Huon Wilson | -7/+7 |
| 2013-06-10 | clean-up unused import warnings | Huon Wilson | -2/+0 |
| 2013-06-10 | std: convert str::char_at* to methods. | Huon Wilson | -13/+12 |
| 2013-06-10 | std: convert str::trim* to methods. | Huon Wilson | -1/+1 |
| 2013-06-10 | std: convert str::reserve* to methods, and methodise str::push_*. | Huon Wilson | -42/+40 |
| 2013-06-10 | std: remove str::contains in favour of the method | Huon Wilson | -8/+8 |
| 2013-06-10 | std: replace str::find_str* with a method | Huon Wilson | -2/+2 |
| 2013-06-10 | std: replace str::{any,all}_between with the iterator equivalent. | Huon Wilson | -3/+2 |
| 2013-06-10 | std: remove str::{len, slice, is_empty} in favour of methods. | Huon Wilson | -40/+37 |
| 2013-06-10 | std: replace str::all/any fns and methods with iterators | Huon Wilson | -2/+3 |
| 2013-06-10 | std: replace str::each_split* with an iterator | Huon Wilson | -37/+21 |
| 2013-06-09 | cmp: remove duplicate free functions | Daniel Micay | -25/+23 |
| 2013-06-09 | Fix all issues with sample code | Ron Dahlgren | -12/+13 |
| 2013-06-09 | Updated documentation to refer to extra module | Ron Dahlgren | -3/+3 |
| 2013-06-08 | remove deprecated vec::{is_empty, len} functions | Daniel Micay | -19/+19 |
| 2013-06-08 | auto merge of #7016 : thestinger/rust/ptr, r=luqmana | bors | -1/+1 |
| 2013-06-08 | auto merge of #7004 : dotdash/rust/allocs, r=thestinger | bors | -7/+12 |
| 2013-06-08 | rm some uses of to_mut_unsafe_ptr | Daniel Micay | -1/+1 |
| 2013-06-09 | remove unused import warnings | Huon Wilson | -12/+1 |
| 2013-06-09 | std: replace the str::each* fns/methods with byte iterators | Huon Wilson | -1/+2 |
| 2013-06-09 | std: remove each_char* fns and methods from str, replaced by iterators. | Huon Wilson | -6/+10 |
| 2013-06-09 | std: remove fold[lr] in favour of iterators | Huon Wilson | -6/+8 |
| 2013-06-09 | std: remove {all*,any*,count} in favour of iterators | Huon Wilson | -9/+9 |
| 2013-06-09 | std: add reverse vec iterators, replace vec::each*_reverse. | Huon Wilson | -9/+6 |
| 2013-06-08 | Avoid unnecessary allocations in the metadata decoder | Björn Steinbrink | -7/+12 |
| 2013-06-08 | std: remove each[i]_mut functions, in favour of iterators. | Huon Wilson | -1/+2 |
| 2013-06-06 | Clean up a handful of build warnings. | Michael Sullivan | -1/+0 |
| 2013-06-06 | Deduplicate words in code comments | Alexei Sholik | -2/+2 |
| 2013-06-04 | librustc: Disallow multiple patterns from appearing in a "let" declaration. | Patrick Walton | -21/+25 |
| 2013-06-04 | libsyntax: Remove `pub impl` from the language | Patrick Walton | -8/+8 |
| 2013-06-04 | std::io: Modernize some constructors | Philipp Brüschweiler | -2/+2 |
| 2013-06-04 | std::cell: Modernize constructors | Philipp Brüschweiler | -15/+15 |
| 2013-06-03 | auto merge of #6826 : cmr/rust/terminfo, r=thestinger | bors | -40/+757 |
| 2013-06-03 | Ignore tests that cannot pass on buildbot | Corey Richardson | -0/+3 |
| 2013-06-02 | ptr: split out borrowed pointer utilities | Daniel Micay | -2/+4 |
| 2013-06-01 | test fixes | Corey Richardson | -2/+2 |