| Age | Commit message (Expand) | Author | Lines |
| 2020-08-30 | mv compiler to compiler/ | mark | -2288/+0 |
| 2020-08-23 | Prefer https link for wikipedia URLs | Lzu Tao | -1/+1 |
| 2020-08-20 | Add missing tick for doc | Lzu Tao | -1/+1 |
| 2020-08-17 | rust_ast::ast => rustc_ast | Ujjwal Sharma | -1/+1 |
| 2020-08-16 | Rollup merge of #74399 - mark-i-m:ty-err-4, r=eddyb | Tyler Mandry | -7/+1 |
| 2020-08-16 | move DelaySpanBugEmitted to ty::context | mark | -7/+1 |
| 2020-08-16 | rustc_typeck: construct {Closure,Generator}Substs more directly. | Eduard-Mihai Burtescu | -27/+67 |
| 2020-08-14 | Fix tests and address review comments | Matthew Jasper | -1/+1 |
| 2020-08-14 | Rework `rustc_serialize` | Matthew Jasper | -27/+23 |
| 2020-07-30 | Address code review comments. | jumbatm | -4/+11 |
| 2020-07-27 | it works again :tada: | Bastian Kauschke | -0/+3 |
| 2020-07-27 | `PredicateKint` -> `PredicateKind`, the beginning of the end | Bastian Kauschke | -0/+22 |
| 2020-07-27 | progress | Bastian Kauschke | -2/+1 |
| 2020-07-20 | ty: `STILL_FURTHER_SPECIALIZABLE` w/out prnt subst | David Wood | -6/+42 |
| 2020-07-16 | Move `ty::Const` and `ty::ConstKind` into their own modules | Oliver Scherer | -323/+4 |
| 2020-07-15 | s/try_to_usize/try_to_machine_usize/ | Oliver Scherer | -3/+3 |
| 2020-07-15 | Reduce the amount of interning and `layout_of` calls in const eval. | Oliver Scherer | -17/+58 |
| 2020-07-15 | WithOptConstParam::dummy -> WithOptConstParam::unknown | Bastian Kauschke | -1/+1 |
| 2020-07-15 | ty_def_id -> def_id_for_type_of | Bastian Kauschke | -1/+1 |
| 2020-07-15 | improve naming | Bastian Kauschke | -4/+4 |
| 2020-07-15 | const_eval_resolve | Bastian Kauschke | -1/+1 |
| 2020-07-15 | ConstKind::Unevaluated | Bastian Kauschke | -5/+5 |
| 2020-07-15 | begin using `WithOptParam` | Bastian Kauschke | -6/+13 |
| 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 |