| Age | Commit message (Expand) | Author | Lines |
| 2015-04-14 | Fix bug in `wrapping_div` | Felix S. Klock II | -1/+1 |
| 2015-04-14 | Auto merge of #24312 - rprichard:destabilize-format-args, r=alexcrichton | bors | -29/+36 |
| 2015-04-14 | Remaining API additions for int overflow: | Felix S. Klock II | -0/+155 |
| 2015-04-14 | Rebased | Nick Cameron | -1/+1 |
| 2015-04-13 | pluralize doc comment verbs and add missing periods | Andrew Paseltiner | -113/+113 |
| 2015-04-13 | Auto merge of #24323 - rprichard:panic-line-type, r=alexcrichton | bors | -4/+4 |
| 2015-04-12 | Destabilize format_args! internals. | Ryan Prichard | -29/+36 |
| 2015-04-12 | Make Debug include the - in -0.0 | Robin Kruppe | -114/+52 |
| 2015-04-13 | Rollup merge of #24347 - xamgore:master, r=huonw | Manish Goregaokar | -2/+2 |
| 2015-04-12 | mod.rs documentary fix | Igor Strebezhev | -2/+2 |
| 2015-04-11 | Simplify iterator logic for Fuse | Corey Farwell | -14/+6 |
| 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 |