| Age | Commit message (Expand) | Author | Lines |
| 2022-11-09 | Rollup merge of #104046 - RalfJung:run-miri-run, r=oli-obk | Michael Goulet | -43/+55 |
| 2022-11-06 | bootstrap: put Miri sysroot into local build dir | Ralf Jung | -1/+9 |
| 2022-11-06 | bootstrap: add support for running Miri on a file | Ralf Jung | -43/+47 |
| 2022-11-06 | Rollup merge of #103851 - viandoxdev:103816_bootstrap_fix_json_doc, r=jyn514 | Matthias Krüger | -1/+6 |
| 2022-11-02 | Ban dashes in miropt test file names | Jakob Degen | -0/+3 |
| 2022-11-02 | merge JsonStd and Std steps | viandoxdev | -1/+6 |
| 2022-11-01 | Rollup merge of #103805 - Mark-Simulacrum:forward-port, r=jyn514 | Yuki Okushi | -0/+3 |
| 2022-10-31 | Auto merge of #102950 - oli-obk:check_miri, r=RalfJung | bors | -2/+2 |
| 2022-10-31 | Enable RUSTC_BOOTSTRAP for a few steps | Mark Rousskov | -0/+3 |
| 2022-10-30 | Rollup merge of #102101 - BelovDV:new-check-lld-version, r=petrochenkov | Michael Howell | -1/+4 |
| 2022-10-29 | Rollup merge of #102634 - andrewpollack:refactor-test-rustcflags, r=Mark-Simu... | Guillaume Gomez | -3/+7 |
| 2022-10-26 | check lld version to choose correct flag for tests | Daniil Belov | -1/+4 |
| 2022-10-24 | also smoke-test 'cargo miri test' | Ralf Jung | -2/+36 |
| 2022-10-24 | add support for testing Miri on other targets, and do some cross-testing on CI | Ralf Jung | -3/+13 |
| 2022-10-19 | compiletest: refactor rustcflags to Vec | Andrew Pollack | -3/+7 |
| 2022-10-12 | Enable `x.py check` for miri | Oli Scherer | -2/+2 |
| 2022-10-11 | Auto merge of #102755 - pcc:data-local-tmp, r=Mark-Simulacrum | bors | -1/+1 |
| 2022-10-06 | tools/remote-test-{server,client}: Use /data/local/tmp on Android | Peter Collingbourne | -1/+1 |
| 2022-10-06 | Auto merge of #102573 - RalfJung:mirisync, r=oli-obk | bors | -12/+0 |
| 2022-10-04 | test Miri changes in PR CI; we no longer need xargo | Ralf Jung | -12/+0 |
| 2022-09-24 | bootstrap/miri: switch to non-deprecated env var for setting the sysroot folder | Ralf Jung | -1/+1 |
| 2022-09-21 | Remove miri from the submodule list and require it for CI to pass | Oli Scherer | -101/+88 |
| 2022-09-14 | jsondoclint: New Tool | Nixon Enraght-Moony | -0/+2 |
| 2022-09-01 | Auto merge of #100606 - cuviper:upgrade-linux-ci, r=Mark-Simulacrum | bors | -1/+4 |
| 2022-08-27 | Sunset RLS | Eric Huss | -51/+0 |
| 2022-08-27 | Add replace-version-placeholder tool | est31 | -0/+37 |
| 2022-08-23 | rustbuild: fix version parsing for browser-ui-test | Josh Stone | -1/+4 |
| 2022-08-21 | Correct test-args to compiletest on Windows | czzrr | -1/+9 |
| 2022-08-11 | Add instructions on how to update the browser-ui-test version | Guillaume Gomez | -0/+5 |
| 2022-08-09 | Rollup merge of #100181 - RalfJung:alloc-ref-mutability, r=jackh726 | Dylan DPC | -0/+4 |
| 2022-08-07 | Auto merge of #100004 - jyn514:exclude-single-test, r=Mark-Simulacrum | bors | -0/+5 |
| 2022-08-05 | propagate --bless to Miri | Ralf Jung | -0/+4 |
| 2022-08-02 | Remove CARGO_TEST_DISABLE_GIT_CLI | Eric Huss | -2/+0 |
| 2022-07-31 | Move `x test --skip` to be part of `--exclude` | Joshua Nelson | -0/+5 |
| 2022-07-28 | Build rust demangler before running run-make tests | Tomasz Miąsko | -2/+6 |
| 2022-07-24 | Only run proc-macro-srv tests for now (after discussion with @Veykril, @jyn51... | Amos Wenger | -4/+7 |
| 2022-07-24 | Don't run slow tests in Rust CI, only RA CI | Amos Wenger | -0/+4 |
| 2022-07-24 | Add comment about CARGO_WORKSPACE_DIR | Amos Wenger | -0/+2 |
| 2022-07-24 | Add test step for rust-analyzer, run it by default | Amos Wenger | -0/+49 |
| 2022-07-22 | miri: make --stage 0 testing work | Ralf Jung | -0/+8 |
| 2022-07-07 | Rollup merge of #98994 - kons-9:dont_use_process_exit, r=jyn514 | Matthias Krüger | -3/+3 |
| 2022-07-07 | squash the commits | toshiki goto | -3/+3 |
| 2022-07-05 | Rollup merge of #95503 - jyn514:build-single-crate, r=Mark-Simulacrum | Guillaume Gomez | -16/+16 |
| 2022-07-02 | Allow building single crates for the compiler and standard library | Joshua Nelson | -16/+16 |
| 2022-07-02 | move optimize-tests flag handling from bootstrap to compiletest | The 8472 | -7/+1 |
| 2022-07-02 | Only obey optimize-tests flag on UI tests that are run-pass | The 8472 | -1/+4 |
| 2022-06-18 | Pass all paths to `Step::run` at once when using `ShouldRun::krate` | Joshua Nelson | -13/+22 |
| 2022-06-07 | Move beta rustfmt downloads to rustbuild | Joshua Nelson | -2/+2 |
| 2022-06-03 | Fully stabilize NLL | Jack Huey | -6/+1 |
| 2022-05-30 | be less redundant redundant | Ralf Jung | -4/+0 |