| Age | Commit message (Expand) | Author | Lines |
| 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-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 | Auto merge of #24144 - richo:ptr-formatter, r=alexcrichton | bors | -0/+67 |
| 2015-04-08 | Allow plugins to register LLVM passes | Keegan McAllister | -1/+79 |
| 2015-04-08 | Auto merge of #24029 - nagisa:print-locking, r=alexcrichton | bors | -34/+446 |
| 2015-04-08 | std: Fix fs::read_link behavior on Windows | Alex Crichton | -14/+63 |
| 2015-04-08 | Implement reentrant mutexes and make stdio use them | Simonas Kazlauskas | -34/+446 |
| 2015-04-08 | Auto merge of #24195 - steveklabnik:rollup, r=steveklabnik | bors | -2032/+970 |
| 2015-04-08 | Rollup merge of #24178 - steveklabnik:new_toc, r=nikomatsakis | Steve Klabnik | -1942/+845 |
| 2015-04-08 | Rollup merge of #24167 - hauleth:remove-incorrect-example-from-mpsc, r=stevek... | Steve Klabnik | -52/+0 |
| 2015-04-08 | Rollup merge of #24149 - bombless:update-faq, r=steveklabnik | Steve Klabnik | -6/+10 |
| 2015-04-08 | Rollup merge of #24143 - michaelsproul:extended-errors, r=pnkfelix | Steve Klabnik | -32/+115 |
| 2015-04-08 | Modify the ExprUseVisitor to walk each part of an AutoRef, and in | Niko Matsakis | -74/+226 |
| 2015-04-08 | Add tests for #22289, #22370 and #22384 | Luke Gallagher | -0/+49 |
| 2015-04-08 | Auto merge of #24021 - pnkfelix:fn-params-outlive-body, r=nikomatsakis | bors | -8/+301 |
| 2015-04-08 | Add Homogenous Aggregates for AArch64 codegen | John Gallagher | -0/+84 |
| 2015-04-08 | Address review nit by making `map_id` take an `FnMut`. | Felix S. Klock II | -2/+2 |
| 2015-04-08 | Auto merge of #23998 - nrc:impl-self, r=nikomatsakis | bors | -253/+399 |
| 2015-04-08 | Auto merge of #24120 - aturon:range-perf, r=alexcrichton | bors | -24/+24 |
| 2015-04-08 | Address review comments | Seo Sanghyeon | -11/+13 |
| 2015-04-07 | alloc: impl fmt::Pointer for Rc, Arc and Box | Richo Healey | -0/+67 |
| 2015-04-08 | Auto merge of #24078 - whipsch:extra-token-msg, r=huonw | bors | -3/+20 |
| 2015-04-08 | Update "`let` is used to introduce variables" paragraph | York Xiang | -6/+10 |
| 2015-04-07 | Import real content. | Steve Klabnik | -3/+9377 |
| 2015-04-07 | rustdoc: Add a test for should_fail in doctests | Alex Crichton | -0/+22 |
| 2015-04-07 | rustdoc: Index inherent methods on primitives | Alex Crichton | -42/+56 |
| 2015-04-07 | std: Hide facade extension traits in docs | Alex Crichton | -0/+4 |
| 2015-04-07 | std: Reorganize thread::local a bit | Alex Crichton | -28/+26 |
| 2015-04-07 | rustdoc: Handle duplicate reexports listed | Alex Crichton | -2/+55 |
| 2015-04-07 | rustdoc: Handle tests with bare `#` marks | Alex Crichton | -1/+20 |
| 2015-04-07 | book: Fix a hyperlink to CONFIGS.md | Alex Crichton | -2/+5 |
| 2015-04-07 | rustdoc: Encode ABI in all methods | Alex Crichton | -8/+97 |
| 2015-04-07 | rustdoc: Simplify predicates with paren notation | Alex Crichton | -12/+91 |
| 2015-04-07 | rustdoc: Detect provided methods on inlined traits | Alex Crichton | -9/+64 |
| 2015-04-07 | book: Emit links to play.rust-lang.org to run examples | Alex Crichton | -1/+12 |
| 2015-04-07 | rustdoc: Don't duplicate inlined impl blocks | Alex Crichton | -2/+35 |
| 2015-04-07 | rustdoc: Add a test for #21092 | Alex Crichton | -0/+37 |
| 2015-04-07 | rustdoc: Improve handling inlined associated types | Alex Crichton | -69/+382 |
| 2015-04-07 | rustdoc: Simplify cross-crate where clauses | Alex Crichton | -10/+199 |