| Age | Commit message (Expand) | Author | Lines |
| 2019-04-28 | Fix lint findings in librustc | flip1995 | -12/+12 |
| 2019-04-27 | Rollup merge of #60292 - varkor:ty-tuple-substs, r=nikomatsakis | Mazdak Farrokhzad | -26/+52 |
| 2019-04-27 | Auto merge of #59540 - Zoxc:the-arena-2, r=michaelwoerister | bors | -8/+3 |
| 2019-04-26 | Update handling of Tuple | varkor | -23/+40 |
| 2019-04-26 | Replace `&'tcx List<Ty<'tcx>>` in `Tuple` with `SubstsRef<'tcx>` | varkor | -1/+1 |
| 2019-04-26 | Add expect_ty method to Kind | varkor | -2/+11 |
| 2019-04-25 | ignore-tidy-filelength on all files with greater than 3000 lines | varkor | -0/+4 |
| 2019-04-25 | Update trait_impls_of | John Kåre Alsaker | -3/+2 |
| 2019-04-25 | Update inferred_outlives_of | John Kåre Alsaker | -5/+1 |
| 2019-04-23 | Add rustc_allow_const_fn_ptr | Taylor Cramer | -0/+7 |
| 2019-04-23 | Rollup merge of #60177 - rasendubi:rustdoc-comments, r=varkor | Mazdak Farrokhzad | -11/+11 |
| 2019-04-23 | Auto merge of #60125 - estebank:continue-evaluating, r=oli-obk | bors | -1/+1 |
| 2019-04-22 | Fix ICE related to #53708 | Esteban Küber | -1/+1 |
| 2019-04-22 | Promote rust comments to rustdoc | Alexey Shmalko | -11/+11 |
| 2019-04-22 | Remove double trailing newlines | varkor | -2/+0 |
| 2019-04-21 | Enable migrate mode by default on the 2015 edition | Matthew Jasper | -53/+7 |
| 2019-04-21 | Change return type of `TyCtxt::is_static` to bool | Vadim Petrochenkov | -3/+8 |
| 2019-04-21 | Introduce query `static_mutability` | Vadim Petrochenkov | -28/+2 |
| 2019-04-20 | Auto merge of #59987 - saleemjaffer:refactor_adjust_castkinds, r=oli-obk | bors | -39/+33 |
| 2019-04-18 | Auto merge of #60058 - varkor:const-generics-ty-refactor, r=cramertj | bors | -5/+13 |
| 2019-04-18 | Auto merge of #60048 - estebank:issue-54954, r=sanxiyn | bors | -0/+13 |
| 2019-04-18 | Add own_requires_monomorphization | varkor | -5/+13 |
| 2019-04-17 | Fix ICE on const evaluation of const method | Esteban Küber | -0/+13 |
| 2019-04-17 | Deny `internal` in stage0 | Mateusz Mikuła | -1/+1 |
| 2019-04-16 | refactor ExprKind to use new PointerCast enum | Saleem Jaffer | -21/+3 |
| 2019-04-16 | refactor Adjustment to use new PointerCast enum | Saleem Jaffer | -39/+42 |
| 2019-04-15 | basic refactor. Adding PointerCast enum | Saleem Jaffer | -0/+9 |
| 2019-04-14 | Auto merge of #59335 - Aaron1011:fix/extern-priv-final, r=Aaron1011 | bors | -0/+10 |
| 2019-04-14 | HirIdify hir::Def | ljedrz | -6/+12 |
| 2019-04-14 | Properly parse '--extern-private' with name and path | Aaron Hill | -0/+10 |
| 2019-04-12 | Use measureme in self-profiler | Wesley Wiser | -30/+42 |
| 2019-04-12 | Auto merge of #59651 - tmandry:discr-index, r=eddyb | bors | -0/+4 |
| 2019-04-11 | Add discr_index to multi-variant layouts | Tyler Mandry | -0/+4 |
| 2019-04-05 | Add DropArena and use it to allocate types with few allocations | John Kåre Alsaker | -3/+7 |
| 2019-04-05 | Make ArenaAllocatable a marker trait to allow overlapping impls and use speci... | John Kåre Alsaker | -2/+2 |
| 2019-04-05 | Introduce an arena type which may be used to allocate a list of types with de... | John Kåre Alsaker | -1/+56 |
| 2019-04-04 | Auto merge of #59517 - Zoxc:new-queries, r=oli-obk | bors | -1806/+17 |
| 2019-04-03 | Add trait_object_dummy_self to CommonTypes | flip1995 | -0/+7 |
| 2019-04-03 | Deny internal lints in librustc | flip1995 | -0/+2 |
| 2019-04-02 | Replace adt_def with name in mir::ProjectionElem::Downcast | Tyler Mandry | -17/+17 |
| 2019-04-01 | Rollup merge of #58507 - Zoxc:time-extended, r=michaelwoerister | Mazdak Farrokhzad | -15/+14 |
| 2019-03-31 | Rollup merge of #59580 - taiki-e:coerce-closure, r=oli-obk | Mazdak Farrokhzad | -7/+12 |
| 2019-03-31 | Rollup merge of #59519 - eddyb:layout-variants-refactor, r=oli-obk | Mazdak Farrokhzad | -23/+34 |
| 2019-04-01 | Allow closure to unsafe fn coercion | Taiki Endo | -7/+12 |
| 2019-03-30 | Remove redundant imports | Fabian Drinck | -1/+0 |
| 2019-03-30 | Move query definitions over to the proc macro | John Kåre Alsaker | -1806/+17 |
| 2019-03-30 | Rollup merge of #59343 - eddyb:rm-def-symbol-name, r=michaelwoerister | Mazdak Farrokhzad | -7/+2 |
| 2019-03-30 | Rollup merge of #59376 - davidtwco:finally-rfc-2008-variants, r=petrochenkov,... | Mazdak Farrokhzad | -2/+12 |
| 2019-03-29 | rustc_target: factor out common fields of non-Single Variants. | Eduard-Mihai Burtescu | -23/+34 |
| 2019-03-29 | rustc(codegen): uncache `def_symbol_name` prefix from `symbol_name`. | Eduard-Mihai Burtescu | -7/+2 |