| Age | Commit message (Expand) | Author | Lines |
| 2022-10-29 | Fix line numbers for MIR inlined code | Wesley Wiser | -1/+3 |
| 2022-09-15 | Replace more manual TypeFoldable and TypeVisitable impls with derives | Oli Scherer | -3/+2 |
| 2022-09-15 | derive various Lift impl instead of hand rolling them | Oli Scherer | -7/+7 |
| 2022-09-14 | Auto merge of #101212 - eholk:dyn-star, r=compiler-errors | bors | -0/+7 |
| 2022-09-13 | Auto merge of #99556 - davidtwco:collapse-debuginfo, r=wesleywiser | bors | -0/+17 |
| 2022-09-12 | Rename some variants | Michael Goulet | -0/+1 |
| 2022-09-12 | dyn* through more typechecking and MIR | Eric Holk | -0/+6 |
| 2022-09-09 | Deeply check that method signatures match, and allow for nested RPITITs | Michael Goulet | -0/+8 |
| 2022-09-08 | ptr: 43276834268743978 | Ellen | -1/+14 |
| 2022-09-08 | Rollup merge of #101498 - petrochenkov:visparam, r=cjgillot | Dylan DPC | -24/+37 |
| 2022-09-07 | Auto merge of #101432 - nnethercote:shrink-PredicateS, r=lcnr | bors | -25/+107 |
| 2022-09-07 | ssa: implement `#[collapse_debuginfo]` | David Wood | -0/+17 |
| 2022-09-07 | rustc: Parameterize `ty::Visibility` over used ID | Vadim Petrochenkov | -24/+37 |
| 2022-09-06 | Rollup merge of #101021 - MingyuChen1:diagnostic, r=davidtwco | Dylan DPC | -13/+11 |
| 2022-09-06 | Rollup merge of #100658 - chenyukang:100631-check-get-attr, r=lcnr | Dylan DPC | -1/+5 |
| 2022-09-06 | get_attr should check that no duplicates are allowed | yukang | -1/+5 |
| 2022-09-05 | Remove generics_def_id_map from the resolver. | Camille GILLOT | -5/+0 |
| 2022-09-05 | Pack `Term` in the same way as `GenericArg`. | Nicholas Nethercote | -13/+97 |
| 2022-09-05 | Put size assertions together. | Nicholas Nethercote | -13/+11 |
| 2022-09-01 | Migrate OpaqueHiddenType mismatch | 111 | -13/+11 |
| 2022-08-27 | rustc_middle: Remove `Visibility::Invisible` | Vadim Petrochenkov | -6/+0 |
| 2022-08-09 | don't normalize wf predicates | lcnr | -0/+23 |
| 2022-08-07 | Auto merge of #99983 - RalfJung:more-layout-checks, r=eddyb | bors | -0/+1 |
| 2022-08-04 | Document generics_def_id_map field and record/get methods on it | Santiago Pastorino | -1/+4 |
| 2022-08-04 | Implement def_id based remapping | Santiago Pastorino | -0/+2 |
| 2022-08-02 | Auto merge of #92268 - jswrenn:transmute, r=oli-obk | bors | -1/+90 |
| 2022-08-02 | Auto merge of #100032 - BoxyUwU:no_ty_in_placeholder_const, r=compiler-errors | bors | -1/+1 |
| 2022-08-01 | Remove trait_of_item query. | Camille GILLOT | -1/+20 |
| 2022-08-01 | Remove DefId from AssocItemContainer. | Camille GILLOT | -4/+1 |
| 2022-08-01 | Store associated item defaultness in impl_defaultness. | Camille GILLOT | -1/+1 |
| 2022-08-01 | make `PlaceholderConst` not store the type of the const | Ellen | -1/+1 |
| 2022-08-01 | move layout sanity check to its own file | Ralf Jung | -0/+1 |
| 2022-07-29 | remove some manual hash stable impls | lcnr | -23/+3 |
| 2022-07-27 | safe transmute: revise `Hash`, `PartialEq` impls on `VariantDef`, `FieldDef` | Jack Wrenn | -12/+61 |
| 2022-07-27 | Initial (incomplete) implementation of transmutability trait. | Jack Wrenn | -1/+41 |
| 2022-07-26 | Fix diagnostics for unfulfilled obligations | Deadbeef | -0/+8 |
| 2022-07-22 | Auto merge of #99521 - fee1-dead-contrib:const_fix_hax, r=oli-obk | bors | -0/+13 |
| 2022-07-22 | Auto merge of #99420 - RalfJung:vtable, r=oli-obk | bors | -1/+1 |
| 2022-07-21 | Fix `remap_constness` | Deadbeef | -10/+3 |
| 2022-07-21 | change `map_bound(|_| x` to `rebind(x` | Deadbeef | -1/+1 |
| 2022-07-20 | consistently use VTable over Vtable (matching stable stdlib API RawWakerVTable) | Ralf Jung | -1/+1 |
| 2022-07-20 | Fix hack that remaps env constness. | Deadbeef | -0/+13 |
| 2022-07-19 | Use LocalDefId in OpaqueTypeKey | Michael Goulet | -2/+1 |
| 2022-07-15 | Propagate Expectation around binop typeck code to construct more precise trai... | Will Crichton | -0/+18 |
| 2022-07-14 | Rollup merge of #99000 - JulianKnodt:allow_resolve_no_substs, r=lcnr | Dylan DPC | -0/+1 |
| 2022-07-13 | Rename `debugging_opts` to `unstable_opts` | Joshua Nelson | -2/+2 |
| 2022-07-13 | Rollup merge of #99011 - oli-obk:UnsoundCell, r=eddyb | Dylan DPC | -9/+1 |
| 2022-07-12 | Move abstract const to rustc_middle::ty | kadmin | -0/+1 |
| 2022-07-08 | Auto merge of #98614 - oli-obk:take_unsound_opaque_types, r=wesleywiser | bors | -0/+1 |
| 2022-07-08 | Only register hidden types for opaque types from the current crate, nothing e... | Oli Scherer | -0/+1 |