| Age | Commit message (Expand) | Author | Lines |
| 2015-04-11 | Rollup merge of #24298 - White-Oak:master, r=alexcrichton | Manish Goregaokar | -11/+8 |
| 2015-04-11 | Rollup merge of #24291 - xamgore:patch-1, r=steveklabnik | Manish Goregaokar | -6/+6 |
| 2015-04-11 | Rollup merge of #24274 - steveklabnik:fix_pow_docs, r=nikomatsakis | Manish Goregaokar | -4/+3 |
| 2015-04-11 | Rollup merge of #24121 - steveklabnik:gh24107, r=steveklabnik | Manish Goregaokar | -5/+51 |
| 2015-04-11 | Rollup merge of #24269 - benashford:formatting-fix, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-04-11 | Change the rt::unwind line argument type from usize to u32. | Ryan Prichard | -4/+4 |
| 2015-04-11 | Auto merge of #24254 - aturon:join-handle-debug, r=alexcrichton | bors | -0/+10 |
| 2015-04-11 | Auto merge of #24186 - richo:pad-pointers, r=alexcrichton | bors | -1/+24 |
| 2015-04-10 | Auto merge of #24270 - pnkfelix:use-disr-val-for-derive-ord, r=brson | bors | -0/+7 |
| 2015-04-10 | std: Stabilize the Utf8Error type | Alex Crichton | -22/+17 |
| 2015-04-10 | mod.rs docs fix - for floats | Oak | -5/+4 |
| 2015-04-10 | mod.rs docs fix | Oak | -6/+4 |
| 2015-04-10 | Fix mistake in documentation | Igor Strebezhev | -6/+6 |
| 2015-04-10 | Add Default trait for AtomicBool, AtomicIsize and AtomicUsize | Guillaume Gomez | -0/+20 |
| 2015-04-10 | Add examples for Convert | Steve Klabnik | -5/+51 |
| 2015-04-10 | Auto merge of #24177 - alexcrichton:rustdoc, r=aturon | bors | -1/+5 |
| 2015-04-10 | Fix pow docs to not use Int | Steve Klabnik | -4/+3 |
| 2015-04-10 | Change `derive` expansions to use `discriminant_value` intrinsic. | Felix S. Klock II | -0/+1 |
| 2015-04-10 | Fix for #23150 | Ben Ashford | -1/+1 |
| 2015-04-10 | Implement `discriminant_value` intrinsic | James Miller | -0/+6 |
| 2015-04-10 | Auto merge of #24180 - huonw:optimise-max-etc, r=alexcrichton | bors | -36/+57 |
| 2015-04-10 | Optimise Iterator::{max, max_by, min, min_by}. | Huon Wilson | -36/+57 |
| 2015-04-09 | fmt: Assume that we'll only ever see 32 or 64 bit pointers | Richo Healey | -2/+1 |
| 2015-04-09 | fmt: {:p#} formats pointers padded to native width | Richo Healey | -1/+25 |
| 2015-04-09 | Ensure that .join().unwrap() works | Aaron Turon | -0/+10 |
| 2015-04-10 | Rollup merge of #24217 - aturon:iterator-fixes, r=alexcrichton | Manish Goregaokar | -20/+22 |
| 2015-04-10 | Rollup merge of #24215 - alexcrichton:stabilize-clone-from, r=aturon | Manish Goregaokar | -2/+1 |
| 2015-04-09 | Improve bounds in Iterator API | Aaron Turon | -20/+22 |
| 2015-04-09 | Auto merge of #24168 - kballard:clone-for-extern-c-unsafe-fns, r=alexcrichton | bors | -0/+21 |
| 2015-04-08 | std: Stabilize Clone::clone_from | Alex Crichton | -2/+1 |
| 2015-04-08 | Auto merge of #24144 - richo:ptr-formatter, r=alexcrichton | bors | -0/+8 |
| 2015-04-08 | Auto merge of #24120 - aturon:range-perf, r=alexcrichton | bors | -24/+23 |
| 2015-04-07 | alloc: impl fmt::Pointer for Rc, Arc and Box | Richo Healey | -0/+8 |
| 2015-04-07 | std: Hide facade extension traits in docs | Alex Crichton | -0/+4 |
| 2015-04-07 | std: Deny most warnings in doctests | Alex Crichton | -1/+0 |
| 2015-04-07 | rustdoc: Add a primitive page for raw pointers | Alex Crichton | -0/+1 |
| 2015-04-08 | Auto merge of #23293 - tbu-:pr_additive_multiplicative, r=alexcrichton | bors | -97/+62 |
| 2015-04-07 | Fix range performance regression | Aaron Turon | -24/+23 |
| 2015-04-08 | Make `sum` and `product` inherent methods on `Iterator` | Tobias Bucher | -153/+62 |
| 2015-04-07 | Add Clone impls for extern "C" and unsafe fns | Kevin Ballard | -0/+21 |
| 2015-04-07 | doc ignore (fixup #24059) | Manish Goregaokar | -1/+1 |
| 2015-04-07 | Rollup merge of #24113 - mbrubeck:doc-edit, r=steveklabnik | Manish Goregaokar | -2/+3 |
| 2015-04-07 | Rollup merge of #24110 - tbu-:pr_doc_fix_add, r=alexcrichton | Manish Goregaokar | -4/+4 |
| 2015-04-07 | Rollup merge of #24059 - nikomatsakis:issue-22914-phantomdata-docs, r=huon | Manish Goregaokar | -9/+58 |
| 2015-04-07 | Auto merge of #23952 - Kimundi:more_string_pattern, r=alexcrichton | bors | -363/+587 |
| 2015-04-06 | Alter libcore::result example to utilize closure param | Corey Farwell | -1/+1 |
| 2015-04-06 | Fix broken link and markup in `trait Any` docs. | Matt Brubeck | -2/+3 |
| 2015-04-06 | Fix code formatting in `core::ops::Add` example | Tobias Bucher | -4/+4 |
| 2015-04-06 | Try to improve PhantomData docs with more examples | Niko Matsakis | -9/+58 |
| 2015-04-06 | Make `AdditiveIterator` and `MultiplicativeIterator` extensible | Tobias Bucher | -37/+93 |