| Age | Commit message (Expand) | Author | Lines |
| 2013-06-10 | std: convert str::reserve* to methods, and methodise str::push_*. | Huon Wilson | -248/+248 |
| 2013-06-10 | std: remove str::contains in favour of the method | Huon Wilson | -127/+101 |
| 2013-06-10 | std: replace str::find_str* with a method | Huon Wilson | -125/+54 |
| 2013-06-10 | std: replace str::{any,all}_between with the iterator equivalent. | Huon Wilson | -64/+3 |
| 2013-06-10 | std: convert character-based str::find_* to methods. Add .slice_{to,from} met... | Huon Wilson | -405/+158 |
| 2013-06-10 | std: convert each_split_str to an iterator | Huon Wilson | -117/+114 |
| 2013-06-10 | std: fix compile & test | Huon Wilson | -6/+5 |
| 2013-06-10 | std: remove str::{len, slice, is_empty} in favour of methods. | Huon Wilson | -204/+182 |
| 2013-06-10 | std: replace str::all/any fns and methods with iterators | Huon Wilson | -60/+15 |
| 2013-06-10 | std: replace str::each_split* with an iterator | Huon Wilson | -515/+269 |
| 2013-06-10 | STATIC_PAGE_SHIFT for cross-compiling jemalloc | James Miller | -161/+170 |
| 2013-06-09 | auto merge of #7038 : alexcrichton/rust/issue-6935, r=catamorphism | bors | -20/+59 |
| 2013-06-09 | Track the source of the type_target and value_target separately for ImportRes... | Alex Crichton | -20/+59 |
| 2013-06-09 | auto merge of #7028 : thestinger/rust/cmp, r=brson | bors | -55/+23 |
| 2013-06-09 | cmp: remove duplicate free functions | Daniel Micay | -55/+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-09 | auto merge of #7029 : luqmana/rust/issue-4228, r=catamorphism | bors | -17/+50 |
| 2013-06-09 | auto merge of #6904 : catamorphism/rust/rustpkg_version_vcs, r=catamorphism | bors | -352/+670 |
| 2013-06-09 | rustpkg: Accept package IDs like github.com/foo/bar#0.3 | Tim Chevalier | -341/+542 |
| 2013-06-09 | Check stk before dereferencing | Ron Dahlgren | -1/+1 |
| 2013-06-09 | Add test for #4228. | Luqman Aden | -0/+23 |
| 2013-06-09 | librustc: Allow adding static fn's in multiple impl's. | Luqman Aden | -17/+27 |
| 2013-06-08 | auto merge of #7023 : thestinger/rust/vec, r=brson | bors | -103/+99 |
| 2013-06-08 | remove deprecated vec::{is_empty, len} functions | Daniel Micay | -103/+99 |
| 2013-06-08 | auto merge of #7018 : bill-myers/rust/fix_7017, r=thestinger | bors | -1/+21 |
| 2013-06-09 | add test for RcMut being Const and Owned, tests #7017 being fixed | Bill Myers | -0/+20 |
| 2013-06-09 | fix decoding of multiple attributes (fixes #7017) | Bill Myers | -1/+1 |
| 2013-06-08 | auto merge of #7016 : thestinger/rust/ptr, r=luqmana | bors | -13/+8 |
| 2013-06-08 | auto merge of #7004 : dotdash/rust/allocs, r=thestinger | bors | -192/+199 |
| 2013-06-08 | auto merge of #6992 : Blei/rust/fix-autoderef-ice, r=catamorphism | bors | -9/+53 |
| 2013-06-08 | rm some uses of to_mut_unsafe_ptr | Daniel Micay | -13/+8 |
| 2013-06-08 | rustpkg: Extract version number from git, as per #5684 | Tim Chevalier | -61/+178 |
| 2013-06-08 | std: Fix search-and-replace typos | Tim Chevalier | -1/+1 |
| 2013-06-09 | remove unused import warnings | Huon Wilson | -52/+14 |
| 2013-06-09 | std: replace the str::each* fns/methods with byte iterators | Huon Wilson | -161/+79 |
| 2013-06-09 | std: remove each_char* fns and methods from str, replaced by iterators. | Huon Wilson | -149/+80 |
| 2013-06-09 | std: remove foldr and alli methods in vec | Huon Wilson | -37/+25 |
| 2013-06-09 | std: remove fold[lr] in favour of iterators | Huon Wilson | -192/+71 |
| 2013-06-09 | std: remove {all*,any*,count} in favour of iterators | Huon Wilson | -241/+78 |
| 2013-06-09 | std: add reverse vec iterators, replace vec::each*_reverse. | Huon Wilson | -126/+107 |
| 2013-06-08 | auto merge of #7008 : thestinger/rust/iterator, r=catamorphism | bors | -0/+1 |
| 2013-06-08 | rustc::regionck: fix ICE when getting signature of ty_err | Philipp Brüschweiler | -0/+4 |
| 2013-06-08 | Add test for #5062 | Philipp Brüschweiler | -0/+15 |
| 2013-06-08 | rustc: Fix an ICE "Autoderef but type not derefable" | Philipp Brüschweiler | -9/+17 |
| 2013-06-08 | Add a test that causes an ICE currently | Philipp Brüschweiler | -0/+17 |
| 2013-06-08 | auto merge of #7005 : dotdash/rust/fix_get_str_from, r=bstrie | bors | -10/+8 |
| 2013-06-07 | auto merge of #7000 : Blei/rust/fix-6155, r=catamorphism | bors | -1/+23 |
| 2013-06-07 | auto merge of #6920 : catamorphism/rust/issue-4765, r=bstrie | bors | -6/+31 |
| 2013-06-07 | testsuite: Add test cases that pass | Tim Chevalier | -8/+132 |