bors
1be468815c
Auto merge of #120486 - reitermarkus:use-generic-nonzero, r=dtolnay
...
Use generic `NonZero` internally.
Tracking issue: https://github.com/rust-lang/rust/issues/120257
2024-02-16 07:46:31 +00:00
Markus Reiter
a90cc05233
Replace NonZero::<_>::new with NonZero::new.
2024-02-15 08:09:42 +01:00
Markus Reiter
746a58d435
Use generic NonZero internally.
2024-02-15 08:09:42 +01:00
David Carlier
6686ca08a2
std::thread update freebsd stack guard handling.
...
up to now, it had been assumed the stack guard setting default is not
touched in the field but some user might just want to disable it or
increase it. checking it once at runtime should be enough.
2024-02-09 20:10:47 +00:00
joboet
99128b7e45
std: begin moving platform support modules into pal
2024-01-11 20:10:25 +01:00