| Age | Commit message (Expand) | Author | Lines |
| 2013-08-07 | Forbid `priv` where it has no effect | Alex Crichton | -10/+10 |
| 2013-08-07 | Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing... | Erick Tryzelaar | -11/+14 |
| 2013-08-07 | auto merge of #8294 : erickt/rust/map-move, r=bblum | bors | -1/+1 |
| 2013-08-07 | core: option.map_consume -> option.map_move | Erick Tryzelaar | -1/+1 |
| 2013-08-07 | auto merge of #8305 : huonw/rust/triage-fixes, r=cmr | bors | -11/+14 |
| 2013-08-07 | std: adjust str::test_add so that the macro expands to all 3 items (#8012). | Huon Wilson | -11/+14 |
| 2013-08-06 | Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing... | Erick Tryzelaar | -3/+3 |
| 2013-08-06 | std: update str.push_byte to work without str trailing nulls | Erick Tryzelaar | -1/+10 |
| 2013-08-06 | Merge commit 'd89ff7eef969aee6b493bc846b64d68358fafbcd' into remove-str-trail... | Erick Tryzelaar | -1/+8 |
| 2013-08-06 | auto merge of #8308 : blake2-ppc/rust/str-slice-bytes, r=alexcrichton | bors | -1/+1 |
| 2013-08-05 | Updated std::Option, std::Either and std::Result | Marvin Löbel | -2/+2 |
| 2013-08-05 | std: Use correct lifetime parameter on str::raw::slice_bytes | blake2-ppc | -1/+1 |
| 2013-08-05 | auto merge of #8289 : sfackler/rust/push_byte, r=erickt | bors | -1/+8 |
| 2013-08-04 | Merge remote-tracking branch 'remotes/origin/master' into str-remove-null | Erick Tryzelaar | -67/+99 |
| 2013-08-04 | Remove trailing null from strings | Erick Tryzelaar | -10/+374 |
| 2013-08-04 | std: merge str::raw::from_buf and str::raw::from_c_str | Erick Tryzelaar | -22/+12 |
| 2013-08-04 | std: replace str::as_c_str with std::c_str | Erick Tryzelaar | -98/+0 |
| 2013-08-04 | std: remove str::from_bytes_with_null | Erick Tryzelaar | -82/+0 |
| 2013-08-04 | std: add test for str::as_c_str | Erick Tryzelaar | -0/+23 |
| 2013-08-04 | std: remove str::NullTerminatedStr | Erick Tryzelaar | -54/+1 |
| 2013-08-04 | std: add str.to_c_str() | Erick Tryzelaar | -0/+26 |
| 2013-08-04 | Fixed str::raw::push_byte | Steven Fackler | -1/+8 |
| 2013-08-04 | auto merge of #8237 : blake2-ppc/rust/faster-utf8, r=brson | bors | -35/+67 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -30/+30 |
| 2013-08-02 | std: Speed up str::is_utf8 | blake2-ppc | -35/+67 |
| 2013-08-01 | str: Add method .into_owned(self) -> ~str to Str | Kevin Ballard | -0/+12 |
| 2013-08-01 | std: Change `Times` trait to use `do` instead of `for` | blake2-ppc | -1/+1 |
| 2013-08-01 | migrate many `for` loops to `foreach` | Daniel Micay | -31/+32 |
| 2013-08-01 | make `in` and `foreach` get treated as keywords | Daniel Micay | -1/+1 |
| 2013-07-30 | std: Mark the static constants in str.rs as private | blake2-ppc | -10/+10 |
| 2013-07-30 | std: Add from_bytes test for utf-8 using codepoints above 0xffff | blake2-ppc | -0/+3 |
| 2013-07-30 | std: Deny overlong encodings in UTF-8 | blake2-ppc | -8/+45 |
| 2013-07-30 | std: Disallow bytes 0xC0, 0xC1 (192, 193) in utf-8 | blake2-ppc | -1/+1 |
| 2013-07-30 | auto merge of #8121 : thestinger/rust/offset, r=alexcrichton | bors | -19/+19 |
| 2013-07-30 | Added str::char_offset_iter() and str::rev_char_offset_iter() | Marvin Löbel | -590/+489 |
| 2013-07-30 | implement pointer arithmetic with GEP | Daniel Micay | -19/+19 |
| 2013-07-30 | std: Implement Extendable for hashmap, str and trie | blake2-ppc | -3/+24 |
| 2013-07-29 | std: Rename Iterator adaptor types to drop the -Iterator suffix | blake2-ppc | -4/+3 |
| 2013-07-29 | std: Implement FromIterator for ~str | blake2-ppc | -1/+23 |
| 2013-07-28 | Refactored vec and str iterators to remove prefixes | jmgrosen | -45/+45 |
| 2013-07-27 | auto merge of #8036 : sfackler/rust/container-impls, r=msullivan | bors | -8/+0 |
| 2013-07-26 | Consolidate raw representations of rust values | Alex Crichton | -29/+31 |
| 2013-07-25 | Added default impls for container methods | Steven Fackler | -8/+0 |
| 2013-07-24 | auto merge of #7996 : erickt/rust/cleanup-strs, r=erickt | bors | -178/+152 |
| 2013-07-24 | Change 'print(fmt!(...))' to printf!/printfln! in src/lib* | Birunthan Mohanathas | -1/+1 |
| 2013-07-23 | std: make str::append move self | Erick Tryzelaar | -6/+5 |
| 2013-07-23 | std: inline str::with_capacity and vec::with_capacity | Erick Tryzelaar | -5/+3 |
| 2013-07-23 | std: simplify str::as_imm_buf and vec::as_{imm,mut}_buf | Erick Tryzelaar | -5/+2 |
| 2013-07-23 | str: move as_mut_buf into OwnedStr, and make it `self` | Erick Tryzelaar | -18/+18 |
| 2013-07-23 | std: remove str::to_owned and str::raw::slice_bytes_owned | Erick Tryzelaar | -41/+22 |