about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2025-06-05correct the imports in flags, tests and downloadbit-aloo-5/+8
2025-06-05Rollup merge of #141970 - onur-ozkan:skip-stage1-std, r=KobzolMatthias Krüger-0/+23
2025-06-05Rollup merge of #141938 - ZuseZ4:offload-updates, r=KobzolMatthias Krüger-6/+9
2025-06-04Auto merge of #142002 - onur-ozkan:follow-ups2, r=jieyouxubors-26/+26
2025-06-04bootstrap: Fix file permissions when dereferencing symlinkssmpdt-1/+2
2025-06-04update `skip_std_check_if_no_download_rustc` doc-commentsonur-ozkan-2/+6
2025-06-04remove outdated RUSTC_SYSROOT handling for ci-rustconur-ozkan-10/+0
2025-06-04bootstrap: don't symlink source dir into stage0 sysrootAleksey Kliger-13/+17
2025-06-04make it possible to request stage 0 std with `Builder::ensure`onur-ozkan-15/+19
2025-06-04run `check::Std` as the final steponur-ozkan-1/+7
2025-06-03update gpu offload build commandManuel Drehwald-6/+9
2025-06-03Auto merge of #141961 - matthiaskrgr:rollup-r09j2sp, r=matthiaskrgrbors-18/+55
2025-06-03add change-entryonur-ozkan-0/+5
2025-06-03bless tidyonur-ozkan-2/+2
2025-06-03implement new `x` flag: `--skip-std-check-if-no-download-rustc`onur-ozkan-0/+14
2025-06-03Auto merge of #136942 - Kobzol:stage0-sccache, r=jieyouxubors-0/+22
2025-06-03Rollup merge of #141914 - onur-ozkan:follow-ups, r=KobzolMatthias Krüger-18/+55
2025-06-03use better default stage for `check::Std` when stage isn't explicitonur-ozkan-9/+29
2025-06-03Rollup merge of #141949 - onur-ozkan:move-test-float-parse, r=KobzolMatthias Krüger-7/+7
2025-06-03handle stage0 on `Std::check`onur-ozkan-11/+24
2025-06-03add config.rs with new module structuringbit-aloo-1982/+122
2025-06-03Move all common types, macros and utility method to config/mod.rsbit-aloo-0/+411
2025-06-03move target selection to its separate modulebit-aloo-0/+147
2025-06-03This commit adds a `toml` module that represents various subsections of `boot...bit-aloo-0/+1541
2025-06-03move `test-float-parse` tool into `src/tools` dironur-ozkan-7/+7
2025-06-03make library profile to use stage 1 on `x check`onur-ozkan-1/+2
2025-06-03make `x check` to use stage0 by defaultonur-ozkan-1/+4
2025-06-03Auto merge of #141210 - RalfJung:miri-std-doctests, r=saethlinbors-12/+11
2025-06-02bootstrap: Remove `rustc_snapshot_libdir` from PATH in one more placeVadim Petrochenkov-4/+2
2025-06-02Use ccache for stage0 tool and rustc buildsJakub Beránek-0/+22
2025-06-02Auto merge of #119899 - onur-ozkan:redesign-stage0-std, r=albertlarsan68,jiey...bors-355/+346
2025-06-01Rollup merge of #141852 - onur-ozkan:resolve-if-let-fixme, r=jieyouxuGuillaume Gomez-3/+3
2025-06-01Rollup merge of #141846 - Berrysoft:cygwin-bootstrap-tls, r=mati865Guillaume Gomez-1/+6
2025-06-01Rollup merge of #141789 - ferrocene:hoverbear/exclude-cargo-home-from-in-tree...Guillaume Gomez-1/+2
2025-06-01resolve if-let-chain FIXME on bootstraponur-ozkan-3/+3
2025-06-01Fix TLS model on bootstrap for cygwin王宇逸-1/+6
2025-05-31Rollup merge of #141819 - mati865:windows-gnullvm-host-fixes, r=jieyouxuMatthias Krüger-3/+6
2025-05-31Rollup merge of #141646 - jieyouxu:distcheck, r=Mark-SimulacrumMatthias Krüger-1/+8
2025-05-31bootstrap: remap compiler vs non-compiler sources differentlyJieyou Xu-10/+70
2025-05-31Shared libLLVM linking is officially supported with MinGW and ClangMateusz Mikuła-1/+2
2025-05-31Fix C++ standard library name for *-windows-gnullvm targetsMateusz Mikuła-1/+3
2025-05-31Fix incorrect commentMateusz Mikuła-1/+1
2025-05-30bootstrap: build std with less frame pointersJubilee Young-1/+2
2025-05-30Exclude `CARGO_HOME` from `generate-copyright` in-tree determinationAna Hobden-1/+2
2025-05-30Auto merge of #141657 - petrochenkov:nobinroot, r=jieyouxubors-1/+0
2025-05-30fix clippy warningsonur-ozkan-235/+230
2025-05-30fix bootstrap testsonur-ozkan-14/+1
2025-05-30fix fs bug on CI and update ming-check-1 Dockerfileonur-ozkan-0/+8
2025-05-30fix CI-rustc bugsonur-ozkan-11/+27
2025-05-30be able to build stage1 library with CI-rustconur-ozkan-33/+14