rust/library/std
dianqk a94f0a4af8
Rollup merge of #143090 - ChrisDenton:workaround1, r=tgross35
Workaround for memory unsafety in third party DLLs

Resolves rust-lang/rust#143078

Note that we can't make any guarantees if third parties intercept OS functions and don't implement them according to the documentation. However, I think it's practical to attempt mitigations when issues are encountered in the wild and the mitigation itself isn't too invasive.
2025-06-30 19:23:16 +08:00
..
benches Fix import in bench for wasm 2025-02-12 14:44:30 -08:00
src Rollup merge of #143090 - ChrisDenton:workaround1, r=tgross35 2025-06-30 19:23:16 +08:00
tests make tidy-alphabetical use a natural sort 2025-06-25 22:52:38 +02:00
build.rs Use feature(target_has_reliable_f16_f128) in library tests 2025-04-27 20:10:33 +00:00
Cargo.toml Avoid exporting panic_unwind as stdlib cargo feature 2025-06-24 19:44:35 +00:00