| Age | Commit message (Expand) | Author | Lines |
| 2020-03-24 | resolve: Remove `rustc_attrs` as a standalone feature gate | Vadim Petrochenkov | -95/+18 |
| 2020-03-22 | parse: nix new_sub_parser_from_file | Mazdak Farrokhzad | -1/+1 |
| 2020-03-18 | fix pre-expansion linting infra | Mazdak Farrokhzad | -7/+5 |
| 2020-03-14 | Update tests | John Kåre Alsaker | -4/+4 |
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -17/+17 |
| 2020-02-29 | Make it build again | Vadim Petrochenkov | -2/+2 |
| 2020-02-17 | Rename `FunctionRetTy` to `FnRetTy` | Yuki Okushi | -1/+1 |
| 2020-02-16 | Auto merge of #67885 - tobithiel:fix_group_lint_allow_override, r=Mark-Simula... | bors | -0/+7 |
| 2020-02-13 | IsAsync -> enum Async { Yes { span: Span, .. }, No } | Mazdak Farrokhzad | -1/+1 |
| 2020-02-11 | Fix stage2 test failures from call to span_lint. | jumbatm | -43/+80 |
| 2020-02-09 | --bless --compare-mode=nll | Matthias Prechtl | -8/+8 |
| 2020-02-06 | rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros. | Eduard-Mihai Burtescu | -0/+2 |
| 2020-02-01 | fix fallout in tests | Mazdak Farrokhzad | -4/+8 |
| 2020-01-24 | Normalise notes with the/is | varkor | -9/+9 |
| 2020-01-11 | fix ui-fulldeps & tests fallout | Mazdak Farrokhzad | -18/+18 |
| 2020-01-11 | fix fallout in ui-fulldeps | Mazdak Farrokhzad | -5/+4 |
| 2020-01-09 | Update tests | Vadim Petrochenkov | -10/+95 |
| 2020-01-08 | normalize rustc::hir::intravisit imports | Mazdak Farrokhzad | -1/+1 |
| 2020-01-06 | Improve hygiene of `newtype_index` | Matthew Jasper | -22/+0 |
| 2020-01-05 | fix ui-fulldeps fallout | Mazdak Farrokhzad | -7/+10 |
| 2020-01-04 | rustc_session: allow overriding lint level of individual lints from a group | Tobias Thiel | -0/+7 |
| 2020-01-02 | fix src/test fallout | Mazdak Farrokhzad | -9/+14 |
| 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 |