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

  1. 232bef3 Rollup merge of #143928 - ognevny:opt-dist-build-llvm, r=Kobzol by Matthias Krüger · 19 hours ago
  2. 8e840f7 opt-dist: make llvm builds optional by Maksim Bondarenkov · 28 hours ago
  3. 1a28fb8 Update sysinfo version to `0.36.0` by Guillaume Gomez · 8 days ago
  4. aa52711 add post-dist test for checking that we use LLD by Rémy Rakic · 11 days ago
  5. 1a8b6f5 Disable rust-lld in post-dist tests by Jakub Beránek · 3 weeks ago
  6. 58bc1dc Remove `mut` by Jakub Beránek · 3 weeks ago
  7. 25dee4e Skip more dist components by Jakub Beránek · 3 weeks ago
  8. e0f8e86 Skip unnecessary components in x64 try builds by Jakub Beránek · 3 weeks ago
  9. 73382e4 Bump rustc-perf and update PGO crates by Michael Goulet · 7 weeks ago
  10. 40e3b80 opt-dist: fix deprecated BOLT -icf=1 option by klensy · 9 weeks ago
  11. 082777e Do not deny warnings for fast try builds by Jakub Beránek · 2 months ago
  12. 34495f5 Migrate `opt-dist` to edition 2024 by Jakub Beránek · 2 months ago
  13. 52fcf33 Remove unused dependency from opt-dist by Jakub Beránek · 2 months ago
  14. fbfc329 Update sysinfo to `0.35.0` in `src/tools/opt-dist` by Guillaume Gomez · 3 months ago
  15. 692252403 Rollup merge of #139962 - ognevny:opt-dist-tests, r=Kobzol by Matthias Krüger · 3 months ago
  16. 62a104d9 opt-dist: add a flag for running tests by Maksim Bondarenkov · 3 months ago
  17. 6f386e7 Only delete the lld directory if it exists by Jakub Beránek · 3 months ago
  18. bd9bd38 Allow disabling `--llvm-shared` in opt-dist by Jakub Beránek · 3 months ago
  19. 86e2a07 opt-dist: use executable-extension for host llvm-profdata by Maksim Bondarenkov · 3 months ago
  20. 3723f15 replace config.toml to bootstrap.toml in src:tools by bit-aloo · 4 months ago
  21. 34272a5 Do not overwrite original `config.toml` in `opt-dist` by Jakub Beránek · 4 months ago
  22. df2a263 Rollup merge of #137667 - Kobzol:gcc-dist-build, r=onur-ozkan by Jubilee · 5 months ago
  23. ead58ea Move `BuildStep` and metric logging into `build_helper` by Jakub Beránek · 5 months ago
  24. 4c45285 Add `dist:Gcc` build step by Jakub Beránek · 5 months ago
  25. b7916fb tests: Skip const OOM tests on aarch64-unknown-linux-gnu by Kajetan Puchalski · 6 months ago
  26. 1f4309c Fix 2/4 tests skipped by opt-dist by Ben Kimock · 6 months ago
  27. 7877883 Run the glibc run-make test in opt-dist by Jakub Beránek · 6 months ago
  28. 75f8cc6 Enable verbose tests in opt-dist tests by Jakub Beránek · 6 months ago
  29. ef9349d Add test for checking used glibc symbols by Jakub Beránek · 6 months ago
  30. 3d54764 ci: Enable opt-dist for dist-aarch64-linux builds by Kajetan Puchalski · 6 months ago
  31. 85e0d42 Don't enable anyhow's `backtrace` feature in opt-dist by Zalathar · 6 months ago
  32. 42bf2af opt-dist: propagate channel info to bootstrap by Jieyou Xu · 7 months ago
  33. bc75310 move `src/tools/build_helper` into `src/build_helper` by onur-ozkan · 8 months ago
  34. a26450c Rename target triple to target tuple in many places in the compiler by Noratrieb · 9 months ago
  35. f1e408a Remove valgrind test suite from opt-dist by 许杰友 Jieyou Xu (Joe) · 10 months ago
  36. c682aa1 Reformat using the new identifier sorting from rustfmt by Michael Goulet · 10 months ago
  37. 654513e use `local-rebuild` instead of `BOOTSTRAP_SKIP_TARGET_SANITY` workaround by onur-ozkan · 10 months ago
  38. 1a74371 set `BOOTSTRAP_SKIP_TARGET_SANITY` in opt-dist before running tests by onur-ozkan · 11 months ago
  39. f449586 Update sysinfo version to 0.31.2 by Guillaume Gomez · 12 months ago
  40. f8060d2 Auto merge of #128083 - Mark-Simulacrum:bump-bootstrap, r=albertlarsan68 by bors · 12 months ago
  41. abb1eba Revert "opt-dist: dont overrwite config.toml when verifying" by Mark Rousskov · 12 months ago
  42. 84ac80f Reformat `use` declarations. by Nicholas Nethercote · 12 months ago
  43. a31b1b2 opt-dist: apply considerable clippy suggestions by onur-ozkan · 1 year, 1 month ago
  44. e24be07 feat: vendor crates required by opt-dist to collect profiles by Weihang Lo · 1 year, 1 month ago
  45. 0a11dcf feat(opt-dist): new flag `--benchmark-cargo-config` by Weihang Lo · 1 year, 2 months ago
  46. c81a40b opt-dist: dont overrwite config.toml when verifying by Weihang Lo · 1 year, 2 months ago
  47. 95c05c3 refactor(opt-dist): use rustc-perf from rustc checkout by Bernardo Meurer Costa · 1 year, 2 months ago
  48. c3c9783 feat(tools/opt-dist): allow local builds to specify a rustc-perf checkout by Bernardo Meurer Costa · 1 year, 2 months ago
  49. 39159a3 opt-dist: use xz2 instead of xz crate by klensy · 1 year, 2 months ago
  50. d6e70df crashes: add another test showing that everything works fine when we need compile-flags to repro an ice and add README by Matthias Krüger · 1 year, 3 months ago
  51. 7b05360 bootstrap/compiletest: implement "crashes" tests that fail if no ice is reproduced by Matthias Krüger · 1 year, 3 months ago
  52. 9023f90 Auto merge of #119418 - aaupov:master, r=Kobzol by bors · 1 year, 4 months ago
  53. 4a1f4ff Include all library files in artifact summary on CI by Jakub Beránek · 1 year, 4 months ago
  54. 51f4839 Auto merge of #121866 - Kobzol:opt-dist-find-llvm, r=Mark-Simulacrum by bors · 1 year, 4 months ago
  55. 31ae823 Modify opt-dist logic for finding LLVM artifacts by Jakub Beránek · 1 year, 5 months ago
  56. 1a652fa Handle new LLVM soname by Nikita Popov · 1 year, 5 months ago
  57. 53efefb dedupe env_logger, drop is-terminal by klensy · 1 year, 5 months ago
  58. 15bc681 bump tabled by klensy · 1 year, 5 months ago
  59. 0b44330 bump sysinfo by klensy · 1 year, 5 months ago
  60. 5e2a7ac opt-dist: bump derive_builder to dedupe darling* and remove one more syn 1.* dep by klensy · 1 year, 5 months ago
  61. 13ef6d4 [BOLT] Use CDSort and CDSplit by Amir Ayupov · 1 year, 7 months ago
  62. 0691c06 Partial Revert: "Auto merge of #117018 - Kobzol:opt-dist-cargo-stage0" by Urgau · 1 year, 9 months ago
  63. 913ceae Auto merge of #117062 - Kobzol:update-rustc-perf, r=Mark-Simulacrum by bors · 1 year, 9 months ago
  64. 41dfebb Update rustc-perf version by Jakub Beránek · 1 year, 9 months ago
  65. 823d72a Pass host triple when running tests in `opt-dist` by Jakub Beránek · 1 year, 9 months ago
  66. a836fd6 Use beta cargo in opt-dist by Jakub Beránek · 1 year, 9 months ago
  67. 8342596 opt-dist: disable unused features for tabled crate by klensy · 1 year, 9 months ago
  68. 482a820 Pass BOLT settings at the correct step by Jakub Beránek · 1 year, 9 months ago
  69. 9a0e90f Add `--enable-bolt-settings` bootstrap flag by Jakub Beránek · 1 year, 9 months ago
  70. dd7c5a0 Optimize `librustc_driver.so` with BOLT by Jakub Beránek · 1 year, 9 months ago
  71. 209789e Add artifact size and step duration summaries from `opt-dist` to github job summary by Jakub Beránek · 1 year, 10 months ago
  72. 781ebbe Auto merge of #115898 - onur-ozkan:config-change-tracking, r=Mark-Simulacrum by bors · 1 year, 10 months ago
  73. 957de61 implement major change tracking for the bootstrap configuration by onur-ozkan · 1 year, 10 months ago
  74. ee451f8 Fix build on Windows by Jakub Beránek · 1 year, 10 months ago
  75. f13b545 Resolve clippy warnings by Jakub Beránek · 1 year, 10 months ago
  76. 6c718b5 Refactor rustc-perf building by Jakub Beránek · 1 year, 10 months ago
  77. 11f9283 Add a Local environment to `opt-dist` by Jakub Beránek · 1 year, 10 months ago
  78. a2ed508 Fix `reset_directory` function by Jakub Beránek · 1 year, 10 months ago
  79. f17047b Refactor Environment by Jakub Beránek · 1 year, 10 months ago
  80. 95500f4 Make executable extension platform, rather than environment dependent by Jakub Beránek · 1 year, 10 months ago
  81. 074fb2c Store target triple in environment by Jakub Beránek · 1 year, 10 months ago
  82. c98455f Retry download of rustc-perf in opt-dist by Jakub Beránek · 1 year, 11 months ago
  83. fe6c863 Mirror the rustc-perf source by Mark Rousskov · 1 year, 11 months ago
  84. abc910b Auto merge of #114001 - meysam81:issue-111894-fix, r=clubby789 by bors · 2 years ago
  85. 6b4ec09 Remove usage of `--use-old-text` for BOLT by Jakub Beránek · 2 years ago
  86. 65e468f Rename method in `opt-dist` by Jakub Beránek · 2 years ago
  87. 0b16456 fix(bootstrap): rename exclude flag to skip 🐛 by Meysam Azad · 2 years ago
  88. acb617c Generalize duration analysis by Jakub Beránek · 2 years ago
  89. 756da76 Rollup merge of #113804 - Kobzol:opt-dist-version, r=Mark-Simulacrum by Matthias Krüger · 2 years ago
  90. 142995f Pass BOLT profile to bootstrap to be included in the reproducible artifacts archive by Jakub Beránek · 2 years ago
  91. a16925d Implement BOLT optimization in the `opt-dist` tool by Jakub Beránek · 2 years ago
  92. 0be1152 Auto merge of #113779 - Kobzol:try-build-no-lto, r=Mark-Simulacrum by bors · 2 years ago
  93. 9c373e3 Try to build LLVM without LTO by Jakub Beránek · 2 years ago
  94. 50d117e Resolve correct archive version name in `opt-dist` by Jakub Beránek · 2 years ago
  95. e04b915 Use log groups in `opt-dist` by Jakub Beránek · 2 years ago
  96. 18305ea Print artifact sizes in `opt-dist` by Jakub Beránek · 2 years ago
  97. 91d2fb2 Port PGO/LTO/BOLT optimized build pipeline to Rust by Jakub Beránek · 2 years ago