rust/library/std/src/sys
Jonathan Brouwer 4ea24671ed
Rollup merge of #150113 - Darksonn:pin-coerce-unsized-to-150112, r=jackh726
Update tracking issue for PinCoerceUnsized

This uses the newly created tracking issue https://github.com/rust-lang/rust/issues/150112.

Please see https://github.com/rust-lang/rust/issues/68015#issuecomment-3665424732 for motivation.

r? ``@jackh726``
2025-12-17 23:31:22 +01:00
..
alloc Add Motor OS std library port 2025-10-08 08:57:58 -07:00
args std: update references to FromInner etc. 2025-12-15 14:00:37 +01:00
env std: update references to FromInner etc. 2025-12-15 14:00:37 +01:00
fd Revert #148937 (Remove initialized-bytes tracking from BorrowedBuf and BorrowedCursor) 2025-12-17 14:34:56 +00:00
fs Revert #148937 (Remove initialized-bytes tracking from BorrowedBuf and BorrowedCursor) 2025-12-17 14:34:56 +00:00
io std: move RawOsError to sys::io 2025-12-15 13:48:30 +01:00
net Revert #148937 (Remove initialized-bytes tracking from BorrowedBuf and BorrowedCursor) 2025-12-17 14:34:56 +00:00
os_str std: update references to FromInner etc. 2025-12-15 14:00:37 +01:00
pal Rollup merge of #150113 - Darksonn:pin-coerce-unsized-to-150112, r=jackh726 2025-12-17 23:31:22 +01:00
path skip some Path prefix-component logic on platforms that don't have prefixes 2025-10-25 14:46:59 +02: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 Fix compare_against_sw_vers test when a version part is 0 2025-09-09 19:43:50 +02:00
process Revert #148937 (Remove initialized-bytes tracking from BorrowedBuf and BorrowedCursor) 2025-12-17 14:34:56 +00:00
random Add Motor OS std library port 2025-10-08 08:57:58 -07: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 std: update references to FromInner etc. 2025-12-15 14:00:37 +01:00
thread_local Add inline(never) to prevent reordering after TLS has been destroyed 2025-11-28 00:16:30 +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 Make the RUST_LSE_INIT constructor cross-platform 2025-12-04 03:36:22 -05: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: move FromInner etc. to sys 2025-12-15 13:48:30 +01:00