| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 |
| 2014-07-03 | auto merge of #15324 : sneves/rust/master, r=alexcrichton | bors | -2/+2 |
| 2014-07-02 | Fix rotate_{left, right} for multiple of bitsize rotation amounts | Samuel Neves | -2/+2 |
| 2014-07-02 | Merge remote-tracking branch 'origin/master' into 0.11.0-release | Alex Crichton | -3955/+885 |
| 2014-07-01 | rustc: Remove `&str` indexing from the language. | Brian Anderson | -14/+16 |
| 2014-07-01 | auto merge of #15288 : brson/rust/cleanslice, r=alexcrichton | bors | -459/+505 |
| 2014-07-01 | auto merge of #15281 : alexcrichton/rust/show-for-show, r=kballard | bors | -0/+3 |
| 2014-06-30 | core: Remove the unnecessary 'traits' module from 'slice' | Brian Anderson | -49/+39 |
| 2014-06-30 | core: Reorganize slice module. | Brian Anderson | -458/+514 |
| 2014-06-30 | Add `impl Show for &Show` | Alex Crichton | -0/+3 |
| 2014-06-30 | auto merge of #14613 : schmee/rust/utf16-iterator, r=huonw | bors | -1/+45 |
| 2014-06-30 | Add `utf16_units` | John Schmidt | -1/+45 |
| 2014-06-30 | auto merge of #15030 : sfackler/rust/partial-cmp, r=huonw | bors | -13/+155 |
| 2014-06-29 | Implement RFC#28: Add PartialOrd::partial_cmp | Steven Fackler | -13/+155 |
| 2014-06-30 | auto merge of #15256 : erickt/rust/optimizations, r=alexcrichton | bors | -20/+44 |
| 2014-06-29 | Extract tests from libcore to a separate crate | Steven Fackler | -3337/+13 |
| 2014-06-29 | core: optimize {option,result}::collect | Erick Tryzelaar | -20/+44 |
| 2014-06-29 | librustc: Remove the fallback to `int` for integers and `f64` for | Patrick Walton | -30/+30 |
| 2014-06-29 | c_str: replace .with_ref with .as_ptr throughout the codebase. | Huon Wilson | -12/+8 |
| 2014-06-28 | auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwalton | bors | -131/+126 |
| 2014-06-28 | Rename all raw pointers as necessary | Alex Crichton | -118/+126 |
| 2014-06-28 | librustc: Match trait self types exactly. | Patrick Walton | -6/+8 |
| 2014-06-27 | Update to 0.11.0 0.11.0 | Alex Crichton | -2/+2 |
| 2014-06-25 | Register new snapshots | Alex Crichton | -13/+0 |
| 2014-06-24 | librustc: Remove cross borrowing from mutable `Box`es to `&mut`. | Patrick Walton | -1/+1 |
| 2014-06-25 | auto merge of #15160 : alexcrichton/rust/remove-f128, r=brson | bors | -1/+0 |