rust/library/std/src/sys/unix
2023-09-13 16:41:38 +03:00
..
fd I/O safety. 2021-08-19 12:02:39 -07:00
kernel_copy test that modifications to the source don't become visible after io::copy 2023-04-03 21:10:02 +02:00
locks Finish up preliminary tvos support in libstd 2023-06-21 14:59:39 -07:00
os Refactor weak symbols in std::sys::unix 2021-11-12 15:25:16 -08:00
os_str fix(std): Rename os_str_bytes to encoded_bytes 2023-09-01 19:33:16 -05:00
process Auto merge of #114590 - ijackson:stdio-stdio-2, r=dtolnay 2023-09-09 19:56:51 +00:00
thread_parking wip: Support Apple tvOS in libstd 2023-06-21 14:59:37 -07:00
alloc.rs wasi: round up the size for aligned_alloc 2023-08-26 11:50:16 -07:00
android.rs Replace libstd, libcore, liballoc in docs. 2022-12-30 14:00:40 +01:00
args.rs Revert "use c literals in library" 2023-07-05 13:11:26 +02:00
cmath.rs Add gamma and ln_gamma functions to f32 and f64 2023-07-31 07:41:50 -07:00
env.rs wip: Support Apple tvOS in libstd 2023-06-21 14:59:37 -07:00
fd.rs Finish up preliminary tvos support in libstd 2023-06-21 14:59:39 -07:00
fs.rs Use std::io::Error::is_interrupted everywhere 2023-09-03 09:21:10 -04:00
futex.rs remove some unneeded imports 2023-04-12 19:27:18 +02:00
io.rs Add IsTerminal trait to determine if a descriptor or handle is a terminal 2022-10-15 00:35:38 +01:00
kernel_copy.rs unix/kernel_copy.rs: copy_file_range_candidate allows empty output files 2023-08-03 19:27:45 -04:00
l4re.rs fix: get the l4re target working again 2023-06-13 20:41:33 +00:00
memchr.rs mark FIXMES for all the places found that are probably offset_from 2022-03-29 20:18:28 -04:00
mod.rs Use std::io::Error::is_interrupted everywhere 2023-09-03 09:21:10 -04:00
net.rs Disabled socketpair for Vita 2023-09-13 16:41:38 +03:00
os.rs Fix UB in std::sys::os::getenv() 2023-08-18 16:04:53 +02:00
os_str.rs fix(std): Rename os_str_bytes to encoded_bytes 2023-09-01 19:33:16 -05:00
path.rs fix(std): Rename os_str_bytes to encoded_bytes 2023-09-01 19:33:16 -05:00
pipe.rs Inline AsRawFd implementations 2023-05-01 13:28:19 +02:00
rand.rs Rollup merge of #101994 - devnexen:rand_fbsd_update, r=workingjubilee 2023-07-26 20:49:11 +02:00
stack_overflow.rs std: only use LFS function on glibc 2022-12-22 16:01:27 +08:00
stdio.rs inline trivial (noop) flush calls 2023-07-28 18:09:12 -07:00
thread.rs QNX: pass a truncated thread name to the OS 2023-08-18 14:47:12 +02:00
thread_local_dtor.rs Rollup merge of #106779 - RReverser:patch-2, r=Mark-Simulacrum 2023-01-26 07:53:22 +01:00
thread_local_key.rs std: optimize TLS on Windows 2022-10-08 20:19:21 +02:00
time.rs wip: Support Apple tvOS in libstd 2023-06-21 14:59:37 -07:00
weak.rs wip: Support Apple tvOS in libstd 2023-06-21 14:59:37 -07:00