| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-09-22 | Auto merge of #100982 - fee1-dead-contrib:const-impl-requires-const-trait, r=... | bors | -2/+42 |
| 2022-09-21 | OpTy: fix a method taking self rather than &self | Ralf Jung | -1/+1 |
| 2022-09-21 | UPDATE - rename DiagnosticHandler macro to Diagnostic | Jhonny Bill Mena | -22/+22 |
| 2022-09-21 | UPDATE - rename DiagnosticHandler trait to IntoDiagnostic | Jhonny Bill Mena | -22/+22 |
| 2022-09-20 | Rollup merge of #102021 - lcnr:tyConst-fun, r=b-naber,BoxyUwU | Michael Howell | -48/+39 |
| 2022-09-20 | Auto merge of #99806 - oli-obk:unconstrained_opaque_type, r=estebank | bors | -1/+13 |
| 2022-09-19 | Rollup merge of #101985 - RalfJung:generate_stacktrace, r=oli-obk | Matthias Krüger | -2/+9 |
| 2022-09-19 | `DestructuredConst` split mir and ty | lcnr | -2/+2 |
| 2022-09-19 | ctfe, `const_to_op` only for mir constants | lcnr | -46/+37 |
| 2022-09-19 | remove the `Subst` trait, always use `EarlyBinder` | lcnr | -3/+1 |
| 2022-09-18 | interpret: expose generate_stacktrace without full InterpCx | Ralf Jung | -2/+9 |
| 2022-09-17 | Rollup merge of #93628 - est31:stabilize_let_else, r=joshtriplett | Dylan DPC | -1/+1 |
| 2022-09-17 | Auto merge of #98588 - b-naber:valtrees-cleanup, r=lcnr | bors | -31/+49 |
| 2022-09-16 | Revert "Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r... | Oli Scherer | -1/+13 |
| 2022-09-16 | do const trait method bounds check later in rustc_const_eval | Deadbeef | -2/+42 |
| 2022-09-15 | Only enable the let_else feature on bootstrap | est31 | -1/+1 |
| 2022-09-14 | address review again | b-naber | -12/+15 |
| 2022-09-13 | Address code review comments | Eric Holk | -7/+6 |
| 2022-09-13 | rebase | b-naber | -1/+1 |
| 2022-09-13 | fixes/working version | b-naber | -23/+32 |
| 2022-09-13 | use ty::Unevaluated<'tcx, ()> in type system | b-naber | -13/+19 |
| 2022-09-12 | Rename some variants | Michael Goulet | -1/+1 |
| 2022-09-12 | Construct dyn* during const interp | Michael Goulet | -1/+12 |