about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
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
2025-05-30add "library" to `RUSTC_IF_UNCHANGED_ALLOWED_PATHS`onur-ozkan-15/+2
2025-05-30improve comments and docsonur-ozkan-14/+15
2025-05-30add change entryonur-ozkan-0/+5
2025-05-30bless bootstrap testsonur-ozkan-3/+3
2025-05-30update stage defaultsonur-ozkan-7/+7
2025-05-30improve `check::Std` handlingonur-ozkan-0/+9
2025-05-30update std uplifting algorithmonur-ozkan-2/+9
2025-05-30use initial rustc's std on stage 0onur-ozkan-31/+26
2025-05-30Rollup merge of #141736 - onur-ozkan:resolve-stage0-syroot-from-rustc, r=KobzolMatthias Krüger-1/+3
2025-05-30Rollup merge of #141407 - mu001999-contrib:dead-code/refactor, r=petrochenkovMatthias Krüger-0/+3
2025-05-29Auto merge of #141739 - GuillaumeGomez:rollup-ivboqwd, r=GuillaumeGomezbors-10/+26
2025-05-29resolve target-libdir directly from rustconur-ozkan-10/+26
2025-05-29resolve stage0 sysroot from rustconur-ozkan-1/+3
2025-05-29Auto merge of #141595 - bjorn3:rustc_no_sysroot_proc_macro, r=onur-ozkanbors-1/+2
2025-05-28Add cfg for FormatShortCmdMu001999-0/+3
2025-05-27Disable libunwind cross-architecture unwindingKhem Raj-2/+1
2025-05-27bootstrap: Remove `bin_root` from `PATH`Vadim Petrochenkov-1/+0
2025-05-27Do not get proc_macro from the sysroot in rustcbjorn3-1/+2
2025-05-27distcheck: document what distcheck is intended to exerciseJieyou Xu-1/+8
2025-05-27Rollup merge of #141568 - onur-ozkan:141393-fix, r=KobzolMichael Goulet-0/+8
2025-05-27Rollup merge of #141556 - jeremyd2019:patch-1, r=jieyouxuMichael Goulet-1/+3
2025-05-26bootstrap: translate Windows paths in a way that works for both Cygwin and MSYS2Jeremy Drake-1/+3
2025-05-27Rollup merge of #140898 - onur-ozkan:miri-run, r=Kobzol许杰友 Jieyou Xu (Joe)-3/+13