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
/
cargo-miri
Age
Commit message (
Expand
)
Author
Lines
2025-09-01
improve output for 'cargo miri test --help'
Ralf Jung
-12
/
+27
2025-08-21
update rustc-build-sysroot
Ralf Jung
-3
/
+3
2025-07-23
CI: add windows-arm runner
Ralf Jung
-4
/
+4
2025-07-19
move and update test dependencies
Ralf Jung
-3
/
+4
2025-07-19
bump cargo-metadata
Ralf Jung
-5
/
+371
2025-07-19
cargo update
Ralf Jung
-94
/
+211
2025-07-01
Update `cfg(bootstrap)`
Josh Stone
-5
/
+0
2025-06-24
Avoid exporting panic_unwind as stdlib cargo feature
bjorn3
-1
/
+1
2025-06-08
Use the in-tree `compiler-builtins`
Trevor Gross
-3
/
+42
2025-05-30
cargo-miri: recognize --verbose alongside -v
Ralf Jung
-1
/
+1
2025-05-18
bump rustc-build-sysroot
Ralf Jung
-3
/
+3
2025-05-18
attempt to make doctests work properly with old and new cargo
Ralf Jung
-2
/
+5
2025-05-17
exlicitly pass -Zdoctest-xcompile to avoid cargo version behavior differences
Ralf Jung
-0
/
+2
2025-05-17
fix for doctest-xcompile stabilization
Ralf Jung
-19
/
+24
2025-05-17
fix clippy lints
Ralf Jung
-5
/
+3
2025-05-08
Update miri, cargo-miri and miri-cript to edition 2024
est31
-1
/
+1
2025-04-25
Rollup merge of #137096 - ehuss:stabilize-doctest-xcompile, r=fmease
Matthias Krüger
-6
/
+6
2025-04-04
cargo update
Ralf Jung
-57
/
+84
2025-04-04
semver-bump some dependencies
Ralf Jung
-94
/
+28
2025-03-27
Rename `--runtool` and `--runtool-arg`
Eric Huss
-6
/
+6
2025-03-20
Merge from rustc
The Miri Cronjob Bot
-1
/
+1
2025-03-17
replace config.toml to bootstrap.toml in src:tools
bit-aloo
-1
/
+1
2025-03-02
clippy
Ralf Jung
-1
/
+1
2024-12-23
remove many-seeds mode from cargo-miri
Ralf Jung
-178
/
+94
2024-11-25
attempt to fix miri failing to create file when under weird powershell config...
asquared31415
-5
/
+8
2024-10-07
bump rustc_tools_util version
Ralf Jung
-4
/
+4
2024-10-04
clippy
Ralf Jung
-1
/
+0
2024-09-29
let rustfmt format imports
Ralf Jung
-1
/
+2
2024-09-26
Auto merge of #3916 - rust-lang:rustup-2024-09-26, r=RalfJung
bors
-0
/
+2
2024-09-26
clippy
Ralf Jung
-0
/
+2
2024-09-26
bump rustc-build-sysroot version
Ralf Jung
-3
/
+3
2024-08-10
miri-script: use --remap-path-prefix to print errors relative to the right root
Ralf Jung
-9
/
+2
2024-08-05
bump dependencies
Ralf Jung
-63
/
+86
2024-08-05
bump rustc-build-sysroot dependency
Ralf Jung
-3
/
+3
2024-07-30
cargo-miri: better error when we seem to run inside bootstrap but something i...
Ralf Jung
-1
/
+4
2024-07-04
Run tests for all specified targets
Konstantinos Andrikopoulos
-8
/
+18
2024-06-17
tell people how to set miri flags
Ralf Jung
-0
/
+6
2024-06-13
document --many-seeds; set the default range to 0..64
Ralf Jung
-1
/
+3
2024-06-13
cargo miri: add support for '--many-seeds' to run the program / tests many ti...
Ralf Jung
-84
/
+152
2024-05-28
Fix "local crate" detection
Paul Gey
-11
/
+9
2024-05-26
avoid using macro_use
Ralf Jung
-5
/
+5
2024-05-19
Rollup merge of #125286 - RalfJung:miri-sync, r=RalfJung
Matthias Krüger
-46
/
+47
2024-05-19
properly print error in 'cargo miri setup --print-sysroot'
Ralf Jung
-42
/
+29
2024-05-18
Fix typos (taking into account review comments)
blyxyas
-1
/
+1
2024-05-12
Don't print unnecessary sysroot messages
Ben Kimock
-21
/
+35
2024-05-05
housekeeping: update dependencies
Ralf Jung
-109
/
+78
2024-05-01
fix usage example for `--print-sysroot`
Paul Gey
-1
/
+1
2024-05-01
Don’t print `Preparing a sysroot` when `-q`/`--quiet` is passed
Paul Gey
-3
/
+8
2024-04-16
avoid passing --sysroot twice in bootstrap
Ralf Jung
-5
/
+8
2024-04-15
Auto merge of #3467 - RossSmyth:bumpSysroot, r=RalfJung
bors
-3
/
+3
[next]