| Age | Commit message (Expand) | Author | Lines |
| 2014-07-20 | auto merge of #15806 : treeman/rust/std-doc, r=alexcrichton | bors | -6/+179 |
| 2014-07-19 | librustc: Implement lifetime elision. | Patrick Walton | -3/+5 |
| 2014-07-19 | auto merge of #15638 : blake2-ppc/rust/ptr-arithmetic-chars, r=huonw | bors | -6/+48 |
| 2014-07-19 | Document some trait methods. | Jonas Hietala | -6/+179 |
| 2014-07-19 | auto merge of #15752 : nham/rust/dlist_docs, r=alexcrichton | bors | -0/+91 |
| 2014-07-18 | auto merge of #15727 : fhahn/rust/remove-some-unwraps, r=alexcrichton | bors | -12/+12 |
| 2014-07-18 | auto merge of #15725 : aochagavia/rust/vec, r=alexcrichton | bors | -13/+25 |
| 2014-07-17 | Add examples for DList methods rotate_forward, rotate_backward, append, prepe... | nham | -0/+91 |
| 2014-07-17 | Guide: strings | Steve Klabnik | -4/+4 |
| 2014-07-18 | Add more tests for str Chars iterator | root | -0/+25 |
| 2014-07-17 | librustc: Remove cross-borrowing of `Box<T>` to `&T` from the language, | Patrick Walton | -1/+1 |
| 2014-07-17 | str: Add better tests for string slice's Chars iterator | root | -6/+23 |
| 2014-07-17 | Rename functions in the CloneableVector trait | Adolfo Ochagavía | -13/+25 |
| 2014-07-17 | auto merge of #15668 : steveklabnik/rust/tree_set_example, r=alexcrichton | bors | -0/+32 |
| 2014-07-17 | deprecate Vec::get | Nick Cameron | -1/+4 |
| 2014-07-16 | Add TreeSet example. | Steve Klabnik | -0/+32 |
| 2014-07-16 | btree: use pattern matching instead of unwrap | Florian Hahn | -12/+12 |
| 2014-07-17 | Implement Index and IndexMut for Vec | Nick Cameron | -0/+28 |
| 2014-07-15 | auto merge of #15619 : kwantam/rust/master, r=huonw | bors | -6/+293 |
| 2014-07-15 | Fix errors | Adolfo Ochagavía | -73/+34 |
| 2014-07-15 | Deprecate `str::from_utf8_lossy` | Adolfo Ochagavía | -229/+234 |
| 2014-07-15 | Deprecate `str::from_utf16_lossy` | Adolfo Ochagavía | -105/+110 |
| 2014-07-15 | Deprecate `str::from_utf16` | Adolfo Ochagavía | -31/+35 |
| 2014-07-15 | Deprecate str::from_byte | Adolfo Ochagavía | -1/+18 |
| 2014-07-15 | Deprecate `str::from_char` | Adolfo Ochagavía | -1/+3 |
| 2014-07-15 | Deprecate `str::from_chars` | Adolfo Ochagavía | -2/+16 |
| 2014-07-15 | Deprecate `str::from_utf8_owned` | Adolfo Ochagavía | -16/+23 |
| 2014-07-14 | add Graphemes iterator; tidy unicode exports | kwantam | -6/+284 |
| 2014-07-14 | add UnicodeStrSlice width() function | kwantam | -0/+9 |
| 2014-07-14 | auto merge of #15497 : jasonthompson/rust/docs/str3, r=cmr | bors | -0/+47 |
| 2014-07-13 | auto merge of #15591 : aturon/rust/box-cell-stability, r=alexcrichton | bors | -5/+5 |
| 2014-07-13 | Stabilization for `owned` (now `boxed`) and `cell` | Aaron Turon | -5/+5 |
| 2014-07-13 | Implement Hash trait for TreeSet and TreeMap. | nham | -0/+34 |
| 2014-07-12 | auto merge of #15610 : brson/rust/0.12.0, r=alexcrichton | bors | -1/+1 |
| 2014-07-11 | Update doc URLs for version bump | Brian Anderson | -1/+1 |
| 2014-07-11 | auto merge of #15570 : omasanori/rust/radix, r=alexcrichton | bors | -3/+3 |
| 2014-07-10 | Use std::fmt::radix instead of to_str_radix. | OGINO Masanori | -3/+3 |
| 2014-07-10 | auto merge of #15556 : alexcrichton/rust/snapshots, r=brson | bors | -8/+1 |
| 2014-07-09 | libcollections: Use iterators instead of old-style loops. | Luqman Aden | -38/+14 |
| 2014-07-09 | auto merge of #15471 : erickt/rust/push_all, r=acrichto | bors | -77/+448 |
| 2014-07-09 | auto merge of #15283 : kwantam/rust/master, r=alexcrichton | bors | -191/+9 |
| 2014-07-09 | Register new snapshots | Alex Crichton | -8/+1 |
| 2014-07-09 | TreeMap: find enhancements | Valerii Hiora | -27/+136 |
| 2014-07-09 | fix test failures | kwantam | -0/+2 |
| 2014-07-09 | auto merge of #15540 : Gankro/rust/master, r=huonw | bors | -17/+15 |
| 2014-07-08 | Removing recursion from find_mut in treemap | Alexis Beingessner | -17/+15 |
| 2014-07-08 | make macros non-capturing | John Clements | -6/+6 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -139/+161 |
| 2014-07-08 | auto merge of #15406 : luqmana/rust/nop, r=pcwalton | bors | -17/+12 |
| 2014-07-07 | Add libunicode; move unicode functions from core | kwantam | -191/+7 |