rust/library/std/src/sys/unix
bors 21b246587c Auto merge of #103075 - SUPERCILEX:miri-metadata, r=thomcc
Support DirEntry metadata calls in miri

This should work as it uses lstat64 which is supported here: ~d9ad25ee4b/src/shims/unix/macos/foreign_items.rs (L42~) just noticed that's macos, linux would be using statx: 86f0e63b21/src/shims/unix/linux/foreign_items.rs (L112)

The failing syscall is `dirfd`, so maybe that should actually be added to the shims?
2022-10-18 10:54:53 +00:00
..
fd I/O safety. 2021-08-19 12:02:39 -07:00
kernel_copy add test for failing io::copy specialization 2021-02-22 21:41:32 +01:00
locks Auto merge of #100581 - joboet:sync_rwlock_everywhere, r=thomcc 2022-09-20 22:00:08 +00:00
os Refactor weak symbols in std::sys::unix 2021-11-12 15:25:16 -08:00
os_str Expose Utf8Lossy as Utf8Chunks 2022-08-20 12:49:20 -04:00
process more dupe word typos 2022-10-14 12:57:56 +08:00
thread_parker std: do not use dispatch semaphore under miri (yet) 2022-10-08 09:12:06 +02:00
alloc.rs Horizon OS STD support 2022-06-13 20:44:39 -07:00
android.rs Refactor weak symbols in std::sys::unix 2021-11-12 15:25:16 -08:00
args.rs Library changes for Apple WatchOS 2022-07-20 08:57:36 +01:00
cmath.rs Reuse unix::cmath 2021-04-28 14:25:04 +02:00
env.rs Library changes for Apple WatchOS 2022-07-20 08:57:36 +01:00
fd.rs Address reviewer comments 2022-08-18 10:34:40 +01:00
fs.rs Support DirEntry metadata calls in miri 2022-10-16 12:14:27 -07:00
futex.rs std: panic instead of deadlocking in mutex implementation on Fuchsia 2022-07-18 10:56:10 +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 fix small word dupe typos 2022-10-13 00:53:46 +08:00
l4re.rs Use Rust 2021 prelude in std itself. 2022-05-09 11:12:32 +02: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 unix_sigpipe: Make sigpipe param docs long-form 2022-09-01 06:45:04 +02:00
net.rs Rollup merge of #96334 - devnexen:socket_mark, r=dtolnay 2022-08-29 06:34:42 +02:00
os.rs Reduce CString allocations in std as much as possible 2022-10-03 11:13:17 -07:00
os_str.rs Expose Utf8Lossy as Utf8Chunks 2022-08-20 12:49:20 -04:00
path.rs Unix path::absolute: Fix leading "." component 2022-03-05 17:57:12 +00:00
pipe.rs I/O safety. 2021-08-19 12:02:39 -07:00
rand.rs Revert "Use getentropy when possible on all Apple platforms" 2022-10-05 00:48:22 -05:00
stack_overflow.rs Update libc to 0.2.121 2022-04-05 11:22:32 -05:00
stdio.rs Consolidate AsFd instances for stdio types into library/std/src/os/fd/owned.rs 2022-10-10 14:47:22 +01:00
thread.rs Rollup merge of #102854 - semarie:openbsd-immutablestack, r=m-ou-se 2022-10-13 18:19:19 +05:30
thread_local_dtor.rs sync thread_local key conditions exactly with what the macro uses 2022-10-13 14:09:08 +02:00
thread_local_key.rs std: optimize TLS on Windows 2022-10-08 20:19:21 +02:00
time.rs Add a niche to Duration, unix SystemTime, and non-apple Instant 2022-09-28 18:15:10 +01:00
weak.rs Replace sys/unix/weak AtomicUsize with AtomicPtr 2022-04-17 23:33:56 -05:00