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
Age
Commit message (
Expand
)
Author
Lines
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-10
fix linux-futex test being accidentally disabled
Ralf Jung
-3
/
+2
2024-11-10
store futexes in per-allocation data rather than globally
Ralf Jung
-2
/
+5
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
/
+22
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-14
ensure that a macOS os_unfair_lock that is moved while being held is not impl...
Ralf Jung
-2
/
+2
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
2024-09-29
let rustfmt format imports
Ralf Jung
-9
/
+11
2024-09-29
skip old getrandom crate on Solaris
Ralf Jung
-0
/
+5
2024-09-28
implements arc4random_buf shim for freebsd/solarish platforms.
David Carlier
-0
/
+13
2024-09-25
Android: Fixed tests for libc time API
Yoh Deadfall
-5
/
+25
2024-09-23
update miri test
joboet
-1
/
+1
2024-09-23
miri: shim `CCRandomGenerateBytes`
joboet
-0
/
+7
2024-09-21
fmt (with a huge diff for some reason)
Ralf Jung
-17
/
+17
2024-09-20
Auto merge of #124895 - obeis:static-mut-hidden-ref, r=compiler-errors
bors
-0
/
+15
2024-09-17
Auto merge of #3891 - tiif:tokiotest, r=RalfJung
bors
-0
/
+38
2024-09-17
Tokio ICE fix: Changed the type of EpollEventInterest::epfd from i32 to WeakF...
tiif
-0
/
+38
2024-09-16
Bump ui test
Oli Scherer
-37
/
+37
2024-09-15
make pthread-threadname nicer with cfg-if
Ralf Jung
-18
/
+37
2024-09-15
move two tests to a better location
Ralf Jung
-0
/
+0
2024-09-13
Update tests for hidden references to mutable static
Obei Sideg
-0
/
+15
2024-09-16
Merge from rustc
The Miri Cronjob Bot
-1
/
+12
2024-09-15
also use compute_size_in_bytes for relevant multiplications in Miri
Ralf Jung
-1
/
+12
2024-08-28
Auto merge of #3837 - JoJoDeveloping:tb-compacting-provenance-gc, r=RalfJung
bors
-1
/
+3
2024-08-28
Add test for tokio file io and mpsc
tiif
-8
/
+64
2024-08-27
Make Tree Borrows Provenance GC compact the tree
Johannes Hostert
-1
/
+3
2024-08-25
Add test for triggering notification after timeout
tiif
-1
/
+40
2024-08-25
Add 0 preemption rate flag
tiif
-0
/
+2
2024-08-25
Change timeout value
tiif
-2
/
+2
2024-08-25
Support blocking for epoll
tiif
-0
/
+110
[prev]
[next]