| Age | Commit message (Expand) | Author | Lines |
| 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-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 |
| 2022-07-07 | `UnsafeCell` now has no niches, ever. | Oli Scherer | -9/+1 |
| 2022-07-05 | Relax constrained generics to TypeVisitable | Alan Egerton | -1/+1 |
| 2022-07-05 | Explicit TypeVisitable implementations | Alan Egerton | -0/+2 |
| 2022-07-05 | Add #[derive(TypeVisitable)] | Alan Egerton | -49/+19 |
| 2022-07-05 | Split TypeVisitable from TypeFoldable | Alan Egerton | -3/+3 |
| 2022-07-05 | Rollup merge of #98624 - davidtwco:translation-on-lints, r=compiler-errors | Dylan DPC | -0/+6 |
| 2022-07-01 | Don't point at Self type if we can't find an infer variable in ambiguous trai... | Michael Goulet | -0/+8 |
| 2022-06-30 | lint: port drop trait/glue diagnostics | David Wood | -0/+6 |
| 2022-06-22 | Rollup merge of #97895 - nbdd0121:unlikely, r=estebank | Yuki Okushi | -1/+1 |
| 2022-06-19 | Auto merge of #98247 - jackh726:regionkind-rustc-type-ir, r=compiler-errors | bors | -78/+1 |
| 2022-06-19 | Rollup merge of #98136 - fee1-dead-contrib:rename_impl_constness, r=oli-obk | Dylan DPC | -1/+1 |
| 2022-06-19 | Move RegionKind to rustc_type_ir | Jack Huey | -78/+1 |
| 2022-06-18 | Remove `likely!` and `unlikely!` macro from compiler | Gary Guo | -1/+1 |
| 2022-06-15 | Consume resolutions for lowering separately. | Camille GILLOT | -0/+5 |
| 2022-06-15 | Remove unused item_generics_num_lifetimes. | Camille GILLOT | -1/+0 |
| 2022-06-15 | Rename `impl_constness` to `constness` | Deadbeef | -1/+1 |
| 2022-06-14 | Separate `source_span` and `expn_that_defined` from `Definitions`. | Camille GILLOT | -1/+5 |
| 2022-06-14 | Make ResolverAstLowering a struct. | Camille GILLOT | -1/+28 |
| 2022-06-14 | Separate Definitions and CrateStore from ResolverOutputs. | Camille GILLOT | -3/+0 |
| 2022-06-14 | rebase | b-naber | -1/+1 |
| 2022-06-14 | address review | b-naber | -1/+8 |
| 2022-06-14 | implement valtrees as the type-system representation for constant values | b-naber | -13/+19 |
| 2022-06-08 | publicly export `ty::subst` in `ty` | lcnr | -1/+1 |
| 2022-06-08 | Folding revamp. | Nicholas Nethercote | -3/+5 |