index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tools
/
miri
/
tests
/
pass-dep
/
libc
Age
Commit message (
Expand
)
Author
Lines
2025-07-21
Merge pull request #4481 from RalfJung/read-write-truncate
Oli Scherer
-76
/
+147
2025-07-19
non-deterministically truncate reads/writes
Ralf Jung
-76
/
+147
2025-07-17
miri sleep tests: increase slack
Ralf Jung
-3
/
+3
2025-07-06
sleep_until: add clock_nanosleep support to Miri
dvdsk
-0
/
+114
2025-06-07
test_dup: ensure the FDs remain in sync even after dup'ing
Ralf Jung
-2
/
+3
2025-05-27
Support F_GETFL and F_SETFL for fcntl
tiif
-0
/
+100
2025-05-18
Merge pull request #4322 from tiif/move_test
Ralf Jung
-0
/
+4
2025-05-18
Add more comment to libc-fs-with-isolation test
tiif
-0
/
+4
2025-04-29
add -Zmiri-deterministic-concurrency flag and use it for concurrency tests
Ralf Jung
-5
/
+5
2025-04-29
Added random scheduling
geetanshjuneja
-5
/
+5
2025-04-04
Solaris does not have flock
Ralf Jung
-0
/
+1
2025-02-26
Resolve more FIXMEs
tiif
-6
/
+2
2025-02-21
Resolve some FIXME from socketpair test
tiif
-6
/
+2
2025-02-06
allow code to call geteuid()
Slava Barinov
-0
/
+5
2025-02-01
fmt
The Miri Cronjob Bot
-12
/
+12
2025-01-13
Illumos: Added epoll and eventfd
Yoh Deadfall
-3
/
+8
2025-01-12
turns out Solarish targets support our entire test suite
Ralf Jung
-2
/
+1
2025-01-11
Supported fioclex for ioctl on macos
geetanshjuneja
-0
/
+20
2025-01-10
Switched FreeBSD to pthread_setname_np
Yoh Deadfall
-30
/
+24
2024-12-18
Merge pull request #4072 from tiif/blockop
Oli Scherer
-0
/
+50
2024-12-19
Implement blocking unnamed_socket
tiif
-0
/
+50
2024-12-12
Improve timezone handling in 'localtime_r()' using 'allocate_bytes()'
shamb0
-16
/
+219
2024-12-04
fmt
The Miri Cronjob Bot
-1
/
+5
2024-12-04
Merge from rustc
The Miri Cronjob Bot
-10
/
+7
2024-12-02
Use c"lit" for CStrings without unwrap
Kornel
-10
/
+7
2024-11-26
Merge pull request #4059 from tiif/fixtest
Oli Scherer
-7
/
+0
2024-11-26
Simplify thread blocking tests
tiif
-7
/
+0
2024-11-25
Fix the rest of the tests
Yoh Deadfall
-6
/
+3
2024-11-25
Added epoll and eventfd for Android
Yoh Deadfall
-0
/
+3
2024-11-24
sysconf: add _SC_OPEN_MAX
David Carlier
-0
/
+2
2024-11-24
follow-up on #4052, making a miri evaluation context fn for strerror_r.
David Carlier
-0
/
+16
2024-11-23
sysconf interception fix for solarish systems.
David Carlier
-0
/
+17
2024-11-13
Merge pull request #3939 from tiif/blockeventfd
Oli Scherer
-1
/
+118
2024-11-13
Implement blocking eventfd
tiif
-1
/
+118
2024-11-09
Merge pull request #4020 from RalfJung/thread-sope
Ralf Jung
-0
/
+24
2024-11-09
pthread-sync: avoid confusing error when running with preemption
Ralf Jung
-0
/
+24
2024-11-08
Get/set thread name shims return errors for invalid handles
Yoh Deadfall
-0
/
+25
2024-10-28
Android: Added syscall support
Yoh Deadfall
-20
/
+21
2024-10-22
Merge from rustc
The Miri Cronjob Bot
-5
/
+1
2024-10-21
move strict provenance lints to new feature gate, remove old feature gates
Ralf Jung
-5
/
+1
2024-10-21
Added support for prctl handling thread names
Yoh Deadfall
-0
/
+75
2024-10-18
pthread-threadname: ensure we can see the name set via the Rust API
Ralf Jung
-0
/
+17
2024-10-13
Auto merge of #3957 - YohDeadfall:macos-thread-name, r=RalfJung
bors
-39
/
+109
2024-10-13
rework threadname test for more consistency
Ralf Jung
-62
/
+109
2024-10-12
Fixed get thread name behavior for FreeBSD
Yoh Deadfall
-6
/
+5
2024-10-12
Fixed pthread get/set name for macOS
Yoh Deadfall
-2
/
+26
2024-10-10
Pipe minor changes: diagnostics, flag support and comments
tiif
-1
/
+22
2024-10-09
syscall/eventfd2: add support
Frank Rehwinkel
-0
/
+9
2024-10-09
Fixed pthread_getname_np impl for glibc
Yoh Deadfall
-17
/
+61
2024-10-02
epoll: add vector clock to the epoll ready_list
Frank Rehwinkel
-1
/
+40
[next]