| Age | Commit message (Expand) | Author | Lines |
| 2023-04-03 | Rollup merge of #109526 - bzEq:aix-libpath, r=Mark-Simulacrum | Matthias Krüger | -0/+2 |
| 2023-03-30 | Rollup merge of #109509 - ehuss:overlapping-tests, r=Mark-Simulacrum | Yuki Okushi | -2/+35 |
| 2023-03-29 | Use LIBPATH in compiletest | Kai Luo | -0/+2 |
| 2023-03-27 | Rollup merge of #109445 - Teapot4195:issue-109407-fix, r=ozkanonur | Guillaume Gomez | -4/+13 |
| 2023-03-26 | Allow passing the --nocapture flag to compiletest | Alex Huang | -4/+13 |
| 2023-03-23 | Add a check to ensure tests with overlapping prefixes aren't added. | Eric Huss | -2/+35 |
| 2023-03-22 | Use -m option instead of looking for a cross-compiling version of dlltool | Daniel Paoliello | -0/+15 |
| 2023-03-21 | Auto merge of #108659 - ferrocene:pa-test-metrics, r=Mark-Simulacrum | bors | -6/+12 |
| 2023-03-20 | migrate compiler, bootstrap, and compiletest to windows-rs | Andy Russell | -5/+14 |
| 2023-03-20 | Auto merge of #108148 - parthopdas:master, r=oli-obk | bors | -0/+10 |
| 2023-03-19 | Rollup merge of #105793 - lukas-code:circular-deps, r=Mark-Simulacrum | Dylan DPC | -15/+35 |
| 2023-03-15 | Implementing "<test_binary> --list --format json" #107307 #49359 | Partha P. Das | -0/+10 |
| 2023-03-06 | Append to PYTHONPATH in compiletest | clubby789 | -2/+12 |
| 2023-03-05 | Add cpass to incremental tests | Lukas Markeffsky | -15/+35 |
| 2023-03-03 | change approach to prevent interleaving compiletest message | Pietro Albini | -1/+1 |
| 2023-03-02 | add the --json flag to compiletest | Pietro Albini | -5/+11 |
| 2023-03-01 | Highlight whole expression for E0599 | clubby789 | -6/+7 |
| 2023-02-21 | Rollup merge of #108313 - chenyukang:yukang/fix-only-modified, r=oli-obk | Matthias Krüger | -1/+2 |
| 2023-02-21 | replace lazy_static with once_cell | klensy | -44/+37 |
| 2023-02-21 | Fix compiletest crash when test file path does not exist | yukang | -1/+2 |
| 2023-02-21 | compiletest: bump miow crate | klensy | -1/+1 |
| 2023-02-18 | Auto merge of #106476 - keith:ks/add-sanitizer-support-for-modern-ios-platfor... | bors | -0/+6 |
| 2023-02-14 | Add `kernel-address` sanitizer support for freestanding targets | Wesley Norris | -0/+9 |
| 2023-02-12 | Add sanitizer support for modern iOS platforms | Keith Smiley | -0/+6 |
| 2023-02-11 | Rollup merge of #107657 - chenyukang:yukang/add-only-modified, r=albertlarsan68 | Matthias Krüger | -6/+54 |
| 2023-02-10 | cleanup and fix naming | yukang | -9/+12 |
| 2023-02-10 | add only modified for compiletest | yukang | -6/+51 |
| 2023-02-09 | Test XRay only for supported targets | Oleksii Lozovskyi | -0/+15 |
| 2023-01-22 | Print why a test was ignored if it's the only test specified. | Lenko Donchev | -28/+54 |
| 2023-01-22 | Rollup merge of #107127 - uweigand:s390x-sanitizer, r=Mark-Simulacrum | Matthias Krüger | -2/+9 |
| 2023-01-22 | Rollup merge of #107102 - compiler-errors:new-solver-new-candidats-4, r=lcnr | Matthias Krüger | -0/+7 |
| 2023-01-21 | Auto merge of #105924 - TimNN:ui-remap, r=Mark-Simulacrum | bors | -7/+54 |
| 2023-01-21 | Add compare-mode-next-solver | Michael Goulet | -0/+7 |
| 2023-01-20 | Enable sanitizers for s390x-linux | Ulrich Weigand | -2/+9 |
| 2023-01-20 | Auto merge of #107106 - matthiaskrgr:rollup-g7r1ep0, r=matthiaskrgr | bors | -1/+6 |
| 2023-01-20 | Auto merge of #106090 - WaffleLapkin:dereffffffffff, r=Nilstrieb | bors | -2/+11 |
| 2023-01-19 | Make bare known-bug an error | Michael Goulet | -1/+6 |
| 2023-01-18 | Remove extra removal from test path | Guillaume Gomez | -1/+1 |
| 2023-01-17 | Hack compiletest to fix a random CI failure | Maybe Waffle | -2/+11 |
| 2023-01-16 | ui tests: Remap test base directory by default. | Tim Neumann | -0/+3 |
| 2023-01-16 | compiletest: Support running with a remapped base directory. | Tim Neumann | -5/+36 |
| 2023-01-16 | compiletest: Generic support for "no-" versions of boolean directives. | Tim Neumann | -2/+15 |
| 2023-01-11 | Change `src/test` to `tests` in source files, fix tidy and tests | Albert Larsan | -8/+6 |
| 2023-01-05 | Add vendor to Fuchsia's target triple | David Koloski | -4/+4 |
| 2023-01-04 | Update tests, etc | Michael Goulet | -1/+1 |
| 2022-12-24 | Rollup merge of #106078 - nikic:filecheck-context, r=Mark-Simulacrum | Matthias Krüger | -0/+2 |
| 2022-12-23 | Provide more context on FileCheck failures | Nikita Popov | -0/+2 |
| 2022-12-22 | Take revision into account in src/test/ui incremental tests | Michael Goulet | -3/+7 |
| 2022-12-13 | Make some diagnostics not depend on the source of what they reference being a... | Oli Scherer | -0/+8 |
| 2022-12-10 | Rollup merge of #105109 - rcvalle:rust-kcfi, r=bjorn3 | Matthias Krüger | -0/+4 |