| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-12-10 | Rollup merge of #133980 - xingxue-ibm:ln-option-aix, r=jieyouxu | León Orell Valerian Liehr | -1/+11 |
| 2024-12-10 | Tweak wording of non-const traits used as const bounds | Esteban Küber | -0/+301 |
| 2024-12-08 | Rollup merge of #133767 - estebank:multiple-dep-version-tests, r=Nadrieril | Matthias Krüger | -12/+85 |
| 2024-12-07 | Use run-make `diff` output for stable output test | Esteban Küber | -3/+17 |
| 2024-12-07 | Add test for lack of suggestion in stable | Esteban Küber | -0/+26 |
| 2024-12-07 | Add more info on type/trait mismatches for different crate versions | Esteban Küber | -12/+85 |
| 2024-12-06 | Use option "-sf" for the AIX "ln" command. | Xing Xue | -1/+11 |
| 2024-12-03 | Rollup merge of #133041 - madsmtm:print-deployment-target-env-var, r=davidtwco | Matthias Krüger | -14/+23 |
| 2024-12-02 | Use c"lit" for CStrings without unwrap | Kornel | -1/+1 |
| 2024-11-30 | Rollup merge of #133667 - sunwxg:xiaoguang/remove-unused-code, r=clubby789 | Ralf Jung | -1/+0 |
| 2024-11-30 | Remove unused code | Xiaoguang Wang | -1/+0 |
| 2024-11-30 | Rollup merge of #133585 - estebank:issue-133563, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -76/+231 |
| 2024-11-29 | Move the `crate-loading` test to use `diff` output | Esteban Küber | -76/+146 |
| 2024-11-29 | Use rmake `diff` output in test | Esteban Küber | -13/+46 |
| 2024-11-28 | Share inline(never) generics across crates | Mark Rousskov | -4/+6 |
| 2024-11-28 | Do not call `extern_crate` on current trait on crate mismatch errors | Esteban Küber | -0/+52 |
| 2024-11-26 | Rollup merge of #133513 - ChrisDenton:windows-msvc, r=jieyouxu | Michael Goulet | -1/+1 |
| 2024-11-26 | Rollup merge of #133304 - lqd:issue-132920, r=estebank | Michael Goulet | -20/+88 |
| 2024-11-26 | Only ignore windows-gnu in avr-jmp-offset | Chris Denton | -1/+1 |
| 2024-11-26 | tests: disable `avr-rjmp-offset` on Windows for now | Jieyou Xu | -0/+5 |
| 2024-11-25 | Rollup merge of #132432 - davidlattimore:std-interposable, r=Mark-Simulacrum | Matthias Krüger | -0/+63 |
| 2024-11-22 | Print env var in --print=deployment-target | Mads Marquart | -14/+23 |
| 2024-11-22 | Stabilize the 2024 edition | Eric Huss | -2/+2 |
| 2024-11-21 | Revert "Remove less relevant info from diagnostic" | Rémy Rakic | -20/+26 |
| 2024-11-21 | add convoluted test for issue 132920 | Rémy Rakic | -0/+62 |
| 2024-11-21 | Rollup merge of #130236 - yaahc:unstable-feature-usage, r=estebank | Matthias Krüger | -0/+96 |
| 2024-11-20 | Update tests/run-make/unstable-feature-usage-metrics/rmake.rs | Jane Losare-Lusby | -3/+3 |
| 2024-11-20 | unstable feature usage metrics | Jane Losare-Lusby | -0/+96 |
| 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-05 | Add a test to verify that libstd doesn't use protected symbols | David Lattimore | -0/+63 |
| 2024-11-03 | Remove is_builtin target spec field | bjorn3 | -12/+0 |