| Age | Commit message (Expand) | Author | Lines |
| 2015-04-25 | Remove remaining tests for hygiene-encoded identifiers. | Geoffry Song | -26/+0 |
| 2015-04-21 | rollup merge of #24636: alexcrichton/remove-deprecated | Alex Crichton | -79/+31 |
| 2015-04-21 | test: Fix fallout in tests | Alex Crichton | -79/+31 |
| 2015-04-21 | Remove references to `old_{path,io}` | Tamir Duberstein | -1/+1 |
| 2015-04-18 | Auto merge of #23985 - erickt:derive-cleanup, r=erickt | bors | -1/+1 |
| 2015-04-16 | rustdoc: Inline methods inhereted through Deref | Alex Crichton | -0/+30 |
| 2015-04-15 | syntax: Change deriving methods to take a `&mut FnMut(P<Item>)` | Erick Tryzelaar | -1/+1 |
| 2015-04-15 | Forbid is/us suffixes. Fixes #22496 | Brian Anderson | -1/+1 |
| 2015-04-11 | Expand internal-unstable to handle named field accesses and method calls. | Ryan Prichard | -0/+33 |
| 2015-04-10 | Auto merge of #24177 - alexcrichton:rustdoc, r=aturon | bors | -0/+288 |
| 2015-04-08 | Allow plugins to register LLVM passes | Keegan McAllister | -0/+28 |
| 2015-04-07 | rustdoc: Handle duplicate reexports listed | Alex Crichton | -0/+29 |
| 2015-04-07 | rustdoc: Encode ABI in all methods | Alex Crichton | -0/+18 |
| 2015-04-07 | rustdoc: Simplify predicates with paren notation | Alex Crichton | -0/+17 |
| 2015-04-07 | rustdoc: Detect provided methods on inlined traits | Alex Crichton | -0/+14 |
| 2015-04-07 | rustdoc: Add a test for #21092 | Alex Crichton | -0/+20 |
| 2015-04-07 | rustdoc: Improve handling inlined associated types | Alex Crichton | -0/+38 |
| 2015-04-07 | rustdoc: Simplify cross-crate where clauses | Alex Crichton | -0/+15 |
| 2015-04-07 | rustdoc: Link "Trait Implementations" to sources | Alex Crichton | -0/+16 |
| 2015-04-07 | rustdoc: Add a primitive page for raw pointers | Alex Crichton | -0/+15 |
| 2015-04-07 | rustdoc: Run external traits through filters | Alex Crichton | -0/+16 |
| 2015-04-07 | test: Move all run-make rustdoc tests to test/rustdoc | Alex Crichton | -0/+90 |
| 2015-04-02 | Merge conflicts | Niko Matsakis | -3/+1 |
| 2015-04-02 | Fallout in tests | Niko Matsakis | -7/+3 |
| 2015-04-01 | rollup merge of #23860: nikomatsakis/copy-requires-clone | Alex Crichton | -11/+11 |
| 2015-04-01 | Fallout in tests | Niko Matsakis | -11/+11 |
| 2015-04-01 | Update tests for new coherence rules, and add a swatch of new tests | Niko Matsakis | -0/+22 |
| 2015-03-30 | Fallout in tests: largely changes to error messages. | Niko Matsakis | -8/+9 |
| 2015-03-30 | Fallout where types must be specified. | Niko Matsakis | -0/+18 |
| 2015-03-27 | rollup merge of #23786: alexcrichton/less-quotes | Alex Crichton | -12/+9 |
| 2015-03-27 | rollup merge of #23794: brson/slicegate | Alex Crichton | -0/+1 |
| 2015-03-27 | Feature gate *all* slice patterns. #23121 | Brian Anderson | -0/+1 |
| 2015-03-27 | Fix fallout of removing quotes in crate names | Alex Crichton | -11/+7 |
| 2015-03-27 | Unquote all crate names without underscores | Richo Healey | -2/+2 |
| 2015-03-27 | rollup merge of #23741: alexcrichton/remove-int-uint | Alex Crichton | -318/+318 |
| 2015-03-27 | rollup merge of #23712: nikomatsakis/reflect-trait | Alex Crichton | -4/+4 |
| 2015-03-26 | Implement `Reflect` trait with a variant on the standard OIBIT | Niko Matsakis | -4/+4 |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -318/+318 |
| 2015-03-26 | Auto merge of #21237 - erickt:derive-assoc-types, r=erickt | bors | -0/+1 |
| 2015-03-24 | rollup merge of #23638: pnkfelix/fsk-reject-specialized-drops | Alex Crichton | -1/+1 |
| 2015-03-24 | rollup merge of #23546: alexcrichton/hyphens | Alex Crichton | -0/+0 |
| 2015-03-24 | rustc: Add support for `extern crate foo as bar` | Alex Crichton | -0/+0 |
| 2015-03-24 | Reject specialized Drop impls. | Felix S. Klock II | -1/+1 |
| 2015-03-24 | test: silence a warning | Erick Tryzelaar | -0/+1 |
| 2015-03-25 | Add trivial cast lints. | Nick Cameron | -1/+1 |
| 2015-03-23 | rollup merge of #23598: brson/gate | Alex Crichton | -15/+52 |
| 2015-03-23 | Require feature attributes, and add them where necessary | Brian Anderson | -15/+52 |
| 2015-03-23 | Fallout in stdlib, rustdoc, rustc, etc. For most maps, converted uses of | Niko Matsakis | -2/+2 |
| 2015-03-20 | std: Remove old_io/old_path from the prelude | Alex Crichton | -2/+1 |
| 2015-03-19 | Add test case for stable import of invalid span information. | Michael Woerister | -0/+47 |