about summary refs log tree commit diff
path: root/compiler/rustc_const_eval/src/const_eval/machine.rs
AgeCommit message (Expand)AuthorLines
2025-02-22Fix binding mode problemsMichael Goulet-6/+4
2025-01-31Insert null checks for pointer dereferences when debug assertions are enabledBastian Kersting-0/+1
2025-01-28miri: optimize zeroed allocSpecificProtagonist-3/+5
2025-01-15Methods of const traits are constOli Scherer-4/+1
2024-12-19Pass FnAbi to find_mir_or_eval_fntiif-2/+3
2024-12-18Re-export more `rustc_span::symbol` things from `rustc_span`.Nicholas Nethercote-2/+1
2024-12-13Rollup merge of #134058 - RalfJung:interpret-typing-env, r=lcnrMatthias Krüger-2/+1
2024-12-09fix ICE on type error in promotedRalf Jung-1/+2
2024-12-09interpret: reduce usage of TypingEnv::fully_monomorphizedRalf Jung-2/+1
2024-12-06Rollup merge of #133211 - Strophox:miri-correct-state-update-ffi, r=RalfJungMatthias Krüger-4/+6
2024-12-05extend Miri to correctly pass mutable pointers through FFIStrophox-4/+6
2024-11-20interpret: make typing_env field privateRalf Jung-2/+2
2024-11-19`InterpCx` store `TypingEnv` instead of a `ParamEnv`lcnr-1/+1
2024-11-19move `fn is_item_raw` to `TypingEnv`lcnr-1/+1
2024-11-18use `TypingEnv` when no `infcx` is availablelcnr-1/+2
2024-11-16stabilize const_ptr_is_nullRalf Jung-0/+6
2024-11-03Rollup merge of #132423 - RalfJung:const-eval-align-offset, r=dtolnayJubilee-82/+6
2024-11-03Rollup merge of #132574 - workingjubilee:abi-in-compiler, r=compiler-errorsJubilee-3/+2
2024-11-03compiler: Directly use rustc_abi in const_evalJubilee Young-3/+2
2024-11-03Rename the FIXMEs, remove a few that dont matter anymoreMichael Goulet-1/+1
2024-11-03remove const-support for align_offsetRalf Jung-82/+6
2024-10-28compiler: Add `is_uninhabited` and use LayoutS accessorsJubilee Young-1/+1
2024-10-25tcx.is_const_fn doesn't work the way it is described, remove itRalf Jung-2/+2
2024-10-25Re-do recursive const stability checksRalf Jung-1/+1
2024-10-12miri: avoid cloning AllocExtraRalf Jung-1/+1
2024-10-01make InterpResult a dedicated type to avoid accidentally discarding the errorRalf Jung-34/+34
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-7/+7
2024-09-21Rollup merge of #130665 - veera-sivarajan:fix-118612, r=compiler-errorsJubilee-1/+8
2024-09-21Prevent Deduplication of `LongRunningWarn`Veera-1/+8
2024-09-10const-eval interning: accpt interior mutable pointers in final value (but kee...Ralf Jung-5/+18
2024-09-08interpret: reset padding during validationRalf Jung-5/+22
2024-08-24Rollup merge of #129199 - RalfJung:writes_through_immutable_pointer, r=compil...Matthias Krüger-6/+3
2024-08-20ctfe: make CompileTimeInterpCx type alias publicRalf Jung-2/+5
2024-08-17make writes_through_immutable_pointer a hard errorRalf Jung-6/+3
2024-08-06interpret: refactor function call handling to be better-abstractedRalf Jung-9/+8
2024-08-05interpret: move nullary-op evaluation into operator.rsRalf Jung-1/+1
2024-08-01on a signed deref check, mention the right pointer in the errorRalf Jung-2/+2
2024-07-29Reformat `use` declarations.Nicholas Nethercote-11/+7
2024-07-02Fix spansMichael Goulet-1/+1
2024-07-02Give Instance::expect_resolve a spanMichael Goulet-0/+1
2024-06-16Rename InstanceDef -> InstanceKindMichael Goulet-4/+4
2024-06-14Use is_lang_item more aggressivelyMichael Goulet-3/+3
2024-06-13const-eval: make lint scope computation consistentRalf Jung-2/+12
2024-06-13rename CompileTimeInterpreter -> CompileTimeMachine, CompileTimeEvalContext -...Ralf Jung-6/+6
2024-05-29Rollup merge of #125633 - RalfJung:miri-no-copy, r=saethlin许杰友 Jieyou Xu (Joe)-1/+1
2024-05-28Remove a CTFE check that was only ever used to ICEOli Scherer-13/+1
2024-05-27miri: avoid making a full copy of all new allocationsRalf Jung-1/+1
2024-05-27interpret: get rid of 'mir lifetime everywhereRalf Jung-23/+19
2024-05-27interpret: the MIR is actually at lifetime 'tcxRalf Jung-10/+10
2024-05-23Remove `#[macro_use] extern crate tracing` from `rustc_const_eval`.Nicholas Nethercote-0/+1