| Age | Commit message (Expand) | Author | Lines |
| 2022-10-29 | Rollup merge of #103625 - WaffleLapkin:no_tyctxt_dogs_allowed, r=compiler-errors | Guillaume Gomez | -2/+2 |
| 2022-10-28 | Auto merge of #102674 - CastilloDel:master, r=oli-obk | bors | -8/+8 |
| 2022-10-27 | Accept `TyCtxt` instead of `TyCtxtAt` in `Ty::is_*` functions | Maybe Waffle | -2/+2 |
| 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 | -8/+8 |
| 2022-10-14 | more dupe word typos | Rageking8 | -1/+1 |
| 2022-10-12 | Unify tcx.constness and param env constness checks | Michael Goulet | -16/+56 |
| 2022-10-07 | make const_err a hard error | Ralf Jung | -105/+21 |
| 2022-10-01 | Refactor rustc lint API | Maybe Waffle | -3/+3 |
| 2022-09-20 | Rollup merge of #102021 - lcnr:tyConst-fun, r=b-naber,BoxyUwU | Michael Howell | -4/+4 |
| 2022-09-19 | `DestructuredConst` split mir and ty | lcnr | -2/+2 |
| 2022-09-19 | ctfe, `const_to_op` only for mir constants | lcnr | -2/+2 |
| 2022-09-19 | remove the `Subst` trait, always use `EarlyBinder` | lcnr | -1/+1 |
| 2022-09-09 | The `<*const T>::guaranteed_*` methods now return an option for the unknown case | Oli Scherer | -27/+24 |
| 2022-09-04 | Make `const_eval_select` a real intrinsic | Deadbeef | -15/+1 |
| 2022-09-01 | tracing::instrument cleanup | Oli Scherer | -17/+8 |
| 2022-08-30 | Rollup merge of #101101 - RalfJung:read-pointer-as-bytes, r=oli-obk | Dylan DPC | -3/+18 |
| 2022-08-28 | entirely get rid of NeedsRfc CTFE errors | Ralf Jung | -15/+5 |
| 2022-08-28 | CTFE: exposing pointers and calling extern fn doesn't need an RFC, it is just... | Ralf Jung | -3/+5 |
| 2022-08-28 | Rollup merge of #101038 - RalfJung:interning-alignment, r=oli-obk | Matthias Krüger | -3/+5 |
| 2022-08-27 | interpret: make read-pointer-as-bytes *always* work in Miri | Ralf Jung | -3/+18 |
| 2022-08-27 | Auto merge of #101064 - compiler-errors:rollup-fwm5m5f, r=compiler-errors | bors | -8/+13 |
| 2022-08-26 | Rollup merge of #100738 - nidnogg:diagnostics_migr_const_eval, r=davidtwco | Michael Goulet | -8/+13 |
| 2022-08-26 | make read_immediate error immediately on uninit, so ImmTy can carry initializ... | Ralf Jung | -17/+9 |
| 2022-08-26 | no alignment check during interning | Ralf Jung | -3/+5 |
| 2022-08-22 | Addressing tidy check fail | nidnogg | -2/+7 |
| 2022-08-22 | Addressing last comment on PR review | nidnogg | -3/+3 |
| 2022-08-21 | Fixed failing tests (missing labels), added automatic error code in create_fe... | nidnogg | -2/+2 |
| 2022-08-21 | Finished const_eval module migration, moving onto sibling folders | nidnogg | -6/+6 |
| 2022-08-21 | fix ICE with extra-const-ub-checks | Ralf Jung | -6/+28 |
| 2022-08-07 | add -Zextra-const-ub-checks to enable more UB checking in const-eval | Ralf Jung | -0/+10 |
| 2022-08-03 | Add bound_impl_subject and bound_return_ty | Jack Huey | -2/+2 |
| 2022-07-23 | now we can make scalar_to_ptr a method on Scalar | Ralf Jung | -12/+11 |
| 2022-07-20 | rename get_global_alloc to try_get_global_alloc | Ralf Jung | -2/+2 |
| 2022-07-19 | interpret: rename Tag/PointerTag to Prov/Provenance | Ralf Jung | -3/+3 |
| 2022-07-17 | Auto merge of #99033 - 5225225:interpreter-validity-checks, r=oli-obk | bors | -1/+1 |
| 2022-07-16 | Rollup merge of #99259 - RalfJung:visit-a-place, r=oli-obk | Matthias Krüger | -1/+1 |
| 2022-07-15 | interpret/visitor: support visiting with a PlaceTy | Ralf Jung | -1/+1 |
| 2022-07-14 | Use constant eval to do strict validity checks | 5225225 | -1/+1 |
| 2022-07-13 | get rid of MemPlaceMeta::Poison | Ralf Jung | -1/+1 |
| 2022-07-09 | tweak names and output and bless | Ralf Jung | -2/+2 |
| 2022-07-09 | review feedback | Ralf Jung | -2/+2 |
| 2022-07-09 | don't allow ZST in ScalarInt | Ralf Jung | -8/+4 |
| 2022-07-09 | Rollup merge of #98980 - RalfJung:const-prop-ice, r=oli-obk | Dylan DPC | -2/+2 |
| 2022-07-07 | make a name less ambiguous | Ralf Jung | -2/+2 |
| 2022-07-06 | interpret: remove LocalValue::Unallocated, add Operand::Uninit | Ralf Jung | -0/+1 |
| 2022-07-01 | Rollup merge of #98756 - TaKO8Ki:use-const-instead-of-function, r=Dylan-DPC | Dylan DPC | -5/+3 |
| 2022-07-01 | use const instead of function and make it private | Takayuki Maeda | -5/+3 |
| 2022-06-30 | Rollup merge of #98688 - RalfJung:from-mplace, r=oli-obk | Matthias Krüger | -5/+5 |
| 2022-06-29 | interpret: add From<&MplaceTy> for PlaceTy | Ralf Jung | -5/+5 |