| Age | Commit message (Expand) | Author | Lines |
| 2024-09-14 | Rollup merge of #130302 - onur-ozkan:130040-with-fixes, r=Kobzol | Stuart Cook | -39/+47 |
| 2024-09-14 | Rollup merge of #130138 - Zalathar:initial-libdir, r=albertlarsan68 | Stuart Cook | -4/+8 |
| 2024-09-14 | Auto merge of #125419 - GuillaumeGomez:add-gcc-to-dist, r=Kobzol | bors | -41/+187 |
| 2024-09-13 | Auto merge of #130121 - lolbinarycat:bootstrap-warn-old-upstream-worktree, r=... | bors | -9/+1 |
| 2024-09-13 | avoid updating LLVM submodule during bootstrap unit tests | onur-ozkan | -0/+2 |
| 2024-09-13 | Remove gcc changes for dist build | Guillaume Gomez | -12/+0 |
| 2024-09-13 | Rollup merge of #130261 - onur-ozkan:#130242, r=Kobzol | Stuart Cook | -1/+2 |
| 2024-09-13 | add llvm-bitcode-linker and llvm-tools bins to ci-rustc's sysroot | onur-ozkan | -39/+47 |
| 2024-09-12 | Revert "Auto merge of #130040 - onur-ozkan:llvm-tools-with-ci-rustc, r=Kobzol" | Eric Huss | -121/+50 |
| 2024-09-12 | Auto merge of #130040 - onur-ozkan:llvm-tools-with-ci-rustc, r=Kobzol | bors | -50/+121 |
| 2024-09-12 | skip target sanity check when it's a `local-rebuild` | onur-ozkan | -1/+2 |
| 2024-09-11 | unify `llvm-bitcode-linker`, `wasm-component-ld` and llvm-tools logics | onur-ozkan | -50/+121 |
| 2024-09-11 | Rollup merge of #130161 - onur-ozkan:fmt-changed-files, r=Kobzol,RalfJung | Matthias Krüger | -53/+23 |
| 2024-09-10 | skip formatting if no files have been modified | onur-ozkan | -0/+5 |
| 2024-09-10 | handle `GitConfig` for `tools/compiletest` | onur-ozkan | -0/+1 |
| 2024-09-10 | add change entry for "tools" and "library" profile update | onur-ozkan | -0/+5 |
| 2024-09-10 | force ci-llvm by default on library and tools profiles | onur-ozkan | -2/+4 |
| 2024-09-10 | Rollup merge of #130143 - RalfJung:miri-test-libstd, r=compiler-errors | Matthias Krüger | -2/+6 |
| 2024-09-10 | bootstrap: Print more debug info when `find_initial_libdir` fails | Zalathar | -4/+8 |
| 2024-09-09 | Rollup merge of #130162 - onur-ozkan:bump-ci-llvm-stamp, r=Kobzol | Jubilee | -1/+1 |
| 2024-09-09 | Rollup merge of #129473 - Urgau:fix-llvm-if-unchanged, r=onur-ozkan | Jubilee | -2/+9 |
| 2024-09-09 | Auto merge of #130165 - matthiaskrgr:rollup-fsnmz3t, r=matthiaskrgr | bors | -0/+27 |
| 2024-09-09 | Rollup merge of #130153 - onur-ozkan:verbose-to-verbose-tests, r=Kobzol | Matthias Krüger | -0/+12 |
| 2024-09-09 | Rollup merge of #130131 - Zalathar:up-to-date, r=Kobzol | Matthias Krüger | -0/+15 |
| 2024-09-09 | handle `GitConfig` for `tools/suggest-tests` | onur-ozkan | -0/+1 |
| 2024-09-09 | bump download-ci-llvm-stamp | onur-ozkan | -1/+1 |
| 2024-09-09 | replace `get_closest_merge_base_commit` with `get_closest_merge_commit` | onur-ozkan | -53/+15 |
| 2024-09-09 | add `git_merge_commit_email` into `GitConfig` | onur-ozkan | -0/+1 |
| 2024-09-09 | Auto merge of #128939 - bjorn3:windows_cg_clif_component, r=albertlarsan68 | bors | -12/+3 |
| 2024-09-09 | use verbose flag as a default value for `rust.verbose-tests` | onur-ozkan | -0/+12 |
| 2024-09-09 | Auto merge of #130135 - Kobzol:bootstrap-check-linker, r=onur-ozkan | bors | -3/+3 |
| 2024-09-09 | bootstrap/Makefile.in: miri: add missing BOOTSTRAP ARGS | Ralf Jung | -2/+6 |
| 2024-09-09 | Auto merge of #130133 - workingjubilee:rollup-t5o827k, r=workingjubilee | bors | -42/+17 |
| 2024-09-09 | Do not skip linker configuration for `check` builds | Jakub Beránek | -3/+3 |
| 2024-09-09 | Rollup merge of #130034 - alexcrichton:fix-some-wasm-component-ld-comments, r... | Jubilee | -42/+17 |
| 2024-09-09 | Print a helpful message if any tests were skipped for being up-to-date | Zalathar | -0/+15 |
| 2024-09-08 | bootstrap: handle worktrees in warn_old_master_branch | binarycat | -9/+1 |
| 2024-09-08 | handle dry-run mode in `Config::get_builder_toml` | onur-ozkan | -0/+4 |
| 2024-09-08 | use `Config::get_builder_toml` for ci-rustc config parsing | onur-ozkan | -5/+3 |
| 2024-09-08 | fix llvm ThinLTO behaviour | onur-ozkan | -2/+1 |
| 2024-09-08 | print incompatible options even if we don't download | onur-ozkan | -21/+20 |
| 2024-09-08 | remove `check_ci_llvm` usage | onur-ozkan | -24/+0 |
| 2024-09-08 | detect incompatible CI LLVM options more precisely | onur-ozkan | -3/+140 |
| 2024-09-07 | Rollup merge of #130059 - gurry:130039-remove-skip-rebuild, r=Kobzol | Matthias Krüger | -3/+0 |
| 2024-09-07 | Rollup merge of #129594 - lolbinarycat:explain-curl-options, r=albertlarsan68 | Matthias Krüger | -14/+38 |
| 2024-09-07 | Auto merge of #128871 - onur-ozkan:128180, r=Kobzol | bors | -10/+32 |
| 2024-09-07 | Remove unused option from x.py | Gurinder Singh | -3/+0 |
| 2024-09-06 | Fix enabling wasm-component-ld to match other tools | Alex Crichton | -42/+17 |
| 2024-09-06 | Make `download-ci-llvm = true` check if CI llvm is available | Urgau | -2/+9 |
| 2024-09-06 | Run `download_prerequisites` before running gcc `configure` | Guillaume Gomez | -0/+1 |