1. 9778f25 document `dist.vendor` in `config.example.toml` by onur-ozkan · 6 months ago
  2. 5c91cc5 Rollup merge of #129473 - Urgau:fix-llvm-if-unchanged, r=onur-ozkan by Jubilee · 6 months ago
  3. 13ea104 update `rust.verbose-tests` doc in `config.example.toml` by onur-ozkan · 6 months ago
  4. 5f367bb Make `download-ci-llvm = true` check if CI llvm is available by Urgau · 6 months ago
  5. 4f5c16d Enzyme backend by Manuel Drehwald · 6 months ago
  6. 8a60d0a Rollup merge of #101339 - the8472:ci-randomize-debug, r=Mark-Simulacrum by Matthias Krüger · 6 months ago
  7. 121e9f4 Add rust.randomize-layout config to build artifacts with -Zrandomize-layout by The 8472 · 7 months ago
  8. 9dcc656 document `build.cargo-clippy` option by onur-ozkan · 7 months ago
  9. 0ce7705 document `miri` and `cargo-miri` in `build.tools` by onur-ozkan · 7 months ago
  10. 6e9afb8 Enable zstd for debug compression. by Kyle Huey · 7 months ago
  11. 6fcc630 update download-rustc documentation by onur-ozkan · 8 months ago
  12. 1140750 update `rust.channel` documentation by onur-ozkan · 8 months ago
  13. 8bf9aea Update Android testing to API 21, matching NDK 26 by Matthew Maurer · 8 months ago
  14. ae82726 Conditionally build `wasm-component-ld` by Alex Crichton · 8 months ago
  15. 60e10e6 Rollup merge of #127322 - onur-ozkan:ci-rustc-incompatible-options, r=Mark-Simulacrum by Matthias Krüger · 8 months ago
  16. 4819270 use "bootstrap" instead of "rustbuild" in comments and docs by onur-ozkan · 8 months ago
  17. 937b5c4 remove leading space on `frame-pointers` by onur-ozkan · 9 months ago
  18. fd4fe7d Remove `src/tools/rust-demangler` by Zalathar · 9 months ago
  19. b4df72a Do not enable `llvm-bitcode-linker` in most default bootstrap profiles by Jakub Beránek · 9 months ago
  20. 9aa96b4 config.example.toml: minor improves by Tshepang Mbambo · 9 months ago
  21. 56dddd4 Remove deprecated field `dist.missing-tools` by onur-ozkan · 10 months ago
  22. 514765b describe new default value for `rust.lld` in config template by Rémy Rakic · 10 months ago
  23. 645bc60 Auto merge of #124883 - onur-ozkan:change-stage0-file, r=Mark-Simulacrum by bors · 10 months ago
  24. aa2faef remove outdated stage0.json parts by onur-ozkan · 10 months ago
  25. 79e09a6 Added an entry for "lldb" in config.example.toml by Vladimir Makaev · 11 months ago
  26. 1d929cf allow to set line-directives-only too by klensy · 11 months ago
  27. 873de7e Rollup merge of #123642 - onur-ozkan:restrict-llvm-option, r=Mark-Simulacrum by Matthias Krüger · 11 months ago
  28. bd47911 correct the handling of `bootstrap-cache-path` option by onur-ozkan · 11 months ago
  29. a7aa7fd do not allow using local llvm while using rustc from ci by onur-ozkan · 11 months ago
  30. 75a5196 use more accurate terminology by Tshepang Mbambo · 12 months ago
  31. 0e354c9 [bootstrap] Move the split-debuginfo setting to the per-target section by Tim Neumann · 1 year ago
  32. 6a50d05 Bootstrap: Add argument for building llvm bitcode linker by Kjetil Kjeka · 1 year ago
  33. dd95cb7 Add `target.*.runner` configuration for targets by Alex Crichton · 1 year ago
  34. 24a2169a Rollup merge of #121976 - lu-zero:bootstrap-cache, r=onur-ozkan by Matthias Krüger · 1 year ago
  35. c98e25b Add a build option to specify the bootstrap cache by Luca Barbato · 1 year ago
  36. cb39d6c Add a new `wasm32-wasip1` target to rustc by Alex Crichton · 1 year ago
  37. 09e6043 Add `rust.frame-pointers` config option by Nilstrieb · 1 year, 1 month ago
  38. 6147973 remove extraneous text from example config by Tshepang Mbambo · 1 year, 1 month ago
  39. 28af00c Support configuring the set of codegen backends to build per host triple by bjorn3 · 1 year, 2 months ago
  40. 6a409dd add a new `optimized_compiler_builtins` option by jyn · 1 year, 2 months ago
  41. 12190e5d utilize the unused `llvm-tools` option by onur-ozkan · 1 year, 3 months ago
  42. 0e88874 fix `./configure --set change-id` by jyn · 1 year, 3 months ago
  43. c644d00 Rollup merge of #119124 - onur-ozkan:help-118861, r=Mark-Simulacrum by Matthias Krüger · 1 year, 3 months ago
  44. bccac41 update `build.tools` in config.example.toml by onur-ozkan · 1 year, 3 months ago
  45. ce2eaa6 Comment out `change-id` in `config.example.toml` by onur-ozkan · 1 year, 3 months ago
  46. f1c5558 Add ChangeInfo record by Jakub Beránek · 1 year, 3 months ago
  47. 5086574 Update `config.example.toml` by Jakub Beránek · 1 year, 3 months ago
  48. 3f8487a Add safe compilation options by l00846161 · 1 year, 3 months ago
  49. 6d881a9 add change information for PR#117813 by onur-ozkan · 1 year, 4 months ago
  50. e11d8d1 Add support for generating the EHCont section by Arlie Davis · 1 year, 4 months ago
  51. 2344642 merge `if-available` and `if-unchanged` for `download-ci-llvm` by onur-ozkan · 1 year, 4 months ago
  52. 1b8dee1 Fix issue #110087 by LuuuX · 1 year, 4 months ago
  53. 248dd14 update config.example.toml by SparrowLii · 1 year, 5 months ago
  54. bf5fb76 update bootstrap change history by SparrowLii · 1 year, 5 months ago
  55. aad44b3 Improve android-ndk property interface by Peter Collingbourne · 1 year, 5 months ago
  56. 781ebbe Auto merge of #115898 - onur-ozkan:config-change-tracking, r=Mark-Simulacrum by bors · 1 year, 6 months ago
  57. 957de61 implement major change tracking for the bootstrap configuration by onur-ozkan · 1 year, 6 months ago
  58. 2e38432 Rollup merge of #115558 - tshepang:patch-4, r=Mark-Simulacrum by Matthias Krüger · 1 year, 6 months ago
  59. a716c96 address review comment by Tshepang Mbambo · 1 year, 6 months ago
  60. 685b5c2 update `build.extended` comments in `config.example.toml` by onur-ozkan · 1 year, 6 months ago
  61. 86d32ef issue has since been fixed by Tshepang Mbambo · 1 year, 6 months ago
  62. d16409f add a csky-unknown-linux-gnuabiv2 target by Dirreke · 1 year, 7 months ago
  63. 99144c3 Rollup merge of #114069 - cuviper:profiler-path, r=Mark-Simulacrum by Guillaume Gomez · 1 year, 7 months ago
  64. 6e05f59 Fix spacing in target.*.profiler docs by Josh Stone · 1 year, 8 months ago
  65. d0b58f4 Allow using external builds of the compiler-rt profile lib by Josh Stone · 1 year, 8 months ago
  66. cf4fcf8 Move MinGW linker dist option to proper section by Mateusz Mikuła · 1 year, 8 months ago
  67. 92b5d0c Use String or Int to set the opt level by hi-rustin · 1 year, 8 months ago
  68. af36fbf few fixes to rust rustdoc-gui tests on windows by klensy · 1 year, 9 months ago
  69. 23e443a support enable rpath in each target independently by Wang Qilin · 1 year, 11 months ago
  70. e697545 Rollup merge of #110155 - DaniPopes:rest-typos, r=jyn514 by Michael Goulet · 2 years ago
  71. 4a24aab2 Rollup merge of #96971 - zhaixiaojuan:master, r=wesleywiser by Michael Goulet · 2 years ago
  72. f470c29 Fix remaining typos by DaniPopes · 2 years ago
  73. ec1712f Rollup merge of #110059 - gimbles:git-hash, r=ozkanonur by Yuki Okushi · 2 years ago
  74. 2b36f5a Fix a typo in `config.example.toml` by Krishna Ramasimha · 2 years ago
  75. c80a694 s/ignore_git/omit_git_hash by Gimbles · 2 years ago
  76. ccf5417 Enable loongarch64 LLVM target by zhaixiaojuan · 2 years ago
  77. 20ca24e More config.toml.example cleanups by Joshua Nelson · 2 years ago
  78. 09b1254 Rollup merge of #109124 - ferrocene:pa-compression-mode, r=Mark-Simulacrum by nils · 2 years ago
  79. 0177176 change default to fast for everyone but the user profile by Pietro Albini · 2 years ago
  80. 2e7249f add `enable-warnings` flag for llvm by ozkanonur · 2 years ago
  81. 0a1b983 add dist.compression-profile option to control compression speed by Pietro Albini · 2 years ago
  82. fcb2a36 Rename `config.toml.example` to `config.example.toml` by Thom Chiovoloni · 2 years ago[Renamed from config.toml.example]
  83. 23beda4 Rollup merge of #108581 - jfgoog:include-mingw-linker, r=petrochenkov by Matthias Krüger · 2 years ago
  84. a7b9488 Rollup merge of #108619 - jyn514:llvm-version-check, r=cuviper by Yuki Okushi · 2 years ago
  85. 8becfed Remove the option to disable `llvm-version-check` by Joshua Nelson · 2 years ago
  86. 925baa8 Rollup merge of #108613 - jyn514:rm-skip-rebuild, r=Mark-Simulacrum by Matthias Krüger · 2 years ago
  87. 00f98e6 ./configure script should only show blocks (and associated comments) where it is not default by Alex Huang · 2 years ago
  88. daf99a4 Remove `llvm.skip-rebuild` option by Joshua Nelson · 2 years, 1 month ago
  89. 848f6f9 Add a new config flag, dist.include-mingw-linker. by James Farrell · 2 years, 1 month ago
  90. 34813e2 Test that the compiler/library builds with -Zmir-opt-level=3 -Zvalidate-mir by yukang · 2 years, 1 month ago
  91. f02439d Auto merge of #107241 - clubby789:bootstrap-lto-off, r=simulacrum by bors · 2 years, 1 month ago
  92. 2adf26f Add `rust.lto=off` to bootstrap by clubby789 · 2 years, 2 months ago
  93. bba274f add option to include private items in library docs by Pietro Albini · 2 years, 2 months ago
  94. 11e002a Make stage2 rustdoc and proc-macro-srv disableable in x.py install by David Tolnay · 2 years, 2 months ago
  95. 1ce18d2 Rollup merge of #104512 - jyn514:download-ci-llvm-default, r=Mark-Simulacrum by Matthias Krüger · 2 years, 3 months ago
  96. f8a7123 address review feedback by Pietro Albini · 2 years, 4 months ago
  97. ac67262 Set `download-ci-llvm = "if-available"` by default when `channel = "dev"` by Joshua Nelson · 2 years, 4 months ago
  98. 17ee25d add the build.reuse config option to choose the reuse binary by Pietro Albini · 2 years, 4 months ago
  99. b8edf02 Avoid runtime dependency on static libstdc++ by kubycsolutions · 2 years, 4 months ago
  100. 5984b1d Revert "Make the `c` feature for `compiler-builtins` opt-in instead of inferred" by Mark Rousskov · 2 years, 5 months ago