| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-02-13 | Rollup merge of #58137 - ljedrz:cleanup_node_id_to_type, r=estebank | Mazdak Farrokhzad | -2/+2 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -19/+19 |
| 2019-02-09 | cleanup: rename node_id_to_type(_opt) | ljedrz | -2/+2 |
| 2019-02-09 | Rollup merge of #58247 - taiki-e:librustc_passes-2018, r=Centril | Mazdak Farrokhzad | -22/+23 |
| 2019-02-08 | librustc_passes => 2018 | Taiki Endo | -22/+23 |
| 2019-02-08 | Auto merge of #58191 - varkor:const-generics-ast, r=petrochenkov | bors | -16/+118 |
| 2019-02-07 | Fix ast_validation printing of const generics | varkor | -7/+13 |
| 2019-02-07 | Validate generic parameter and argument order in ast_validation | varkor | -16/+112 |
| 2019-02-07 | Rollup merge of #58185 - GuillaumeGomez:images-url, r=SimonSapin | Guillaume Gomez | -3/+1 |
| 2019-02-07 | Remove images' url to make it work even without internet connection | Guillaume Gomez | -3/+1 |
| 2019-02-07 | Auto merge of #58010 - Zoxc:parallel-passes, r=michaelwoerister | bors | -1/+0 |
| 2019-01-30 | Fix #57730 | John Kåre Alsaker | -1/+1 |