1
Fork 0
rust/compiler/rustc_const_eval/src
Ralf Jung 65c70900ce union padding computation: add fast-path for ZST
Also avoid even tracking empty ranges, and add fast-path for arrays of scalars
2024-09-09 14:46:26 +02:00
..
check_consts Add warn(unreachable_pub) to rustc_const_eval. 2024-09-03 08:50:33 +10:00
const_eval interpret: reset padding during validation 2024-09-08 16:53:23 +02:00
interpret union padding computation: add fast-path for ZST 2024-09-09 14:46:26 +02:00
util clarify comments and names in check_validity_requirement 2024-09-08 16:53:23 +02:00
errors.rs Rollup merge of #129199 - RalfJung:writes_through_immutable_pointer, r=compiler-errors 2024-08-24 22:14:12 +02:00
lib.rs Add warn(unreachable_pub) to rustc_const_eval. 2024-09-03 08:50:33 +10:00