rust/library/std/src/os/windows
Scott McMurray 6f2a78345e Update a bunch of library types for MCP807
This greatly reduces the number of places that actually use the `rustc_layout_scalar_valid_range_*` attributes down to just 3:
```
library/core\src\ptr\non_null.rs
68:#[rustc_layout_scalar_valid_range_start(1)]

library/core\src\num\niche_types.rs
19:        #[rustc_layout_scalar_valid_range_start($low)]
20:        #[rustc_layout_scalar_valid_range_end($high)]
```

Everything else -- PAL Nanoseconds, alloc's `Cap`, niched FDs, etc -- all just wrap those `niche_types` types.
2025-01-09 23:47:11 -08:00
..
io Update a bunch of library types for MCP807 2025-01-09 23:47:11 -08:00
ffi.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
fs.rs Rollup merge of #130168 - juliusl:pr/fix-win-fs-change-time-links, r=ChrisDenton 2024-09-11 15:53:23 -07:00
mod.rs Make os/windows default to deny unsafe in unsafe 2024-07-15 07:17:39 +00:00
process.rs Abstract ProcThreadAttributeList into its own struct 2024-11-30 10:17:59 +01:00
raw.rs Suppress some cfg from being shown in the stdlib docs 2021-10-05 18:15:29 +02:00
thread.rs modify std::os docs to be more consistent 2021-09-17 23:23:21 +05:30