about summary refs log tree commit diff
path: root/compiler/rustc_const_eval/src/interpret/operand.rs
AgeCommit message (Expand)AuthorLines
2022-03-02rename ErrorReported -> ErrorGuaranteedmark-2/+2
2022-02-25Rollup merge of #94343 - RalfJung:fn-ptr, r=oli-obkMatthias Krüger-2/+1
2022-02-24Miri fn ptr check: don't use conservative null checkRalf Jung-2/+1
2022-02-24Auto merge of #94131 - Mark-Simulacrum:fmt-string, r=oli-obkbors-5/+5
2022-02-22Miri: extend comments on downcast operationRalf Jung-1/+3
2022-02-21ScalarMaybeUninit is explicitly hexadecimal in its formattingRalf Jung-2/+2
2022-02-20Always format to internal String in FmtPrinterMark Rousskov-5/+5
2022-02-19rustc_const_eval: adopt let else in more placesest31-9/+6
2022-02-15Overhaul `Const`.Nicholas Nethercote-4/+4
2022-02-15Overhaul `TyS` and `Ty`.Nicholas Nethercote-1/+1
2022-01-15initial revertEllen-1/+1
2021-12-13Remove `in_band_lifetimes` from `rustc_const_eval`LegionMammal978-1/+1
2021-12-05allow for failure of subst_normalize_erasing_regions in const_evalb-naber-2/+2
2021-11-18fix CTFE/Miri simd_insert/extract on array-style repr(simd) typesRalf Jung-0/+12
2021-10-14add dedicated error variant for writing the discriminant of an uninhabited en...Ralf Jung-0/+1
2021-09-09Make `abi::Abi` `Copy` and remove a *lot* of refsAndreas Liljeqvist-3/+3
2021-09-07Rename rustc_mir to rustc_const_eval.Camille GILLOT-0/+762