| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-03-30 | Simplify `NodeItem` | Jonas Schievink | -11/+7 |
| 2020-03-30 | Use if let instead of match when only matching a single variant (clippy::sing... | Matthias Krüger | -35/+19 |
| 2020-03-30 | rustc -> rustc_middle part 5 -- fix tests | Mazdak Farrokhzad | -1/+1 |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -68/+66 |
| 2020-03-30 | rustc -> rustc_middle part 1 | Mazdak Farrokhzad | -0/+44266 |