| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-07-07 | librustc (RFC #34): Implement the new `Index` and `IndexMut` traits. | Patrick Walton | -15/+49 |
| 2014-07-07 | collections: merge unsafe_push_all_clone and push_all | Erick Tryzelaar | -29/+14 |
| 2014-07-07 | collections: minimize code that's in unsafe blocks | Erick Tryzelaar | -22/+22 |
| 2014-07-07 | collections: flesh out the Vec::clone_from benchmarks to cover reuse | Erick Tryzelaar | -30/+93 |
| 2014-07-06 | auto merge of #15465 : SimonSapin/rust/patch-4, r=alexcrichton | bors | -1/+1 |
| 2014-07-05 | collections: Optimize Vec when cloning from a slice | Erick Tryzelaar | -31/+44 |
| 2014-07-05 | collections: flesh out Vec benchmarks | Erick Tryzelaar | -54/+364 |
| 2014-07-06 | Optimize String::push_byte() | Simon Sapin | -1/+1 |
| 2014-07-05 | Add #[crate_name] attributes as necessary | Alex Crichton | -1/+3 |
| 2014-07-05 | libcore: Fix Items iterator for zero sized types. | Luqman Aden | -6/+4 |
| 2014-07-05 | auto merge of #15284 : apoelstra/rust/bitv-methods, r=cmr | bors | -642/+689 |
| 2014-07-04 | librustc: Don't create &[T] slices with NULL as the ptr. | Luqman Aden | -17/+14 |
| 2014-07-04 | auto merge of #15343 : alexcrichton/rust/0.11.0-release, r=brson | bors | -2/+2 |
| 2014-07-03 | collections: Fix conditional when reserving extra vec space | Erick Tryzelaar | -1/+1 |
| 2014-07-03 | collections: grow should use the overflow-checked reserve_additional | Erick Tryzelaar | -2/+1 |
| 2014-07-03 | Add examples for StrVector methods | Jason Thompson | -1/+19 |
| 2014-07-02 | collections::bitv: clean up and unit test `BitvSet::is_subset` | Andrew Poelstra | -55/+36 |
| 2014-07-02 | collections::bitv: change constructors for `Bitv` and `BitvSet` | Andrew Poelstra | -69/+81 |
| 2014-07-02 | collections::bitv: Implement several methods for `Bitv` and `BitvSet` | Andrew Poelstra | -41/+295 |
| 2014-07-02 | collections::bitv: Add documentation and #[inline]'s | Andrew Poelstra | -2/+26 |
| 2014-07-02 | collections::bitv: replace internal iterators with external ones | Andrew Poelstra | -54/+88 |
| 2014-07-02 | collections::bitv: remove some ancient interfaces | Andrew Poelstra | -24/+3 |
| 2014-07-02 | collections::bitv: correct use of Vec<T>::grow | Andrew Poelstra | -2/+11 |
| 2014-07-02 | collections::bitv: ensure correct masking behaviour | Andrew Poelstra | -83/+87 |
| 2014-07-02 | collections::bitv: Remove SmallBitv/BigBitv dichotomy | Andrew Poelstra | -397/+106 |
| 2014-07-02 | collections::bitv: implement BitvSet directly as a Bitv | Andrew Poelstra | -102/+143 |
| 2014-07-02 | Merge remote-tracking branch 'origin/master' into 0.11.0-release | Alex Crichton | -103/+124 |
| 2014-07-01 | rustc: Remove `&str` indexing from the language. | Brian Anderson | -3/+3 |
| 2014-07-01 | Add examples for from_utf8_owned, from_char, from_chars, from_byte | Jason Thompson | -2/+28 |
| 2014-07-01 | auto merge of #15271 : jasonthompson/rust/docs/str, r=huonw | bors | -0/+8 |
| 2014-06-30 | auto merge of #14613 : schmee/rust/utf16-iterator, r=huonw | bors | -12/+9 |
| 2014-06-30 | Add `utf16_units` | John Schmidt | -12/+9 |
| 2014-06-30 | add example for from_byte() documenation | Jason Thompson | -0/+8 |
| 2014-06-30 | auto merge of #15030 : sfackler/rust/partial-cmp, r=huonw | bors | -45/+26 |
| 2014-06-29 | Implement RFC#28: Add PartialOrd::partial_cmp | Steven Fackler | -45/+26 |
| 2014-06-30 | auto merge of #15256 : erickt/rust/optimizations, r=alexcrichton | bors | -2/+0 |
| 2014-06-29 | collections: minor cleanup | Erick Tryzelaar | -2/+0 |