| Age | Commit message (Expand) | Author | Lines |
| 2022-10-29 | Rollup merge of #103625 - WaffleLapkin:no_tyctxt_dogs_allowed, r=compiler-errors | Guillaume Gomez | -4/+3 |
| 2022-10-28 | Auto merge of #102674 - CastilloDel:master, r=oli-obk | bors | -6/+6 |
| 2022-10-27 | Accept `TyCtxt` instead of `TyCtxtAt` in `Ty::is_*` functions | Maybe Waffle | -4/+3 |
| 2022-10-26 | Rollup merge of #103546 - RalfJung:cast, r=oli-obk | Dylan DPC | -31/+30 |
| 2022-10-26 | Rollup merge of #103428 - SarthakSingh31:issue-94187, r=compiler-errors | Dylan DPC | -2/+4 |
| 2022-10-26 | Auto merge of #103562 - Dylan-DPC:rollup-sheepp5, r=Dylan-DPC | bors | -4/+4 |
| 2022-10-26 | Auto merge of #103279 - compiler-errors:normalize-hack-back, r=lcnr | bors | -1/+8 |
| 2022-10-25 | interpret: a bit of cast cleanup | Ralf Jung | -31/+30 |
| 2022-10-25 | Use &self instead of &mut self for cast methods | Jannis Christopher Köhl | -4/+4 |
| 2022-10-25 | Rollup merge of #103122 - ouz-a:mir-technical-debt, r=oli-obk | Dylan DPC | -20/+43 |
| 2022-10-25 | Added helper to prevent verbose printing from the `PrettyPrinter` when printi... | Sarthak Singh | -2/+4 |
| 2022-10-23 | Comment why normalization is needed for debug assertions | Michael Goulet | -1/+8 |
| 2022-10-23 | remove misc_cast and validate types | ouz-a | -20/+43 |
| 2022-10-20 | Rollup merge of #103315 - RalfJung:interpret-switchint-ice, r=bjorn3 | Matthias Krüger | -1/+0 |
| 2022-10-20 | interpret: remove an incorrect assertion | Ralf Jung | -1/+0 |
| 2022-10-18 | Remove allow(rustc::potential_query_instability) in rustc_const_eval | CastilloDel | -6/+6 |
| 2022-10-14 | more dupe word typos | Rageking8 | -1/+1 |
| 2022-10-12 | Use `tidy-alphabetical` in the compiler | Nilstrieb | -3/+5 |
| 2022-10-08 | Rollup merge of #102675 - ouz-a:mir-technical-debt, r=oli-obk | Matthias Krüger | -2/+2 |
| 2022-10-07 | make const_err a hard error | Ralf Jung | -2/+3 |
| 2022-10-06 | Remove `mir::CastKind::Misc` | ouz-a | -2/+2 |
| 2022-10-06 | Auto merge of #99324 - reez12g:issue-99144, r=jyn514 | bors | -3/+3 |
| 2022-10-02 | Don't ICE when trying to copy unsized value in const prop | Michael Goulet | -5/+11 |
| 2022-09-29 | Mark ignore(illustrative) on docs in compiler/rustc_const_eval/src/interpret/... | reez12g | -3/+3 |
| 2022-09-26 | remove cfg(bootstrap) | Pietro Albini | -3/+1 |
| 2022-09-21 | OpTy: fix a method taking self rather than &self | Ralf Jung | -1/+1 |
| 2022-09-20 | Rollup merge of #102021 - lcnr:tyConst-fun, r=b-naber,BoxyUwU | Michael Howell | -44/+35 |
| 2022-09-20 | Auto merge of #99806 - oli-obk:unconstrained_opaque_type, r=estebank | bors | -0/+10 |
| 2022-09-19 | Rollup merge of #101985 - RalfJung:generate_stacktrace, r=oli-obk | Matthias Krüger | -2/+9 |
| 2022-09-19 | ctfe, `const_to_op` only for mir constants | lcnr | -44/+35 |
| 2022-09-19 | remove the `Subst` trait, always use `EarlyBinder` | lcnr | -1/+0 |
| 2022-09-18 | interpret: expose generate_stacktrace without full InterpCx | Ralf Jung | -2/+9 |
| 2022-09-17 | Auto merge of #98588 - b-naber:valtrees-cleanup, r=lcnr | bors | -1/+13 |
| 2022-09-16 | Revert "Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r... | Oli Scherer | -0/+10 |
| 2022-09-14 | address review again | b-naber | -12/+13 |
| 2022-09-13 | Address code review comments | Eric Holk | -6/+5 |
| 2022-09-13 | rebase | b-naber | -1/+1 |
| 2022-09-13 | fixes/working version | b-naber | -1/+1 |
| 2022-09-13 | use ty::Unevaluated<'tcx, ()> in type system | b-naber | -1/+12 |
| 2022-09-12 | Rename some variants | Michael Goulet | -1/+1 |
| 2022-09-12 | Construct dyn* during const interp | Michael Goulet | -1/+12 |
| 2022-09-12 | dyn* through more typechecking and MIR | Eric Holk | -0/+4 |
| 2022-09-12 | Plumb dyn trait representation through ty::Dynamic | Eric Holk | -3/+3 |
| 2022-09-08 | bound variables during ctfe are a bug | lcnr | -3/+3 |
| 2022-09-07 | Use niche-filling optimization even when multiple variants have data. | Michael Benfield | -7/+9 |
| 2022-09-07 | Change name of "dataful" variant to "untagged" | Michael Benfield | -5/+5 |
| 2022-09-06 | Move CTFE handling of nondiverging intrinsics to intrinsics.rs | Oli Scherer | -19/+29 |
| 2022-09-06 | Generalize the Assume intrinsic statement to a general Intrinsic statement | Oli Scherer | -11/+12 |
| 2022-09-06 | Lower the assume intrinsic to a MIR statement | Oli Scherer | -6/+9 |
| 2022-09-03 | Add a Machine hook for inline assembly | Ben Kimock | -2/+21 |