| Age | Commit message (Expand) | Author | Lines |
| 2024-06-12 | Rollup merge of #126356 - epage:check-cfg, r=Urgau | Jubilee | -2/+5 |
| 2024-06-12 | Rollup merge of #126328 - RalfJung:is_none_or, r=workingjubilee | Jubilee | -2/+4 |
| 2024-06-12 | Rollup merge of #125674 - Oneirical:another-day-another-test, r=jieyouxu | Jubilee | -3/+28 |
| 2024-06-12 | docs(rustc): De-emphasize --cfg/--check-cfg note | Ed Page | -3/+3 |
| 2024-06-12 | Auto merge of #126345 - compiler-errors:rollup-lue8u92, r=compiler-errors | bors | -3/+43 |
| 2024-06-12 | docs(rustc): Help users to check-cfg Cargo docs | Ed Page | -0/+3 |
| 2024-06-12 | Rollup merge of #126282 - lqd:contain-the-self-contained-linker, r=Mark-Simul... | Michael Goulet | -1/+3 |
| 2024-06-12 | Rollup merge of #126036 - Oneirical:the-intelligent-intestor, r=jieyouxu | Michael Goulet | -1/+6 |
| 2024-06-12 | Rollup merge of #126019 - tbu-:pr_unsafe_env_fixme, r=fee1-dead | Michael Goulet | -1/+3 |
| 2024-06-12 | Rollup merge of #125869 - alexcrichton:add-p1-to-wasi-targets, r=wesleywiser | Michael Goulet | -0/+31 |
| 2024-06-12 | Auto merge of #126273 - pietroalbini:pa-bootstrap-update, r=Mark-Simulacrum | bors | -448/+441 |
| 2024-06-12 | Auto merge of #126332 - GuillaumeGomez:rollup-bu1q4pz, r=GuillaumeGomez | bors | -8/+51 |
| 2024-06-12 | Add a `ignore-tidy-todo` to ignore the tidy TODO comment check | Tobias Bucher | -1/+3 |
| 2024-06-12 | use is_none_or in some places in the compiler | Ralf Jung | -2/+4 |
| 2024-06-12 | Rollup merge of #126312 - Kobzol:update-rustc-perf, r=onur-ozkan | Guillaume Gomez | -0/+0 |
| 2024-06-12 | Rollup merge of #126232 - RalfJung:dyn-trait-equality, r=oli-obk | Guillaume Gomez | -2/+42 |
| 2024-06-12 | Rollup merge of #126039 - dpaoliello:arm64ecbuild, r=davidtwco | Guillaume Gomez | -6/+9 |
| 2024-06-12 | port symlinked-libraries to rmake | Oneirical | -17/+25 |
| 2024-06-12 | port symlinked-rlib to rmake | Oneirical | -1/+0 |
| 2024-06-12 | port symlinked-extern to rmake | Oneirical | -3/+21 |
| 2024-06-12 | Auto merge of #125141 - SergioGasquez:feat/no_std-xtensa, r=davidtwco | bors | -2/+34 |
| 2024-06-12 | Rollup merge of #126310 - GuillaumeGomez:migrate-run-make-prefer-rlib, r=Kobzol | Jubilee | -1/+0 |
| 2024-06-12 | Rollup merge of #126256 - ferrocene:lw-target-subst, r=albertlarsan68 | Jubilee | -3/+8 |
| 2024-06-12 | Rollup merge of #124514 - michaelwoerister:zero-disambiguator-demangling-reco... | Jubilee | -0/+13 |
| 2024-06-12 | applease clippy | Pietro Albini | -11/+11 |
| 2024-06-12 | Update download-ci-llvm-stamp | Scott Mabin | -1/+1 |
| 2024-06-12 | Update `rustc-perf` submodule | Jakub Beránek | -0/+0 |
| 2024-06-12 | Migrate `run-make/prefer-rlib` to `rmake.rs` | Guillaume Gomez | -1/+0 |
| 2024-06-12 | Auto merge of #126290 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-06-11 | Update cargo | Weihang Lo | -0/+0 |
| 2024-06-11 | Rollup merge of #126174 - GuillaumeGomez:migrate-run-make-prefer-dylib, r=jie... | 许杰友 Jieyou Xu (Joe) | -1/+0 |
| 2024-06-11 | Rollup merge of #125669 - ferrocene:hoverbear/ci-docker-riscv64gc-update, r=K... | 许杰友 Jieyou Xu (Joe) | -148/+42 |
| 2024-06-11 | Add set_backtrace_level helper function to run_make_support | Oneirical | -0/+6 |
| 2024-06-11 | ensure the self-contained linker is only enabled on nightly/dev | Rémy Rakic | -1/+3 |
| 2024-06-11 | Auto merge of #125736 - Oneirical:run-make-file-management, r=jieyouxu | bors | -14/+121 |
| 2024-06-11 | cargo -Zcheck-cfg is now stable | Pietro Albini | -1/+0 |
| 2024-06-11 | remove cfg(bootstrap) | Pietro Albini | -8/+2 |
| 2024-06-11 | Implement fs wrapper for run_make_support | Oneirical | -14/+121 |
| 2024-06-11 | Auto merge of #126274 - jieyouxu:rollup-uj93sfm, r=jieyouxu | bors | -1/+130 |
| 2024-06-11 | Rollup merge of #126265 - RalfJung:interpret-cast-validity, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -0/+125 |
| 2024-06-11 | Rollup merge of #126186 - GuillaumeGomez:migrate-run-make-multiple-emits, r=j... | 许杰友 Jieyou Xu (Joe) | -1/+5 |
| 2024-06-11 | bump stage0 compiler | Pietro Albini | -428/+428 |
| 2024-06-11 | Migrate `tests/run-make/prefer-dylib` to `rmake.rs` | Guillaume Gomez | -1/+0 |
| 2024-06-11 | Migrate `run-make/multiple-emits` to `rmake.rs` | Guillaume Gomez | -1/+0 |
| 2024-06-11 | Add `path` function to `run-make-support` | Guillaume Gomez | -0/+5 |
| 2024-06-11 | Auto merge of #125752 - jieyouxu:kaboom, r=Kobzol | bors | -71/+271 |
| 2024-06-11 | interpret: ensure we check bool/char for validity when they are used in a cast | Ralf Jung | -0/+125 |
| 2024-06-11 | run-make-support: add changelog | 许杰友 Jieyou Xu (Joe) | -0/+67 |
| 2024-06-11 | run-make-support: bump version | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2024-06-11 | run-make-support: arm command with drop bombs | 许杰友 Jieyou Xu (Joe) | -64/+137 |