| Age | Commit message (Expand) | Author | Lines |
| 2014-08-05 | auto merge of #16188 : nham/rust/immut_slice_split_at, r=brson | bors | -4/+17 |
| 2014-08-05 | auto merge of #16187 : steveklabnik/rust/gh15830, r=alexcrichton | bors | -3/+3 |
| 2014-08-04 | Clarify Argument docs. | Steve Klabnik | -3/+3 |
| 2014-08-04 | num: Fix the documentation of abs_sub. | OGINO Masanori | -2/+2 |
| 2014-08-03 | auto merge of #16155 : huonw/rust/Ordering-reverse, r=alexcrichton | bors | -0/+34 |
| 2014-08-03 | core: add a reverse method to Ordering. | Huon Wilson | -0/+34 |
| 2014-08-01 | Add a split_at method to slice::ImmutableVector | nham | -4/+17 |
| 2014-08-01 | Fix misspelled comments. | Joseph Crail | -1/+1 |
| 2014-08-01 | auto merge of #16152 : tshepang/rust/patch-1, r=alexcrichton | bors | -2/+2 |
| 2014-08-01 | doc: fix typos in std::num::Int | Tshepang Lekhonkhobe | -2/+2 |
| 2014-07-31 | Implement slice::Vector for Option<T> and CVec<T> | Derek Harland | -9/+12 |
| 2014-07-31 | Fix deprecation commment on `core::cmp::lexical_ordering` | Tobias Bucher | -1/+1 |
| 2014-07-31 | core: Fix failure doc comment | Brian Anderson | -1/+1 |
| 2014-07-31 | core: Add #[inline(never)] to failure functions | Brian Anderson | -2/+2 |
| 2014-07-31 | Modify failure lang items to take less pointers. | Brian Anderson | -0/+26 |
| 2014-07-29 | Improve documentation of rounding functions | Piotr Jawniak | -35/+34 |
| 2014-07-28 | auto merge of #15983 : brson/rust/fail, r=alexcrichton | bors | -4/+7 |
| 2014-07-28 | Use correct conventions for static | Brian Anderson | -2/+2 |
| 2014-07-26 | std: Stabilize unit, bool, ty, tuple, arc, any | Alex Crichton | -197/+182 |
| 2014-07-26 | auto merge of #15982 : alexcrichton/rust/rustdoc-fixes, r=brson | bors | -0/+1 |
| 2014-07-25 | core: Remove unneeded cfgs | Brian Anderson | -37/+0 |
| 2014-07-25 | rustdoc: Hide impls for #[doc(hidden)] traits | Alex Crichton | -0/+1 |
| 2014-07-25 | Fix assert message | Randati | -1/+1 |
| 2014-07-25 | librustc: Check built-in trait bounds on implementations when direct | Patrick Walton | -1/+1 |
| 2014-07-25 | Put the struct passed to unwinding functions into a static | Brian Anderson | -1/+2 |
| 2014-07-25 | Make most of the failure functions take &(&'static str, uint) | Brian Anderson | -4/+43 |
| 2014-07-24 | librustc: Stop desugaring `for` expressions and translate them directly. | Patrick Walton | -9/+32 |
| 2014-07-24 | librustc: Make bare functions implement the `FnMut` trait. | Patrick Walton | -0/+34 |
| 2014-07-24 | Add examples for Checked[Add|Sub|Mul|Div] | nham | -0/+32 |
| 2014-07-24 | auto merge of #15407 : sneves/rust/master, r=aturon | bors | -13/+13 |
| 2014-07-23 | auto merge of #15900 : tbu-/rust/pr_numcleanup, r=kballard | bors | -18/+7 |
| 2014-07-22 | Clean up some trait impls in core::num. | Tobias Bucher | -18/+7 |
| 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 |