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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tools
/
miri
/
tests
/
fail-dep
Age
Commit message (
Expand
)
Author
Lines
2025-01-29
Merge pull request #4122 from tiif/fnabi
Ralf Jung
-4
/
+4
2025-01-30
Check fixed arg number for variadic function.
tiif
-4
/
+4
2025-01-13
Included Abdroid to an epoll test targets
Yoh Deadfall
-1
/
+1
2025-01-13
Illumos: Added epoll and eventfd
Yoh Deadfall
-5
/
+5
2025-01-12
Added Android to epoll and eventfd test targets
Yoh Deadfall
-3
/
+3
2025-01-12
turns out Solarish targets support our entire test suite
Ralf Jung
-5
/
+3
2024-12-27
add test for close-while-blocked
Ralf Jung
-0
/
+72
2024-12-18
Merge pull request #4072 from tiif/blockop
Oli Scherer
-34
/
+182
2024-12-19
Implement blocking unnamed_socket
tiif
-34
/
+182
2024-12-13
Fix miri tests
Esteban Küber
-2
/
+1
2024-11-26
Merge pull request #4059 from tiif/fixtest
Oli Scherer
-42
/
+18
2024-11-26
Simplify thread blocking tests
tiif
-42
/
+18
2024-11-25
Fixed test target
Yoh Deadfall
-2
/
+1
2024-11-25
Added epoll and eventfd for Android
Yoh Deadfall
-0
/
+1
2024-11-22
epoll: fix comment typo
Ralf Jung
-1
/
+1
2024-11-21
eventfd: comment tweaks
Ralf Jung
-2
/
+2
2024-11-15
Merge pull request #4033 from tiif/checkepoll
Oli Scherer
-0
/
+137
2024-11-14
Add test for epoll
tiif
-0
/
+137
2024-11-13
Merge pull request #3939 from tiif/blockeventfd
Oli Scherer
-60
/
+218
2024-11-13
Implement blocking eventfd
tiif
-60
/
+218
2024-10-21
Added support for prctl handling thread names
Yoh Deadfall
-0
/
+31
2024-10-17
data-race test: disable address reuse that can incur accidental sync
Ralf Jung
-1
/
+1
2024-10-14
Auto merge of #3973 - RalfJung:os-unfair-lock, r=RalfJung
bors
-0
/
+26
2024-10-14
ensure that a macOS os_unfair_lock that is moved while being held is not impl...
Ralf Jung
-0
/
+26
2024-10-14
Auto merge of #3968 - YohDeadfall:variadic-arg-helper, r=RalfJung
bors
-4
/
+4
2024-10-14
Added a variadic argument helper
Yoh Deadfall
-4
/
+4
2024-10-14
pthread_cond: also store ID outside addressable memory
Ralf Jung
-6
/
+6
2024-10-14
pthread_rwlock: also store ID outside addressable memory
Ralf Jung
-3
/
+3
2024-10-14
pthread_mutex: store mutex ID outside adressable memory, so it can be trusted
Ralf Jung
-6
/
+6
2024-10-10
Pipe minor changes: diagnostics, flag support and comments
tiif
-4
/
+4
2024-10-09
epoll: change clock to be per event
Frank Rehwinkel
-0
/
+117
2024-10-08
fix behavior of release_clock()
Ralf Jung
-0
/
+51
2024-10-05
avoid pthread_attr_t in tests
Ralf Jung
-18
/
+24
2024-10-05
pthread mutex: better error in reentrant-locking-UB, also test PTHREAD_MUTEX_...
Ralf Jung
-14
/
+48
2024-09-29
let rustfmt format imports
Ralf Jung
-6
/
+4
2024-09-21
fmt (with a huge diff for some reason)
Ralf Jung
-2
/
+2
2024-09-16
Bump ui test
Oli Scherer
-218
/
+218
2024-09-15
pthread: add FreeBSD, remove PTHREAD_MUTEX_NORMAL_FLAG hack
Ralf Jung
-1
/
+2
2024-09-14
detect when pthread_cond_t is moved
Konstantinos Andrikopoulos
-0
/
+77
2024-09-09
detect when pthread_rwlock_t is moved
Konstantinos Andrikopoulos
-0
/
+29
2024-09-05
Detect pthread_mutex_t is moved
Konstantinos Andrikopoulos
-0
/
+68
2024-08-25
Support blocking for epoll
tiif
-29
/
+0
2024-08-24
Handle edge case for epoll_ctl
tiif
-0
/
+32
2024-08-14
Implement epoll shim
tiif
-3
/
+3
2024-08-06
interpret: refactor function call handling to be better-abstracted
Ralf Jung
-16
/
+10
2024-08-05
bump dependencies
Ralf Jung
-1
/
+1
2024-08-01
on a signed deref check, mention the right pointer in the error
Ralf Jung
-2
/
+2
2024-07-27
improve dangling/oob errors and make them more uniform
Ralf Jung
-15
/
+15
2024-07-15
lib: replace some `mem::forget`'s with `ManuallyDrop`
Pavel Grigorenko
-3
/
+3
2024-07-14
implement the `os_unfair_lock` functions on macOS
joboet
-0
/
+102
[next]