rust/library/std
Chris Denton 8a6d6f5ae5
Rollup merge of #139683 - ChrisDenton:windows-with-native, r=tgross35,joboet
Use `with_native_path` for Windows

Ideally, each platform should use their own native path type internally. This will, for example, allow passing a UTF-16 string directly to `std::fs::File::open` and therefore avoid the need for allocating a new null-terminated wide string. However, doing that for every function and platform all at once makes for a large PR that is way too prone to breaking. So this just does some of the Windows parts.

As with the previous Unix PR (#138832) this is intended to be merely a refactoring so I've avoided anything that may require more substantial changes.
2025-04-13 11:48:18 +00:00
..
benches Fix import in bench for wasm 2025-02-12 14:44:30 -08:00
src Rollup merge of #139683 - ChrisDenton:windows-with-native, r=tgross35,joboet 2025-04-13 11:48:18 +00:00
tests Rollup merge of #137897 - xTachyon:tls-fix, r=thomcc,jieyouxu 2025-04-05 13:18:13 +11:00
build.rs Revert "Disable f16 on Aarch64 without neon" 2025-04-02 19:21:10 +00:00
Cargo.toml Update compiler-builtins to 0.1.153 2025-04-10 17:40:15 +00:00