| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-07-17 | allow using different cargo binary | Nia Espera | -1/+2 | |
| 2025-06-29 | make ./miri work on stable again | Ralf Jung | -12/+16 | |
| 2025-01-11 | adjust the way we build miri-script in RA, to fix proc-macros | Ralf Jung | -3/+7 | |
| 2024-11-18 | use -Zroot-dir instead of --remap-path-prefix for diagnostic dir handling | Ralf Jung | -3/+5 | |
| 2024-08-10 | miri-script: use --remap-path-prefix to print errors relative to the right root | Ralf Jung | -3/+10 | |
| 2024-06-22 | ./miri: nicer error when building miri-script fails | Ralf Jung | -1/+2 | |
| 2024-03-24 | miri script: build with stable toolchain | Ralf Jung | -1/+1 | |
| 2023-12-03 | Fix miri script target dir and update doc link | Jefffrey | -2/+3 | |
| 2023-09-08 | Use `#!/usr/bin/env` shebang | Nilstrieb | -1/+1 | |
| ``` $ ls /bin/bash ls: cannot access '/bin/bash': No such file or directory ``` On certain systems, `/bin` and `/usr/bin` are nothing but wastelands, with just `env`around as the last survivor of the great purge. The binaries have cowardly hidden away and only `env` can show us the way to greatness (bash). ❄️ | ||||
| 2023-08-22 | respect CARGO_EXTRA_FLAGS in more places | Ralf Jung | -1/+1 | |
| 2023-07-31 | miri-script refactor | Ralf Jung | -2/+2 | |
| 2023-07-30 | rewrite miri script in Rust | Piotr Osiewicz | -357/+4 | |
| 2023-07-26 | Unite bless environment variables under `RUSTC_BLESS` | Trevor Gross | -1/+1 | |
| Currently, Clippy, Miri, Rustfmt, and rustc all use an environment variable to indicate that output should be blessed, but they use different variable names. In order to improve consistency, this patch applies the following changes: - Emit `RUSTC_BLESS` within `prepare_cargo_test` so it is always available - Change usage of `MIRI_BLESS` in the Miri subtree to use `RUSTC_BLESS` - Change usage of `BLESS` in the Clippy subtree to `RUSTC_BLESS` - Change usage of `BLESS` in the Rustfmt subtree to `RUSTC_BLESS` - Adjust the blessable test in `rustc_errors` to use this same convention - Update documentation where applicable Any tools that uses `RUSTC_BLESS` should check that it is set to any value other than `"0"`. | ||||
| 2023-07-18 | make './miri toolchain' work even if we cannot write to rustup dir | Ralf Jung | -1/+3 | |
| 2023-07-07 | Silence all the boilerplate around `./miri run` and `./miri run-dep` | Oli Scherer | -0/+1 | |
| 2023-07-02 | cronjob auto-PR: make sure we are on a branch | Ralf Jung | -1/+1 | |
| 2023-05-31 | miri-script: Transform Windows paths to unix. | Piotr Osiewicz | -1/+1 | |
| python3 snippet used to fill $MIRIDIR variable returns native paths. Down the line in `bench` subcommand this leads to benchmark setup failure, preventing contributors from running benchmarks on Windows hosts. This commit replaces usage of native os.path module with pathlib, which explicitly converts paths to Unix flavour. | ||||
| 2023-05-31 | CI: test ./miri bench | Ralf Jung | -4/+5 | |
| 2023-05-11 | Stop ignoring the `--manifest-path` | Oli Scherer | -1/+1 | |
| 2023-05-11 | Add `./miri run-dep` for running a file with test dependencies available | Oli Scherer | -2/+8 | |
| 2023-04-30 | make it more obvious when the rustc-pull failed | Ralf Jung | -3/+3 | |
| 2023-03-14 | Update docs to match | Ben Kimock | -3/+3 | |
| Co-authored-by: Ralf Jung <post@ralfj.de> | ||||
| 2023-03-09 | Install binaries to the miri toolchain's sysroot | Ben Kimock | -2/+3 | |
| 2022-12-25 | enable some warnings that rustc bootstrap enables | Ralf Jung | -1/+1 | |
| 2022-11-28 | make ./miri run a bit more silent; add option to control seeds tested by ↵ | Ralf Jung | -2/+7 | |
| many-seeds | ||||
| 2022-11-20 | make miri-seed a regular integer, and also set layout-seed in many-seeds | Ralf Jung | -2/+2 | |
| 2022-11-17 | update josh scripts | Ralf Jung | -15/+25 | |
| - support pulling specific commit - make rust-version update a separate commit to avoid confusing josh - after pushing, check that we have a clear round-trip | ||||
| 2022-11-15 | adjust josh pushing and remove ./miri toolchain updating the toolchain file | Ralf Jung | -30/+33 | |
| 2022-11-15 | update josh instructions | Ralf Jung | -2/+2 | |
| 2022-11-02 | fix ./miri bench | Ralf Jung | -1/+4 | |
| 2022-10-30 | rustup | Ralf Jung | -1/+1 | |
| 2022-10-29 | merge rustup-toolchain into ./miri | Ralf Jung | -1/+44 | |
| 2022-10-29 | teach ./miri how to do Josh syncs | Ralf Jung | -31/+79 | |
| 2022-10-02 | no need to make cargo-miri build quiet; cargo only prints to stderr anyway | Ralf Jung | -1/+1 | |
| 2022-09-21 | Add 'src/tools/miri/' from commit '75dd959a3a40eb5b4574f8d2e23aa6efbeb33573' | Oli Scherer | -0/+236 | |
| git-subtree-dir: src/tools/miri git-subtree-mainline: 3f3167fb59341ac3240ca1774f48e8c053219131 git-subtree-split: 75dd959a3a40eb5b4574f8d2e23aa6efbeb33573 | ||||
