rust/compiler/rustc_const_eval/src/interpret
León Orell Valerian Liehr 393b526018
Rollup merge of #126379 - RalfJung:find_closest_untracked_caller_location, r=oli-obk
interpret: update doc comment for find_closest_untracked_caller_location

Also add a doc comment to cur_span.

r? `@compiler-errors`
2024-06-13 13:05:27 +02:00
..
cast.rs Rollup merge of #126232 - RalfJung:dyn-trait-equality, r=oli-obk 2024-06-12 15:44:59 +02:00
discriminant.rs safe transmute: support Variants::Single enums 2024-06-13 01:38:51 +00:00
eval_context.rs Rollup merge of #126379 - RalfJung:find_closest_untracked_caller_location, r=oli-obk 2024-06-13 13:05:27 +02:00
intern.rs Add safe/unsafe to static inside extern blocks 2024-06-04 14:19:43 -03:00
intrinsics.rs Rollup merge of #126232 - RalfJung:dyn-trait-equality, r=oli-obk 2024-06-12 15:44:59 +02:00
machine.rs miri: avoid making a full copy of all new allocations 2024-05-27 23:33:54 +02:00
memory.rs Rollup merge of #126328 - RalfJung:is_none_or, r=workingjubilee 2024-06-12 20:03:20 -07:00
mod.rs interpret: hide some reexports in rustdoc 2024-05-02 18:47:36 +02:00
operand.rs ScalarInt: size mismatches are a bug, do not delay the panic 2024-06-10 13:43:16 +02:00
operator.rs interpret: ensure we check bool/char for validity when they are used in a cast 2024-06-11 12:16:09 +02:00
place.rs Rollup merge of #126232 - RalfJung:dyn-trait-equality, r=oli-obk 2024-06-12 15:44:59 +02:00
projection.rs use is_none_or in some places in the compiler 2024-06-12 16:20:07 +02:00
step.rs offset_of: allow (unstably) taking the offset of slice tail fields 2024-06-08 18:17:55 +02:00
terminator.rs interpret: refactor dyn trait handling 2024-06-10 17:28:52 +02:00
traits.rs interpret: dyn trait metadata check: equate traits in a proper way 2024-06-11 08:54:49 +02:00
util.rs interpret: get rid of 'mir lifetime everywhere 2024-05-27 08:25:57 +02:00
validity.rs Rollup merge of #126232 - RalfJung:dyn-trait-equality, r=oli-obk 2024-06-12 15:44:59 +02:00
visitor.rs interpret: refactor dyn trait handling 2024-06-10 17:28:52 +02:00