| Age | Commit message (Expand) | Author | Lines |
| 2025-03-01 | Auto merge of #133250 - DianQK:embed-bitcode-pgo, r=nikic | bors | -0/+93 |
| 2025-02-28 | Rollup merge of #137540 - yotamofek:pr/more-deprecated-test-directives, r=not... | 许杰友 Jieyou Xu (Joe) | -22/+21 |
| 2025-02-28 | Rollup merge of #137017 - bjorn3:ignore_invalid_bitcode, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -0/+29 |
| 2025-02-27 | Fix test directives that were accidentally ignored | Yotam Ofek | -22/+21 |
| 2025-02-26 | Make -Z unpretty=mir suggest -Z dump-mir as well | Maja Kądziołka | -0/+1 |
| 2025-02-25 | Auto merge of #133832 - madsmtm:apple-symbols.o, r=DianQK | bors | -6/+12 |
| 2025-02-24 | Make #[used] work when linking with ld64 | Mads Marquart | -6/+12 |
| 2025-02-23 | The embedded bitcode should always be prepared for LTO/ThinLTO | DianQK | -0/+93 |
| 2025-02-21 | Tell llvm-ar to not create a symbol table | bjorn3 | -1/+1 |
| 2025-02-20 | avr-rjmp-offset: Explain `.target_cpu()` | Patryk Wychowaniec | -0/+4 |
| 2025-02-19 | Create a generic AVR target: avr-none | Patryk Wychowaniec | -1/+3 |
| 2025-02-17 | Rollup merge of #137095 - saethlin:use-hash64-for-hashes, r=workingjubilee | Matthias Krüger | -0/+2 |
| 2025-02-16 | Move hashes from rustc_data_structure to rustc_hashes so they can be shared w... | Ben Kimock | -0/+2 |
| 2025-02-16 | Rollup merge of #135909 - Flakebi:amdgpu-kd, r=jieyouxu,workingjubilee | Jacob Pratt | -0/+31 |
| 2025-02-14 | Add test | bjorn3 | -0/+29 |
| 2025-02-13 | Make `-O` mean `-C opt-level=3` | clubby789 | -2/+2 |
| 2025-02-12 | Export kernel descriptor for amdgpu kernels | Flakebi | -0/+31 |
| 2025-02-10 | Auto merge of #133092 - madsmtm:bootstrap-deployment-target, r=Mark-Simulacru... | bors | -1/+22 |
| 2025-02-08 | Rustfmt | bjorn3 | -7/+10 |
| 2025-02-07 | tests: add a missing `needs-symlink` | 许杰友 Jieyou Xu (Joe) | -0/+1 |
| 2025-02-01 | tests: port `split-debuginfo` to rmake.rs | 许杰友 Jieyou Xu (Joe) | -368/+1618 |
| 2025-02-01 | tests: fix incorrect comment | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2025-02-01 | tests: fix incorrect comment for wrong path remap scope | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2025-02-01 | tests: fix `-Zunstable-options` bug in `split-debuginfo` | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2025-02-01 | tests: remove redundant `-C debuginfo=2` when `-g` is already specified | 许杰友 Jieyou Xu (Joe) | -24/+24 |
| 2025-02-01 | tests: use an illustrative else-if branch in `split-debuginfo` Makefile | 许杰友 Jieyou Xu (Joe) | -336/+333 |
| 2025-02-01 | tests: reformat `split-debuginfo`'s `Makefile` | 许杰友 Jieyou Xu (Joe) | -361/+361 |
| 2025-01-31 | tests: port `symbol-mangling-hashed` to rmake.rs | 许杰友 Jieyou Xu (Joe) | -68/+128 |
| 2025-01-31 | Always set the deployment target when building std | Mads Marquart | -1/+22 |
| 2025-01-30 | Auto merge of #135030 - Flakebi:require-cpu, r=workingjubilee | bors | -0/+24 |
| 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 |