1
Fork 0
rust/library/std/src/sys
Guillaume Gomez 80a9717091
Rollup merge of #127320 - ChrisDenton:win-sys, r=Mark-Simulacrum
Update windows-bindgen to 0.58.0

This also switches from the bespoke `std` generated bindings to the normal `sys` ones everyone else uses.

This has almost no difference except that the  `sys` bindings use the `windows_targets::links!` macro for FFI imports, which we implement manually. This does cause the diff to look much larger than it really is but the bulk of the changes are mostly contained to the generated code.
2024-07-05 11:33:16 +02:00
..
os_str PathBuf::as_mut_vec removed and verified for UEFI and Windows platforms #126333 2024-06-25 07:36:34 -06:00
pal Rollup merge of #127320 - ChrisDenton:win-sys, r=Mark-Simulacrum 2024-07-05 11:33:16 +02:00
path std: move path into sys 2024-02-08 12:51:35 +01:00
personality Fix unwinding on 32-bit watchOS ARM 2024-05-05 15:41:55 +02:00
sync Add blank lines after module-level //! comments. 2024-06-20 09:23:20 +10:00
thread_local std: add safety comments 2024-06-28 10:44:26 +02:00
backtrace.rs std: move sys_common::backtrace to sys 2024-06-16 13:14:01 +02:00
cmath.rs Make cmath.rs a single file 2024-02-07 12:02:24 -03:00
mod.rs std: move sys_common::backtrace to sys 2024-06-16 13:14:01 +02:00