| Age | Commit message (Expand) | Author | Lines |
| 2024-09-18 | Update the minimum external LLVM to 18 | Josh Stone | -5/+0 |
| 2024-09-16 | tests/run-make: update for symlink helper changes | 许杰友 Jieyou Xu (Joe) | -30/+28 |
| 2024-09-12 | Rollup merge of #130156 - nebulark:test_buildinfo, r=jieyouxu | Stuart Cook | -19/+30 |
| 2024-09-12 | Rollup merge of #129367 - madsmtm:fix-apple-aarch64-deployment-targets, r=jie... | Stuart Cook | -12/+16 |
| 2024-09-12 | Auto merge of #129369 - madsmtm:apple-cc-linker-pass-target, r=jieyouxu | bors | -6/+4 |
| 2024-09-10 | Auto merge of #129403 - scottmcm:only-array-simd, r=compiler-errors | bors | -2/+4 |
| 2024-09-10 | Add test for S_OBJNAME and update test for LF_BUILDINFO cl and cmd for | Florian Schmiderer | -19/+30 |
| 2024-09-10 | Auto merge of #129337 - EtomicBomb:rfc, r=notriddle | bors | -0/+17 |
| 2024-09-09 | Ban non-array SIMD | Scott McMurray | -2/+4 |
| 2024-09-09 | Rollup merge of #129529 - lqd:stable-new-solver, r=Kobzol | Jubilee | -0/+36 |
| 2024-09-09 | Pass deployment target when linking with cc on Apple targets | Mads Marquart | -6/+4 |
| 2024-09-09 | Fix default/minimum deployment target for Aarch64 simulator targets | Mads Marquart | -12/+16 |
| 2024-09-07 | rfc#3662 changes under unstable flags | EtomicBomb | -0/+17 |
| 2024-09-07 | Test codegen when setting deployment target | Mads Marquart | -25/+158 |
| 2024-09-05 | tests: use renamed `stdin_buf` | 许杰友 Jieyou Xu (Joe) | -23/+33 |
| 2024-09-02 | address review comments | Rémy Rakic | -36/+30 |
| 2024-09-02 | Rollup merge of #129837 - aDotInTheVoid:test-better-json, r=jieyouxu | Matthias Krüger | -4/+15 |
| 2024-08-31 | Actually parse stdout json, instead of using hacky contains logic. | Alona Enraght-Moony | -4/+15 |
| 2024-08-31 | Rollup merge of #129605 - jieyouxu:needs-llvm-components, r=Mark-Simulacrum | Matthias Krüger | -11/+32 |
| 2024-08-31 | Rollup merge of #129366 - petrochenkov:libsearch, r=jieyouxu | Matthias Krüger | -0/+18 |
| 2024-08-29 | Use path instead of Path in some run-make tests | Oneirical | -56/+40 |
| 2024-08-29 | Add needs-unwind compiletest directive to libtest-thread-limit | Oneirical | -0/+3 |
| 2024-08-28 | Rollup merge of #129641 - notriddle:notriddle/missing-crates-js-resource-suff... | Matthias Krüger | -0/+1 |
| 2024-08-27 | linker: Better support alternative static library naming on MSVC | Vadim Petrochenkov | -0/+18 |
| 2024-08-27 | Rollup merge of #128935 - lqd:needs-zstd, r=Kobzol | Trevor Gross | -39/+42 |
| 2024-08-27 | Rollup merge of #126985 - Mrmaxmeier:dwarf-embed-source, r=davidtwco | Trevor Gross | -0/+72 |
| 2024-08-26 | rustdoc: fix missing resource suffix on `crates.js` | Michael Howell | -0/+1 |
| 2024-08-26 | tests/run-make: add missing needs-llvm-components | 许杰友 Jieyou Xu (Joe) | -11/+32 |
| 2024-08-26 | separate the crates to test from the test setup | Rémy Rakic | -1/+3 |
| 2024-08-26 | remove use of RUSTC_BOOTSTRAP and cargo nightly features | Rémy Rakic | -7/+4 |
| 2024-08-26 | run test in tmp dir and emit artifacts there | Rémy Rakic | -30/+37 |
| 2024-08-26 | inhibit proc-macro2 nightly detection | Rémy Rakic | -0/+1 |
| 2024-08-26 | Add a run-make test for checking that certain `rustc_` crates build on stable | Jakub Beránek | -0/+35 |
| 2024-08-25 | expand zstd debuginfo compression test | Rémy Rakic | -10/+23 |
| 2024-08-25 | prepare test for expanding scope | Rémy Rakic | -0/+0 |
| 2024-08-25 | mark `rust-lld-compress-debug-sections` test as needing zstd | Rémy Rakic | -14/+4 |
| 2024-08-23 | Auto merge of #128507 - Oneirical:testart-from-scratch, r=jieyouxu | bors | -8/+70 |
| 2024-08-23 | rewrite libtest-thread-limit to rmake | Oneirical | -8/+70 |
| 2024-08-23 | Auto merge of #129464 - GuillaumeGomez:rollup-ckfqd7h, r=GuillaumeGomez | bors | -1/+1 |
| 2024-08-23 | Rollup merge of #129437 - gurry:fix-diagnostic-typo, r=jieyouxu | Guillaume Gomez | -1/+1 |
| 2024-08-23 | Rollup merge of #129055 - Oneirical:fortanix-fortification, r=jieyouxu | Matthias Krüger | -92/+96 |
| 2024-08-23 | Rollup merge of #127623 - lolbinarycat:fix_remove_dir_all, r=Amanieu | Matthias Krüger | -0/+62 |
| 2024-08-23 | Fix typo in help diagnostic | Gurinder Singh | -1/+1 |
| 2024-08-22 | fix: fs::remove_dir_all: treat ENOENT as success | binarycat | -0/+62 |
| 2024-08-22 | Auto merge of #129257 - ChrisDenton:rename-null-descriptor, r=jieyouxu | bors | -0/+66 |
| 2024-08-22 | rewrite x86_64-fortanix-unknown-sgx-lvi to rmake | Oneirical | -92/+96 |
| 2024-08-22 | Advise against removing `run-make/libtest-junit/validate_junit.py` | Zalathar | -0/+10 |
| 2024-08-22 | Rename `foo.py` to `my_gdb_script.py` | Zalathar | -2/+2 |
| 2024-08-22 | Explain the `run-make/debugger-visualizer-dep-info` Python script | Zalathar | -1/+6 |
| 2024-08-19 | Test wholearchive on rust staticlib | Chris Denton | -0/+66 |