rust/library/std/src/sys
Guillaume Gomez 3daf9935c5
Rollup merge of #150561 - semiopaque, r=BoxyUwU
Finish transition from `semitransparent` to `semiopaque` for `rustc_macro_transparency`

Since it's a bit annoying to have different names for the same thing.

My understanding is that this is just internal stuff that is not part of any public API even tough rust-analyzer knows about it.

Continuation of
- https://github.com/rust-lang/rust/pull/139084.

Discovered while investigating
- https://github.com/rust-lang/rust/issues/150514
2026-01-09 11:59:59 +01:00
..
alloc Add Motor OS std library port 2025-10-08 08:57:58 -07:00
args std: update imports of sys::helpers 2026-01-02 18:23:40 +01:00
env std: update imports of sys::helpers 2026-01-02 18:23:40 +01:00
fd Revert #148937 (Remove initialized-bytes tracking from BorrowedBuf and BorrowedCursor) 2025-12-17 14:34:56 +00:00
fs Rollup merge of #150533 - uefi-fs-rmdirall, r=ChrisDenton 2026-01-08 22:21:15 +01:00
helpers beautify comment in sys::helpers 2026-01-02 18:32:35 +01:00
io std: move RawOsError to sys::io 2025-12-15 13:48:30 +01:00
net Rollup merge of #145339 - Ayush1325:uefi-tcp4-accept, r=tgross35 2026-01-03 12:43:36 +01:00
os_str std: update references to FromInner etc. 2025-12-15 14:00:37 +01:00
pal Rollup merge of #150412 - the8472:pidfd-spawn, r=tgross35 2026-01-06 16:19:41 +01:00
path std: update imports of sys::helpers 2026-01-02 18:23:40 +01:00
personality Add Motor OS std library port 2025-10-08 08:57:58 -07:00
pipe std: update references to FromInner etc. 2025-12-15 14:00:37 +01:00
platform_version std: update imports of sys::helpers 2026-01-02 18:23:40 +01:00
process Rollup merge of #150412 - the8472:pidfd-spawn, r=tgross35 2026-01-06 16:19:41 +01:00
random cpuid is safe since the stdarch sync, so remove unsafe from usages 2025-12-26 08:46:49 +01:00
stdio Revert #148937 (Remove initialized-bytes tracking from BorrowedBuf and BorrowedCursor) 2025-12-17 14:34:56 +00:00
sync std: support RwLock and thread parking on TEEOS 2025-11-08 15:49:19 +01:00
thread Rollup merge of #150363 - betrusted-io:xous-misc-fixes, r=jhpratt 2025-12-29 00:37:03 -05:00
thread_local Finish transition from semitransparent to semiopaque for rustc_macro_transparency 2026-01-08 19:14:45 +01:00
backtrace.rs std: move FULL_BACKTRACE_DEFAULT to sys::backtrace 2025-12-15 13:48:30 +01:00
cmath.rs library: Migrate from cfg_if to cfg_select 2025-08-16 05:28:31 -07:00
configure_builtins.rs std: remove outdated documentation in sys 2026-01-02 18:23:40 +01:00
env_consts.rs std: add support for armv7a-vex-v5 target 2025-09-24 12:10:15 -05:00
exit_guard.rs library: Migrate from cfg_if to cfg_select 2025-08-16 05:28:31 -07:00
mod.rs std: remove outdated documentation in sys 2026-01-02 18:23:40 +01:00