about summary refs log tree commit diff
path: root/compiler/rustc_const_eval/src/interpret/step.rs
AgeCommit message (Expand)AuthorLines
2022-02-19rustc_const_eval: adopt let else in more placesest31-9/+6
2022-01-12Remove deprecated LLVM-style inline assemblyTomasz Miąsko-2/+0
2022-01-03Rollup merge of #90102 - nbdd0121:box3, r=jonas-schievinkMatthias Krüger-5/+0
2021-12-22Store a `DefId` instead of an `AdtDef` in `AggregateKind::Adt`Aaron Hill-2/+2
2021-12-05allow for failure of subst_normalize_erasing_regions in const_evalb-naber-2/+3
2021-11-27Miri: fix alignment check in array initializationRalf Jung-1/+5
2021-11-20Revert "require full validity when determining the discriminant of a value"Ralf Jung-6/+0
2021-11-14require full validity when determining the discriminant of a valueRalf Jung-0/+6
2021-10-20Remove NullOp::BoxGary Guo-5/+0
2021-09-29CTFE: extra assertions for Aggregate rvalues; remove unnecessarily eager spec...Ralf Jung-7/+9
2021-09-29remove outdated commentRalf Jung-1/+0
2021-09-25Introduce `Rvalue::ShallowInitBox`Gary Guo-0/+6
2021-09-13Introduce NullOp::AlignOfGary Guo-3/+8
2021-09-07Rename rustc_mir to rustc_const_eval.Camille GILLOT-0/+316