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
/
concurrency
Age
Commit message (
Expand
)
Author
Lines
2025-09-02
account for aarch64 windows oversleeping
Ralf Jung
-1
/
+2
2025-04-29
add -Zmiri-deterministic-concurrency flag and use it for concurrency tests
Ralf Jung
-5
/
+6
2025-04-29
Added random scheduling
geetanshjuneja
-5
/
+5
2024-10-21
move strict provenance lints to new feature gate, remove old feature gates
Ralf Jung
-1
/
+0
2024-10-13
rework threadname test for more consistency
Ralf Jung
-0
/
+13
2024-09-30
Auto merge of #131036 - RalfJung:miri-sync, r=RalfJung
bors
-3
/
+3
2024-09-29
let rustfmt format imports
Ralf Jung
-3
/
+3
2024-09-28
Further clarificarion for atomic and UnsafeCell docs:
Ralf Jung
-0
/
+17
2024-09-28
allow mixed-size atomic reads
Ralf Jung
-0
/
+21
2024-09-28
miri: no longer complain about read-read races
Ralf Jung
-1
/
+37
2024-09-16
Bump ui test
Oli Scherer
-1
/
+1
2024-09-10
miri: treat non-memory local variables properly for data race detection
Ralf Jung
-1
/
+33
2024-05-04
freebsd: test std threadname and fs APIs
Ralf Jung
-0
/
+0
2024-04-18
when reusing an address, most of the time only reuse from the current thread
Ralf Jung
-0
/
+3
2024-04-18
when an address gets reused, establish a happens-before link in the data race...
Ralf Jung
-0
/
+60
2024-03-04
give macOS even more time to sleep
Ralf Jung
-10
/
+17
2024-03-03
move thread-panic tests to their own file; test getting the thread name
Ralf Jung
-24
/
+21
2024-02-19
tests/pass/concurrency/sync: try to make it less likely for the test to fail ...
Ralf Jung
-3
/
+3
2024-02-12
also test pthread_mutex/rwlock directly
Ralf Jung
-6
/
+21
2023-12-25
have windows tests use windows-sys
DrMeepster
-541
/
+0
2023-11-30
give macOS some extra time, it needs that
Ralf Jung
-1
/
+1
2023-11-12
more consistent naming for TLS tests
Ralf Jung
-385
/
+0
2023-11-12
allow allocations referenced by main thread TLS to leak
max-heller
-0
/
+21
2023-10-24
fix error read-read reporting when there's also an unsynchronized non-atomic ...
Ralf Jung
-0
/
+18
2023-07-29
Change default panic handler message format.
Mara Bos
-2
/
+4
2023-05-08
port tests to 2021 edition
Ralf Jung
-8
/
+33
2023-05-08
print how long the measured sleep time actually was on test failure
Ralf Jung
-2
/
+4
2023-05-08
increase timing slack for sync tests
Ralf Jung
-4
/
+6
2023-05-05
clearer variable names in data_race
Ralf Jung
-4
/
+2
2023-03-19
Update the virtual clock in isolation mode to step forward with around the sa...
Oli Scherer
-2
/
+2
2023-03-16
TB: select tests to run both TB and SB
Neven Villani
-0
/
+34
2023-01-09
add dtors_in_dtors_in_dtors
Ralf Jung
-0
/
+57
2022-11-28
add scoped thread test
Ralf Jung
-0
/
+24
2022-11-05
fix shared behavior and add tests
DrMeepster
-0
/
+287
2022-11-05
impl condvars for windows
DrMeepster
-17
/
+4
2022-11-03
clarify no_data_race_after_complete test
DrMeepster
-2
/
+2
2022-10-30
add acquire when init once is already complete
DrMeepster
-0
/
+38
2022-10-28
relative futex and condvar timeouts can work with isolation
Ralf Jung
-0
/
+12
2022-10-28
test most sync primitives on Windows
Ralf Jung
-5
/
+16
2022-10-28
implement thread parking on Windows
Ralf Jung
-2
/
+0
2022-10-28
update ignore-windows comments
Ralf Jung
-2
/
+2
2022-10-20
add test for init once
DrMeepster
-0
/
+144
2022-09-21
Add 'src/tools/miri/' from commit '75dd959a3a40eb5b4574f8d2e23aa6efbeb33573'
Oli Scherer
-0
/
+1215