| Age | Commit message (Expand) | Author | Lines |
| 2024-10-09 | Auto merge of #131461 - onur-ozkan:ignore-ci-rustc-change-test, r=onur-ozkan | bors | -0/+2 |
| 2024-10-09 | ignore `ci_rustc_if_unchanged_logic` test | onur-ozkan | -0/+2 |
| 2024-10-09 | Match std RUSTFLAGS for host and target for `mir-opt` test | 许杰友 Jieyou Xu (Joe) | -1/+5 |
| 2024-10-09 | Rename `profiler_support` to `profiler_runtime` throughout compiletest | Zalathar | -1/+1 |
| 2024-10-09 | fix `ci_rustc_if_unchanged_logic` test | onur-ozkan | -1/+1 |
| 2024-10-08 | Auto merge of #131155 - jieyouxu:always-kill, r=onur-ozkan | bors | -6/+40 |
| 2024-10-08 | force `download-rustc=if-unchanged` for x86_64-gnu-tools runner | onur-ozkan | -11/+10 |
| 2024-10-08 | fix `ci_rustc_if_unchanged_logic` test | onur-ozkan | -15/+15 |
| 2024-10-08 | fail on {dist, install} subcommand if download-rustc is enabled | onur-ozkan | -0/+9 |
| 2024-10-08 | improve ci-rustc finding logic | onur-ozkan | -4/+25 |
| 2024-10-08 | use if-unchanged only when ci rustc is available | onur-ozkan | -9/+57 |
| 2024-10-08 | add test for ci rustc's if-unchanged logic | onur-ozkan | -1/+50 |
| 2024-10-08 | Add regression test for rustc/rustdoc broken pipe ICEs | 许杰友 Jieyou Xu (Joe) | -4/+2 |
| 2024-10-07 | Use untracked env var to pass `-Zon-broken-pipe=kill` for tools | 许杰友 Jieyou Xu (Joe) | -6/+42 |
| 2024-10-07 | Rollup merge of #131351 - jieyouxu:yeet-the-valgrind, r=Kobzol | Jubilee | -8/+0 |
| 2024-10-07 | Rollup merge of #130899 - bjorn3:wasi_bootstrap_fixes, r=davidtwco | Jubilee | -3/+19 |
| 2024-10-07 | Rollup merge of #130479 - onur-ozkan:llvm-bitcode-linker-multiple-candidates,... | Jubilee | -2/+5 |
| 2024-10-07 | Remove valgrind test suite support from bootstrap | 许杰友 Jieyou Xu (Joe) | -8/+0 |
| 2024-10-06 | Revert "Rollup merge of #129584 - lolbinarycat:old-upstream-warning, r=albert... | onur-ozkan | -12/+1 |
| 2024-10-06 | Revert "Auto merge of #130121 - lolbinarycat:bootstrap-warn-old-upstream-work... | onur-ozkan | -1/+9 |
| 2024-10-06 | Auto merge of #131320 - matthiaskrgr:rollup-tom15b3, r=matthiaskrgr | bors | -14/+49 |
| 2024-10-06 | Rollup merge of #131315 - shrirambalaji:issue-129599-fix-shrirambalaji, r=onu... | Matthias Krüger | -13/+48 |
| 2024-10-06 | Rollup merge of #131279 - onur-ozkan:remove-host-symlink, r=Noratrieb | Matthias Krüger | -1/+1 |
| 2024-10-06 | Auto merge of #131075 - mrkajetanp:bootstrap-editors, r=Kobzol | bors | -54/+167 |
| 2024-10-06 | bootstrap: add `std_features` config | Shriram Balaji | -13/+48 |
| 2024-10-06 | Enable sanitizers for loongarch64-unknown-* | WANG Rui | -0/+3 |
| 2024-10-05 | update "build/host" symlink comment | onur-ozkan | -1/+1 |
| 2024-10-05 | Rollup merge of #130555 - hegza:rv32e, r=workingjubilee | Matthias Krüger | -0/+3 |
| 2024-10-05 | Auto merge of #131188 - Kobzol:remove-libstd-so-from-sysroot, r=onur-ozkan | bors | -2/+17 |
| 2024-10-05 | Work around the stage0 sanity check | Henri Lunnikivi | -0/+3 |
| 2024-10-05 | remove outdated contribution direction | onur-ozkan | -4/+2 |
| 2024-10-04 | Avoid dynamic linking to libstd in `command-current-dir` test | Jakub Beránek | -2/+2 |
| 2024-10-04 | Disable -Zdual-proc-macros if the target doesn't support proc-macros | bjorn3 | -3/+17 |
| 2024-10-03 | bootstrap: Consolidate editor LSP setup | Kajetan Puchalski | -61/+76 |
| 2024-10-03 | Do not include `libstd.so` in sysroot when we statically link to libstd | Jakub Beránek | -2/+17 |
| 2024-10-02 | Auto merge of #131117 - AvatarSenju:helpstring-fix, r=onur-ozkan | bors | -1/+1 |
| 2024-10-01 | Rollup merge of #131108 - jieyouxu:revert-broken-pipe, r=onur-ozkan | Jubilee | -4/+11 |
| 2024-10-02 | Update helper docs display disable option | Anushrut | -1/+1 |
| 2024-10-01 | Revert "Drop conditionally applied cargo `-Zon-broken-pipe=kill` flags" | 许杰友 Jieyou Xu (Joe) | -4/+11 |
| 2024-10-01 | bootstrap: Add support for ./x setup vim | Kajetan Puchalski | -13/+29 |
| 2024-10-01 | bootstrap: Add support for ./x setup helix | Kajetan Puchalski | -2/+12 |
| 2024-10-01 | bootstrap: Add support for ./x setup emacs | Kajetan Puchalski | -63/+135 |
| 2024-10-01 | add fixme to remove llvm option when minimal version is 19 | klensy | -0/+1 |
| 2024-09-30 | Rollup merge of #129638 - nickrum:wasip2-net, r=alexcrichton | Trevor Gross | -2/+7 |
| 2024-09-30 | Auto merge of #131069 - matthiaskrgr:rollup-jg1icf9, r=matthiaskrgr | bors | -0/+5 |
| 2024-09-30 | Rollup merge of #131056 - onur-ozkan:cargo-compiler-fingerprint, r=Kobzol | Matthias Krüger | -0/+5 |
| 2024-09-30 | Auto merge of #130951 - tgross35:cargo-update-bootstrap, r=Kobzol | bors | -51/+51 |
| 2024-09-30 | Fix std_detect links | ismailarilik | -0/+4 |
| 2024-09-30 | Update doc.rs | Binlogo | -1/+1 |
| 2024-09-30 | Auto merge of #131063 - matthiaskrgr:rollup-hfs3fo1, r=matthiaskrgr | bors | -16/+9 |