| Age | Commit message (Expand) | Author | Lines |
| 2019-11-18 | Add more context to `async fn` trait error. Suggest `async-trait`. | Agustin Fernandez | -1/+6 |
| 2019-11-16 | Use "field is never read" instead of "field is never used" | cosine | -1/+1 |
| 2019-11-15 | Rollup merge of #66197 - Centril:transparent-ast, r=varkor | Tyler Mandry | -9/+1 |
| 2019-11-14 | TAIT: remove redundant check from ast_validation | Mazdak Farrokhzad | -9/+1 |
| 2019-11-14 | move E0744 to new error code | Guillaume Gomez | -0/+1 |
| 2019-11-14 | Remove unused error_codes.rs files | Guillaume Gomez | -657/+0 |
| 2019-11-14 | Update to use new librustc_error_codes library | Guillaume Gomez | -2/+9 |
| 2019-11-13 | Use `ast::Mutability` | Dylan MacKenzie | -2/+3 |
| 2019-11-13 | Change control flow error to delay span bug | Dylan MacKenzie | -4/+5 |
| 2019-11-13 | Fix broken doc-test | Dylan MacKenzie | -1/+1 |
| 2019-11-13 | Small fixes to comments | Dylan MacKenzie | -4/+5 |
| 2019-11-13 | Add HIR pass to check for `if`s and `loop`s in a `const` | Dylan MacKenzie | -0/+159 |
| 2019-11-13 | Add E0744 for control flow in consts | Dylan MacKenzie | -0/+22 |
| 2019-11-11 | Auto merge of #66252 - cjgillot:trees, r=oli-obk | bors | -2/+2 |
| 2019-11-11 | syntactically allow visibility on trait item & enum variant | Mazdak Farrokhzad | -0/+6 |
| 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 |