| Age | Commit message (Expand) | Author | Lines |
| 2020-04-10 | Auto merge of #70986 - marmeladema:issue70853/librustc_middle-local-def-id, r... | bors | -22/+21 |
| 2020-04-10 | librustc_middle: return LocalDefId instead of DefId in get_parent_did | marmeladema | -3/+2 |
| 2020-04-10 | librustc_middle: return LocalDefId instead of DefId in local_def_id_from_node_id | marmeladema | -12/+9 |
| 2020-04-10 | librustc_middle: return LocalDefId instead of DefId in body_owner_def_id | marmeladema | -6/+5 |
| 2020-04-10 | librustc_middle: return LocalDefId instead of DefId in opt_local_def_id | marmeladema | -10/+12 |
| 2020-04-10 | librustc_middle: return LocalDefId instead of DefId in opt_local_def_id_from_... | marmeladema | -11/+13 |
| 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 | Rollup merge of #70915 - tsandstr:remove-nominal-flags, r=eddyb | Dylan DPC | -24/+1 |
| 2020-04-08 | Rollup merge of #70876 - nnethercote:smallvec-predecessors, r=estebank | Dylan DPC | -5/+11 |
| 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-07 | Use a `SmallVec` for `Cache::predecessors`. | Nicholas Nethercote | -5/+11 |
| 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 #70777 - faern:use-assoc-int-consts2, r=dtolnay | Dylan DPC | -1/+1 |
| 2020-04-05 | Rollup merge of #67797 - Aaron1011:feature/instance-query, r=nikomatsakis | Dylan DPC | -21/+18 |
| 2020-04-05 | Stop importing int/float modules in librustc_* | Linus Färnstrand | -1/+1 |
| 2020-04-05 | Query-ify Instance::resolve | Aaron Hill | -21/+18 |
| 2020-04-05 | Rollup merge of #70748 - ogoffart:enum-layout-optim2, r=eddyb | Dylan DPC | -5/+3 |
| 2020-04-04 | Auto merge of #70272 - eddyb:type-of-impl-trait, r=nikomatsakis | bors | -27/+21 |
| 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 | Add hash of source files in debug info | Arlo Siemsen | -1/+1 |
| 2020-04-02 | Rollup merge of #70658 - davidtwco:issue-70285-still-further-specializable, r... | Mazdak Farrokhzad | -55/+80 |
| 2020-04-02 | nix CachingSourceMapView reexport | Mazdak Farrokhzad | -1/+0 |
| 2020-04-02 | direct imports for langitem stuff | Mazdak Farrokhzad | -12/+8 |
| 2020-04-02 | use direct import for ErrorReported | Mazdak Farrokhzad | -5/+3 |
| 2020-04-02 | nix rustc_target::abi::* reexport in ty::layout | Mazdak Farrokhzad | -35/+30 |
| 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-04-01 | Rollup merge of #70590 - RalfJung:miri-backtrace, r=oli-obk | Dylan DPC | -13/+9 |
| 2020-04-01 | Rollup merge of #70535 - jonas-schievink:graph-refactor, r=nikomatsakis | Dylan DPC | -11/+59 |
| 2020-04-01 | Rollup merge of #70627 - spastorino:use-place-directly-its-copy, r=oli-obk | Mazdak Farrokhzad | -2/+2 |
| 2020-03-31 | Use Place directly on Operand::place and friends, it's Copy | Santiago Pastorino | -2/+2 |
| 2020-03-31 | const backtrace: do not skip first frame | Ralf Jung | -4/+5 |
| 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 | Miri stacktrace: record span inside frame, not call-site span | Ralf Jung | -13/+8 |
| 2020-03-30 | Use query instead of `impl_is_default` fn | Jonas Schievink | -19/+1 |
| 2020-03-30 | spec. graph: track defining and finalizing impls | Jonas Schievink | -5/+75 |