| Age | Commit message (Expand) | Author | Lines |
| 2025-04-02 | Rollup merge of #139239 - jieyouxu:run-make-aux-build, r=Kobzol | Takayuki Maeda | -4/+4 |
| 2025-04-02 | Rollup merge of #139184 - Urgau:crate-root-lint-levels, r=jieyouxu | Takayuki Maeda | -2/+125 |
| 2025-04-02 | Update `run-make` tests to no longer use `aux_build` | Jieyou Xu | -4/+4 |
| 2025-04-01 | Add unstable `--print=crate-root-lint-levels` | Urgau | -2/+125 |
| 2025-03-31 | Add tests | Jakub Beránek | -0/+92 |
| 2025-03-28 | Rollup merge of #138104 - GuillaumeGomez:simplify-doctest-parsing, r=fmease | Matthias Krüger | -3/+3 |
| 2025-03-27 | Correctly handle line comments in attributes and generate extern crates | Guillaume Gomez | -3/+3 |
| 2025-03-25 | Rollup merge of #138652 - ferrocene:pa-remote-test-rmake, r=jieyouxu | Takayuki Maeda | -0/+4 |
| 2025-03-24 | ignore tests broken while cross compiling | Pietro Albini | -0/+4 |
| 2025-03-23 | Rebless tests with changed help due to new print request option | Jieyou Xu | -2/+2 |
| 2025-03-20 | tests: accept some noise from LLVM 21 in symbols-all-mangled | Augie Fackler | -2/+14 |
| 2025-03-17 | Auto merge of #127173 - bjorn3:mangle_rustc_std_internal_symbol, r=wesleywise... | bors | -0/+88 |
| 2025-03-17 | Only run symbols-all-mangled test on ELF targets | bjorn3 | -0/+1 |
| 2025-03-17 | Ignore symbols that don't contain rust as substring for executables | bjorn3 | -8/+7 |
| 2025-03-17 | Add test that all symbols we expect to be mangled are actually mangled | bjorn3 | -0/+88 |
| 2025-03-17 | replace config.toml to bootstrap.toml in src/ci, src/etc/* and tests/run-make | bit-aloo | -1/+1 |
| 2025-03-14 | Do not suggest using `-Zmacro-backtrace` for builtin macros | Esteban Küber | -4/+0 |
| 2025-03-13 | Rollup merge of #138162 - ehuss:library-2024, r=cuviper | Matthias Krüger | -1/+1 |
| 2025-03-12 | Auto merge of #138052 - lqd:lld-linker-messages, r=jieyouxu | bors | -2/+3 |
| 2025-03-11 | Migrate core to Rust 2024 | Eric Huss | -1/+1 |
| 2025-03-10 | Target definition for `wasm32-wali-linux-musl` to support the Wasm Linux | Arjun Ramesh | -1/+14 |
| 2025-03-10 | doctests: build test bundle and harness separately | Michael Howell | -1/+0 |
| 2025-03-09 | Fix `repr128-dwarf` test | beetrees | -7/+8 |
| 2025-03-07 | Fix `broken-pipe-no-ice` to not depend on unstable `anonymous_pipe` feature | 许杰友 Jieyou Xu (Joe) | -4/+4 |
| 2025-03-07 | Fix `cross-lang-lto` to not use `path_file_prefix` | 许杰友 Jieyou Xu (Joe) | -8/+12 |
| 2025-03-07 | Fix `issue-107495-archive-permissions` to not rely on `rustc_private` | 许杰友 Jieyou Xu (Joe) | -3/+1 |
| 2025-03-07 | Auto merge of #138127 - compiler-errors:rollup-kcarqrz, r=compiler-errors | bors | -3/+8 |
| 2025-03-06 | Rollup merge of #137827 - yaahc:timestamp-metrics, r=estebank | Michael Goulet | -3/+8 |
| 2025-03-06 | Rollup merge of #137643 - beetrees:repr128-dwarf-variant-test, r=jieyouxu | Michael Goulet | -21/+119 |
| 2025-03-05 | Rollup merge of #136581 - jieyouxu:makefile-be-gone, r=Kobzol | 许杰友 Jieyou Xu (Joe) | -238/+7 |
| 2025-03-05 | normalize away `-Wlinker-messages` wrappers from `rust-lld` rmake test | Rémy Rakic | -2/+3 |
| 2025-03-04 | Rollup merge of #137373 - Kobzol:tool-stage0-improve, r=jieyouxu | Jubilee | -7/+8 |
| 2025-03-04 | Auto merge of #135695 - Noratrieb:elf-raw-dylib, r=bjorn3 | bors | -1/+127 |
| 2025-03-03 | Auto merge of #137927 - matthiaskrgr:rollup-yj463ns, r=matthiaskrgr | bors | -2/+2 |
| 2025-03-03 | Add timestamp to unstable feature usage metrics | Jane Losare-Lusby | -3/+8 |
| 2025-03-03 | Rollup merge of #137684 - GuillaumeGomez:rustdoc-dep-info, r=notriddle | Matthias Krüger | -1/+31 |
| 2025-03-02 | run-make: update test suite README | 许杰友 Jieyou Xu (Joe) | -29/+7 |
| 2025-03-02 | run-make: remove `tools.mk` | 许杰友 Jieyou Xu (Joe) | -209/+0 |
| 2025-03-01 | Ignore a-b-a-linker-guard during cross-compilation | Jakub Beránek | -3/+4 |
| 2025-03-01 | Compile run-make recipes using the stage0 compiler | Jakub Beránek | -4/+4 |
| 2025-03-01 | ensure we always print all --print options in help | Michael Toner | -2/+2 |
| 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 | Add run-make test for rustdoc `--emit=dep-info` option | Guillaume Gomez | -1/+31 |
| 2025-02-26 | Support raw-dylib link kind on ELF | Noratrieb | -1/+127 |
| 2025-02-26 | Make -Z unpretty=mir suggest -Z dump-mir as well | Maja Kądziołka | -0/+1 |
| 2025-02-25 | Add DWARF test case for non-C-like `repr128` enums | beetrees | -21/+119 |
| 2025-02-25 | Auto merge of #133832 - madsmtm:apple-symbols.o, r=DianQK | bors | -6/+12 |