| Age | Commit message (Expand) | Author | Lines |
| 2024-08-30 | add borrows to NLL MIR dumps | Rémy Rakic | -0/+1 |
| 2024-08-25 | strip whitespace for ignored tests reason comments | Rémy Rakic | -1/+1 |
| 2024-08-25 | compiletest: implement `needs-lvm-zstd` directive | Rémy Rakic | -1/+111 |
| 2024-08-22 | Revert "compiletest: use `std::fs::remove_dir_all` now that it is available" | 许杰友 Jieyou Xu (Joe) | -2/+25 |
| 2024-08-20 | compiletest: use `std::fs::remove_dir_all` now that it is available | 许杰友 Jieyou Xu (Joe) | -25/+2 |
| 2024-08-19 | Auto merge of #129218 - saethlin:gdb-supports-rust-now, r=jieyouxu | bors | -69/+19 |
| 2024-08-18 | Auto merge of #125854 - beetrees:zst-arg-abi, r=estebank | bors | -0/+5 |
| 2024-08-18 | Clean up compiletest | Ben Kimock | -59/+19 |
| 2024-08-18 | Delete compiletest support for gdbg | Ben Kimock | -11/+1 |
| 2024-08-13 | Rollup merge of #129049 - Zalathar:json-like, r=jieyouxu | Matthias Krüger | -6/+4 |
| 2024-08-13 | Remove a confusing comment | Zalathar | -1/+0 |
| 2024-08-13 | Don't panic on unknown JSON-like output lines | Zalathar | -5/+4 |
| 2024-08-13 | Fix blessing of rmake tests | Zalathar | -8/+7 |
| 2024-08-10 | Fix and enable disabled codegen-units tests | Ben Kimock | -1/+7 |
| 2024-08-07 | Rollup merge of #128384 - dheaton-arm:mte-test, r=jieyouxu | Matthias Krüger | -0/+1 |
| 2024-08-07 | rewrite pgo-indirect-call-promotion to rmake | Oneirical | -0/+1 |
| 2024-08-03 | Rollup merge of #128161 - EtomicBomb:just-compiletest, r=notriddle | Matthias Krüger | -35/+74 |
| 2024-08-02 | Move ZST ABI handling to `rustc_target` | beetrees | -0/+5 |
| 2024-08-01 | Auto merge of #127060 - Oneirical:testificate, r=jieyouxu | bors | -0/+1 |
| 2024-07-31 | Remove redundant information and simplify `only` condition | dheaton-arm | -0/+1 |
| 2024-07-31 | canonicalize path in another place to fix #128411 | EtomicBomb | -1/+3 |
| 2024-07-30 | rewrite symbol-visibility to rmake | Oneirical | -0/+1 |
| 2024-07-30 | Auto merge of #124339 - oli-obk:supports_feature, r=wesleywiser | bors | -0/+1 |
| 2024-07-30 | Test RUSTC_OVERRIDE_VERSION_STRING | Oli Scherer | -0/+1 |
| 2024-07-29 | Fix tidy call in runtest with custom HTML element | Michael Howell | -0/+1 |
| 2024-07-29 | merge conflicts; fix rebase duplicating imports | EtomicBomb | -11/+0 |
| 2024-07-29 | file_stem and comment per notriddle | EtomicBomb | -8/+3 |
| 2024-07-29 | ordering and wrapping cross-crate-info tests | EtomicBomb | -1/+1 |
| 2024-07-29 | initial implementation of rustdoc nested aux-build | EtomicBomb | -34/+87 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -63/+59 |
| 2024-07-25 | rewrite incr-foreign-head-span to rmake | Oneirical | -0/+1 |
| 2024-07-24 | Rollup merge of #128100 - GuillaumeGomez:run-make-path, r=Kobzol,jieyouxu | Matthias Krüger | -2/+25 |
| 2024-07-23 | Allow to pass a full path for `run-make` tests | Guillaume Gomez | -2/+25 |
| 2024-07-23 | Rollup merge of #125886 - GuillaumeGomez:migrate-run-make-issue-15460, r=jiey... | Matthias Krüger | -0/+2 |
| 2024-07-23 | Rollup merge of #127962 - jieyouxu:cleanup-dll-compiletest, r=fmease | Matthias Krüger | -11/+7 |
| 2024-07-22 | Add new `MSVC_LIB_PATH` runtest environment variable to know location of the ... | Guillaume Gomez | -0/+2 |
| 2024-07-20 | Rollup merge of #127958 - jieyouxu:compiletest-rmake-cleanup, r=Kobzol | Matthias Krüger | -92/+186 |
| 2024-07-20 | compiletest/rmake: simplify path calculations | 许杰友 Jieyou Xu (Joe) | -36/+10 |
| 2024-07-20 | compiletest/rmake: avoid double test directory for rmake.rs tests | 许杰友 Jieyou Xu (Joe) | -2/+8 |
| 2024-07-20 | compiletest/rmake: improve comments | 许杰友 Jieyou Xu (Joe) | -30/+7 |
| 2024-07-20 | compiletest/rmake: prune unused `RUST_BUILD_STAGE` and explain env vars passe... | 许杰友 Jieyou Xu (Joe) | -6/+20 |
| 2024-07-19 | Update jsondocck directives to follow ui_test-style | León Orell Valerian Liehr | -9/+22 |
| 2024-07-19 | compiletest/rmake: cleanup `stage_std_path` and `recipe_dylib_search_paths` h... | 许杰友 Jieyou Xu (Joe) | -9/+17 |
| 2024-07-19 | compiletest/rmake: better explain why stage0 sysroot is needed if forced stage0 | 许杰友 Jieyou Xu (Joe) | -4/+21 |
| 2024-07-19 | compiletest/rmake: prune useless env vars and explain passed rustc options an... | 许杰友 Jieyou Xu (Joe) | -9/+8 |
| 2024-07-19 | compiletest/rmake: rename `cmd` to `rustc` | 许杰友 Jieyou Xu (Joe) | -5/+6 |
| 2024-07-19 | compiletest/rmake: cleanup rmake exe extension calculation | 许杰友 Jieyou Xu (Joe) | -8/+9 |
| 2024-07-19 | compiletest/rmake: cleanup library search paths | 许杰友 Jieyou Xu (Joe) | -4/+5 |
| 2024-07-19 | compiletest/rmake: cleanup dylib search paths related calculations | 许杰友 Jieyou Xu (Joe) | -16/+24 |
| 2024-07-19 | compiletest/rmake: improve clarity of `support_lib_{path,deps,deps_deps}` cal... | 许杰友 Jieyou Xu (Joe) | -21/+42 |