| Age | Commit message (Expand) | Author | Lines |
| 2015-04-10 | Fix for #23150 | Ben Ashford | -1/+18 |
| 2015-04-10 | Auto merge of #24180 - huonw:optimise-max-etc, r=alexcrichton | bors | -36/+88 |
| 2015-04-10 | Optimise Iterator::{max, max_by, min, min_by}. | Huon Wilson | -36/+88 |
| 2015-04-09 | Auto merge of #24205 - brson:debug, r=alexcrichton | bors | -3/+7 |
| 2015-04-09 | Auto merge of #24232 - Manishearth:rollup, r=Manishearth | bors | -947/+461 |
| 2015-04-10 | fixup windows std_misc | Manish Goregaokar | -1/+3 |
| 2015-04-10 | Rollup merge of #24217 - aturon:iterator-fixes, r=alexcrichton | Manish Goregaokar | -20/+22 |
| 2015-04-10 | Rollup merge of #24225 - nrc:for-span, r=pnkfelix | Manish Goregaokar | -1/+1 |
| 2015-04-10 | Rollup merge of #24170 - omo:omo-typo-fix, r=steveklabnik | Manish Goregaokar | -1/+1 |
| 2015-04-10 | Rollup merge of #24221 - nrc:debug-loc, r=sfackler | Manish Goregaokar | -0/+12 |
| 2015-04-10 | Rollup merge of #24218 - lstat:remove-ignore-tidy, r=alexcrichton | Manish Goregaokar | -17/+0 |
| 2015-04-10 | Rollup merge of #24216 - alexcrichton:stabilize-from-raw-os-error, r=aturon | Manish Goregaokar | -6/+12 |
| 2015-04-10 | Rollup merge of #24215 - alexcrichton:stabilize-clone-from, r=aturon | Manish Goregaokar | -2/+1 |
| 2015-04-10 | Rollup merge of #24212 - alexcrichton:destabilize-begin-unwind, r=huonw | Manish Goregaokar | -795/+1 |
| 2015-04-10 | Rollup merge of #24207 - kmcallister:llvm-plugin, r=brson | Manish Goregaokar | -1/+79 |
| 2015-04-10 | Rollup merge of #24205 - brson:debug, r=alexcrichton | Manish Goregaokar | -28/+52 |
| 2015-04-10 | Rollup merge of #24193 - lstat:needstest, r=alexcrichton | Manish Goregaokar | -0/+49 |
| 2015-04-10 | Rollup merge of #24191 - nikomatsakis:issue-20791, r=pnkfelix | Manish Goregaokar | -74/+226 |
| 2015-04-09 | Nightly gets LLVM assertions | Brian Anderson | -3/+7 |
| 2015-04-09 | Improve bounds in Iterator API | Aaron Turon | -20/+22 |
| 2015-04-09 | Auto merge of #24176 - kballard:bufreader-seek-impl, r=aturon | bors | -2/+131 |
| 2015-04-09 | Rollup merge of #24176 - kballard:bufreader-seek-impl, r=aturon | Manish Goregaokar | -2/+131 |
| 2015-04-09 | Rollup merge of #24175 - dhuseby:bitrig_fixing_tests_2, r=alexcrichton | Manish Goregaokar | -1/+2 |
| 2015-04-09 | Rollup merge of #24171 - rillian:rustup, r=brson | Manish Goregaokar | -1/+1 |
| 2015-04-09 | Fix the span for `for` expressions | Nick Cameron | -1/+1 |
| 2015-04-09 | Auto merge of #24171 - rillian:rustup, r=brson | bors | -1/+1 |
| 2015-04-09 | Debug impls for a few things in syntax::codemap | Nick Cameron | -0/+12 |
| 2015-04-09 | Auto merge of #24168 - kballard:clone-for-extern-c-unsafe-fns, r=alexcrichton | bors | -0/+40 |
| 2015-04-08 | Implement io::Seek for io::BufWriter<W> where W: io::Seek | Kevin Ballard | -0/+22 |
| 2015-04-08 | Implement io::Seek for io::BufReader<R> where R: io::Seek | Kevin Ballard | -2/+109 |
| 2015-04-08 | Don't deoptimize llvm when --enable-debug | Brian Anderson | -1/+0 |
| 2015-04-09 | Auto merge of #24158 - sanxiyn:cast, r=nrc | bors | -154/+224 |
| 2015-04-08 | Remove pretty-expanded from failing tests | Alex Crichton | -792/+0 |
| 2015-04-08 | std: Stabilize io::Error::from_raw_os_error | Alex Crichton | -6/+12 |
| 2015-04-08 | std: Stabilize Clone::clone_from | Alex Crichton | -2/+1 |
| 2015-04-08 | std: Destabilize the internals of panic! | Alex Crichton | -3/+1 |
| 2015-04-09 | Remove `ignore-tidy-linelength` from tests that no longer need it | Luke Gallagher | -17/+0 |
| 2015-04-08 | configure: Add --enable-debug-jemalloc | Brian Anderson | -0/+7 |
| 2015-04-08 | Auto merge of #24144 - richo:ptr-formatter, r=alexcrichton | bors | -0/+67 |
| 2015-04-08 | Add --enable-debug to control multiple perf options | Brian Anderson | -5/+33 |
| 2015-04-08 | Allow plugins to register LLVM passes | Keegan McAllister | -1/+79 |
| 2015-04-08 | configure: Add --enable-debuginfo | Brian Anderson | -0/+6 |
| 2015-04-08 | configure: Clarify --enable-debug-assertions status message | Brian Anderson | -1/+1 |
| 2015-04-08 | configure: Disable LLVM asserts by default | Brian Anderson | -2/+2 |
| 2015-04-08 | configure: Clarify help message for --enable-debug-assertions | Brian Anderson | -1/+1 |
| 2015-04-08 | configure: Disable debug assertions by default | Brian Anderson | -4/+4 |
| 2015-04-08 | configure: Rename --enable-debug to --enable-debug-assertions | Brian Anderson | -4/+4 |
| 2015-04-08 | configure: Remove obsolete --disable-verify option | Brian Anderson | -9/+2 |
| 2015-04-08 | configure: Remove obsolete --nightly flag | Brian Anderson | -11/+2 |
| 2015-04-08 | Auto merge of #24029 - nagisa:print-locking, r=alexcrichton | bors | -34/+446 |