| Age | Commit message (Expand) | Author | Lines |
| 2019-04-27 | Auto merge of #59540 - Zoxc:the-arena-2, r=michaelwoerister | bors | -3/+2 |
| 2019-04-25 | Update rvalue_promotable_map | John Kåre Alsaker | -3/+2 |
| 2019-04-25 | Introduce hir::ExprKind::Use and employ in for loop desugaring. | Mazdak Farrokhzad | -6/+3 |
| 2019-04-23 | Rollup merge of #59823 - davidtwco:issue-54716, r=cramertj | Mazdak Farrokhzad | -3/+3 |
| 2019-04-21 | Add `AsyncArgument` to AST. | David Wood | -3/+3 |
| 2019-04-21 | Remove mutability from `Def::Static` | Vadim Petrochenkov | -1/+1 |
| 2019-04-20 | Auto merge of #59987 - saleemjaffer:refactor_adjust_castkinds, r=oli-obk | bors | -6/+2 |
| 2019-04-18 | Auto merge of #60025 - JohnTitor:rename-files, r=petrochenkov | bors | -1/+1 |
| 2019-04-17 | Rename modules | Yuki OKUSHI | -1/+1 |
| 2019-04-17 | Rename diagnostics to error_codes | Yuki OKUSHI | -0/+0 |
| 2019-04-17 | Deny `internal` in stage0 | Mateusz Mikuła | -1/+1 |
| 2019-04-16 | refactor Adjustment to use new PointerCast enum | Saleem Jaffer | -6/+2 |
| 2019-04-03 | Deny internal lints on non conflicting crates | flip1995 | -0/+1 |
| 2019-03-31 | Rollup merge of #59580 - taiki-e:coerce-closure, r=oli-obk | Mazdak Farrokhzad | -1/+1 |
| 2019-04-01 | Allow closure to unsafe fn coercion | Taiki Endo | -1/+1 |
| 2019-03-31 | Rollup merge of #59572 - davidtwco:issue-59508, r=varkor | Mazdak Farrokhzad | -25/+55 |
| 2019-03-31 | Only mention const generics if enabled. | David Wood | -20/+37 |
| 2019-03-31 | Include bounds in generic reordering diagnostic. | David Wood | -12/+25 |
| 2019-03-30 | Rollup merge of #59376 - davidtwco:finally-rfc-2008-variants, r=petrochenkov,... | Mazdak Farrokhzad | -9/+0 |
| 2019-03-28 | Implement `#[non_exhaustive]` on variants. | David Wood | -9/+0 |
| 2019-03-28 | Rollup merge of #59216 - stepnivlk:type_dependent_defs-wrappers, r=oli-obk | Mazdak Farrokhzad | -2/+1 |
| 2019-03-25 | Auto merge of #59256 - petrochenkov:derval2, r=Zoxc | bors | -3/+2 |
| 2019-03-24 | Remove methods is_struct/is_tuple/is_unit from VariantData | Vadim Petrochenkov | -1/+1 |
| 2019-03-24 | Separate variant id and variant constructor id. | David Wood | -4/+3 |
| 2019-03-17 | Make meta-item API compatible with `LocalInternedString::get` soundness fix | Vadim Petrochenkov | -3/+2 |
| 2019-03-16 | Refactor away `NestedMetaItemKind` | Vadim Petrochenkov | -1/+1 |
| 2019-03-16 | syntax: Do not accidentally treat multi-segment meta-items as single-segment | Vadim Petrochenkov | -3/+1 |
| 2019-03-16 | Add def getting methods to librustc/ty/context | Tomas Koutsky | -2/+1 |
| 2019-03-12 | Auto merge of #58608 - pnkfelix:warning-period-for-detecting-nested-impl-trai... | bors | -14/+114 |
| 2019-03-12 | Addressed review feedback regarding comment phrasing. | Felix S. Klock II | -2/+2 |
| 2019-03-11 | Revised warning-downgrade strategy for nested impl trait. | Felix S. Klock II | -27/+77 |
| 2019-03-09 | Rollup merge of #58679 - Zoxc:passes-refactor, r=michaelwoerister | Mazdak Farrokhzad | -13/+0 |
| 2019-03-09 | Rollup merge of #58670 - saleemjaffer:refactor_typecast_check_kinds, r=oli-obk | Mazdak Farrokhzad | -10/+7 |
| 2019-03-08 | Temporarily emulate the (accidentally) omitted recursion during impl Trait ch... | Felix S. Klock II | -15/+65 |
| 2019-03-07 | hir: replace NodeId with HirId in Destination | ljedrz | -9/+8 |
| 2019-03-07 | HirIdification: replace NodeId method calls | ljedrz | -6/+5 |
| 2019-03-06 | Make misc checking 1 more parallel | John Kåre Alsaker | -6/+0 |
| 2019-03-06 | Make misc checking 2 more parallel | John Kåre Alsaker | -7/+0 |
| 2019-03-05 | fixes rust-lang#52482 | Saleem Jaffer | -10/+7 |
| 2019-03-02 | hir: remove NodeId from Pat and FieldPat | ljedrz | -2/+1 |
| 2019-03-02 | hir: remove NodeId from Item | ljedrz | -1/+1 |
| 2019-02-27 | Rollup merge of #58678 - doctorn:refuse-async-fn-2015-edition, r=varkor | Mazdak Farrokhzad | -3/+23 |
| 2019-02-27 | rename Substs to InternalSubsts | csmoe | -3/+3 |
| 2019-02-26 | replace &'tcx Substs with SubstsRef | csmoe | -2/+2 |
| 2019-02-24 | Deny `async fn` in 2015 edition | Nathan Corbyn | -3/+23 |
| 2019-02-24 | hir: remove NodeId from Expr | ljedrz | -11/+12 |
| 2019-02-24 | passes: HirIdify Id | ljedrz | -16/+16 |
| 2019-02-20 | hir: HirId-ify intravisit | ljedrz | -3/+3 |
| 2019-02-16 | Rollup merge of #57981 - Zoxc:fix-57979, r=nikomatsakis | kennytm | -1/+1 |
| 2019-02-13 | HirId-ify hir::BodyId | ljedrz | -2/+1 |