| Age | Commit message (Expand) | Author | Lines |
| 2024-04-01 | Modify compiletest and run-make-support to support CC invocations in rmake.rs | 许杰友 Jieyou Xu (Joe) | -4/+10 |
| 2024-03-29 | compiletest: print reason for failing to read tests | Michael Baikov | -1/+3 |
| 2024-03-27 | Convert wasmtime check into a compiletest needs directive | 许杰友 Jieyou Xu (Joe) | -0/+6 |
| 2024-03-27 | Accept only-wasm32-wasip1 directives | 许杰友 Jieyou Xu (Joe) | -3/+4 |
| 2024-03-27 | Rollup merge of #123024 - maurer:kcfi-testing, r=workingjubilee | Guillaume Gomez | -0/+1 |
| 2024-03-26 | Auto merge of #118644 - madsmtm:macos-weak-linking-test, r=compiler-errors | bors | -0/+1 |
| 2024-03-26 | CFI: Enable KCFI testing of run-pass tests | Matthew Maurer | -0/+1 |
| 2024-03-23 | Track run-make-support lib in common inputs stamp | 许杰友 Jieyou Xu (Joe) | -0/+2 |
| 2024-03-20 | Rollup merge of #122786 - Enselic:remove_and_create_dir_all, r=onur-ozkan | Jacob Pratt | -15/+12 |
| 2024-03-20 | compiletest: Introduce remove_and_create_dir_all() helper | Martin Nordholts | -15/+12 |
| 2024-03-20 | compiletest: mir_dump_dir.as_path() -> &mir_dump_dir | Martin Nordholts | -1/+1 |
| 2024-03-20 | When comparing SVG tests against their blessed version, ignore the first line | Esteban Küber | -5/+14 |
| 2024-03-20 | Auto merge of #122754 - Mark-Simulacrum:bootstrap-bump, r=albertlarsan68 | bors | -9/+0 |
| 2024-03-20 | step cfgs | Mark Rousskov | -9/+0 |
| 2024-03-19 | Auto merge of #122029 - estebank:drive-by-ui-test, r=oli-obk | bors | -1/+1 |
| 2024-03-19 | compiletest: Add support for `//@ aux-bin: foo.rs` | Martin Nordholts | -20/+71 |
| 2024-03-19 | compiletest: Replace bool with enum AuxType for clarity | Martin Nordholts | -23/+29 |
| 2024-03-19 | compiletest: Fix typos in get_lib_name() comment | Martin Nordholts | -2/+2 |
| 2024-03-18 | Support for visionOS | Adam Gastineau | -1/+1 |
| 2024-03-18 | Side-step small SVG width divergence by setting min-width | Esteban Küber | -1/+1 |
| 2024-03-17 | compiletest: Remove unneeded pub on get_lib_name() | Martin Nordholts | -1/+1 |
| 2024-03-17 | Rollup merge of #122248 - jieyouxu:rmake-sysroot, r=Mark-Simulacrum | Matthias Krüger | -30/+36 |
| 2024-03-17 | Auto merge of #121885 - reitermarkus:generic-nonzero-inner, r=oli-obk,wesleyw... | bors | -42/+9 |
| 2024-03-14 | Remove LLDB persistent results in `compiletest`. | Markus Reiter | -9/+0 |
| 2024-03-14 | Deduplicate `lldb_commands`. | Markus Reiter | -33/+9 |
| 2024-03-14 | Fix `StdNonZeroNumberSummaryProvider`. | Markus Reiter | -1/+1 |
| 2024-03-14 | Try fixing `debuginfo` test. | Markus Reiter | -1/+1 |
| 2024-03-13 | Add compare-output-lines-by-subset to compiletest KNOWN_DIRECTIVE_NAMES | Mads Marquart | -0/+1 |
| 2024-03-13 | compiletest: Allow `only-unix` in test headers | Martin Nordholts | -0/+3 |
| 2024-03-12 | Rollup merge of #122355 - fmease:rustdoc-fix-up-old-test, r=notriddle | Jubilee | -1/+0 |
| 2024-03-12 | rustdoc: fix up old test | León Orell Valerian Liehr | -1/+0 |
| 2024-03-11 | compiletest: Automatically compare output by subset with runners | Alex Crichton | -49/+20 |
| 2024-03-11 | Remove old support for emscripten/wasm32-u-u | Alex Crichton | -29/+1 |
| 2024-03-11 | Rollup merge of #122108 - alexcrichton:target-config-runtool, r=WaffleLapkin | Jacob Pratt | -7/+9 |
| 2024-03-10 | Error on invalid compiletest directives in Rust test files | 许杰友 Jieyou Xu (Joe) | -31/+172 |
| 2024-03-09 | Respect COMPILETEST_FORCE_STAGE0 sysroot when compiling rmake.rs | 许杰友 Jieyou Xu (Joe) | -30/+36 |
| 2024-03-08 | Add `target.*.runner` configuration for targets | Alex Crichton | -7/+9 |
| 2024-03-06 | compiletest: Add a `//@ needs-threads` directive | Alex Crichton | -0/+35 |
| 2024-03-04 | Auto merge of #120468 - alexcrichton:start-wasm32-wasi-rename, r=wesleywiser | bors | -0/+10 |
| 2024-03-03 | Auto merge of #121877 - estebank:fancy-svg, r=compiler-errors | bors | -3/+25 |
| 2024-03-02 | On tests that specify --color=always emit SVG file with stderr output | Esteban Kuber | -3/+25 |
| 2024-03-02 | Add a new `wasm32-wasip1` target to rustc | Alex Crichton | -0/+10 |
| 2024-03-01 | Add initial support for DataFlowSanitizer | Ramon de C Valle | -0/+8 |
| 2024-02-29 | Add supporting infrastructure for `run-make` V2 tests | 许杰友 Jieyou Xu (Joe) | -9/+269 |
| 2024-02-26 | Rollup merge of #120656 - Zalathar:filecheck-flags, r=wesleywiser | Guillaume Gomez | -16/+31 |
| 2024-02-23 | Ignore less tests in debug builds | Ben Kimock | -2/+5 |
| 2024-02-23 | Allow tests to specify a `//@ filecheck-flags:` header | Zalathar | -5/+14 |
| 2024-02-23 | Simplify existing code for setting `filecheck` flags | Zalathar | -11/+17 |
| 2024-02-22 | Update compiletest to only accept `//@` directives | 许杰友 Jieyou Xu (Joe) | -30/+13 |
| 2024-02-22 | Update list of known directive names for diagnostics | 许杰友 Jieyou Xu (Joe) | -0/+52 |