| Age | Commit message (Expand) | Author | Lines |
| 2019-11-11 | Auto merge of #66252 - cjgillot:trees, r=oli-obk | bors | -2/+2 |
| 2019-11-10 | Merge hir::GeneratorMovability into ast::Movability. | Camille GILLOT | -2/+2 |
| 2019-11-10 | move syntax::parse -> librustc_parse | Mazdak Farrokhzad | -4/+5 |
| 2019-11-09 | move attr meta grammar to parse::validate_atr + ast_validation | Mazdak Farrokhzad | -0/+5 |
| 2019-11-08 | Rollup merge of #66188 - Centril:fnsig, r=davidtwco | Mazdak Farrokhzad | -4/+4 |
| 2019-11-08 | Rollup merge of #65785 - Centril:compat-to-error-2, r=oli-obk | Mazdak Farrokhzad | -112/+19 |
| 2019-11-08 | ast::ItemKind::Fn: use ast::FnSig | Mazdak Farrokhzad | -4/+4 |
| 2019-11-07 | Auto merge of #65750 - nnethercote:cheaper-doc-comments, r=petrochenkov | bors | -1/+1 |
| 2019-11-06 | Make doc comments cheaper with `AttrKind`. | Nicholas Nethercote | -1/+1 |
| 2019-11-06 | nested_impl_trait -> error | Mazdak Farrokhzad | -107/+19 |
| 2019-11-06 | legacy_directory_ownership -> error | Mazdak Farrokhzad | -5/+0 |
| 2019-11-06 | Auto merge of #65830 - Quantumplation:master, r=davidtwco,estebank | bors | -3/+14 |
| 2019-11-05 | Use source_callee().is_some() to detect macros | Pi Lanningham | -4/+5 |
| 2019-11-05 | Detect if item.span is in a macro, and fall back | Pi Lanningham | -3/+13 |
| 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 | Use ident instead of def_span in dead-code pass | Pi Lanningham | -1/+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 |