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
/
fail-dep
Age
Commit message (
Expand
)
Author
Lines
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
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
-6
/
+6
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
-50
/
+42
2024-05-05
pthread shims: reorganize field offset handling
Ralf Jung
-0
/
+1
2024-05-04
only show the 'basic API common for this target' message when this is a missi...
Ralf Jung
-6
/
+2
2024-05-04
update 'unsupported' message
Ralf Jung
-5
/
+10
2024-04-18
make realloc with a size of zero fail
Ralf Jung
-0
/
+25
2024-04-16
deadlock: show backtrace for all threads
Ralf Jung
-5
/
+110
2024-03-02
remove the ability to disable ABI checking
Ralf Jung
-50
/
+0
2024-03-02
add option to track all read/write accesses to tracked allocations
Ralf Jung
-0
/
+2
2024-03-02
print thread name in miri error backtraces
Ralf Jung
-12
/
+19
2024-01-19
Fix typo in munmap_partial.rs
Ikko Eltociear Ashimine
-1
/
+1
2024-01-11
std: update miri tests
joboet
-2
/
+2
2023-12-29
undo some lockfile changes, add explicit types to tests
DrMeepster
-2
/
+2
2023-12-25
have windows tests use windows-sys
DrMeepster
-0
/
+112
2023-12-17
Make mmap not use expose semantics
Ben Kimock
-99
/
+11
2023-11-25
bless
Ralf Jung
-1
/
+1
2023-11-25
Merge from rustc
Ralf Jung
-48
/
+48
2023-11-24
Bless Miri tests
Nilstrieb
-48
/
+48
2023-11-23
detect and test for data races between setenv and getenv
Ralf Jung
-0
/
+37
2023-10-15
don't UB on dangling ptr deref, instead check inbounds on projections
Ralf Jung
-2
/
+2
2023-09-22
Move `fail` tests that need dependencies into their own folder, so that wasm ...
Oli Scherer
-0
/
+1565
[prev]