| Age | Commit message (Expand) | Author | Lines |
| 2019-12-13 | Use better name for local containing required feature gates | Dylan MacKenzie | -5/+5 |
| 2019-12-13 | Replace `Index` impl with `enabled` method | Dylan MacKenzie | -2/+2 |
| 2019-12-13 | Apply suggestions from review | Dylan MacKenzie | -5/+5 |
| 2019-12-13 | Improve comment | Dylan MacKenzie | -2/+2 |
| 2019-12-13 | Restructue HIR const-checker to handle features with multiple gates | Dylan MacKenzie | -19/+69 |
| 2019-12-07 | Simplify `check_decl_no_pat`. | Mazdak Farrokhzad | -5/+5 |
| 2019-12-02 | syntax: Remove redundant span from `ast::Mac` | Vadim Petrochenkov | -8/+0 |
| 2019-11-30 | move GateIssue to rustc_feature & simplify emit_feature_err | Mazdak Farrokhzad | -8/+2 |
| 2019-11-30 | move is_builtin_attr to syntax::attr | Mazdak Farrokhzad | -2/+1 |
| 2019-11-30 | introduce crate rustc_feature and move active, accepted, and removed to it | Mazdak Farrokhzad | -1/+3 |
| 2019-11-26 | Rollup merge of #66754 - estebank:rustdoc-capitalization, r=Dylan-DPC | Tyler Mandry | -2/+2 |
| 2019-11-25 | Tweak bad `continue` error | Esteban Küber | -2/+2 |
| 2019-11-24 | Add raw address of expressions to the AST and HIR | Matthew Jasper | -1/+1 |
| 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 |