about summary refs log tree commit diff
path: root/compiler/rustc_const_eval/src/interpret/place.rs
AgeCommit message (Expand)AuthorLines
2025-08-19Rollup merge of #145585 - RalfJung:miri-inplace-arg-checks, r=compiler-errors许杰友 Jieyou Xu (Joe)-0/+6
2025-08-18interpret: fix in-place return place semantics when the return place expressi...Ralf Jung-0/+6
2025-08-18interpret: avoid forcing all integer newtypes into memory during clear_proven...Ralf Jung-0/+7
2025-08-17Auto merge of #144081 - RalfJung:const-ptr-fragments, r=oli-obkbors-4/+4
2025-08-11Turn _span into _trace as trace span nameStypox-1/+1
2025-07-31Add tracing to more functions related to step.rsStypox-0/+5
2025-07-30const-eval: full support for pointer fragmentsRalf Jung-4/+4
2025-07-03setup CI and tidy to use typos for spellchecking and fix few typosklensy-1/+1
2025-06-29rename Pointer::from_addr_invalid to match strict provenance APIRalf Jung-1/+1
2025-06-27Rollup merge of #143046 - RalfJung:zst-unsafe-cell, r=lcnr,oli-obkMatthias Krüger-5/+5
2025-06-27Add InterpCx::layout_of with tracing, shadowing LayoutOfStypox-1/+1
2025-06-26make size_and_align_of_mplace work on all projectableRalf Jung-5/+5
2025-06-25make `tidy-alphabetical` use a natural sortFolkert de Vries-1/+1
2025-01-28miri: optimize zeroed allocSpecificProtagonist-4/+4
2025-01-07Avoid naming variables `str`Josh Triplett-2/+2
2024-12-25swap_typed_nonoverlapping: properly detect overlap even when swapping scalar ...Ralf Jung-26/+5
2024-12-09interpret: clean up deduplicating allocation functionsRalf Jung-27/+17
2024-12-07Add allocate_bytes and refactor allocate_str in InterpCx for raw byte allocationshamb0-13/+32
2024-11-19`InterpCx` store `TypingEnv` instead of a `ParamEnv`lcnr-2/+2
2024-11-18use `TypingEnv` when no `infcx` is availablelcnr-9/+3
2024-10-31stop using `ParamEnv::reveal` while handling MIRlcnr-2/+8
2024-10-29compiler: `rustc_abi::Abi` => `BackendRepr`Jubilee Young-4/+8
2024-10-03interpret: Immediate::offset: use shared sanity-check function to ensure inva...Ralf Jung-2/+6
2024-10-02Auto merge of #131006 - RalfJung:immediate-sanity, r=saethlinbors-3/+5
2024-10-01make InterpResult a dedicated type to avoid accidentally discarding the errorRalf Jung-40/+36
2024-09-30panic when an interpreter error gets unintentionally discardedRalf Jung-6/+13
2024-09-29interpret: always enable write_immediate sanity checksRalf Jung-3/+5
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-4/+4
2024-09-15Rollup merge of #129828 - RalfJung:miri-data-race, r=saethlinMatthias Krüger-9/+22
2024-09-13interpret: simplify SIMD type handlingRalf Jung-23/+22
2024-09-10interpret: mark some hot functions inline(always)Ralf Jung-0/+3
2024-09-10miri: treat non-memory local variables properly for data race detectionRalf Jung-9/+22
2024-09-08interpret: reset padding during validationRalf Jung-7/+10
2024-09-08interpret: reset provenance on typed copiesRalf Jung-25/+44
2024-09-08interpret: factor out common code for place mutationRalf Jung-81/+62
2024-09-08interpret: make Writeable trait about a to_place operationRalf Jung-17/+12
2024-09-08interpret: remove Readable trait, we can use Projectable insteadRalf Jung-7/+7
2024-09-03Auto merge of #129777 - nnethercote:unreachable_pub-4, r=Urgaubors-2/+2
2024-09-03Add `warn(unreachable_pub)` to `rustc_const_eval`.Nicholas Nethercote-2/+2
2024-09-02chore: Fix typos in 'compiler' (batch 1)Alexander Cyon-1/+1
2024-08-31interpret, codegen: tweak some comments and checks regarding Box with custom ...Ralf Jung-5/+7
2024-08-06miri: make vtable addresses not globally uniqueRalf Jung-1/+2
2024-08-03Miri: add a flag to do recursive validity checkingRalf Jung-3/+12
2024-08-01interpret: simplify pointer arithmetic logicRalf Jung-4/+2
2024-08-01on a signed deref check, mention the right pointer in the errorRalf Jung-7/+3
2024-07-29Reformat `use` declarations.Nicholas Nethercote-5/+4
2024-07-14Add cache for `allocate_str`Adwin White-1/+13
2024-06-21interpret: use trace to reduce noiceLzu Tao-6/+6
2024-06-12Rollup merge of #126232 - RalfJung:dyn-trait-equality, r=oli-obkGuillaume Gomez-49/+0
2024-06-10interpret: refactor dyn trait handlingRalf Jung-49/+0