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
Age
Commit message (
Expand
)
Author
Lines
2024-11-20
miri: implement square root without relying on host floats
Eduardo Sánchez Muñoz
-2
/
+12
2024-11-18
Merge from rustc
The Miri Cronjob Bot
-1
/
+1
2024-11-17
Likely unlikely fix
Jiri Bobek
-1
/
+1
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
-61
/
+336
2024-11-13
Implement blocking eventfd
tiif
-61
/
+336
2024-11-11
stacked borrows tests: add those that fail under TB
Ralf Jung
-2
/
+38
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-09
Merge from rustc
The Miri Cronjob Bot
-1
/
+25
2024-11-08
Get/set thread name shims return errors for invalid handles
Yoh Deadfall
-0
/
+25
2024-11-08
remove support for rustc_safe_intrinsic attribute; use rustc_intrinsic functi...
Ralf Jung
-1
/
+1
2024-11-04
miri: update ABI compat checks to accept Option-like types
Ralf Jung
-0
/
+24
2024-11-02
teach clippy about IeeeFloat, and make all 'allow' into 'expect'
Ralf Jung
-1
/
+1
2024-10-30
Merge from rustc
The Miri Cronjob Bot
-1
/
+1
2024-10-29
Rollup merge of #132233 - WaffleLapkin:box-module-split, r=workingjubilee
Jubilee
-1
/
+1
2024-10-28
Bless a miri test
Maybe Lapkin
-1
/
+1
2024-10-28
Merge pull request #3992 from YohDeadfall/android-syscall
Ralf Jung
-20
/
+22
2024-10-28
Android: Added syscall support
Yoh Deadfall
-20
/
+22
2024-10-26
Adjust the vpclmulqdq test case
Tobias Decking
-3
/
+7
2024-10-26
Implement LLVM x86 vpclmulqdq intrinsics
Tobias Decking
-0
/
+189
2024-10-22
fmt
The Miri Cronjob Bot
-1
/
+0
2024-10-22
Merge from rustc
The Miri Cronjob Bot
-36
/
+4
2024-10-21
Auto merge of #3899 - YohDeadfall:prctl-thread-name, r=RalfJung
bors
-0
/
+106
2024-10-21
move strict provenance lints to new feature gate, remove old feature gates
Ralf Jung
-36
/
+4
2024-10-21
Added support for prctl handling thread names
Yoh Deadfall
-0
/
+106
2024-10-20
fmt
The Miri Cronjob Bot
-1
/
+2
2024-10-20
Merge from rustc
The Miri Cronjob Bot
-0
/
+55
2024-10-18
tail_calls: add test ensuring local vars are indeed gone
Ralf Jung
-0
/
+46
2024-10-18
pthread-threadname: ensure we can see the name set via the Rust API
Ralf Jung
-0
/
+17
2024-10-18
Add more tests
Jules Bertholet
-0
/
+55
2024-10-17
miri: improve support for `f16` and `f128`
Eduardo Sánchez Muñoz
-9
/
+151
2024-10-17
data-race test: disable address reuse that can incur accidental sync
Ralf Jung
-1
/
+1
2024-10-15
Rollup merge of #131521 - jdonszelmann:rc, r=joboet
Michael Goulet
-2
/
+2
2024-10-14
Auto merge of #3973 - RalfJung:os-unfair-lock, r=RalfJung
bors
-2
/
+60
2024-10-14
ensure that a macOS os_unfair_lock that is moved while being held is not impl...
Ralf Jung
-2
/
+28
2024-10-14
Auto merge of #3968 - YohDeadfall:variadic-arg-helper, r=RalfJung
bors
-4
/
+4
2024-10-14
add test ensuring a moved mutex deadlocks
Ralf Jung
-0
/
+32
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-14
Merge from rustc
Ralf Jung
-2
/
+111
2024-10-13
Auto merge of #3957 - YohDeadfall:macos-thread-name, r=RalfJung
bors
-39
/
+122
2024-10-13
rework threadname test for more consistency
Ralf Jung
-62
/
+122
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
[prev]
[next]