| Age | Commit message (Expand) | Author | Lines |
| 2019-11-23 | Auto merge of #66507 - ecstatic-morse:const-if-match, r=oli-obk | bors | -25/+73 |
| 2019-11-22 | Rollup merge of #66183 - Centril:empty-vis-trait-decl, r=petrochenkov | Mazdak Farrokhzad | -0/+6 |
| 2019-11-21 | Suggest `const_if_match` on nightly | Dylan MacKenzie | -19/+70 |
| 2019-11-21 | Hold a `TyCtxt` in the HIR const-checker | Dylan MacKenzie | -10/+7 |
| 2019-11-21 | Add feature gate for const `if` and `match` | Dylan MacKenzie | -1/+1 |
| 2019-11-21 | reduce size of hir::ExprKind | Mazdak Farrokhzad | -13/+17 |
| 2019-11-20 | Rollup merge of #66535 - estebank:issue-62480, r=matthewjasper | Mazdak Farrokhzad | -3/+10 |
| 2019-11-18 | Avoid ICE when `break`ing to an unreachable label | Esteban Küber | -3/+10 |
| 2019-11-18 | Reword help and add test | Esteban Küber | -6/+4 |
| 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 |