| Age | Commit message (Expand) | Author | Lines |
| 2020-04-10 | Rollup merge of #70913 - eddyb:rc-arc-diagnostic-items, r=matthewjasper | Mazdak Farrokhzad | -40/+7 |
| 2020-04-09 | Auto merge of #70909 - marmeladema:issue70853/librustc_hir-local-def-id, r=eddyb | bors | -3/+3 |
| 2020-04-09 | Auto merge of #70860 - lcnr:has_local_value, r=nikomatsakis | bors | -28/+14 |
| 2020-04-08 | replace `has_local_value` with `needs_infer` | Bastian Kauschke | -30/+14 |
| 2020-04-08 | Rollup merge of #70870 - mark-i-m:de-abuse-err, r=eddyb | Dylan DPC | -4/+4 |
| 2020-04-08 | don't set `HAS_INFER` for fresh types | Bastian Kauschke | -3/+5 |
| 2020-04-08 | Replace "rc"/"arc" lang items with Rc/Arc diagnostic items. | Eduard-Mihai Burtescu | -40/+7 |
| 2020-04-07 | fix abuses of tykind::err | mark | -4/+4 |
| 2020-04-07 | Remove unnecessary TypeFlags::NOMINAL_FLAGS | Theo Sandstrom | -24/+1 |
| 2020-04-08 | librustc_hir: return LocalDefId instead of DefId in local_def_id | marmeladema | -3/+3 |
| 2020-04-06 | ty: remove `{Existential,}Trait{Ref,Predicate}::input_types`. | Eduard-Mihai Burtescu | -20/+0 |
| 2020-04-06 | ty: remove unnecessary `Predicate::walk_tys` and `collect_regions`. | Eduard-Mihai Burtescu | -84/+0 |
| 2020-04-06 | ty: switch `Ty::walk` from `Ty` to `GenericArg`. | Eduard-Mihai Burtescu | -50/+38 |
| 2020-04-06 | ty/walk: switch `walk_shallow` from `Ty` to `GenericArg`. | Eduard-Mihai Burtescu | -62/+34 |
| 2020-04-06 | ty/walk: keep track of `GenericArg`s on the stack, instead of `Ty`s. | Eduard-Mihai Burtescu | -85/+107 |
| 2020-04-05 | Rollup merge of #67797 - Aaron1011:feature/instance-query, r=nikomatsakis | Dylan DPC | -21/+14 |
| 2020-04-05 | Retire rustc::ty::Attributes enum. | Camille GILLOT | -19/+4 |
| 2020-04-05 | Remove unneeded Lrc in query results. | Camille GILLOT | -2/+2 |
| 2020-04-05 | Query-ify Instance::resolve | Aaron Hill | -21/+14 |
| 2020-04-05 | Rollup merge of #70748 - ogoffart:enum-layout-optim2, r=eddyb | Dylan DPC | -5/+3 |
| 2020-04-04 | typeck/type_of: simplify checking of opaque types with multipler defining uses. | Eduard-Mihai Burtescu | -27/+21 |
| 2020-04-03 | Do not disable field reordering on enums with big discriminant | Olivier Goffart | -5/+3 |
| 2020-04-02 | Rollup merge of #70658 - davidtwco:issue-70285-still-further-specializable, r... | Mazdak Farrokhzad | -55/+80 |
| 2020-04-02 | direct imports for langitem stuff | Mazdak Farrokhzad | -6/+6 |
| 2020-04-02 | use direct import for ErrorReported | Mazdak Farrokhzad | -3/+3 |
| 2020-04-02 | nix rustc_target::abi::* reexport in ty::layout | Mazdak Farrokhzad | -11/+11 |
| 2020-04-02 | add `STILL_FURTHER_SPECIALIZABLE` flag | David Wood | -55/+80 |
| 2020-04-01 | Rollup merge of #70616 - anyska:fieldplacement-rename, r=oli-obk | Dylan DPC | -23/+23 |
| 2020-03-31 | rustc_target::abi: rename FieldPlacement to FieldsShape. | Ana-Maria Mihalache | -23/+23 |
| 2020-03-30 | Add `can_unwind` field to `FnAbi` | Wesley Wiser | -3/+57 |
| 2020-03-30 | Use if let instead of match when only matching a single variant (clippy::sing... | Matthias Krüger | -24/+14 |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -6/+6 |
| 2020-03-30 | rustc -> rustc_middle part 1 | Mazdak Farrokhzad | -0/+24824 |