| Age | Commit message (Expand) | Author | Lines |
| 2025-01-29 | tests: port `translation` to rmake.rs | 许杰友 Jieyou Xu (Joe) | -78/+194 |
| 2025-01-28 | Auto merge of #133929 - saethlin:remove-inline-in-all-cgus, r=nnethercote | bors | -127/+0 |
| 2025-01-27 | Remove -Zinline-in-all-cgus and clean up CGU partitioning tests | Ben Kimock | -127/+0 |
| 2025-01-26 | Downgrade `linker-warnings` to allow-by-default | jyn | -5/+19 |
| 2025-01-25 | Shorten linker output even more when `--verbose` is not present | jyn | -11/+42 |
| 2025-01-25 | Auto merge of #119286 - jyn514:linker-output, r=bjorn3 | bors | -30/+73 |
| 2025-01-24 | Allow LLD version info to be either stderr or stdout | jyn | -1/+1 |
| 2025-01-23 | Auto merge of #135461 - jieyouxu:migrate-jobserver-errors, r=Noratrieb | bors | -18/+48 |
| 2025-01-23 | Auto merge of #135164 - Kobzol:run-make-test-glibc-symbols, r=jieyouxu | bors | -0/+112 |
| 2025-01-22 | Reword comment slightly | Jakub Beránek | -1/+3 |
| 2025-01-22 | Use objdump instead of llvm-objdump | Jakub Beránek | -2/+4 |
| 2025-01-22 | Run the glibc run-make test in opt-dist | Jakub Beránek | -1/+1 |
| 2025-01-22 | tests: port `jobserver-error.rs` to rmake.rs | 许杰友 Jieyou Xu (Joe) | -18/+48 |
| 2025-01-21 | Rollup merge of #135824 - jieyouxu:delete-bintools-check, r=Noratrieb | Matthias Krüger | -50/+0 |
| 2025-01-21 | Auto merge of #134299 - RalfJung:remove-start, r=compiler-errors | bors | -10/+9 |
| 2025-01-21 | remove support for the #[start] attribute | Ralf Jung | -10/+9 |
| 2025-01-21 | tests: delete `cat-and-grep-sanity-check` | 许杰友 Jieyou Xu (Joe) | -50/+0 |
| 2025-01-21 | Add test for checking used glibc symbols | Jakub Beránek | -0/+108 |
| 2025-01-20 | Don't require `--verbose` to show linker stdout | jyn | -21/+8 |
| 2025-01-20 | don't ICE when emitting linker errors during `-Z link-only` | jyn | -0/+29 |
| 2025-01-20 | show linker warnings even if it returns 0 | jyn | -24/+51 |
| 2025-01-19 | When LLVM's location discriminator value limit is exceeded, emit locations wi... | Kyle Huey | -0/+76 |
| 2025-01-18 | Fix use of pipe in tests/run-make/broken-pipe-no-ice/rmake.rs | Jiahao XU | -1/+1 |
| 2025-01-16 | Auto merge of #135458 - jieyouxu:migrate-extern-fn-reachable, r=lqd | bors | -26/+61 |
| 2025-01-15 | tests: port `extern-fn-reachable` to rmake.rs | 许杰友 Jieyou Xu (Joe) | -26/+61 |
| 2025-01-14 | fix typo and unit test | binarycat | -1/+2 |
| 2025-01-11 | re-add --disable-minification to rustdoc | binarycat | -1/+1 |
| 2025-01-06 | Replace the random substring of a linker argument with a placeholder and null... | Xing Xue | -3/+44 |
| 2025-01-05 | Auto merge of #134794 - RalfJung:abi-required-target-features, r=workingjubilee | bors | -1/+1 |
| 2025-01-03 | Auto merge of #135034 - Noratrieb:strip-correctly, r=jieyouxu | bors | -0/+50 |
| 2025-01-02 | Pass objcopy args for stripping on OSX | Noratrieb | -0/+50 |
| 2025-01-01 | Try to write the panic message with a single `write_all` call | John Kåre Alsaker | -5/+5 |
| 2024-12-31 | arm: use target.llvm_floatabi over soft-float target feature | Ralf Jung | -1/+1 |
| 2024-12-28 | Rollup merge of #134829 - jieyouxu:migrate-libs-through-symlinks, r=lqd | Stuart Cook | -22/+48 |
| 2024-12-28 | tests: migrate `branch-protection-check-IBT` to rmake.rs | 许杰友 Jieyou Xu (Joe) | -53/+58 |
| 2024-12-28 | tests: migrate `libs-through-symlink` to rmake.rs | 许杰友 Jieyou Xu (Joe) | -22/+48 |
| 2024-12-26 | Rollup merge of #134656 - jieyouxu:migrate-incr-add-rust-src-component, r=wes... | Guillaume Gomez | -45/+131 |
| 2024-12-23 | Note def descr in NonConstFunctionCall | Michael Goulet | -4/+4 |
| 2024-12-23 | tests: migrate `incr-add-rust-src-component` to rmake.rs | 许杰友 Jieyou Xu (Joe) | -45/+131 |
| 2024-12-23 | fix a few typos in rmake tests' comments | Rémy Rakic | -6/+6 |
| 2024-12-23 | remove unnecessary `mut` from `dump-ice-to-disk` rmake test | Rémy Rakic | -1/+1 |
| 2024-12-23 | clean up `remove-dir-all-race` rmake test | Rémy Rakic | -7/+6 |
| 2024-12-23 | remove unused imports from rmake tests | Rémy Rakic | -12/+5 |
| 2024-12-20 | Update `run-make/rustdoc-default-output` test | Guillaume Gomez | -2/+4 |
| 2024-12-17 | Use field init shorthand where possible | Josh Triplett | -2/+2 |
| 2024-12-15 | Rollup merge of #133633 - jyn514:hide-linker-args, r=bjorn3,jyn514 | Stuart Cook | -8/+52 |
| 2024-12-14 | don't show the full linker args unless `--verbose` is passed | jyn | -8/+52 |
| 2024-12-14 | Rollup merge of #133386 - wesleywiser:update_musl_base_crt_default, r=jieyouxu | Matthias Krüger | -0/+62 |
| 2024-12-10 | Add test for musl dynamically linking | Wesley Wiser | -0/+62 |
| 2024-12-10 | Rollup merge of #134094 - estebank:const-trait-errors, r=compiler-errors | León Orell Valerian Liehr | -0/+301 |