| Age | Commit message (Expand) | Author | Lines |
| 2015-12-15 | Fix custom deriving tests | Seo Sanghyeon | -5/+7 |
| 2015-12-12 | Address the review comments | Vadim Petrochenkov | -0/+9 |
| 2015-12-12 | Implement `#[deprecated]` attribute (RFC 1270) | Vadim Petrochenkov | -0/+87 |
| 2015-12-05 | std: Stabilize APIs for the 1.6 release | Alex Crichton | -8/+6 |
| 2015-12-03 | Use the extern item-path for documentation links | mitaa | -0/+11 |
| 2015-11-26 | move librustc/plugin to librustc_plugin | Ariel Ben-Yehuda | -18/+36 |
| 2015-11-25 | Remove all uses of `#[staged_api]` | Vadim Petrochenkov | -8/+0 |
| 2015-11-23 | Auto merge of #29952 - petrochenkov:depr, r=brson | bors | -28/+28 |
| 2015-11-20 | Remove slice pattern from compiler plugin example | Florian Hahn | -2/+9 |
| 2015-11-20 | Rename #[deprecated] to #[rustc_deprecated] | Vadim Petrochenkov | -28/+28 |
| 2015-11-19 | Show constness for functions of reexported docs | mitaa | -0/+20 |
| 2015-11-18 | Add missing annotations and some tests | Vadim Petrochenkov | -0/+16 |
| 2015-11-15 | Auto merge of #29788 - mitaa:module_name, r=arielb1 | bors | -0/+23 |
| 2015-11-13 | Move the panicking parse functions out of the parser | Kyle Mayes | -1/+1 |
| 2015-11-13 | Store a valid name for the root module in metadata | mitaa | -0/+23 |
| 2015-11-06 | Auto merge of #29582 - oli-obk:token_tree, r=sfackler | bors | -3/+3 |
| 2015-11-06 | remove `Tt` prefix from TokenType variants | Oliver Schneider | -3/+3 |
| 2015-11-05 | rustc_privacy: Do not export items needed solely for the reachability analysis | Vadim Petrochenkov | -1/+21 |
| 2015-11-03 | Auto merge of #29285 - eefriedman:libsyntax-panic, r=nrc | bors | -1/+1 |
| 2015-10-28 | Make quote plugin use parsing functions which explicitly panic. | Eli Friedman | -1/+1 |
| 2015-10-28 | Fix for middle::reachable + better comments and tests | Vadim Petrochenkov | -0/+29 |
| 2015-10-21 | don't revisit modules while finding traits in suggest | Ariel Ben-Yehuda | -0/+15 |
| 2015-10-13 | Refactor attr::Stability | Vadim Petrochenkov | -25/+25 |
| 2015-10-03 | Change tests per RFC 246 (const vs static) | Seo Sanghyeon | -5/+1 |
| 2015-09-26 | Auto merge of #28646 - vadimcn:imps, r=alexcrichton | bors | -0/+15 |
| 2015-09-26 | Auto merge of #28642 - petrochenkov:name3, r=nrc | bors | -2/+2 |
| 2015-09-25 | Converted test to rpass. | Vadim Chugunov | -0/+15 |
| 2015-09-24 | Cleanup interfaces of Name, SyntaxContext and Ident | Vadim Petrochenkov | -2/+2 |
| 2015-09-24 | Remove the deprecated box(PLACE) syntax. | Eduard Burtescu | -1/+1 |
| 2015-09-22 | Use Names in HIR Items | Vadim Petrochenkov | -1/+1 |
| 2015-09-19 | Feature-gate `#[no_debug]` and `#[omit_gdb_pretty_printer_section]` | Andrew Paseltiner | -0/+1 |
| 2015-09-18 | Overloaded augmented assignments | Jorge Aparicio | -0/+22 |
| 2015-09-17 | Change to a multi-trait approach | Nick Cameron | -9/+16 |
| 2015-09-17 | Changes to tests | Nick Cameron | -6/+6 |
| 2015-09-16 | Use ast attributes every where (remove HIR attributes). | Nick Cameron | -1/+3 |
| 2015-09-14 | Auto merge of #28392 - arielb1:sort-bounds-list, r=eddyb | bors | -0/+20 |
| 2015-09-13 | sort the existential bounds list in tydecode | Ariel Ben-Yehuda | -0/+20 |
| 2015-09-09 | Add test | Manish Goregaokar | -0/+38 |
| 2015-09-03 | Move lints to HIR | Manish Goregaokar | -10/+9 |
| 2015-09-01 | Remove the Modifier and Decorator kinds of syntax extensions. | Nick Cameron | -12/+0 |
| 2015-08-29 | Allow #[derive()] to generate unsafe trait impls | Michael Layzell | -0/+2 |
| 2015-08-15 | test: Fix tests for requiring issues | Alex Crichton | -43/+45 |
| 2015-08-14 | rustc: Allow changing the default allocator | Alex Crichton | -0/+149 |
| 2015-08-14 | Auto merge of #27641 - nikomatsakis:soundness-rfc-1214, r=nrc | bors | -1/+0 |
| 2015-08-12 | Fallout in tests -- we now report an error if you even reference a type | Niko Matsakis | -1/+0 |
| 2015-08-12 | stop cross-crate associated types from being imported | Ariel Ben-Yehuda | -0/+6 |
| 2015-08-12 | Auto merge of #27618 - dotdash:drop_fixes, r=luqmana | bors | -0/+23 |
| 2015-08-10 | trans: Stop informing LLVM about dllexport | Alex Crichton | -0/+3 |
| 2015-08-10 | Remove morestack support | Alex Crichton | -3/+0 |
| 2015-08-07 | Fix ICE when trying to drop an unsized type from a different crate | Björn Steinbrink | -0/+23 |