about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2025-03-12Auto merge of #137612 - Kobzol:bootstrap-2024, r=onur-ozkanbors-53/+83
2025-03-12Rollup merge of #138313 - rustbot:docs-update, r=jieyouxuMatthias Krüger-0/+1
2025-03-11Rollup merge of #138245 - onur-ozkan:ci-rustc-test-fix, r=jieyouxuMatthias Krüger-2/+11
2025-03-11Rollup merge of #138051 - Kobzol:download-ci-gcc, r=onur-ozkanMatthias Krüger-120/+261
2025-03-11Fix `cargo vendor` not working without `rustc` installedEric Huss-0/+1
2025-03-11Do not download GCC in testsJakub Beránek-6/+14
2025-03-11Add missing unsafe blockJakub Beránek-29/+32
2025-03-10Target definition for `wasm32-wali-linux-musl` to support the Wasm LinuxArjun Ramesh-17/+37
2025-03-10stabilize `ci_rustc_if_unchanged_logic` test for local environmentsonur-ozkan-2/+11
2025-03-10Add change tracker entryJakub Beránek-0/+5
2025-03-10Implement downloading GCC from CIJakub Beránek-20/+104
2025-03-10Add `download-ci-gcc-stamp` fileJakub Beránek-0/+4
2025-03-10Add `[gcc] download-ci-gcc` optionJakub Beránek-1/+27
2025-03-10Add `gcc` bootstrap config sectionJakub Beránek-1/+8
2025-03-10Refactor GCC compilationJakub Beránek-105/+112
2025-03-10Revert "Use workspace lints for crates in `compiler/` #138084"许杰友 Jieyou Xu (Joe)-9/+4
2025-03-09Rollup merge of #138233 - smmalis37:no-advapi32, r=ChrisDentonMatthias Krüger-2/+4
2025-03-09Rollup merge of #138232 - Kobzol:gcc-reduce-verbosity, r=GuillaumeGomezMatthias Krüger-2/+11
2025-03-09Rollup merge of #138216 - Zalathar:any-debug, r=onur-ozkanMatthias Krüger-2/+75
2025-03-09Rollup merge of #138084 - nnethercote:workspace-lints, r=jieyouxuMatthias Krüger-4/+9
2025-03-09Auto merge of #137541 - onur-ozkan:fix-cargo-clippy-bin, r=jieyouxubors-4/+15
2025-03-08re-add gnu lib and tweak commentSteven Malis-2/+5
2025-03-08Don't link against advapi32, except on win7.Steven Malis-1/+0
2025-03-08Reduce verbosity of GCC build logJakub Beránek-2/+11
2025-03-08Auto merge of #138224 - onur-ozkan:fix-multiple-candidates, r=jieyouxubors-3/+11
2025-03-08skip `compile::Std` and `compile::Rustc` on `forced_compiler`onur-ozkan-3/+11
2025-03-08Auto merge of #138208 - jhpratt:rollup-hlqyu51, r=jhprattbors-5/+14
2025-03-08Update bootstrap to edition 2024Jakub Beránek-24/+51
2025-03-08bootstrap: Fix stack printing when a step cycle is detectedZalathar-2/+75
2025-03-08Rollup merge of #136642 - bjorn3:separate_alloctest_crate, r=cuviperJacob Pratt-5/+14
2025-03-08Auto merge of #138205 - onur-ozkan:fix-build-cycle, r=jieyouxubors-17/+21
2025-03-08update doc-comment for `forced_compiler`onur-ozkan-2/+2
2025-03-08handle precompiled compiler more properlyonur-ozkan-15/+19
2025-03-07Rollup merge of #137537 - jieyouxu:daily-rmake, r=KobzolJacob Pratt-1/+1
2025-03-08Specify rust lints for `compiler/` crates via Cargo.Nicholas Nethercote-4/+9
2025-03-07Move all alloc integration tests to a new alloctests cratebjorn3-5/+14
2025-03-07Auto merge of #138148 - onur-ozkan:fix-llvm-bitcode-build, r=jieyouxubors-4/+4
2025-03-07Apply `--cfg windows_raw_dylib` for bootstrap tools tooJieyou Xu-1/+1
2025-03-07use target compiler on llvm-bitcode-linkeronur-ozkan-4/+4
2025-03-06Rollup merge of #138078 - moxian:rember-warns, r=KobzolMichael Goulet-6/+7
2025-03-06Rollup merge of #138041 - thaliaarchi:use-prelude-size-of.boostrap-compiletes...Michael Goulet-3/+3
2025-03-06Auto merge of #138039 - onur-ozkan:handle-forced-compiler-on-tools, r=jieyouxubors-86/+145
2025-03-06Don't even bother checking changelog in --dry-run modemoxian-6/+6
2025-03-05Remember silenced bootstrap changelog warnings even in --dry-runmoxian-1/+2
2025-03-05bootstrap and compiletest: Use size_of_val from the prelude instead of importedThalia Archibald-3/+3
2025-03-05Rollup merge of #137723 - onur-ozkan:cfg-ver-description, r=pietroalbini,weih...许杰友 Jieyou Xu (Joe)-3/+26
2025-03-05Rollup merge of #137679 - bjorn3:coretests_improvements, r=jieyouxu,onur-ozkan许杰友 Jieyou Xu (Joe)-67/+24
2025-03-05bless bootstrap testsonur-ozkan-1/+0
2025-03-05Revert "avoid `compiler_for` for dist tools and force the current compiler"onur-ozkan-11/+47
2025-03-05handle forced compiler in `get_tool_rustc_compiler`onur-ozkan-0/+2