rust/library/std/src
bors 01e4f19cc8 Auto merge of #136534 - jhpratt:rollup-dnz57dq, r=jhpratt
Rollup of 6 pull requests

Successful merges:

 - #136398 (add UnsafeCell direct access APIs)
 - #136465 (Some `rustc_middle` cleanups)
 - #136479 (std::fs: further simplify dirent64 handling)
 - #136504 (Fix last compare-mode false negatives in tests)
 - #136511 (Add `cast_signed` and `cast_unsigned` methods for `NonZero` types)
 - #136518 (Add note about `FnPtr` trait being exposed as public bound)

r? `@ghost`
`@rustbot` modify labels: rollup
2025-02-04 14:59:25 +00:00
..
backtrace remove redundant imports 2023-12-10 10:56:22 +08:00
collections fmt 2025-01-08 22:11:33 +01:00
ffi fix OsString::from_encoded_bytes_unchecked description 2025-01-21 14:36:18 +01:00
fs Fix renaming symlinks on Windows 2024-12-27 10:07:10 +00:00
hash remove const_hash feature leftovers 2024-11-02 11:27:14 +01:00
io Test pipes also when not running on Windows and Linux simultaneously 2025-01-26 12:48:33 +01:00
net std: update internal uses of io::const_error! 2024-11-26 18:38:24 +01:00
os wasi/io: remove dead files 2025-01-14 17:28:33 +01:00
prelude remove Rustc{En,De}codable from library and compiler 2025-01-14 16:16:38 +01:00
process Abstract ProcThreadAttributeList into its own struct 2024-11-30 10:17:59 +01:00
sync Rollup merge of #135621 - bjorn3:move_tests_to_stdtests, r=Noratrieb 2025-02-04 05:36:50 -05:00
sys std::fs: further simplify dirent64 handling 2025-02-03 12:05:23 +01:00
sys_common Avoid naming variables str 2025-01-07 14:30:02 +02:00
thread Move std::thread_local unit tests to integration tests 2025-01-26 10:28:05 +00:00
alloc.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
ascii.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
backtrace.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
bstr.rs Implement ByteStr and ByteString types 2025-01-11 06:35:21 +02:00
env.rs Move std::env unit tests to integration tests 2025-01-26 10:28:04 +00:00
error.rs Move std::error unit tests to integration tests 2025-01-26 10:28:04 +00:00
f16.rs Rollup merge of #135621 - bjorn3:move_tests_to_stdtests, r=Noratrieb 2025-02-04 05:36:50 -05:00
f32.rs Rollup merge of #135621 - bjorn3:move_tests_to_stdtests, r=Noratrieb 2025-02-04 05:36:50 -05:00
f64.rs Rollup merge of #135621 - bjorn3:move_tests_to_stdtests, r=Noratrieb 2025-02-04 05:36:50 -05:00
f128.rs Rollup merge of #135621 - bjorn3:move_tests_to_stdtests, r=Noratrieb 2025-02-04 05:36:50 -05:00
fs.rs Improve documentation for file locking 2025-01-30 11:48:26 +01:00
keyword_docs.rs Library: Finalize dyn compatibility renaming 2025-01-22 04:46:55 +01:00
lib.miri.rs add 'x.py miri', and make it work for 'library/{core,alloc,std}' 2024-04-03 20:27:20 +02:00
lib.rs std::range 2025-01-30 20:37:56 -07:00
macros.rs Move std float unit tests to integration tests 2025-01-26 10:28:04 +00:00
num.rs Move std::num unit tests to integration tests 2025-01-26 10:28:04 +00:00
panic.rs Move std::panic unit tests to integration tests 2025-01-26 10:28:04 +00:00
panicking.rs std: lazily allocate the main thread handle 2025-01-14 13:37:28 +01:00
pat.rs Add pattern types to parser 2024-04-08 11:57:17 +00:00
path.rs Move std::path unit tests to integration tests 2025-01-26 10:28:04 +00:00
process.rs Fix sentence in process::abort 2025-02-01 13:32:01 +01:00
random.rs AIX use /dev/urandom for impl 2024-10-22 20:18:11 -04:00
rt.rs Rollup merge of #135446 - klensy:panic_immediate_abort_ext, r=Mark-Simulacrum 2025-01-20 12:38:32 +08:00
time.rs Move std::time unit tests to integration tests 2025-01-26 10:28:04 +00:00