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
/
libc
Age
Commit message (
Expand
)
Author
Lines
2024-12-19
Implement blocking unnamed_socket
tiif
-34
/
+182
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
Added a variadic argument helper
Yoh Deadfall
-4
/
+4
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-09-29
let rustfmt format imports
Ralf Jung
-4
/
+3
2024-09-16
Bump ui test
Oli Scherer
-92
/
+92
2024-08-24
Handle edge case for epoll_ctl
tiif
-0
/
+32
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-10
Auto merge of #3720 - safinaskar:read, r=RalfJung
bors
-0
/
+42
2024-07-09
Fix libc::read shim: make it write to a buffer correct amount of bytes. Add t...
Askar Safin
-0
/
+42
2024-07-05
implement `libc::sched_getaffinity` and `libc::sched_setaffinity`
Folkert
-0
/
+37
2024-06-17
tell people how to set miri flags
Ralf Jung
-5
/
+5
2024-06-10
Add socketpair shim
tiif
-0
/
+56
2024-06-09
Follow up fix for eventfd shim
tiif
-4
/
+2
2024-06-08
Add eventfd shim
tiif
-0
/
+62
2024-05-18
support aligned_alloc for unixes support.
David Carlier
-0
/
+30
2024-05-12
Add non-null pointer for posix_memalign
tiif
-0
/
+64
2024-05-09
Implement non-null pointer for malloc(0)
tiif
-0
/
+52
2024-05-06
organize libc tests into a proper folder, and run some of them on Windows
Ralf Jung
-0
/
+488