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
/
stacked_borrows
Age
Commit message (
Expand
)
Author
Lines
2025-06-16
miri: bless tests
David Wood
-2
/
+2
2025-06-07
make better use of label for data-race and some other errors
Ralf Jung
-138
/
+37
2025-06-07
diagnostics: do not repeat the entire message in the span label
Ralf Jung
-43
/
+43
2025-04-29
add -Zmiri-deterministic-concurrency flag and use it for concurrency tests
Ralf Jung
-4
/
+2
2025-04-29
Added random scheduling
geetanshjuneja
-2
/
+2
2024-10-21
move strict provenance lints to new feature gate, remove old feature gates
Ralf Jung
-1
/
+0
2024-09-21
fmt (with a huge diff for some reason)
Ralf Jung
-1
/
+1
2024-09-16
Bump ui test
Oli Scherer
-160
/
+160
2024-09-11
make basic allocation functions track_caller in Miri for nicer backtraces
Ralf Jung
-15
/
+8
2024-08-13
remove the concept of a Call ID
Ralf Jung
-6
/
+6
2024-04-18
when reusing an address, most of the time only reuse from the current thread
Ralf Jung
-2
/
+4
2024-04-03
rename `expose_addr` to `expose_provenance`
joboet
-1
/
+1
2024-04-02
Rollup merge of #122935 - RalfJung:with-exposed-provenance, r=Amanieu
Jacob Pratt
-1
/
+1
2024-03-23
Report retags as distinct from real memory accesses for data races
John Kåre Alsaker
-6
/
+12
2024-03-23
rename ptr::from_exposed_addr -> ptr::with_exposed_provenance
Ralf Jung
-1
/
+1
2024-03-02
print thread name in miri error backtraces
Ralf Jung
-10
/
+10
2023-12-04
use `assume(idx < self.len())` in `[T]::get_unchecked`
bendn
-16
/
+11
2023-11-30
move exposed-provenance APIs into separate feature gate and explain the relat...
Ralf Jung
-1
/
+1
2023-11-24
Manual find replace updates
Nilstrieb
-2
/
+2
2023-11-24
Bless Miri tests
Nilstrieb
-42
/
+42
2023-10-27
data-race: preserve structured access information longer, and don't upper-cas...
Ralf Jung
-6
/
+6
2023-10-06
Fix problems of Reserved -> Frozen
Neven Villani
-0
/
+50
2023-09-21
adjust how closure/generator types and rvalues are printed
Ralf Jung
-1
/
+1
2023-08-05
tree borrows: consider some retags as writes for the purpose of data races
Ralf Jung
-39
/
+34
2023-07-29
Adjust some tests for invalid_reference_casting improvements
Urgau
-0
/
+2
2023-07-21
ask people to reach out if we declare too much UB
Ralf Jung
-0
/
+2
2023-07-21
SB: track whether a retag occurred nested inside a field
Ralf Jung
-2
/
+2
2023-07-10
Do not set up wrong span for adjustments
Michael Goulet
-4
/
+4
2023-06-18
Merge from rustc
Ralf Jung
-1
/
+1
2023-06-16
remove box_free and replace with drop impl
DrMeepster
-1
/
+1
2023-06-10
box_exclusive_violation
Neven Villani
-71
/
+0
2023-06-03
Select more TB fail tests
Neven Villani
-1164
/
+0
2023-05-31
Adjust tests for newly uplifted cast_ref_to_mut lint
Urgau
-0
/
+2
2023-05-21
Rename `drop_ref` lint to `dropping_references`
Urgau
-1
/
+1
2023-05-12
Auto merge of #109732 - Urgau:uplift_drop_forget_ref_lints, r=davidtwco
bors
-0
/
+2
2023-05-10
Adjust tests for new drop and forget lints
Urgau
-0
/
+2
2023-05-09
Update to latest ui_test crate version.
Oli Scherer
-8
/
+8
2023-04-14
Fix spelling
Josh Soref
-1
/
+1
2023-03-16
TB: select tests to run both TB and SB
Neven Villani
-1
/
+1
2023-02-06
make &mut !Unpin not dereferenceable
Ralf Jung
-54
/
+0
2023-01-02
tweaks to retag diagnostic handling
Ralf Jung
-4
/
+4
2022-12-24
fix warnings
Ralf Jung
-2
/
+2
2022-12-24
Merge from rustc
Ralf Jung
-0
/
+101
2022-12-23
Mention and number the components of a race in the order the interpreter sees...
Ben Kimock
-7
/
+7
2022-12-23
attempt to clarify what the backtrace belongs to when there could be ambiguity
Ralf Jung
-61
/
+61
2022-12-22
Add a (1) and (2) to the data race errors
Ben Kimock
-8
/
+8
2022-12-21
Fix phrasing
Ben Kimock
-2
/
+2
2022-12-21
Clean up implementation, deduplicate in errors
Ben Kimock
-16
/
+6
2022-12-21
Don't run `Drop` terminators on types that do not have drop glue in const eval
Jakob Degen
-2
/
+2
2022-12-21
Bless tests
Jakob Degen
-3
/
+3
[next]