| Age | Commit message (Expand) | Author | Lines |
| 2019-08-10 | lowering: extract lower_expr_async_closure | Mazdak Farrokhzad | -49/+67 |
| 2019-08-10 | lowering: extract lower_expr_range_closed | Mazdak Farrokhzad | -11/+15 |
| 2019-08-10 | lowering: extract lower_expr_range | Mazdak Farrokhzad | -39/+44 |
| 2019-08-10 | lowering: extract lower_expr_asm | Mazdak Farrokhzad | -30/+35 |
| 2019-08-10 | lowering: extract lower_expr_yield | Mazdak Farrokhzad | -22/+24 |
| 2019-08-10 | lowering: extract lower_expr_for | Mazdak Farrokhzad | -153/+163 |
| 2019-08-10 | lowering: extract lower_expr_try | Mazdak Farrokhzad | -110/+105 |
| 2019-08-10 | lowering: move lower_expr -> expr.rs | Mazdak Farrokhzad | -800/+815 |
| 2019-08-10 | Rollup merge of #63432 - Centril:simplify-lowering, r=eddyb | Mazdak Farrokhzad | -43/+34 |
| 2019-08-10 | Cleanup & Simplify stuff in lowering. | Mazdak Farrokhzad | -43/+34 |
| 2019-08-10 | Fix calls to resolver from rustdoc and HIR lowering | Vadim Petrochenkov | -11/+4 |
| 2019-08-09 | Differentiate between tuple structs and tuple variants | Esteban Küber | -1/+1 |
| 2019-08-07 | Auto merge of #61919 - alexreg:fix-atb-1, r=nikomatsakis | bors | -1/+1 |
| 2019-08-05 | A few cosmetic improvements. | Alexander Regueiro | -1/+1 |
| 2019-08-05 | Drop span argument from mk_list_item | Mark Rousskov | -4/+3 |
| 2019-08-05 | Auto merge of #63248 - petrochenkov:nomarker, r=matthewjasper | bors | -2/+16 |
| 2019-08-04 | Rename `Target::Ty` to `Target::TyAlias` | varkor | -2/+2 |
| 2019-08-04 | Rename `ItemImplKind::Type` to `ItemImplKind::TyAlias` | varkor | -9/+9 |
| 2019-08-04 | Rename `ItemKind::Ty` to `ItemKind::TyAlias` | varkor | -12/+12 |
| 2019-08-03 | Move special treatment of `derive(Copy, PartialEq, Eq)` from expansion infras... | Vadim Petrochenkov | -2/+16 |
| 2019-08-03 | Rollup merge of #63146 - Mark-Simulacrum:clean-attr, r=petrochenkov | Mazdak Farrokhzad | -1/+1 |
| 2019-08-02 | Fix broken test and nit | varkor | -32/+35 |
| 2019-08-02 | Address review comments | varkor | -11/+10 |
| 2019-08-02 | Rename `OpaqueTyOrigin` variants | varkor | -4/+4 |
| 2019-08-02 | Replace `exist_ty` and `ExistTy` with `opaque_ty` and `OpaqueTy` | varkor | -58/+58 |
| 2019-08-02 | Replace `abstract type` with type alias `impl Trait` | varkor | -1/+1 |
| 2019-08-02 | Replace "existential" by "opaque" | varkor | -86/+89 |
| 2019-07-31 | Remove span argument from mk_attr_{inner,outer} | Mark Rousskov | -1/+1 |
| 2019-07-31 | Remove AttrId from Attribute constructors | Mark Rousskov | -1/+1 |
| 2019-07-31 | Unify spanned and non-spanned Attribute ctors | Mark Rousskov | -1/+1 |
| 2019-07-30 | Unsupport the await!(..) macro. | Mazdak Farrokhzad | -1/+1 |
| 2019-07-28 | Rollup merge of #61856 - c410-f3r:attrs-fn, r=matthewjasper | Mazdak Farrokhzad | -14/+69 |
| 2019-07-28 | Rollup merge of #62550 - Centril:rest-patterns, r=petrochenkov | Mazdak Farrokhzad | -39/+161 |
| 2019-07-28 | Address comments in lowering + parsing. | Mazdak Farrokhzad | -10/+10 |
| 2019-07-28 | Use AstP more in lowering. | Mazdak Farrokhzad | -1/+1 |
| 2019-07-28 | Adjust lowering of Slice patterns. | Mazdak Farrokhzad | -34/+100 |
| 2019-07-28 | Adjust lowering of Tuple/TupleStruct patterns. | Mazdak Farrokhzad | -9/+48 |
| 2019-07-28 | Add 'ast::PatKind::Rest'. | Mazdak Farrokhzad | -0/+17 |
| 2019-07-28 | Rollup merge of #62771 - petrochenkov:depext, r=eddyb | Mazdak Farrokhzad | -2/+1 |
| 2019-07-27 | Rollup merge of #63014 - davidtwco:rustfix-incorrect-dyn-suggestion, r=estebank | Mazdak Farrokhzad | -7/+15 |
| 2019-07-27 | Move standard library injection into libsyntax_ext | Vadim Petrochenkov | -2/+1 |
| 2019-07-27 | Lint attributes on function arguments | Caio | -14/+69 |
| 2019-07-26 | Auto merge of #62086 - petrochenkov:builtout, r=eddyb | bors | -8/+1 |
| 2019-07-26 | Rollup merge of #62421 - JohnTitor:U007D-master, r=alexcrichton | Mazdak Farrokhzad | -1/+1 |
| 2019-07-26 | lowering: Omit bare trait lint on macro call sites | David Wood | -7/+15 |
| 2019-07-26 | Introduce built-in macros through libcore | Vadim Petrochenkov | -8/+1 |
| 2019-07-23 | cleanup: Remove `extern crate serialize as rustc_serialize`s | Vadim Petrochenkov | -13/+12 |
| 2019-07-21 | normalize use of backticks in compiler messages for librustc/hir | Samy Kacimi | -4/+4 |
| 2019-07-19 | Adjust other names after the `Mark` renaming | Vadim Petrochenkov | -8/+8 |
| 2019-07-19 | libsyntax: Remove `Mark` into `ExpnId` | Vadim Petrochenkov | -26/+26 |