| Age | Commit message (Expand) | Author | Lines |
| 2015-04-10 | Fix for #23150 | Ben Ashford | -1/+18 |
| 2015-04-10 | Add test for discriminant_value results | James Miller | -0/+62 |
| 2015-04-10 | Implement `discriminant_value` intrinsic | James Miller | -0/+24 |
| 2015-04-10 | Improve error message where a closure escapes fn while trying to borrow | Niko Matsakis | -13/+128 |
| 2015-04-10 | Add a new `span_suggestion` infrastructure. This lets you edit a snippet | Niko Matsakis | -1/+72 |
| 2015-04-10 | Modify the codemap code to use more slices and to information about | Niko Matsakis | -40/+133 |
| 2015-04-10 | Replace the use of the rather randomly named boolean `custom` to mean | Niko Matsakis | -30/+37 |
| 2015-04-10 | std: Unconditionally close all file descriptors | Alex Crichton | -67/+86 |
| 2015-04-10 | Test fixes and review feedback | Alex Crichton | -48/+64 |
| 2015-04-10 | Auto merge of #24180 - huonw:optimise-max-etc, r=alexcrichton | bors | -36/+88 |
| 2015-04-10 | Add tests for E-needstest issues | Luke Gallagher | -0/+70 |
| 2015-04-10 | Optimise Iterator::{max, max_by, min, min_by}. | Huon Wilson | -36/+88 |
| 2015-04-09 | fmt: Assume that we'll only ever see 32 or 64 bit pointers | Richo Healey | -6/+3 |
| 2015-04-09 | test: Unignore test for fixed issue #20676 | Richo Healey | -3/+2 |
| 2015-04-09 | fmt: {:p#} formats pointers padded to native width | Richo Healey | -1/+41 |
| 2015-04-09 | Ensure that .join().unwrap() works | Aaron Turon | -0/+27 |
| 2015-04-09 | std: Clean up process spawn impl on unix | Alex Crichton | -250/+214 |
| 2015-04-09 | std: Set CLOEXEC for all fds opened on unix | Alex Crichton | -30/+125 |
| 2015-04-09 | Write the 'primitive types' section of TRPL | Steve Klabnik | -171/+267 |
| 2015-04-09 | TRPL: new introduction | Steve Klabnik | -25/+178 |
| 2015-04-09 | std: Make FromRawFd::from_raw_fd an unsafe method | Alex Crichton | -13/+28 |
| 2015-04-09 | Copyediting for 'variable bindings' | Steve Klabnik | -49/+57 |
| 2015-04-10 | fixup windows std_misc | Manish Goregaokar | -1/+3 |
| 2015-04-09 | Don't use skolemized parameters but rather fresh variables in | Niko Matsakis | -50/+49 |
| 2015-04-09 | Indicate keyword in doc comment is code-like | Corey Farwell | -2/+2 |
| 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 #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 | Fix `borrow` docs | Andrew Paseltiner | -9/+9 |
| 2015-04-09 | Add regression test for #19097 | Aaron Turon | -0/+22 |
| 2015-04-09 | resurrect research paper list #24004 | Thiago Carvalho | -0/+47 |
| 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 |