| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-09-06 | Rollup merge of #64111 - Centril:ast-only-patkind-or, r=petrochenkov | Mazdak Farrokhzad | -3/+3 |
| 2019-09-05 | Fix test | Esteban Küber | -22/+25 |
| 2019-09-05 | or-patterns: fix pprust-expr-roundtrip due to AST change. | Mazdak Farrokhzad | -3/+3 |
| 2019-09-03 | use TokenStream rather than &[TokenTree] for built-in macros | Aleksey Kladov | -3/+3 |
| 2019-08-30 | Use `panic::set_hook` to print the ICE message | Jonas Schievink | -1/+1 |
| 2019-08-20 | Deprecate using rustc_plugin without the rustc_driver dylib. | Simon Sapin | -27/+13 |
| 2019-08-10 | resolve: Remove remaining special cases from built-in macros | Vadim Petrochenkov | -17/+12 |
| 2019-08-03 | Rollup merge of #63146 - Mark-Simulacrum:clean-attr, r=petrochenkov | Mazdak Farrokhzad | -2/+0 |
| 2019-07-31 | Remove derives `Encodable`/`Decodable` and unstabilize attribute `#[bench]` | Vadim Petrochenkov | -20/+0 |
| 2019-07-31 | Replace AstBuilder with inherent methods | Mark Rousskov | -2/+0 |
| 2019-07-28 | Remove lint annotations in specific crates that are already enforced by rustb... | Vadim Petrochenkov | -2/+1 |
| 2019-07-27 | tests: Move run-pass tests without naming conflicts to ui | Vadim Petrochenkov | -0/+2214 |
| 2019-07-26 | Introduce built-in macros through libcore | Vadim Petrochenkov | -8/+34 |
| 2019-07-21 | normalize use of backticks in compiler messages for librustc_lint | Samy Kacimi | -1/+1 |
| 2019-07-17 | normalize use of backticks in compiler messages for librustc/lint | Samy Kacimi | -12/+12 |
| 2019-07-09 | normalize use of backticks in compiler messages for libsyntax/feature_gate | Samy Kacimi | -6/+6 |
| 2019-07-07 | Rollup merge of #62042 - petrochenkov:macstab, r=matthewjasper | Mazdak Farrokhzad | -1/+3 |
| 2019-07-07 | syntax: Migrate built-in macros to the regular stability checking | Vadim Petrochenkov | -1/+3 |
| 2019-07-07 | Link compiler plugins to rustc_driver | John Kåre Alsaker | -0/+6 |
| 2019-06-24 | Turn internal lints into tool lints | flip1995 | -18/+24 |
| 2019-06-24 | Only allow {declare,impl}_lint_pass macros for implementing LintPass | flip1995 | -1/+30 |
| 2019-06-24 | Implement initernal lint LINT_PASS_IMPL_WITHOUT_MACRO | flip1995 | -0/+50 |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -43/+43 |
| 2019-06-12 | rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -43/+43 |
| 2019-05-13 | Remove the equality operation between `Symbol` and strings. | Nicholas Nethercote | -3/+3 |
| 2019-05-13 | Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions. | Nicholas Nethercote | -5/+6 |
| 2019-04-28 | Update *.stderr files | flip1995 | -1/+101 |
| 2019-04-28 | Add tests | flip1995 | -0/+99 |
| 2019-04-22 | Remove double trailing newlines | varkor | -1/+0 |
| 2019-04-22 | update tests for migrate mode by default | Matthew Jasper | -10/+12 |
| 2019-04-18 | hide `--explain` hint if error has no extended info | Andy Russell | -2/+1 |
| 2019-04-11 | Fix ui-fulldeps test | Esteban Küber | -6/+12 |
| 2019-04-04 | Rollup merge of #59669 - Centril:lint-pass-macro, r=oli-obk | Mazdak Farrokhzad | -45/+9 |
| 2019-04-03 | reduce repetition in librustc(_lint) wrt. impl LintPass | Mazdak Farrokhzad | -45/+9 |
| 2019-04-03 | Update tests | flip1995 | -57/+38 |
| 2019-04-03 | Fix rebase fallout | flip1995 | -59/+39 |
| 2019-04-03 | Add tests for internal lints | flip1995 | -0/+345 |