| Age | Commit message (Expand) | Author | Lines |
| 2019-11-04 | Auto merge of #65835 - Mark-Simulacrum:lockless-lintbuffer, r=nikomatsakis | bors | -9/+12 |
| 2019-11-03 | Migrate resolver over to internal lint buffer | Mark Rousskov | -9/+12 |
| 2019-10-30 | Do not complain about missing `fn main()` in some cases | Esteban Küber | -1/+8 |
| 2019-10-28 | Rollup merge of #65792 - Centril:split-syntax-2, r=petrochenkov | Mazdak Farrokhzad | -2/+1 |
| 2019-10-27 | rustc, rustc_passes: don't depend on syntax_expand. | Mazdak Farrokhzad | -2/+1 |
| 2019-10-26 | Update with word change suggestion | ObsidianMinor | -1/+1 |
| 2019-10-26 | Add detailed explaination for E0666 | Sydney Acksman | -1/+24 |
| 2019-10-16 | move syntax::ext to new crate syntax_expand | Mazdak Farrokhzad | -1/+2 |
| 2019-10-13 | ast: remove implicit pprust dependency via Display. | Mazdak Farrokhzad | -1/+2 |
| 2019-10-10 | Add long error explanation for E0568 | Guillaume Gomez | -1/+29 |
| 2019-10-08 | Rollup merge of #65135 - GuillaumeGomez:add-error-code-check, r=Mark-Simulacrum | Mazdak Farrokhzad | -4/+21 |
| 2019-10-08 | Add long error explanation for E0567 | Guillaume Gomez | -1/+28 |
| 2019-10-07 | Add long error explanation for E0561 | Guillaume Gomez | -1/+28 |
| 2019-10-07 | Fix/improve some error codes long explanation | Guillaume Gomez | -4/+21 |
| 2019-10-06 | sort error codes in librustc_passes | Guillaume Gomez | -162/+161 |
| 2019-10-04 | middle::intrinsicck -> rustc_passes | Mark Rousskov | -0/+279 |
| 2019-10-04 | middle::entry -> rustc_passes | Mark Rousskov | -0/+285 |
| 2019-10-04 | middle::dead -> rustc_passes | Mark Rousskov | -0/+677 |
| 2019-10-04 | move middle::liveness to rustc_passes | Mark Rousskov | -0/+1570 |
| 2019-09-30 | Remove HIR based const qualification | Matthew Jasper | -660/+0 |
| 2019-09-26 | Rename `ForeignItem.node` to `ForeignItem.kind` | varkor | -1/+1 |
| 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 |