| Age | Commit message (Expand) | Author | Lines |
| 2024-06-17 | Remove an unused validation error variant | Oli Scherer | -3/+0 |
| 2024-06-16 | Uplift OpaqueTypeKey too, use it in response | Michael Goulet | -39/+3 |
| 2024-06-16 | Uplift ExternalConstraintData | Michael Goulet | -27/+9 |
| 2024-06-16 | Make ExternalConstraints just carry outlives | Michael Goulet | -2/+1 |
| 2024-06-16 | Uplift Reveal to rustc_type_ir | Michael Goulet | -48/+1 |
| 2024-06-16 | Auto merge of #126505 - compiler-errors:no-vtable, r=lcnr | bors | -1/+14 |
| 2024-06-15 | Rollup merge of #126410 - RalfJung:smir-const-operand, r=oli-obk | Guillaume Gomez | -9/+9 |
| 2024-06-15 | Auto merge of #126518 - matthiaskrgr:rollup-wb70rzq, r=matthiaskrgr | bors | -0/+14 |
| 2024-06-15 | Rollup merge of #126429 - tgross35:f16-f128-const-eval, r=RalfJung | Matthias Krüger | -0/+14 |
| 2024-06-15 | Rollup merge of #126469 - RalfJung:mir-shifts, r=scottmcm | Matthias Krüger | -2/+4 |
| 2024-06-15 | Rollup merge of #126354 - compiler-errors:variance, r=lcnr | Matthias Krüger | -2/+1 |
| 2024-06-14 | Only compute vtable information during codegen | Michael Goulet | -1/+14 |
| 2024-06-14 | Use is_lang_item more aggressively | Michael Goulet | -19/+19 |
| 2024-06-14 | Add TyCtxt::is_lang_item | Michael Goulet | -0/+4 |
| 2024-06-14 | Enable const evaluation for `f16` and `f128` | Trevor Gross | -0/+14 |
| 2024-06-14 | MIR Shl/Shr: the offset can be computed with rem_euclid | Ralf Jung | -2/+4 |
| 2024-06-14 | Rollup merge of #123962 - oli-obk:define_opaque_types5, r=lcnr | Matthias Krüger | -1/+1 |
| 2024-06-13 | Address nits | Michael Goulet | -4/+8 |
| 2024-06-13 | MIR visitor: constant -> const_operand | Ralf Jung | -9/+9 |
| 2024-06-13 | Fix some TODOs | Michael Goulet | -0/+8 |
| 2024-06-13 | Finish uplifting all of structural_traits | Michael Goulet | -2/+30 |
| 2024-06-13 | Rework most of structural_traits to be Interner-agnostic | Michael Goulet | -3/+75 |
| 2024-06-13 | Method resolution constrains hidden types instead of rejecting method candidates | Oli Scherer | -1/+1 |
| 2024-06-12 | Stop passing traitref/traitpredicate by ref | Michael Goulet | -2/+2 |
| 2024-06-12 | Use Variance glob import everywhere | Michael Goulet | -2/+1 |
| 2024-06-12 | Rollup merge of #126075 - compiler-errors:remove-debugwithinfcx, r=lcnr | Guillaume Gomez | -98/+16 |
| 2024-06-12 | Require any function with a tait in its signature to actually constrain a hid... | Oli Scherer | -70/+81 |
| 2024-06-11 | Remove DebugWithInfcx | Michael Goulet | -98/+16 |
| 2024-06-11 | Rollup merge of #126265 - RalfJung:interpret-cast-validity, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -10/+5 |
| 2024-06-11 | interpret: ensure we check bool/char for validity when they are used in a cast | Ralf Jung | -10/+5 |
| 2024-06-11 | Auto merge of #126139 - compiler-errors:specializes, r=lcnr | bors | -0/+5 |
| 2024-06-10 | Rollup merge of #126159 - RalfJung:scalarint-size-mismatch, r=oli-obk | Matthias Krüger | -163/+129 |
| 2024-06-10 | ScalarInt: size mismatches are a bug, do not delay the panic | Ralf Jung | -163/+129 |
| 2024-06-10 | Remove some unused crate dependencies. | Nicholas Nethercote | -2/+1 |
| 2024-06-09 | Auto merge of #126150 - RalfJung:offset_of_slice, r=compiler-errors | bors | -0/+34 |
| 2024-06-08 | offset_of: allow (unstably) taking the offset of slice tail fields | Ralf Jung | -0/+34 |
| 2024-06-08 | add missing Scalar::from_i128 | Ralf Jung | -0/+5 |
| 2024-06-07 | Only compute specializes query if specialization is enabled in the crate of t... | Michael Goulet | -0/+5 |
| 2024-06-07 | Auto merge of #125918 - oli-obk:const_block_ice, r=compiler-errors | bors | -36/+12 |
| 2024-06-07 | Revert "Create const block DefIds in typeck instead of ast lowering" | Oli Scherer | -35/+12 |
| 2024-06-07 | Revert "Cache whether a body has inline consts" | Oli Scherer | -1/+0 |
| 2024-06-07 | Auto merge of #126108 - workingjubilee:rollup-g7m92b6, r=workingjubilee | bors | -1040/+292 |
| 2024-06-06 | Rollup merge of #125724 - compiler-errors:uplift-relate, r=lcnr | Jubilee | -1040/+292 |
| 2024-06-07 | Auto merge of #125928 - michaelwoerister:fix-cgu-hashstable, r=oli-obk | bors | -30/+21 |
| 2024-06-06 | Auto merge of #126068 - lqd:revert-124976, r=petrochenkov | bors | -20/+11 |
| 2024-06-06 | Uplift TypeRelation and Relate | Michael Goulet | -864/+247 |
| 2024-06-06 | Uplift TypeError | Michael Goulet | -170/+40 |
| 2024-06-06 | Make middle not rely on next_trait_solver | Michael Goulet | -6/+5 |
| 2024-06-06 | Revert "Rollup merge of #124976 - petrochenkov:usedcrates, r=oli-obk" | Rémy Rakic | -20/+11 |
| 2024-06-06 | Auto merge of #124482 - spastorino:unsafe-extern-blocks, r=oli-obk | bors | -5/+7 |