| Age | Commit message (Expand) | Author | Lines |
| 2015-04-09 | Don't use skolemized parameters but rather fresh variables in | Niko Matsakis | -0/+28 |
| 2015-04-10 | Rollup merge of #24218 - lstat:remove-ignore-tidy, r=alexcrichton | Manish Goregaokar | -17/+0 |
| 2015-04-10 | Rollup merge of #24212 - alexcrichton:destabilize-begin-unwind, r=huonw | Manish Goregaokar | -792/+0 |
| 2015-04-10 | Rollup merge of #24207 - kmcallister:llvm-plugin, r=brson | Manish Goregaokar | -0/+45 |
| 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 | -0/+40 |
| 2015-04-09 | Add regression test for #19097 | Aaron Turon | -0/+22 |
| 2015-04-09 | Auto merge of #24168 - kballard:clone-for-extern-c-unsafe-fns, r=alexcrichton | bors | -0/+19 |
| 2015-04-09 | Auto merge of #24158 - sanxiyn:cast, r=nrc | bors | -2/+22 |
| 2015-04-08 | Remove pretty-expanded from failing tests | Alex Crichton | -792/+0 |
| 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/+28 |
| 2015-04-08 | Allow plugins to register LLVM passes | Keegan McAllister | -0/+45 |
| 2015-04-08 | Auto merge of #24029 - nagisa:print-locking, r=alexcrichton | bors | -0/+48 |
| 2015-04-08 | Implement reentrant mutexes and make stdio use them | Simonas Kazlauskas | -0/+48 |
| 2015-04-08 | Modify the ExprUseVisitor to walk each part of an AutoRef, and in | Niko Matsakis | -0/+40 |
| 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 | -0/+246 |
| 2015-04-08 | Auto merge of #23998 - nrc:impl-self, r=nikomatsakis | bors | -9/+79 |
| 2015-04-08 | Auto merge of #24120 - aturon:range-perf, r=alexcrichton | bors | -0/+1 |
| 2015-04-08 | Address review comments | Seo Sanghyeon | -1/+6 |
| 2015-04-07 | alloc: impl fmt::Pointer for Rc, Arc and Box | Richo Healey | -0/+28 |
| 2015-04-08 | Auto merge of #24078 - whipsch:extra-token-msg, r=huonw | bors | -3/+3 |
| 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 | -0/+24 |
| 2015-04-07 | rustdoc: Handle duplicate reexports listed | Alex Crichton | -0/+48 |
| 2015-04-07 | rustdoc: Handle tests with bare `#` marks | Alex Crichton | -0/+17 |
| 2015-04-07 | rustdoc: Encode ABI in all methods | Alex Crichton | -2/+64 |
| 2015-04-07 | rustdoc: Simplify predicates with paren notation | Alex Crichton | -0/+35 |
| 2015-04-07 | rustdoc: Detect provided methods on inlined traits | Alex Crichton | -2/+34 |
| 2015-04-07 | rustdoc: Don't duplicate inlined impl blocks | Alex Crichton | -0/+21 |
| 2015-04-07 | rustdoc: Add a test for #21092 | Alex Crichton | -0/+37 |
| 2015-04-07 | rustdoc: Improve handling inlined associated types | Alex Crichton | -0/+185 |
| 2015-04-07 | rustdoc: Simplify cross-crate where clauses | Alex Crichton | -0/+50 |
| 2015-04-07 | rustdoc: Show impls for references to types | Alex Crichton | -0/+20 |
| 2015-04-07 | rustdoc: Render methods/impls for bare traits | Alex Crichton | -0/+30 |
| 2015-04-07 | rustdoc: Allowing specifying attrs for doctests | Alex Crichton | -0/+19 |
| 2015-04-07 | rustdoc: Link "Trait Implementations" to sources | Alex Crichton | -0/+36 |
| 2015-04-07 | rustdoc: Only hide possibly private modules | Alex Crichton | -0/+33 |
| 2015-04-07 | rustdoc: Add a test for fixed issue #16019 | Alex Crichton | -0/+19 |
| 2015-04-07 | rustdoc: Add a test for fixed issue #15347 | Alex Crichton | -0/+15 |
| 2015-04-07 | rustdoc: Add a primitive page for raw pointers | Alex Crichton | -0/+72 |
| 2015-04-07 | rustdoc: Add a test for #15169 | Alex Crichton | -0/+13 |
| 2015-04-07 | rustdoc: Run external traits through filters | Alex Crichton | -0/+41 |
| 2015-04-07 | test: Move all run-make rustdoc tests to test/rustdoc | Alex Crichton | -212/+124 |
| 2015-04-08 | Auto merge of #23293 - tbu-:pr_additive_multiplicative, r=alexcrichton | bors | -6/+3 |
| 2015-04-07 | Fix range performance regression | Aaron Turon | -0/+1 |
| 2015-04-08 | Make `sum` and `product` inherent methods on `Iterator` | Tobias Bucher | -6/+3 |
| 2015-04-08 | Rollup merge of #24147 - lstat:needstest-22560, r=alexcrichton | Manish Goregaokar | -0/+20 |
| 2015-04-07 | Add Clone impls for extern "C" and unsafe fns | Kevin Ballard | -0/+19 |