| Age | Commit message (Expand) | Author | Lines |
| 2019-12-30 | Rename `libsyntax_ext` and `libsyntax_expand` in code | Vadim Petrochenkov | -3/+0 |
| 2019-12-23 | Add span information to `ExprKind::Assign` | varkor | -2/+2 |
| 2019-12-21 | Rollup merge of #67355 - Centril:merge-mut, r=oli-obk | Mazdak Farrokhzad | -1/+1 |
| 2019-12-20 | ast_stmt_expr_attr -> pretty & ui tests | Mazdak Farrokhzad | -311/+0 |
| 2019-12-20 | 1. ast::Mutability::{Mutable -> Mut, Immutable -> Not}. | Mazdak Farrokhzad | -1/+1 |
| 2019-12-03 | Fix UI tests for new locations | Mark Rousskov | -12/+15 |
| 2019-12-01 | rustc_plugin: Some further cleanup | Vadim Petrochenkov | -18/+2 |
| 2019-12-01 | rustc_plugin: Remove support for plugins adding LLVM passes | Vadim Petrochenkov | -35/+0 |
| 2019-12-01 | rustc_lint: Remove lint `plugin_as_library` | Vadim Petrochenkov | -24/+4 |
| 2019-12-01 | rustc_plugin: Remove support for adding plugins from command line | Vadim Petrochenkov | -3/+11 |
| 2019-12-01 | rustc_plugin: Remove support for plugin arguments | Vadim Petrochenkov | -21/+42 |
| 2019-11-25 | Auto merge of #66671 - matthewjasper:ast-address-of, r=Centril | bors | -1/+4 |
| 2019-11-24 | Add tests for raw_ref_op | Matthew Jasper | -1/+4 |
| 2019-11-24 | rustc_plugin: Remove support for syntactic plugins | Vadim Petrochenkov | -224/+39 |
| 2019-11-20 | Delete ProcessCfgMod | Mark Rousskov | -6/+3 |
| 2019-11-16 | rustc_plugin: Remove `Registry::register_attribute` | Vadim Petrochenkov | -71/+7 |
| 2019-11-10 | Add warning annotations to ignore-stage1 ui-fulldeps tests | Tomasz Miąsko | -44/+17 |
| 2019-11-10 | Auto merge of #66070 - petrochenkov:regattr, r=matthewjasper | bors | -2/+10 |
| 2019-11-10 | move syntax::parse -> librustc_parse | Mazdak Farrokhzad | -5/+8 |
| 2019-11-10 | move config.rs to libsyntax_expand | Mazdak Farrokhzad | -14/+23 |
| 2019-11-09 | Remove `#[feature(custom_attribute)]` | Vadim Petrochenkov | -2/+10 |
| 2019-11-08 | Auto merge of #64882 - ehuss:stabilize-bare-extern, r=eddyb | bors | -0/+22 |
| 2019-11-07 | Update src/test/ui-fulldeps/pathless-extern-unstable.rs
| Eric Huss | -1/+1 |
| 2019-11-07 | Add more --extern tests. | Eric Huss | -0/+22 |
| 2019-11-07 | move PResult to librustc_errors | Mazdak Farrokhzad | -1/+2 |
| 2019-11-07 | syntax::parser::token -> syntax::token | Mazdak Farrokhzad | -2/+2 |
| 2019-11-06 | Auto merge of #65830 - Quantumplation:master, r=davidtwco,estebank | bors | -4/+4 |
| 2019-11-03 | Update error annotations in ui-fulldeps tests that successfully compile | Tomasz Miąsko | -2/+2 |
| 2019-10-26 | Use ident instead of def_span in dead-code pass | Pi Lanningham | -4/+4 |
| 2019-10-23 | Rollup merge of #65193 - Mark-Simulacrum:lockless-lintstore, r=nikomatsakis | Mazdak Farrokhzad | -37/+33 |
| 2019-10-18 | Rollup merge of #65498 - SimonSapin:plugin-help, r=Centril | Tyler Mandry | -48/+48 |
| 2019-10-17 | Fix test fallout | Mark Rousskov | -28/+31 |
| 2019-10-17 | Take lint passes as constructor functions | Mark Rousskov | -1/+3 |
| 2019-10-17 | Make get_lints be a static function | Mark Rousskov | -11/+2 |
| 2019-10-17 | Plugins deprecation: don’t suggest simply removing the attribute | Simon Sapin | -48/+48 |
| 2019-10-16 | ui-fulldeps: make them pass again? | Mazdak Farrokhzad | -6/+10 |
| 2019-10-15 | syntax::parse::sess -> syntax::sess | Mazdak Farrokhzad | -4/+6 |
| 2019-10-03 | --bless ui-fulldeps tests | Mazdak Farrokhzad | -24/+210 |
| 2019-10-03 | plugin_registrary: use normal deprecation instead of hard coded warning. | Mazdak Farrokhzad | -9/+8 |
| 2019-10-03 | Deprecate `#![plugin]` and `#[plugin_registrar]`. | Mazdak Farrokhzad | -3/+22 |
| 2019-09-29 | remove indexed_vec re-export from rustc_data_structures | csmoe | -2/+2 |
| 2019-09-28 | syntax: don't keep a redundant c_variadic flag in the AST. | Eduard-Mihai Burtescu | -1/+0 |
| 2019-09-26 | Fix ui-fulldeps tests | varkor | -2/+2 |
| 2019-09-26 | Rename `Pat.node` to `Pat.kind` | varkor | -1/+1 |
| 2019-09-26 | Rename `Expr.node` to `Expr.kind` | varkor | -2/+2 |
| 2019-09-25 | Fix fallout | varkor | -2/+2 |
| 2019-09-25 | Rename surviving uses of `sty` | varkor | -6/+6 |
| 2019-09-15 | Auto merge of #60584 - jonas-schievink:ice-panic-hook, r=oli-obk | bors | -1/+1 |
| 2019-09-14 | Provide a span if main function is not present in crate | Mark Rousskov | -7/+4 |
| 2019-09-07 | Rollup merge of #64192 - estebank:turbofish-madness, r=petrochenkov | Mazdak Farrokhzad | -22/+25 |