about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2025-03-13Store libgccjit.so in a lib directory in the GCC CI tarballJakub Beránek-3/+2
2025-03-13Change GCC build flagsJakub Beránek-1/+1
2025-03-13Create libgccjit.so.0 alias also for CI-downloaded GCCJakub Beránek-6/+14
2025-03-13remove comment regarding a removed test directiveTshepang Mbambo-2/+0
2025-03-13Record the new settings checksumsJosh Stone-3/+7
2025-03-13update the test_exclude to not use paths with path separatorsbit-aloo-2/+1
2025-03-13make test platform agnosticbit-aloo-2/+4
2025-03-13Add change info to change trackerbit-aloo-0/+5
2025-03-13add test for exclude featurebit-aloo-0/+14
2025-03-13add exclude to config.tomlbit-aloo-16/+22
2025-03-13Rollup merge of #126856 - onur-ozkan:remove-rls, r=clubby789Matthias Krüger-58/+7
2025-03-12use `expect` instead of `allow`onur-ozkan-16/+13
2025-03-12Rollup merge of #138390 - onur-ozkan:fix-invalid-tracing-log, r=jieyouxuMatthias Krüger-5/+1
2025-03-12Rollup merge of #138331 - nnethercote:use-RUSTC_LINT_FLAGS-more, r=onur-ozkan...Matthias Krüger-16/+24
2025-03-12Install licenses into `share/doc/rust/licenses`Josh Stone-1/+1
2025-03-12Remove `sccache-plus-cl` MSVC hackJakub Beránek-98/+10
2025-03-12Auto merge of #137612 - Kobzol:bootstrap-2024, r=onur-ozkanbors-53/+83
2025-03-12fix incorrect tracing logonur-ozkan-5/+1
2025-03-12Rollup merge of #138313 - rustbot:docs-update, r=jieyouxuMatthias Krüger-0/+1
2025-03-12add change entry for rls removalonur-ozkan-0/+5
2025-03-12remove rls support from bootstraponur-ozkan-58/+2
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-11Add `unreachable_pub` to `RUSTC_LINT_FLAGS` for `compiler/` crates.Nicholas Nethercote-0/+1
2025-03-11Use `RUSTC_LINT_FLAGS` more.Nicholas Nethercote-16/+23
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