rust/library/std/src/sys
bors 756bff97ea Auto merge of #138841 - matthiaskrgr:rollup-bfkls57, r=matthiaskrgr
Rollup of 8 pull requests

Successful merges:

 - #138018 (rustdoc: Use own logic to print `#[repr(..)]` attributes in JSON output.)
 - #138294 (Mark some std tests as requiring `panic = "unwind"`)
 - #138468 (rustdoc js: add nonnull helper and typecheck src-script.js)
 - #138675 (Add release notes for 1.85.1)
 - #138765 (Fix Thread::set_name on cygwin)
 - #138786 (Move some driver code around)
 - #138793 (target spec check: better error when llvm-floatabi is missing)
 - #138822 (De-Stabilize `file_lock`)

r? `@ghost`
`@rustbot` modify labels: rollup
2025-03-22 23:59:01 +00:00
..
alloc Apply rustc-0023-Add-Trusty-OS-support-to-Rust-std.patch 2025-03-10 10:00:24 -07:00
anonymous_pipe Mv os-specific trait impl of Pipe* into std::os::* 2025-03-14 01:03:56 +11:00
fs Auto merge of #138653 - matthiaskrgr:rollup-fwwqmr7, r=matthiaskrgr 2025-03-19 09:28:24 +00:00
io library: Use size_of from the prelude instead of imported 2025-03-06 20:20:38 -08:00
net Fix std::sys::unix::set_linger for Cygwin 2025-03-10 21:23:31 +08:00
os_str Specialize OsString::push for strings 2025-02-28 13:42:31 -08:00
pal Auto merge of #138841 - matthiaskrgr:rollup-bfkls57, r=matthiaskrgr 2025-03-22 23:59:01 +00:00
path Remove has_redox_scheme 2025-03-13 20:09:07 +00:00
personality Rollup merge of #137621 - Berrysoft:cygwin-std, r=joboet 2025-03-17 05:47:49 -04:00
random Fix build failure on Trusty 2025-03-19 02:05:01 +09:00
stdio Rollup merge of #138301 - thaliaarchi:io-optional-methods/hermit, r=tgross35 2025-03-18 10:09:29 +01:00
sync Fix *-win7-windows-msvc target since 26eeac1a1e 2025-02-19 18:05:37 +08:00
thread_local Remove custom TLS implementation for Trusty targets 2025-03-10 10:00:25 -07:00
backtrace.rs Improve comments for the default backtrace printer 2024-12-04 20:54:37 -05:00
cmath.rs Implement f{16,32,64,128}::{erf,erfc} 2025-02-14 01:23:16 +03:00
exit_guard.rs Attempt to fix CI 2024-07-08 09:19:25 -05:00
mod.rs std: move stdio to sys 2025-03-09 23:42:13 +01:00