| Age | Commit message (Expand) | Author | Lines |
| 2020-06-30 | change `skip_binder` to use T by value | Bastian Kauschke | -10/+6 |
| 2020-06-24 | Improve GeneratorLayout debug output | Tyler Mandry | -1/+0 |
| 2020-06-24 | Allow calling GeneratorSubsts::variant_name() without substs | Tyler Mandry | -1/+1 |
| 2020-06-20 | Don't set STILL_FURTHER_SPECIALIZABLE for regions/bound variables | Matthew Jasper | -3/+0 |
| 2020-06-19 | pretty/mir: const value enums with no variants | David Wood | -0/+3 |
| 2020-06-16 | format derives | Who? Me?! | -13/+2 |
| 2020-06-15 | make all uses of ty::Error or ConstKind::Error delay a span bug | mark | -9/+24 |
| 2020-06-15 | Rollup merge of #72707 - matthewjasper:rustc_min_spec, r=oli-obk | Ralf Jung | -2/+0 |
| 2020-06-10 | Use min_specialization in the remaining rustc crates | Matthew Jasper | -2/+0 |
| 2020-06-09 | lint: transitive FFI-safety for transparent types | David Wood | -0/+5 |
| 2020-06-07 | Rollup merge of #73059 - lcnr:outdated-comment, r=matthewjasper | Dylan DPC | -4/+0 |
| 2020-06-06 | remove outdated comment | Bastian Kauschke | -4/+0 |
| 2020-06-01 | `PolyTraitRef::self_ty` returns `Binder<Ty>` | Dylan MacKenzie | -2/+2 |
| 2020-05-30 | Rollup merge of #72419 - RalfJung:read-discriminant, r=oli-obk,eddyb | Yuki Okushi | -1/+16 |
| 2020-05-28 | Auto merge of #72494 - lcnr:predicate-cleanup, r=nikomatsakis | bors | -3/+3 |
| 2020-05-25 | fix discriminant_ty for non-enums | Ralf Jung | -4/+9 |
| 2020-05-25 | Add helper method for determining the type of a discriminant | Ralf Jung | -0/+10 |
| 2020-05-23 | iterate List by value | Bastian Kauschke | -3/+3 |
| 2020-05-22 | Remove ReScope | Matthew Jasper | -24/+8 |
| 2020-05-20 | introduce newtype'd `Predicate<'tcx>` | Bastian Kauschke | -0/+1 |
| 2020-05-20 | make `to_predicate` take a `tcx` argument | Niko Matsakis | -2/+2 |
| 2020-05-20 | rename `Predicate` to `PredicateKind`, introduce alias | Bastian Kauschke | -1/+1 |
| 2020-05-12 | Remove ty::UnnormalizedProjection | Jack Huey | -7/+0 |
| 2020-05-08 | Remove ast::{Ident, Name} reexports. | Camille GILLOT | -2/+2 |
| 2020-04-23 | Modify `as_local_hir_id` to return a bare `HirId` | marmeladema | -1/+1 |
| 2020-04-23 | Modify `as_local_hir_id` to accept a `LocalDefId` instead of a `DefId` | marmeladema | -1/+1 |
| 2020-04-23 | librustc_middle: return LocalDefId instead of DefId in local_def_id | marmeladema | -2/+3 |
| 2020-04-19 | Dogfood more or_patterns in the compiler | Josh Stone | -7/+11 |
| 2020-04-16 | ty: convert `ErrorHandled::Reported` to `ConstKind::Error`. | Eduard-Mihai Burtescu | -2/+7 |
| 2020-04-16 | ty: add `ty::ConstKind::Error` to replace `tcx.consts.err`. | Eduard-Mihai Burtescu | -0/+4 |
| 2020-04-14 | ty: erase lifetimes early in `ty::Const::eval`. | Eduard-Mihai Burtescu | -30/+28 |
| 2020-04-10 | Rollup merge of #70913 - eddyb:rc-arc-diagnostic-items, r=matthewjasper | Mazdak Farrokhzad | -18/+0 |
| 2020-04-08 | replace `has_local_value` with `needs_infer` | Bastian Kauschke | -5/+4 |
| 2020-04-08 | Replace "rc"/"arc" lang items with Rc/Arc diagnostic items. | Eduard-Mihai Burtescu | -18/+0 |
| 2020-04-06 | ty: remove `{Existential,}Trait{Ref,Predicate}::input_types`. | Eduard-Mihai Burtescu | -16/+0 |
| 2020-04-06 | ty/walk: switch `walk_shallow` from `Ty` to `GenericArg`. | Eduard-Mihai Burtescu | -26/+0 |
| 2020-04-02 | Rollup merge of #70658 - davidtwco:issue-70285-still-further-specializable, r... | Mazdak Farrokhzad | -0/+3 |
| 2020-04-02 | nix rustc_target::abi::* reexport in ty::layout | Mazdak Farrokhzad | -2/+2 |
| 2020-04-02 | add `STILL_FURTHER_SPECIALIZABLE` flag | David Wood | -0/+3 |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -1/+1 |
| 2020-03-30 | rustc -> rustc_middle part 1 | Mazdak Farrokhzad | -0/+2517 |