| Age | Commit message (Expand) | Author | Lines |
| 2024-11-17 | Auto merge of #132646 - jieyouxu:liberate-aarch64-gnu-debug, r=Kobzol | bors | -9/+8 |
| 2024-11-15 | Rollup merge of #133045 - mrkajetanp:pauth-test-clang-lto-flag-merge, r=jieyouxu | Matthias Krüger | -3/+15 |
| 2024-11-15 | tests: Test pac-ret flag merging on clang with LTO | Kajetan Puchalski | -3/+15 |
| 2024-11-14 | tests/run-make/simd-ffi: use a generic LLVM intrinsics ... | liushuyu | -5/+3 |
| 2024-11-14 | tests/run-make/simd-ffi: fix test crashing on x86 targets ... | liushuyu | -2/+2 |
| 2024-11-12 | tests/run-make: update `mte-ffi` to use `gcc` as the c compiler explicitly | Jieyou Xu | -9/+8 |
| 2024-11-10 | Re-enable `version-verbose-commit-hash` run-make test | Jieyou Xu | -3/+0 |
| 2024-11-10 | Temporarily disable `version-verbose-commit-hash` to force revert through | Jieyou Xu | -0/+3 |
| 2024-11-09 | Rollup merge of #132754 - Zalathar:opts, r=GuillaumeGomez,jieyouxu | Matthias Krüger | -0/+187 |
| 2024-11-08 | Add a run-make test for `rustc --help` and similar | Zalathar | -0/+187 |
| 2024-11-08 | Auto merge of #128849 - estebank:issue-89143, r=jackh726 | bors | -51/+46 |
| 2024-11-07 | Remove less relevant info from diagnostic | Esteban Küber | -26/+20 |
| 2024-11-07 | Tweak diagnostic output | Esteban Küber | -39/+27 |
| 2024-11-07 | Tweak detection of multiple crate versions to be more ecompassing | Esteban Küber | -5/+18 |
| 2024-11-05 | Rollup merge of #132259 - mrkajetanp:branch-protection-pauth-lr, r=davidtwco | Matthias Krüger | -1/+13 |
| 2024-11-03 | Remove is_builtin target spec field | bjorn3 | -12/+0 |
| 2024-11-02 | Add a run-make test for same-arch `--print=target-cpus` | Zalathar | -0/+39 |
| 2024-10-31 | rustc_codegen_llvm: Add a new 'pc' option to branch-protection | Kajetan Puchalski | -1/+13 |
| 2024-10-31 | Remove support for `-Zprofile` (gcov-style coverage instrumentation) | Zalathar | -22/+0 |
| 2024-10-27 | port `tests/ui/linkage-attr/framework` to run-make | jyn | -0/+43 |
| 2024-10-25 | Auto merge of #131917 - jieyouxu:rmake-clang, r=Kobzol | bors | -37/+88 |
| 2024-10-25 | Auto merge of #131207 - davidtwco:pac-ret-lto-test, r=Mark-Simulacrum | bors | -4/+69 |
| 2024-10-24 | tests: add pac-ret + cross-language lto test | David Wood | -0/+47 |
| 2024-10-24 | ci: add aarch64-gnu-debug job | David Wood | -4/+22 |
| 2024-10-23 | Rollup merge of #132036 - DianQK:test-131164, r=jieyouxu | León Orell Valerian Liehr | -0/+26 |
| 2024-10-23 | Add a test case for #131164 | DianQK | -0/+26 |
| 2024-10-22 | Rollup merge of #125205 - ChrisDenton:verbatim-include, r=jieyouxu | Matthias Krüger | -0/+21 |
| 2024-10-22 | tests/run-make: port `issue-84395-lto-embed-bitcode` to rmake.rs | 许杰友 Jieyou Xu (Joe) | -14/+27 |
| 2024-10-22 | tests/run-make: fix `cross-lang-lto-riscv-abi` | 许杰友 Jieyou Xu (Joe) | -23/+61 |
| 2024-10-21 | Add rustc_abi and rustc_parse_format to rustc-crates-on-stable test | Lukas Wirth | -0/+4 |
| 2024-10-18 | Rollup merge of #131755 - jfrimmel:avr-rjmp-offset-regression-test, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -0/+107 |
| 2024-10-17 | Use `rust-lld` instead of `avr-gcc` as the linker | Julian Frimmel | -0/+9 |
| 2024-10-17 | Auto merge of #129582 - nbdd0121:unwind, r=nnethercote | bors | -8/+0 |
| 2024-10-16 | Simplify test and make it more reliable | Julian Frimmel | -21/+31 |
| 2024-10-16 | Convert to a `rmake`-test | Julian Frimmel | -0/+88 |
| 2024-10-16 | Fix unnecessary nesting in run-make test output directories | Zalathar | -1/+1 |
| 2024-10-15 | Rollup merge of #131681 - Zalathar:fix-run-make-stamp, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2024-10-14 | Fix up-to-date checking for run-make tests | Zalathar | -1/+1 |
| 2024-10-13 | Fix bug where `option_env!` would return `None` when env var is present but n... | beetrees | -1/+10 |
| 2024-10-11 | Rollup merge of #129079 - Zoxc:thinlto_imp_symbols, r=wesleywiser | Matthias Krüger | -0/+51 |
| 2024-10-10 | Fix longjmp-across-rust test | Gary Guo | -8/+0 |
| 2024-10-09 | Rollup merge of #131435 - jieyouxu:macos-pipe, r=Zalathar | Matthias Krüger | -0/+6 |
| 2024-10-09 | Rename directive `needs-profiler-support` to `needs-profiler-runtime` | Zalathar | -9/+9 |
| 2024-10-09 | Ignore broken-pipe-no-ice on apple for now | 许杰友 Jieyou Xu (Joe) | -0/+6 |
| 2024-10-08 | Auto merge of #131155 - jieyouxu:always-kill, r=onur-ozkan | bors | -0/+73 |
| 2024-10-08 | Rollup merge of #131355 - clubby789:old-tests, r=jieyouxu | Stuart Cook | -51/+73 |
| 2024-10-08 | Add regression test for rustc/rustdoc broken pipe ICEs | 许杰友 Jieyou Xu (Joe) | -0/+73 |
| 2024-10-07 | Migrate `emit-to-stdout` to new run-make | clubby789 | -51/+73 |
| 2024-10-06 | various fixes for `naked_asm!` implementation | Folkert de Vries | -1/+1 |
| 2024-10-06 | more `asm!` -> `naked_asm!` in tests | Folkert de Vries | -6/+6 |