about summary refs log tree commit diff
path: root/src/tools/miri/cargo-miri
AgeCommit message (Expand)AuthorLines
2025-09-01improve output for 'cargo miri test --help'Ralf Jung-12/+27
2025-08-21update rustc-build-sysrootRalf Jung-3/+3
2025-07-23CI: add windows-arm runnerRalf Jung-4/+4
2025-07-19move and update test dependenciesRalf Jung-3/+4
2025-07-19bump cargo-metadataRalf Jung-5/+371
2025-07-19cargo updateRalf Jung-94/+211
2025-07-01Update `cfg(bootstrap)`Josh Stone-5/+0
2025-06-24Avoid exporting panic_unwind as stdlib cargo featurebjorn3-1/+1
2025-06-08Use the in-tree `compiler-builtins`Trevor Gross-3/+42
2025-05-30cargo-miri: recognize --verbose alongside -vRalf Jung-1/+1
2025-05-18bump rustc-build-sysrootRalf Jung-3/+3
2025-05-18attempt to make doctests work properly with old and new cargoRalf Jung-2/+5
2025-05-17exlicitly pass -Zdoctest-xcompile to avoid cargo version behavior differencesRalf Jung-0/+2
2025-05-17fix for doctest-xcompile stabilizationRalf Jung-19/+24
2025-05-17fix clippy lintsRalf Jung-5/+3
2025-05-08Update miri, cargo-miri and miri-cript to edition 2024est31-1/+1
2025-04-25Rollup merge of #137096 - ehuss:stabilize-doctest-xcompile, r=fmeaseMatthias Krüger-6/+6
2025-04-04cargo updateRalf Jung-57/+84
2025-04-04semver-bump some dependenciesRalf Jung-94/+28
2025-03-27Rename `--runtool` and `--runtool-arg`Eric Huss-6/+6
2025-03-20Merge from rustcThe Miri Cronjob Bot-1/+1
2025-03-17replace config.toml to bootstrap.toml in src:toolsbit-aloo-1/+1
2025-03-02clippyRalf Jung-1/+1
2024-12-23remove many-seeds mode from cargo-miriRalf Jung-178/+94
2024-11-25attempt to fix miri failing to create file when under weird powershell config...asquared31415-5/+8
2024-10-07bump rustc_tools_util versionRalf Jung-4/+4
2024-10-04clippyRalf Jung-1/+0
2024-09-29let rustfmt format importsRalf Jung-1/+2
2024-09-26Auto merge of #3916 - rust-lang:rustup-2024-09-26, r=RalfJungbors-0/+2
2024-09-26clippyRalf Jung-0/+2
2024-09-26bump rustc-build-sysroot versionRalf Jung-3/+3
2024-08-10miri-script: use --remap-path-prefix to print errors relative to the right rootRalf Jung-9/+2
2024-08-05bump dependenciesRalf Jung-63/+86
2024-08-05bump rustc-build-sysroot dependencyRalf Jung-3/+3
2024-07-30cargo-miri: better error when we seem to run inside bootstrap but something i...Ralf Jung-1/+4
2024-07-04Run tests for all specified targetsKonstantinos Andrikopoulos-8/+18
2024-06-17tell people how to set miri flagsRalf Jung-0/+6
2024-06-13document --many-seeds; set the default range to 0..64Ralf Jung-1/+3
2024-06-13cargo miri: add support for '--many-seeds' to run the program / tests many ti...Ralf Jung-84/+152
2024-05-28Fix "local crate" detectionPaul Gey-11/+9
2024-05-26avoid using macro_useRalf Jung-5/+5
2024-05-19Rollup merge of #125286 - RalfJung:miri-sync, r=RalfJungMatthias Krüger-46/+47
2024-05-19properly print error in 'cargo miri setup --print-sysroot'Ralf Jung-42/+29
2024-05-18Fix typos (taking into account review comments)blyxyas-1/+1
2024-05-12Don't print unnecessary sysroot messagesBen Kimock-21/+35
2024-05-05housekeeping: update dependenciesRalf Jung-109/+78
2024-05-01fix usage example for `--print-sysroot`Paul Gey-1/+1
2024-05-01Don’t print `Preparing a sysroot` when `-q`/`--quiet` is passedPaul Gey-3/+8
2024-04-16avoid passing --sysroot twice in bootstrapRalf Jung-5/+8
2024-04-15Auto merge of #3467 - RossSmyth:bumpSysroot, r=RalfJungbors-3/+3