| Age | Commit message (Expand) | Author | Lines |
| 2022-10-29 | Rollup merge of #103625 - WaffleLapkin:no_tyctxt_dogs_allowed, r=compiler-errors | Guillaume Gomez | -15/+8 |
| 2022-10-28 | Auto merge of #102674 - CastilloDel:master, r=oli-obk | bors | -15/+14 |
| 2022-10-27 | Accept `TyCtxt` instead of `TyCtxtAt` in `Ty::is_*` functions | Maybe Waffle | -15/+8 |
| 2022-10-26 | Auto merge of #103572 - Dylan-DPC:rollup-a8bnxrw, r=Dylan-DPC | bors | -33/+34 |
| 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 #103284 - compiler-errors:const-sad, r=oli-obk | bors | -56/+16 |
| 2022-10-26 | Auto merge of #103562 - Dylan-DPC:rollup-sheepp5, r=Dylan-DPC | bors | -4/+4 |
| 2022-10-26 | Rollup merge of #103533 - jachris:cast-without-mut, r=oli-obk | Dylan DPC | -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 | Auto merge of #102340 - JakobDegen:pass-manager-simplification, r=oli-obk | bors | -4/+0 |
| 2022-10-25 | Rollup merge of #103122 - ouz-a:mir-technical-debt, r=oli-obk | Dylan DPC | -25/+63 |
| 2022-10-25 | Added helper to prevent verbose printing from the `PrettyPrinter` when printi... | Sarthak Singh | -2/+4 |
| 2022-10-23 | Split phase change from `MirPass` | Jakob Degen | -4/+0 |
| 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 | -25/+63 |
| 2022-10-23 | Migrate all diagnostics | Nilstrieb | -30/+30 |
| 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-20 | Revert "Unify tcx.constness and param env constness checks" | Michael Goulet | -56/+16 |
| 2022-10-18 | Remove allow(rustc::potential_query_instability) in rustc_const_eval | CastilloDel | -15/+14 |
| 2022-10-15 | Surround type with backticks | Gimgim | -1/+1 |
| 2022-10-14 | Rollup merge of #103018 - Rageking8:more-dupe-word-typos, r=TaKO8Ki | Dylan DPC | -2/+2 |
| 2022-10-14 | more dupe word typos | Rageking8 | -2/+2 |
| 2022-10-13 | Delay intrinsic call until after we've determined the callee is a function | Michael Goulet | -3/+1 |
| 2022-10-12 | Rollup merge of #102830 - compiler-errors:constness-parity, r=fee1-dead | Dylan DPC | -16/+56 |
| 2022-10-12 | Use `tidy-alphabetical` in the compiler | Nilstrieb | -3/+5 |
| 2022-10-12 | Unify tcx.constness and param env constness checks | Michael Goulet | -16/+56 |
| 2022-10-08 | Rollup merge of #102675 - ouz-a:mir-technical-debt, r=oli-obk | Matthias Krüger | -11/+11 |
| 2022-10-07 | Auto merge of #102091 - RalfJung:const_err, r=oli-obk | bors | -107/+24 |
| 2022-10-07 | make const_err a hard error | Ralf Jung | -107/+24 |
| 2022-10-07 | Change InferCtxtBuilder from enter to build | Cameron Steffen | -41/+39 |
| 2022-10-07 | Introduce TypeErrCtxt | Cameron Steffen | -3/+3 |
| 2022-10-06 | Remove `mir::CastKind::Misc` | ouz-a | -11/+11 |
| 2022-10-06 | Auto merge of #99324 - reez12g:issue-99144, r=jyn514 | bors | -3/+3 |
| 2022-10-05 | change might_permit_raw_init to fully detect LLVM UB, but not more than that | Ralf Jung | -48/+155 |
| 2022-10-04 | Rollup merge of #102559 - compiler-errors:issue-102553, r=oli-obk | Dylan DPC | -5/+11 |
| 2022-10-02 | Don't ICE when trying to copy unsized value in const prop | Michael Goulet | -5/+11 |
| 2022-10-01 | Change feature name to is_some_and | Cameron Steffen | -1/+1 |
| 2022-10-01 | Refactor rustc lint API | Maybe Waffle | -3/+3 |
| 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 | -4/+1 |
| 2022-09-25 | Rollup merge of #102194 - fee1-dead-contrib:improve-const-drop, r=oli-obk | fee1-dead | -11/+19 |
| 2022-09-24 | Note the type when unable to drop values in compile time | Deadbeef | -11/+19 |
| 2022-09-23 | Auto merge of #102056 - b-naber:unevaluated, r=lcnr | bors | -13/+8 |
| 2022-09-23 | rename Unevaluated to UnevaluatedConst | b-naber | -2/+3 |
| 2022-09-22 | Rollup merge of #102113 - RalfJung:opty-assert-mem, r=oli-obk | Matthias Krüger | -1/+1 |
| 2022-09-22 | introduce mir::Unevaluated | b-naber | -13/+7 |