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
/
README.md
Age
Commit message (
Expand
)
Author
Lines
2025-07-19
add -Zmiri-no-extra-rounding-error to specifically disable just that part of ...
Ralf Jung
-5
/
+8
2025-07-12
readme: update strict provenance link
Ralf Jung
-3
/
+3
2025-07-04
declare data race and weak memory support as non-experimental
Ralf Jung
-2
/
+2
2025-06-29
Merge from rustc
The Miri Cronjob Bot
-1
/
+1
2025-06-28
various minor native-lib-tracing tweaks, and disable naive-lib-tracing mode b...
Ralf Jung
-5
/
+3
2025-06-27
Update README.md
leopardracer
-1
/
+1
2025-06-18
minimal ptrace setup
Nia Espera
-0
/
+5
2025-06-11
miri: add flag to suppress float non-determinism
Ralf Jung
-0
/
+5
2025-06-09
native-lib: update readme (to mention folders in header)
Ralf Jung
-10
/
+12
2025-06-09
Merge pull request #4376 from yoctocell/tb-interior-mut-flag
Ralf Jung
-0
/
+4
2025-06-09
Add `-Zmiri-tree-borrows-no-precise-interior-mut` flag
Xinglu Chen
-0
/
+4
2025-06-03
native-lib: allow multiple libraries and/or dirs
Nia Espera
-2
/
+4
2025-05-21
document that the entire test suite passes under freebsd
Ralf Jung
-1
/
+1
2025-05-19
add this to Miri's trophy case
Ralf Jung
-0
/
+1
2025-05-10
test intrinsic fallback bodies with Miri
Ralf Jung
-0
/
+3
2025-05-04
Remove -Zunique-is-unique
Johannes Hostert
-3
/
+0
2025-04-29
add -Zmiri-deterministic-concurrency flag and use it for concurrency tests
Ralf Jung
-19
/
+33
2025-04-27
`unsafe(no_mangle)` in `miri_start` examples
primoly
-1
/
+1
2025-04-04
Update README.md
Alan Somers
-1
/
+1
2025-04-03
Add another Miri-detected bug to README.md
Alan Somers
-0
/
+1
2025-03-06
Update documentation about nextest
Ben Kimock
-2
/
+1
2025-03-03
Add an anchor to directly link to the -Zmiri-tree-borrows docs
Jake Goulding
-1
/
+2
2025-01-12
turns out Solarish targets support our entire test suite
Ralf Jung
-1
/
+1
2025-01-12
record YohDeadfall as FreeBSD maintainer
Ralf Jung
-1
/
+1
2024-12-25
we generally make later flags overwrite earlier flags, so remove some logic g...
Ralf Jung
-1
/
+3
2024-12-25
show an error on some invalid flag combinations: TB + permissive provenance; ...
Ralf Jung
-2
/
+4
2024-12-23
many-seeds: add flag to keep going even after we found a failing seed
Ralf Jung
-0
/
+2
2024-12-23
remove many-seeds mode from cargo-miri
Ralf Jung
-4
/
+10
2024-12-19
add warning explaining the limitations of the native code mode
Ralf Jung
-10
/
+13
2024-12-05
make SC fences stronger, to be correct wrt C++20
Ralf Jung
-3
/
+4
2024-11-20
trophy case: add RwLock::downgrade bug
Ralf Jung
-0
/
+1
2024-10-10
remove -Zmiri-panic-on-unsupported flag
Ralf Jung
-5
/
+0
2024-10-07
Fix spelling in README
Jake
-2
/
+2
2024-09-25
update BASIC test list: no longer test HashMap, add libc-mem instead of 'alig...
Ralf Jung
-1
/
+1
2024-09-15
we can test more things on Solarish, and update its status in the README
Ralf Jung
-1
/
+1
2024-09-09
ci: bump actions/checkout to v4
Trivikram Kamat
-1
/
+1
2024-09-03
Enable native libraries on macOS
Jesse Rusak
-1
/
+1
2024-08-13
remove the concept of a Call ID
Ralf Jung
-4
/
+0
2024-08-11
Rollup merge of #128592 - evelynharthbrooke:master, r=Mark-Simulacrum
Matthias Krüger
-1
/
+0
2024-08-05
Merge from rustc
Ralf Jung
-0
/
+2
2024-08-03
Promote aarch64-apple-darwin to Tier 1
Evelyn Harthbrooke
-1
/
+0
2024-08-03
Miri: add a flag to do recursive validity checking
Ralf Jung
-0
/
+2
2024-08-02
docs
Ralf Jung
-0
/
+13
2024-06-28
readme: tweak wording around soundness
Ralf Jung
-4
/
+6
2024-06-24
clarify the status of Tree Borrows
Ralf Jung
-2
/
+6
2024-06-13
document --many-seeds; set the default range to 0..64
Ralf Jung
-17
/
+15
2024-05-28
move ./miri environment variables to CONTRIBUTING
Ralf Jung
-15
/
+6
2024-05-10
rename 'extern-so' to 'native-lib'
Ralf Jung
-6
/
+6
2024-05-09
make RUSTC_BLESS entirely an internal thing
Ralf Jung
-2
/
+0
2024-05-09
make MIRI_TEST_TARGET entirely an internal thing
Ralf Jung
-34
/
+0
[next]