| Age | Commit message (Expand) | Author | Lines |
| 2014-07-22 | clarifying iterator trait documentation | Alexis Beingessner | -3/+10 |
| 2014-07-22 | auto merge of #15867 : cmr/rust/rewrite-lexer4, r=alexcrichton | bors | -0/+4 |
| 2014-07-21 | Add a ton of ignore-lexer-test | Corey Richardson | -0/+2 |
| 2014-07-21 | Clarify range's exclusivity. | Steve Klabnik | -1/+13 |
| 2014-07-21 | ignore-lexer-test to broken files and remove some tray hyphens | Corey Richardson | -0/+2 |
| 2014-07-20 | auto merge of #15806 : treeman/rust/std-doc, r=alexcrichton | bors | -0/+24 |
| 2014-07-20 | auto merge of #15797 : brson/rust/taskstab, r=alexcrichton | bors | -0/+33 |
| 2014-07-19 | auto merge of #15638 : blake2-ppc/rust/ptr-arithmetic-chars, r=huonw | bors | -51/+113 |
| 2014-07-19 | Simplify str CharOffsets iterator | root | -7/+7 |
| 2014-07-19 | Document some trait methods. | Jonas Hietala | -0/+24 |
| 2014-07-18 | std: Stabilize default | Brian Anderson | -0/+2 |
| 2014-07-18 | core: Stabliize core::cmp | Brian Anderson | -0/+31 |
| 2014-07-19 | Write multibyte case for str Chars iterator in-line | root | -59/+48 |
| 2014-07-19 | Clarify str Chars iterator implementation | root | -13/+16 |
| 2014-07-18 | librustc: Implement unboxed closures with mutable receivers | Patrick Walton | -0/+5 |
| 2014-07-17 | core::str: Implement Chars iterator using slice::Items | root | -44/+114 |
| 2014-07-14 | auto merge of #15632 : masklinn/rust/patch-1, r=alexcrichton | bors | -2/+8 |
| 2014-07-14 | Document that Result.unwrap prints the Err's value | masklinn | -2/+8 |
| 2014-07-13 | auto merge of #15591 : aturon/rust/box-cell-stability, r=alexcrichton | bors | -3/+21 |
| 2014-07-13 | Stabilization for `owned` (now `boxed`) and `cell` | Aaron Turon | -3/+21 |
| 2014-07-13 | Add an iterate function to core::iter | Jakub Wieczorek | -4/+25 |
| 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 #15575 : mvdnes/rust/spinlock_error, r=alexcrichton | bors | -1/+1 |
| 2014-07-10 | auto merge of #14519 : hirschenberger/rust/issue-10934, r=alexcrichton | bors | -0/+4 |
| 2014-07-10 | auto merge of #15569 : pcwalton/rust/reexport-intrinsics, r=cmr | bors | -89/+67 |
| 2014-07-10 | Mistake in AtomicBool spinlock example | Mathijs van de Nes | -1/+1 |
| 2014-07-10 | Add range lint for float literals, fixing #10934 | Falco Hirschenberger | -0/+4 |
| 2014-07-09 | libcore: Reexport a couple of widely-used low-level intrinsics to reduce | Patrick Walton | -89/+67 |
| 2014-07-10 | auto merge of #15561 : huonw/rust/must-use-iterators, r=alexcrichton | bors | -1/+18 |
| 2014-07-10 | auto merge of #15556 : alexcrichton/rust/snapshots, r=brson | bors | -5/+0 |
| 2014-07-09 | libcore: Deprecate advance method on Iterators. | Luqman Aden | -1/+2 |
| 2014-07-10 | core: add `#[must_use]` attributes to iterator adaptor structs. | Huon Wilson | -1/+18 |
| 2014-07-09 | auto merge of #15283 : kwantam/rust/master, r=alexcrichton | bors | -5377/+4 |
| 2014-07-09 | Register new snapshots | Alex Crichton | -5/+0 |
| 2014-07-09 | auto merge of #15483 : AlisdairO/rust/master, r=alexcrichton | bors | -6/+55 |
| 2014-07-09 | str: use more helpful assertion failure messages | Corey Richardson | -2/+5 |
| 2014-07-09 | Add example to Any documentation | Alisdair Owens | -6/+55 |
| 2014-07-08 | make macros non-capturing | John Clements | -67/+67 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -1/+1 |
| 2014-07-08 | auto merge of #15406 : luqmana/rust/nop, r=pcwalton | bors | -12/+24 |
| 2014-07-07 | Add libunicode; move unicode functions from core | kwantam | -5377/+4 |
| 2014-07-07 | librustc (RFC #34): Implement the new `Index` and `IndexMut` traits. | Patrick Walton | -5/+40 |
| 2014-07-06 | Register snapshot. | Luqman Aden | -15/+0 |
| 2014-07-05 | Add #[crate_name] attributes as necessary | Alex Crichton | -0/+2 |
| 2014-07-05 | libcore: Fix Items iterator for zero sized types. | Luqman Aden | -12/+24 |
| 2014-07-04 | Fixed Result type parameters in doc comment. | Zbigniew Siciarz | -1/+1 |
| 2014-07-04 | auto merge of #15321 : huonw/rust/nil-prim, r=alexcrichton | bors | -0/+50 |
| 2014-07-04 | auto merge of #15343 : alexcrichton/rust/0.11.0-release, r=brson | bors | -2/+2 |
| 2014-07-04 | core: add a primitive page for `()`. | Huon Wilson | -0/+50 |