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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tools
/
miri
Age
Commit message (
Expand
)
Author
Lines
2025-01-01
Try to write the panic message with a single `write_all` call
John Kåre Alsaker
-0
/
+58
2024-12-30
Auto merge of #134757 - RalfJung:const_swap, r=scottmcm
bors
-10
/
+60
2024-12-30
fmt
Ralf Jung
-2
/
+2
2024-12-25
swap_typed_nonoverlapping: properly detect overlap even when swapping scalar ...
Ralf Jung
-3
/
+25
2024-12-25
rename typed_swap → typed_swap_nonoverlapping
Ralf Jung
-12
/
+12
2024-12-25
we generally make later flags overwrite earlier flags, so remove some logic g...
Ralf Jung
-18
/
+3
2024-12-25
remove some flags that have been hard errors for a while
Ralf Jung
-9
/
+0
2024-12-25
show an error on some invalid flag combinations: TB + permissive provenance; ...
Ralf Jung
-17
/
+21
2024-12-25
miri: add test for overlapping typed_swap
Ralf Jung
-0
/
+28
2024-12-23
use std::sync::Once instead of hand-rolling a bad version of it
Ralf Jung
-13
/
+12
2024-12-23
many-seeds: add flag to keep going even after we found a failing seed
Ralf Jung
-7
/
+24
2024-12-23
stop using process-wide state, now that we are running multiple interpreters ...
Ralf Jung
-47
/
+47
2024-12-23
remove --many-seeds from ./miri run
Ralf Jung
-120
/
+30
2024-12-23
remove many-seeds mode from cargo-miri
Ralf Jung
-182
/
+104
2024-12-23
add -Zmiri-many-seeds flag to the driver itself
Ralf Jung
-94
/
+172
2024-12-22
CONTRIBUTING: explain how to do benchmarking with a baseline
Ralf Jung
-0
/
+9
2024-12-22
miri-script: add option to compare with baseline results
Ralf Jung
-8
/
+50
2024-12-22
miri-script: support saving bench results in a baseline JSON file
Ralf Jung
-10
/
+60
2024-12-21
Merge pull request #4103 from RalfJung/remove-unused
Ralf Jung
-14
/
+5
2024-12-21
remove an unused helper method
Ralf Jung
-14
/
+5
2024-12-21
Merge pull request #4090 from RalfJung/sc-test
Ralf Jung
-204
/
+355
2024-12-21
Merge from rustc
The Miri Cronjob Bot
-6
/
+8
2024-12-21
Preparing for merge from rustc
The Miri Cronjob Bot
-1
/
+1
2024-12-20
Rollup merge of #134514 - bjorn3:more_driver_refactors, r=jieyouxu
DianQK
-6
/
+8
2024-12-20
fmt
Ralf Jung
-411
/
+211
2024-12-20
Merge from rustc
Ralf Jung
-447
/
+472
2024-12-20
Preparing for merge from rustc
Ralf Jung
-1
/
+1
2024-12-20
Rollup merge of #133103 - tiif:fnabi, r=RalfJung
Jacob Pratt
-446
/
+471
2024-12-20
Merge from rustc
The Miri Cronjob Bot
-1
/
+1
2024-12-20
Preparing for merge from rustc
The Miri Cronjob Bot
-1
/
+1
2024-12-19
Make DependencyList an IndexVec
bjorn3
-6
/
+8
2024-12-19
Pass FnAbi to find_mir_or_eval_fn
tiif
-446
/
+471
2024-12-19
add warning explaining the limitations of the native code mode
Ralf Jung
-10
/
+88
2024-12-18
Merge pull request #4072 from tiif/blockop
Oli Scherer
-114
/
+391
2024-12-19
Implement blocking unnamed_socket
tiif
-114
/
+391
2024-12-18
add more tests for SC access/fence consistency
Ralf Jung
-204
/
+355
2024-12-18
make no-variant types a dedicated Variants variant
Ralf Jung
-1
/
+1
2024-12-18
Merge from rustc
The Miri Cronjob Bot
-2
/
+2
2024-12-18
Preparing for merge from rustc
The Miri Cronjob Bot
-1
/
+1
2024-12-16
rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures
Jonathan Dönszelmann
-2
/
+2
2024-12-15
Merge from rustc
The Miri Cronjob Bot
-17
/
+9
2024-12-15
Preparing for merge from rustc
The Miri Cronjob Bot
-1
/
+1
2024-12-14
Rollup merge of #134191 - willcrichton:dev, r=RalfJung,lqd
Matthias Krüger
-2
/
+6
2024-12-14
Merge pull request #4036 from Mandragorian/clap
Ralf Jung
-335
/
+254
2024-12-14
fix 'rustc-push' and adjust help texts
Ralf Jung
-32
/
+60
2024-12-14
address comments
Konstantin Andrikopoulos
-4
/
+4
2024-12-14
Update miri-script/src/main.rs
Kostis Andrikopoulos
-0
/
+2
2024-12-14
experiment with using clap
Konstantin Andrikopoulos
-305
/
+194
2024-12-14
Rollup merge of #134251 - bjorn3:various_cleanups2, r=oli-obk
Matthias Krüger
-3
/
+2
2024-12-14
Rollup merge of #134181 - estebank:trim-render, r=oli-obk
Matthias Krüger
-12
/
+1
[next]