Files
rust/library/std/src
Chris Denton 096369d97f Rollup merge of #139382 - ChrisDenton:windows-bindgen-0-61, r=Mark-Simulacrum
Update windows-bindgen to 0.61.0

This updates the automatically generate Windows API bindings. Not much changed this time:

- There's now `Default` implementations for many types, which is convenient. It does however conflict with one place where we implemented a non-zeroed default (to set the length field). But that's no big problem.
- The `--no-core` flag has been renamed to `--no-deps` to more accurately reflect its meaning (i.e. generate all necessary code without requiring additional dependencies).
- The `--link` flag allows us to set the location of the `link!` macro. Currently we use our workspace's `windows_targets` crate but we could move it into library/std using `--link`. However, this would need to be co-ordinated with the `backtrace` crate (which is a separate crate but included in std using `#[path]`). So I've left that for another time.
2025-04-12 21:05:29 +00:00
..
2025-04-09 12:29:59 +01:00
2025-04-09 12:29:59 +01:00
2025-03-18 16:46:56 +00:00
2025-04-09 12:29:59 +01:00
2025-04-04 14:47:04 +02:00
2025-04-09 12:29:59 +01:00
2025-04-09 12:29:59 +01:00
2025-02-13 13:10:28 -08:00
2025-03-08 16:22:37 -08:00
2025-04-09 12:29:59 +01:00
2025-04-09 12:29:59 +01:00
2025-01-11 06:35:21 +02:00
2025-03-11 09:46:34 -07:00
2025-02-25 09:08:22 +05:30
2025-04-09 12:29:59 +01:00
2025-03-13 20:09:07 +00:00
2025-04-09 12:29:59 +01:00
2025-03-10 21:23:32 +08:00
2025-02-07 16:54:07 +01:00