| Age | Commit message (Expand) | Author | Lines |
| 2019-09-26 | Rename `Item.node` to `Item.kind` | varkor | -2/+2 |
| 2019-09-26 | Rename `Stmt.node` to `Stmt.kind` | varkor | -1/+1 |
| 2019-09-26 | Rename `Ty.node` to `Ty.kind` | varkor | -5/+5 |
| 2019-09-26 | Rename `TraitItem.node` to `TraitItem.kind` | varkor | -1/+1 |
| 2019-09-26 | Rename `ImplItem.node` to `ImplItem.kind` | varkor | -6/+3 |
| 2019-09-26 | Rename `Pat.node` to `Pat.kind` | varkor | -2/+2 |
| 2019-09-26 | Rename `Expr.node` to `Expr.kind` | varkor | -9/+9 |
| 2019-09-26 | Auto merge of #64513 - varkor:sty-begone, r=eddyb | bors | -3/+3 |
| 2019-09-25 | Rename `sty` to `kind` | varkor | -3/+3 |
| 2019-09-25 | Rollup merge of #64764 - Mark-Simulacrum:snap, r=Centril | Mazdak Farrokhzad | -1/+0 |
| 2019-09-25 | Snap cfgs to new beta | Mark Rousskov | -1/+0 |
| 2019-09-16 | or-patterns: rvalue_promotion: remove `top_pats_hack`. | Mazdak Farrokhzad | -7/+3 |
| 2019-09-15 | or-patterns: use `top_pats_hack` to make things compile. | Mazdak Farrokhzad | -1/+1 |
| 2019-09-08 | Dont use gate bind_by_move_pattern_guards internally. | Mazdak Farrokhzad | -1/+1 |
| 2019-09-05 | Remove rustc_diagnostic_macros feature | Mark Rousskov | -1/+0 |
| 2019-09-05 | Replace diagnostic plugins with macro_rules | Mark Rousskov | -10/+4 |
| 2019-08-27 | Cleanup: Consistently use `Param` instead of `Arg` #62426 | Kevin Per | -3/+3 |
| 2019-08-24 | Modifies how Arg, Arm, Field, FieldPattern and Variant are visited | Caio | -7/+3 |
| 2019-08-21 | `r#type` -> `ty` | Artem Varaksa | -4/+4 |
| 2019-08-21 | improve diagnostics: break/continue wrong context | Artem Varaksa | -20/+19 |
| 2019-08-18 | Better error message for break in async blocks. | Giles Cope | -3/+14 |
| 2019-08-15 | Remove `Spanned` from `ast::Mac` | Vadim Petrochenkov | -1/+1 |
| 2019-08-14 | Merge Variant and Variant_ | Caio | -1/+1 |
| 2019-08-04 | Rename `ItemKind::Ty` to `ItemKind::TyAlias` | varkor | -1/+1 |
| 2019-08-02 | Replace "existential" by "opaque" | varkor | -1/+1 |
| 2019-07-28 | Auto merge of #63090 - Centril:rollup-xnjwm2h, r=Centril | bors | -0/+5 |
| 2019-07-28 | Rollup merge of #61856 - c410-f3r:attrs-fn, r=matthewjasper | Mazdak Farrokhzad | -0/+5 |
| 2019-07-28 | Deny `unused_lifetimes` through rustbuild | Vadim Petrochenkov | -2/+0 |
| 2019-07-28 | Remove lint annotations in specific crates that are already enforced by rustb... | Vadim Petrochenkov | -3/+0 |
| 2019-07-28 | Rollup merge of #62550 - Centril:rest-patterns, r=petrochenkov | Mazdak Farrokhzad | -1/+1 |
| 2019-07-28 | Add exceptions for ExprKind::Err/TyKind::Error. | Mazdak Farrokhzad | -1/+1 |
| 2019-07-27 | syntax_ext: `proc_macro_decls` -> `proc_macro_harness` | Vadim Petrochenkov | -1/+0 |
| 2019-07-27 | Break dependencies between `syntax_ext` and some other crates | Vadim Petrochenkov | -2/+1 |
| 2019-07-27 | Lint attributes on function arguments | Caio | -0/+5 |
| 2019-07-25 | Rollup merge of #62735 - petrochenkov:galloc, r=alexcrichton | Mazdak Farrokhzad | -8/+2 |
| 2019-07-24 | syntax_ext: Turn `#[global_allocator]` into a regular attribute macro | Vadim Petrochenkov | -8/+2 |
| 2019-07-23 | normalize use of backticks for compiler messages in remaining modules | Samy Kacimi | -5/+5 |
| 2019-07-13 | Make `register_[long_]diagnostics` hygienic | Matthew Jasper | -1/+1 |
| 2019-07-07 | rustc: Remove `dylib` crate type from most rustc crates | Alex Crichton | -1/+0 |
| 2019-07-06 | Remove ExprKind::While from HIR. | Mazdak Farrokhzad | -35/+4 |
| 2019-07-05 | Rollup merge of #62168 - ljedrz:the_culmination_of_hiridification, r=Zoxc | Mazdak Farrokhzad | -3/+3 |
| 2019-07-05 | Rollup merge of #61545 - flip1995:internal_lints, r=oli-obk | Mazdak Farrokhzad | -1/+0 |
| 2019-07-04 | rename hir::map::local_def_id_from_hir_id to local_def_id | ljedrz | -3/+3 |
| 2019-07-03 | Remove needless lifetimes | Jeremy Stucki | -5/+5 |
| 2019-06-29 | Always parse 'async unsafe fn' + properly ban in 2015. | Mazdak Farrokhzad | -7/+0 |
| 2019-06-24 | Enable internal lints in bootstrap | flip1995 | -1/+0 |
| 2019-06-24 | HIR: rename find_by_hir_id to find | ljedrz | -2/+2 |
| 2019-06-23 | let_chains: Revert 'fn with' in ast_validation. | Mazdak Farrokhzad | -19/+10 |
| 2019-06-23 | let_chains: Remove ast_validation logic in favor of lowering with recovery. | Mazdak Farrokhzad | -59/+9 |
| 2019-06-23 | let_chains: Inline visit_expr_with_let_maybe_allowed. | Mazdak Farrokhzad | -37/+25 |