about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2025-02-10move second opt run to lto phase and cleanup codeManuel Drehwald-3/+6
2025-02-10Auto merge of #134740 - Flakebi:amdgpu-target, r=workingjubileebors-2/+2
2025-02-09Auto merge of #136751 - bjorn3:update_rustfmt, r=Mark-Simulacrumbors-257/+364
2025-02-09Auto merge of #136754 - Urgau:rollup-qlkhjqr, r=Urgaubors-20/+213
2025-02-09Rollup merge of #136530 - Kobzol:x-perf, r=onur-ozkanUrgau-20/+213
2025-02-08Rustfmtbjorn3-257/+364
2025-02-08Rollup merge of #136626 - onur-ozkan:initial-rustdoc, r=jieyouxuMatthias Krüger-1/+3
2025-02-08Auto merge of #136728 - matthiaskrgr:rollup-x2qh9yt, r=matthiaskrgrbors-0/+5
2025-02-08resolve `llvm-config` path properly on cross buildsonur-ozkan-3/+8
2025-02-07fix autodiff perf by running the enzyme opt pass before autodiffManuel Drehwald-0/+1
2025-02-07Rollup merge of #136589 - GuillaumeGomez:enable-jump-to-def-compiler, r=oli-obkMatthias Krüger-1/+2
2025-02-07add module level doc for bootstrap:util:execbit-aloo-0/+5
2025-02-07get tests to work without -Z/-C flagsManuel Drehwald-3/+3
2025-02-06bootstrap: reset some test suite metadata when starting a new test suite许杰友 Jieyou Xu (Joe)-0/+3
2025-02-06create `initial_rustdoc` field in `Build`onur-ozkan-1/+3
2025-02-05Only apply LTO to rustdoc at stage 2Jakub Beránek-11/+17
2025-02-05Re-enable "jump to def" feature on rustc docsGuillaume Gomez-1/+2
2025-02-05Remove the `rustc-perf-wrapper` toolJakub Beránek-1/+0
2025-02-05Build Rustdoc when a Doc benchmark is requestedJakub Beránek-2/+21
2025-02-05Move `x perf` directly into bootstrapJakub Beránek-19/+194
2025-02-05Rename [default|extra]_cflags -> cc_[|un]handled_clagsMads Marquart-18/+24
2025-02-05Rollup merge of #136392 - jieyouxu:wrap-tracing, r=onur-ozkanLeón Orell Valerian Liehr-51/+99
2025-02-04Rollup merge of #135844 - yaahc:tidy-feature-status-dump, r=jieyouxuJacob Pratt-0/+35
2025-02-04bootstrap: add wrapper macros for `tracing`-gated tracing macros许杰友 Jieyou Xu (Joe)-51/+99
2025-02-04Rollup merge of #136309 - onur-ozkan:133629, r=jieyouxuMatthias Krüger-1/+5
2025-02-04Rollup merge of #135836 - ferrocene:ja-gh135782-build-crt-only-for-musl, r=on...Matthias Krüger-2/+8
2025-02-03Rollup merge of #136467 - onur-ozkan:override-default-profile-on-tarballs, r=...许杰友 Jieyou Xu (Joe)-1/+8
2025-02-03bootstrap: feed stage number via `--stage` to compiletest许杰友 Jieyou Xu (Joe)-8/+13
2025-02-03override default config profile on tarballsonur-ozkan-1/+8
2025-01-31bootstrap: only build `crt{begin,end}.o` when compiling to MUSLJorge Aparicio-2/+8
2025-01-31Add amdgpu targetFlakebi-2/+2
2025-01-31Rollup merge of #133429 - EnzymeAD:autodiff-middle, r=oli-obkJacob Pratt-3/+6
2025-01-31Explain why MACOSX_STD_DEPLOYMENT_TARGET existMads Marquart-1/+9
2025-01-31Always set the deployment target when building stdMads Marquart-2/+35
2025-01-31Bootstrap: Don't duplicate cc-rs flagsMads Marquart-17/+36
2025-01-30set rustc dylib on manually constructed rustc commandonur-ozkan-1/+5
2025-01-30Rollup merge of #136157 - onur-ozkan:override-release-profile, r=KobzolMatthias Krüger-8/+23
2025-01-29upstream rustc_codegen_ssa/rustc_middle changes for enzyme/autodiffManuel Drehwald-3/+6
2025-01-29override build profile for bootstrap testsonur-ozkan-8/+23
2025-01-28Auto merge of #135832 - Kobzol:rustdoc-lto, r=onur-ozkanbors-9/+29
2025-01-27Auto merge of #136116 - fmease:rollup-c8pk3mj, r=fmeasebors-18/+107
2025-01-27Auto merge of #135937 - bjorn3:separate_coretests_crate, r=jieyouxu,tgross35bors-4/+4
2025-01-27bootstrap: add more logging许杰友 Jieyou Xu (Joe)-2/+93
2025-01-27bootstrap: adjust config file cascading fallback comment许杰友 Jieyou Xu (Joe)-1/+5
2025-01-27bootstrap: adjust tracing style许杰友 Jieyou Xu (Joe)-11/+6
2025-01-27bootstrap: avoid glob imports in `main` binary许杰友 Jieyou Xu (Joe)-5/+4
2025-01-26Put all coretests in a separate cratebjorn3-4/+4
2025-01-26Rollup merge of #133631 - flba-eb:add_nto_qnx71_iosock_support, r=workingjubileeJacob Pratt-0/+4
2025-01-26bootstrap: wire up `src/tools/features-status-dump` as a runnable tool许杰友 Jieyou Xu (Joe)-0/+35
2025-01-25Auto merge of #119286 - jyn514:linker-output, r=bjorn3bors-3/+19