| Age | Commit message (Expand) | Author | Lines |
| 2024-05-06 | Auto merge of #124753 - GuillaumeGomez:migrate-rustdoc-determinism, r=jieyouxu | bors | -2/+0 |
| 2024-05-06 | Auto merge of #124497 - rytheo:move-std-tests-to-library, r=workingjubilee | bors | -1/+0 |
| 2024-05-06 | Migrate `run-make/rustdoc-error-lines` to `rmake.rs` | Guillaume Gomez | -1/+0 |
| 2024-05-05 | Migrate `run-make/doctests-runtool` to rmake | Guillaume Gomez | -1/+0 |
| 2024-05-04 | Rollup merge of #124698 - JoverZhang:test-rustdoc-determinism, r=jieyouxu | Matthias Krüger | -1/+0 |
| 2024-05-04 | Rewrite `rustdoc-determinism` test in Rust | Jover Zhang | -1/+0 |
| 2024-05-03 | Migrate `run-make/doctests-keep-binaries` to new `rmake.rs` format | Guillaume Gomez | -1/+0 |
| 2024-05-03 | run-make: port stdin-rustc to Rust-based rmake.rs | Urgau | -1/+0 |
| 2024-05-01 | Auto merge of #121564 - ojeda:rustc-jobserver, r=ehuss | bors | -1/+3 |
| 2024-04-30 | Rollup merge of #124280 - beetrees:repr128-test-rmake, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -1/+0 |
| 2024-04-30 | Port repr128-dwarf run-make test to rmake | beetrees | -1/+0 |
| 2024-04-29 | Rollup merge of #124475 - GKFX:more-dependency-pruning, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -46/+24 |
| 2024-04-28 | Run tidy on tests | Ryan Lowe | -1/+0 |
| 2024-04-28 | Port print-cfg run-make to Rust-based rmake.rs | Urgau | -1/+0 |
| 2024-04-28 | Remove direct dependencies on lazy_static, once_cell and byteorder | George Bateman | -46/+24 |
| 2024-04-26 | Rollup merge of #124383 - Urgau:port-print-native-static-libs, r=jieyouxu | Jacob Pratt | -1/+0 |
| 2024-04-26 | Port run-make `--print=native-static-libs` to rmake.rs | Urgau | -1/+0 |
| 2024-04-25 | hir typeck: look into nested goals | lcnr | -1/+0 |
| 2024-04-25 | Rollup merge of #124257 - JoverZhang:rmake-diff, r=jieyouxu | Matthias Krüger | -1/+0 |
| 2024-04-25 | Rewrite `no-input-file.stderr` test in Rust and support diff | Jover Zhang | -1/+0 |
| 2024-04-25 | Rollup merge of #124333 - Urgau:better-bad-print, r=fmease | Matthias Krüger | -1/+0 |
| 2024-04-24 | Improve diagnostic for unknown --print request | Urgau | -1/+0 |
| 2024-04-23 | Update allowed cg_clif deps | bjorn3 | -0/+1 |
| 2024-04-21 | Move some tests | Caio | -35/+35 |
| 2024-04-19 | Auto merge of #115253 - donno2048:patch-1, r=albertlarsan68 | bors | -7/+73 |
| 2024-04-17 | allow the tests to pass tidy | Elisha Hollander | -4/+4 |
| 2024-04-17 | add tests | Elisha Hollander | -0/+17 |
| 2024-04-17 | fix value | Elisha Hollander | -1/+1 |
| 2024-04-17 | configure for testing | Elisha Hollander | -1/+4 |
| 2024-04-17 | format style.rs | Elisha Hollander | -2/+2 |
| 2024-04-17 | separate regex generation | Elisha Hollander | -7/+7 |
| 2024-04-17 | use a function to generate the regex | Elisha Hollander | -8/+12 |
| 2024-04-16 | restore line-break | Elisha Hollander | -1/+1 |
| 2024-04-16 | default to no testing | Elisha Hollander | -0/+1 |
| 2024-04-16 | use `FxHashMap` | Elisha Hollander | -2/+4 |
| 2024-04-16 | use one `use` for `std` | Elisha Hollander | -2/+1 |
| 2024-04-16 | refactor | Elisha Hollander | -17/+20 |
| 2024-04-16 | revert using regex | Elisha Hollander | -11/+41 |
| 2024-04-16 | use regex to check for problems | Elisha Hollander | -41/+11 |
| 2024-04-16 | remove redundant whitespace | Elisha Hollander | -1/+1 |
| 2024-04-16 | format | Elisha Hollander | -22/+28 |
| 2024-04-16 | restore original consts | Elisha Hollander | -1/+1 |
| 2024-04-16 | use `generate_problems` | Elisha Hollander | -136/+40 |
| 2024-04-16 | format style.rs | Elisha Hollander | -13/+12 |
| 2024-04-16 | add more `PROBLEMATIC_CONSTS` | Elisha Hollander | -2/+130 |
| 2024-04-15 | port `rust-lld-custom-target` test to rmake | Rémy Rakic | -1/+0 |
| 2024-04-15 | port `rust-lld` test to rmake | Rémy Rakic | -1/+0 |
| 2024-04-15 | Auto merge of #122997 - matthiaskrgr:compiletest_ices, r=oli-obk | bors | -0/+20 |
| 2024-04-14 | tidy: add tidy check agains \.rs files inside tests/crashes that are missing ... | Matthias Krüger | -0/+20 |
| 2024-04-14 | Rollup merge of #123889 - onur-ozkan:improve-tidy, r=Mark-Simulacrum | Matthias Krüger | -9/+24 |