Thanks to visit codestin.com
Credit goes to chromium.googlesource.com

  1. c22e2ea Rollup merge of #144056 - Kobzol:gcc-build-src, r=nikic by Matthias Krüger · 2 days ago
  2. 3023a28 Rollup merge of #144010 - xdoardo:bootstrap-warning-optimize-false, r=clubby789 by Matthias Krüger · 2 days ago
  3. 6645bf5 Copy GCC sources into the build directory even outside CI by Jakub Beránek · 2 days ago
  4. 0e423f4 Boostrap: add warning on `optimize = false` by Edoardo Marangoni · 3 days ago
  5. 306928f update change tracking with warning on removal of fields. by bit-aloo · 4 days ago
  6. 76967af remove ccache from llvm by bit-aloo · 4 days ago
  7. e7f5bbe remove description from rust toml struct by bit-aloo · 4 days ago
  8. 6b6c8be Rollup merge of #143752 - pmur:murp/no-panic-detect-wasi-cc, r=Kobzol by Samuel Tardieu · 4 days ago
  9. f03a56f Rollup merge of #143630 - jieyouxu:drop-suggest, r=Mark-Simulacrum by Samuel Tardieu · 4 days ago
  10. 9bdd3b0 Don't always panic if WASI_SDK_PATH is not set when detecting compilers by Paul Murphy · 5 days ago
  11. 91d064b Remove current implementation of `./x suggest` by Jieyou Xu · 5 days ago
  12. 904273c Register change tracker warning for removal of `./x suggest` by Jieyou Xu · 5 days ago
  13. c59bc44 Rollup merge of #143848 - makai410:smir-rename, r=oli-obk by Samuel Tardieu · 5 days ago
  14. 6598c61 rename `stable_mir` to `rustc_public`, and `rustc_smir` to `rustc_public_bridge` by Makai · 5 days ago
  15. 37b5d79 Rollup merge of #143887 - Kobzol:reroder-bootstrap-tests, r=jieyouxu by Jakub Beránek · 5 days ago
  16. 197ba7e Rollup merge of #143733 - Stypox:bootstrap-tool-config-any, r=Kobzol by Jakub Beránek · 5 days ago
  17. 33d477f Rollup merge of #143681 - RalfJung:bootstrap-miri-rebuilds, r=Kobzol by Jakub Beránek · 5 days ago
  18. b3ed035 Only compare tool name to apply features to by Stypox · 5 days ago
  19. 937ef93 Bootstrap's `tool.TOOL_NAME.features` now works on any subcommand by Stypox · 5 days ago
  20. 3ff549f Rollup merge of #143826 - Shourya742:2025-07-12-fix-command-trace, r=Kobzol by Matthias Krüger · 6 days ago
  21. 5284c84 Rollup merge of #143825 - RalfJung:clippy-test-filter, r=llogiq by Matthias Krüger · 6 days ago
  22. b4b00c7 Rollup merge of #143785 - bjorn3:faster_ra_build_script_build, r=Kobzol by Matthias Krüger · 6 days ago
  23. a3c90b6 Run bootstrap tests sooner in the `x test` pipeline by Jakub Beránek · 6 days ago
  24. 2cbd0bc Rollup merge of #143822 - RalfJung:miri-ui-clean, r=jieyouxu by León Orell Valerian Liehr · 6 days ago
  25. 886ad3a Rollup merge of #143817 - Kobzol:wasi-sdk-path, r=jieyouxu by León Orell Valerian Liehr · 6 days ago
  26. a9a238b explicitly drop span_guard in wait_for_output by bit-aloo · 7 days ago
  27. 10bec8f Add change_tracker.rs entry by bjorn3 · 7 days ago
  28. ccc302b Move --compile-time-deps by bjorn3 · 7 days ago
  29. b703451 refine comment by Ralf Jung · 7 days ago
  30. 57ee3f2 add span to streaming command execution flow by bit-aloo · 7 days ago
  31. acbbc18 fix span for deferred command execution by bit-aloo · 7 days ago
  32. 73edfe7 clippy: fix test filtering when TESTNAME is empty by Ralf Jung · 7 days ago
  33. b0e4c35 ./x test miri: fix cleaning the miri_ui directory by Ralf Jung · 7 days ago
  34. 0528cc9 Access `wasi_sdk_path` instead of reading environment variable in bootstrap by Jakub Beránek · 8 days ago
  35. d004abb remove format short command and push format short command method inside fingerprint impl by bit-aloo · 8 days ago
  36. cdbe44d Use short command method directly from fingerprint by bit-aloo · 8 days ago
  37. ae1075b Update description for flag by bjorn3 · 8 days ago
  38. 87958ad Avoid building C++ for rustc_llvm with --compile-time-deps by bjorn3 · 8 days ago
  39. 3fe3edb Add --compile-time-deps argument for x check by bjorn3 · 8 days ago
  40. d1a5767 Rollup merge of #143707 - Kobzol:bootstrap-std-check, r=jieyouxu by Trevor Gross · 9 days ago
  41. 2a023bf Auto merge of #143746 - matthiaskrgr:rollup-yaojj7t, r=matthiaskrgr by bors · 9 days ago
  42. 6c4502d Rollup merge of #143660 - cuviper:lib-doc-false, r=tgross35 by Matthias Krüger · 9 days ago
  43. 55a57fc Rollup merge of #143615 - Kobzol:doc-std, r=jieyouxu by Matthias Krüger · 9 days ago
  44. a9f2aad Auto merge of #143525 - Shourya742:2025-07-06-add-profiler, r=Kobzol by bors · 9 days ago
  45. eac1ed5 enable report summary when BOOTSTRAP_PROFILE is set by bit-aloo · 9 days ago
  46. 75b454b expose report summary via build by bit-aloo · 9 days ago
  47. 13c31d4 update streaming to record its execution via commandprofiler by bit-aloo · 9 days ago
  48. 5e0c197 add commandProfiler to bootstrap execution context by bit-aloo · 9 days ago
  49. f5c73a1 change cachekey to CommandFingerprint and change related API's and add start time to deferred execution by bit-aloo · 9 days ago
  50. 58ec9db53 Rollup merge of #143398 - lolbinarycat:tidy-extra-checks-auto, r=Kobzol by Trevor Gross · 9 days ago
  51. 3e675f4 Fix `--skip-std-check-if-no-download-rustc` by Jakub Beránek · 9 days ago
  52. 7fc2127 bootstrap/miri: avoid rebuilds for test builds by Ralf Jung · 10 days ago
  53. 6c38d38 Add doc cross-compilation test by Jakub Beránek · 10 days ago
  54. 566dc98 Add `doc library` test for a no_std target by Jakub Beránek · 10 days ago
  55. d069a7c Rollup merge of #142357 - Kobzol:simplify-llvm-bitcode-linker, r=jieyouxu by Trevor Gross · 11 days ago
  56. 87e7539 Disable docs for `compiler-builtins` and `sysroot` by Josh Stone · 11 days ago
  57. 1f80fd0 bootstrap: add change tracker entry for new --extra-checks=auto: feature by binarycat · 11 days ago
  58. 64456e0 tidy: add `auto:` prefix to --extra-checks syntax by binarycat · 11 days ago
  59. 961bac0 Add cross-compilation tool test by Jakub Beránek · 11 days ago
  60. b14323a Also test `LldWrapper` and remove `llvm-config` override from tests by Jakub Beránek · 11 days ago
  61. fd37722 Update llvm-bitcode-linker tests by Jakub Beránek · 11 days ago
  62. c33f908 Remove sysroot copy from `LlvmBitcodeLinker` step by Jakub Beránek · 11 days ago
  63. 754d46e Remove `extra_features` from `LlvmBitcodeLinker` by Jakub Beránek · 11 days ago
  64. d617902 update bootstrap mcp510 handling by Rémy Rakic · 11 days ago
  65. a4ea949 use LLD by default on x64 regardless of channel by Rémy Rakic · 11 days ago
  66. d6bc881 Fix handling of std crates for no_std targets by Jakub Beránek · 11 days ago
  67. 5880a31 Add `crates` metadata to `doc::Std` step by Jakub Beránek · 11 days ago
  68. 8d0c55c Remove test hack for std crates by Jakub Beránek · 11 days ago
  69. 8a195ef Make it possible to attach opaque string metadata to `StepMetadata` by Jakub Beránek · 12 days ago
  70. 979d7b2 Add change tracker entry for disabling `download-rustc` temporarily by Jieyou Xu · 12 days ago
  71. 5dc77ba Do not ever cross-check bootstrap tools by Jakub Beránek · 13 days ago
  72. baa55ae Fix CI by Jakub Beránek · 13 days ago
  73. 18768f0 Horrible hack to make codegen backends "work" during check by Jakub Beránek · 13 days ago
  74. 775c970 Add support for allowing features when checking tools by Jakub Beránek · 13 days ago
  75. 2071976 Use stage auto-bump when cross-checking on stage 1 by Jakub Beránek · 13 days ago
  76. 97da04c Add `#[tracing::instrument]` to the LLVM build step by Jakub Beránek · 13 days ago
  77. 33e6b7a Update library cross-compilation test by Jakub Beránek · 13 days ago
  78. 8d4d050 Update `Mode::ToolStd` comment by Jakub Beránek · 13 days ago
  79. 4017638 Add staging comment to `check::Rustc` by Jakub Beránek · 13 days ago
  80. 38b09dd Add change tracker entry by Jakub Beránek · 13 days ago
  81. c054c11 Unify selection of build compiler for checking in a single function by Jakub Beránek · 13 days ago
  82. 4a3cfaa Implement `CoverageDump` checking through the `tool_check_step` macro by Jakub Beránek · 13 days ago
  83. b4da3bd Fixup check of rust-analyzer, codegen backends, compiletest and other tools by Zalathar · 13 days ago
  84. 9906de2 Make build compiler explicit in `check::Rustc` and `check::Std` by Jakub Beránek · 13 days ago
  85. 50e5599 Remove `custom_stage` override from `check::Std` and make 1 be the default check stage for it by Jakub Beránek · 13 days ago
  86. 0aa4ef9 Make default check stage be 1, and error out on checking with stage 0 by Jakub Beránek · 13 days ago
  87. c83e217 Auto merge of #143521 - matthiaskrgr:rollup-kpv1og3, r=matthiaskrgr by bors · 13 days ago
  88. e25654f Rollup merge of #143493 - lolbinarycat:tidy-spellcheck-bless, r=Kobzol by Matthias Krüger · 13 days ago
  89. e804cd4 Auto merge of #143354 - Shourya742:2025-07-03-bye-bye-as_mut-command, r=Kobzol by bors · 13 days ago
  90. 9f78173 bootstrap: add change_tracker entry for removal of spellcheck:fix by binarycat · 14 days ago
  91. 312de35 restructure try_run_tests by bit-aloo · 14 days ago
  92. 6dec76f Auto merge of #143474 - jieyouxu:bootstrap-llvm-snapshot, r=Kobzol by bors · 2 weeks ago
  93. 006e97a Pretend in bootstrap snapshot tests that we always build in-tree LLVM by Jieyou Xu · 2 weeks ago
  94. 8199c95 make mark_as_executed private by bit-aloo · 2 weeks ago
  95. 0a57612 migrate render test to new bootstrap command streaming API's by bit-aloo · 2 weeks ago
  96. b891d9a migrate cargo streaming to new bootstrap command streaming API's by bit-aloo · 2 weeks ago
  97. 3f3f12c add streaming command struct for (spawn + piping scenario) by bit-aloo · 2 weeks ago
  98. 46ce66f Unify completion list between `x test tidy` and `x run generate-completions` by Jakub Beránek · 2 weeks ago
  99. 826d4bc Rollup merge of #143288 - ehuss:fix-clean-fifo, r=Kobzol by Jacob Pratt · 2 weeks ago
  100. 48aee7e Auto merge of #142857 - rust-lang:cargo_update, r=clubby789 by bors · 2 weeks ago