about summary refs log tree commit diff
path: root/compiler/rustc_const_eval/src/interpret/operand.rs
AgeCommit message (Expand)AuthorLines
2023-02-20basic dyn* support for MiriRalf Jung-1/+19
2023-02-15Use target instead of machine for mir interpreter integer handling.Oli Scherer-5/+5
2023-02-06interpret: move discriminant reading and writing to separate fileRalf Jung-151/+2
2023-01-22abi: add `AddressSpace` field to `Primitive::Pointer`Erik Desjardins-3/+3
2023-01-20Auto merge of #106090 - WaffleLapkin:dereffffffffff, r=Nilstriebbors-3/+3
2023-01-17Remove double spaces after dots in commentsMaybe Waffle-1/+1
2023-01-17Review suggestionsMaybe Waffle-3/+3
2023-01-17Undo questionable changesMaybe Waffle-1/+1
2023-01-17`rustc_const_eval`: remove `ref` patterns (+some pattern matching imps)Maybe Waffle-6/+6
2022-12-22Rollup merge of #105847 - compiler-errors:issue-104396, r=oli-obkMatthias Krüger-2/+4
2022-12-22Rollup merge of #105602 - RalfJung:read-convenience, r=oli-obkYuki Okushi-0/+11
2022-12-18avoid .into() conversion to identical typesMatthias Krüger-7/+4
2022-12-17Ensure param-env is const before calling eval_to_valtreeMichael Goulet-2/+4
2022-12-12interpret: add read_machine_[ui]size convenience methodsRalf Jung-0/+11
2022-11-25add FIXME'sBoxy-0/+1
2022-11-25Add empty ConstKind::Abstractkadmin-0/+1
2022-11-18review feedbackRalf Jung-5/+5
2022-11-18interpret: use Either over Result when it is not representing an error conditionRalf Jung-15/+17
2022-11-16cleanup and dedupe CTFE and Miri error reportingRalf Jung-34/+37
2022-11-14Rollup merge of #104349 - rustaceanclub:master, r=oli-obkMatthias Krüger-1/+1
2022-11-13add is_sized method on Abi and Layout, and use itRalf Jung-1/+1
2022-11-13fix some typos in commentscui fliter-1/+1
2022-11-02deprecate DelaySpanBugEmitted and use ErrorGuaranteed directlyyukang-2/+2
2022-10-23Comment why normalization is needed for debug assertionsMichael Goulet-1/+8
2022-10-12Use `tidy-alphabetical` in the compilerNilstrieb-1/+2
2022-09-26remove cfg(bootstrap)Pietro Albini-1/+1
2022-09-19ctfe, `const_to_op` only for mir constantslcnr-39/+31
2022-09-14address review againb-naber-12/+13
2022-09-13rebaseb-naber-1/+1
2022-09-13fixes/working versionb-naber-1/+1
2022-09-13use ty::Unevaluated<'tcx, ()> in type systemb-naber-1/+12
2022-09-08bound variables during ctfe are a buglcnr-2/+2
2022-09-07Use niche-filling optimization even when multiple variants have data.Michael Benfield-5/+5
2022-09-07Change name of "dataful" variant to "untagged"Michael Benfield-3/+3
2022-08-30Rollup merge of #101101 - RalfJung:read-pointer-as-bytes, r=oli-obkDylan DPC-1/+1
2022-08-27interpret: make read-pointer-as-bytes *always* work in MiriRalf Jung-1/+1
2022-08-27remove a now-useless machine hookRalf Jung-7/+2
2022-08-26make read_immediate error immediately on uninit, so ImmTy can carry initializ...Ralf Jung-106/+71
2022-08-10Avoid repeating qualifiers on `static_assert_size` calls.Nicholas Nethercote-4/+5
2022-08-01Improve size assertions.Nicholas Nethercote-12/+11
2022-07-23now we can make scalar_to_ptr a method on ScalarRalf Jung-2/+2
2022-07-23remove some provenance-related machine hooks that Miri no longer needsRalf Jung-12/+8
2022-07-19interpret: rename Tag/PointerTag to Prov/ProvenanceRalf Jung-73/+73
2022-07-18interpret: make some large types not CopyRalf Jung-2/+5
2022-07-18interpret: remove some unused trait implsRalf Jung-4/+3
2022-07-15interpret/visitor: support visiting with a PlaceTyRalf Jung-2/+12
2022-07-11use a loop rather than try_foldRalf Jung-10/+9
2022-07-11interpret: refactor projection handling codeRalf Jung-125/+72
2022-07-09tweak names and output and blessRalf Jung-1/+1
2022-07-09review feedbackRalf Jung-1/+1