rust/library/std/src
bors 42188c3ca8 Auto merge of #123723 - madsmtm:apple-std-os, r=dtolnay
Make `std::os::darwin` public

I'm not sure of the reasoning behind them not being public before, but I think they should be, just like `std::os::ios` and `std::os::macos` are public.

Additionally, I've merged their source code, as it was otherwise just a bunch of unnecessary duplication.

Ultimately, I've done this PR to fix `./x build library --target=aarch64-apple-tvos,aarch64-apple-watchos,aarch64-apple-visionos`, as that currently fails because of dead code warnings.

Since you reviewed https://github.com/rust-lang/rust/pull/121419
r? davidtwco

Fixes https://github.com/rust-lang/rust/issues/121640.

`@rustbot` label O-tvos O-watchos O-visionos
2024-11-03 22:25:11 +00:00
..
backtrace remove redundant imports 2023-12-10 10:56:22 +08:00
collections const_with_hasher test: actually construct a usable HashMap 2024-11-02 11:27:14 +01:00
env Fix std tests for wasm32-wasip2 target 2024-09-29 04:48:13 +02:00
error Reformat use declarations. 2024-07-29 08:26:52 +10:00
f16 std float tests: special-case Miri in feature detection 2024-08-08 12:17:50 +02:00
f32 these tests seem to work fine on i586 these days 2024-09-10 15:57:40 -07:00
f64 these tests seem to work fine on i586 these days 2024-09-10 15:57:40 -07:00
f128 Add core functions for f16 and f128 that require math routines 2024-08-01 15:38:53 -04:00
ffi Implement From<&mut {slice}> for Box/Rc/Arc<{slice}> 2024-10-29 21:24:12 +01:00
fs Use &raw in the standard library 2024-09-25 17:03:20 -07:00
hash remove const_hash feature leftovers 2024-11-02 11:27:14 +01:00
io Specialize read_exact and read_buf_exact for VecDeque 2024-10-23 10:09:24 +02:00
net Rollup merge of #129638 - nickrum:wasip2-net, r=alexcrichton 2024-09-30 19:18:49 -04:00
num removed nonfunctioning benchmark 2024-01-11 11:30:12 -05:00
os Auto merge of #123723 - madsmtm:apple-std-os, r=dtolnay 2024-11-03 22:25:11 +00:00
panic review: fix nits and move panic safety tests to the correct place 2020-09-25 23:10:24 +02:00
path Fix std tests for wasm32-wasip2 target 2024-09-29 04:48:13 +02:00
pipe Cleanup sys module to match house style 2024-07-30 19:22:54 +00:00
prelude Avoid comments that describe multiple use items. 2024-07-17 08:02:46 +10:00
process [musl] use posix_spawn if a directory change was requested 2024-10-23 22:11:55 -07:00
sync Rollup merge of #132019 - daboross:document-partialeq-oncelock, r=Mark-Simulacrum 2024-10-26 18:45:33 +02:00
sys Rollup merge of #132495 - Houtamelo:remove_unintended_link, r=jieyouxu 2024-11-02 12:14:15 +01:00
sys_common std: replace LazyBox with OnceBox 2024-10-01 22:05:35 +02:00
thread Auto merge of #131349 - RalfJung:const-stability-checks, r=compiler-errors 2024-10-25 23:29:40 +00:00
time Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04: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
env.rs library: consistently use American spelling for 'behavior' 2024-10-25 12:02:47 +02:00
error.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
f16.rs Make some float methods unstable const fn 2024-10-15 10:46:33 +02:00
f32.rs Make some float methods unstable const fn 2024-10-15 10:46:33 +02:00
f64.rs Make some float methods unstable const fn 2024-10-15 10:46:33 +02:00
f128.rs Make some float methods unstable const fn 2024-10-15 10:46:33 +02:00
fs.rs clarified std::fs truncate doc 2024-10-28 17:14:15 +00:00
keyword_docs.rs Update use keyword docs to describe precise capturing 2024-10-18 21:17:08 +00: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 Rollup merge of #132503 - RalfJung:const-hash-map, r=Amanieu 2024-11-03 12:08:52 +01:00
macros.rs Add math functions for f16 and f128 2024-08-01 15:38:51 -04:00
num.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
panic.rs Auto merge of #128321 - BatmanAoD:catch-unwind-doc-update, r=Mark-Simulacrum 2024-09-29 05:54:47 +00:00
panicking.rs Rollup merge of #130846 - ChrisDenton:revert-break, r=Noratrieb 2024-09-26 22:20:54 -07:00
pat.rs Add pattern types to parser 2024-04-08 11:57:17 +00:00
path.rs Implement From<&mut {slice}> for Box/Rc/Arc<{slice}> 2024-10-29 21:24:12 +01:00
pipe.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
process.rs library: consistently use American spelling for 'behavior' 2024-10-25 12:02:47 +02:00
random.rs AIX use /dev/urandom for impl 2024-10-22 20:18:11 -04:00
rt.rs Remove the Arc rt::init allocation for thread info 2024-10-19 14:39:20 +01:00
time.rs library: consistently use American spelling for 'behavior' 2024-10-25 12:02:47 +02:00