about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2023-12-02replace `once_cell::sync::OnceCell` with std `OnceLock`onur-ozkan-15/+14
2023-11-29Auto merge of #118132 - onur-ozkan:stdlib-assertion-status-to-compiletest, r=...bors-0/+4
2023-11-28Rollup merge of #118323 - onur-ozkan:better-error-for-incorrect-profiles, r=c...Matthias Krüger-0/+5
2023-11-27Auto merge of #117947 - Dirbaio:drop-llvm-15, r=cuviperbors-2/+2
2023-11-27Auto merge of #118352 - Zalathar:llvm-hash, r=onur-ozkanbors-5/+9
2023-11-27bootstrap: Memoize the LLVM rebuild hash to avoid very slow `x check`Zalathar-5/+9
2023-11-27Rollup merge of #118322 - onur-ozkan:if-only-doctests-skip-compiletest, r=clu...Matthias Krüger-1/+9
2023-11-26give dev-friendly error message for incorrect config profilesonur-ozkan-0/+5
2023-11-26skip {tidy,compiletest,rustdoc-gui} based tests for `DocTests::Only`onur-ozkan-1/+9
2023-11-25Rollup merge of #118220 - onur-ozkan:followups, r=Mark-SimulacrumLeón Orell Valerian Liehr-88/+99
2023-11-25Auto merge of #118235 - psumbera:bootstrap-main-t, r=Mark-Simulacrumbors-3/+3
2023-11-24move CONFIG_CHANGE_HISTORY to its own moduleonur-ozkan-91/+97
2023-11-24use the change-id from source instead of the one from config.tomonur-ozkan-2/+2
2023-11-24add change information for PR#117813onur-ozkan-0/+5
2023-11-24Rollup merge of #118187 - onur-ozkan:recompile-llvm-on-changes, r=clubby789Michael Goulet-2/+50
2023-11-24Auto merge of #117782 - majaha:tidy_fix, r=onur-ozkanbors-7/+10
2023-11-24Fix build on Solaris after #117815.Petr Sumbera-3/+3
2023-11-23Fix tidy on untracked files with special characterMatt Harding-7/+10
2023-11-23Auto merge of #117815 - onur-ozkan:update-change-tracking-impl, r=albertlarsan68bors-29/+90
2023-11-23Auto merge of #116449 - Kobzol:bootstrap-rustdoc-shim, r=petrochenkovbors-33/+79
2023-11-23Add LLD flags to rustdoc cargo invocationsJakub Beránek-20/+64
2023-11-23Recompile LLVM when it changes in the git sourcesonur-ozkan-2/+50
2023-11-22Rollup merge of #118013 - sivadeilra:user/ardavis/ehcont, r=wesleywiserMichael Goulet-1/+14
2023-11-21update -Cehcont-guard and commentArlie Davis-3/+7
2023-11-21x.py fmtArlie Davis-5/+1
2023-11-21Add support for generating the EHCont sectionArlie Davis-2/+15
2023-11-21Update the minimum external LLVM to 16.Dario Nieuwenhuis-2/+2
2023-11-21[Miri] Do not respect RUSTC_HOST_FLAGS since RUSTFLAGS isn'tUrgau-1/+1
2023-11-21Rollup merge of #118083 - calebzulawski:remove-i686-apple-darwin, r=albertlar...Nilstrieb-1/+1
2023-11-21utilize stdlib debug assertion status in compiletestonur-ozkan-0/+4
2023-11-21Rollup merge of #118059 - Nilstrieb:unset-cargo, r=dtolnayNilstrieb-0/+5
2023-11-19Remove i686-apple-darwin cross-testingCaleb Zulawski-1/+1
2023-11-19Auto merge of #117888 - notriddle:notriddle/releases, r=Mark-Simulacrumbors-1/+101
2023-11-19Explicitly unset $CARGO for compiletestNilstrieb-0/+5
2023-11-19Fix outdated doc comment on Releases doc build stepMichael Howell-7/+4
2023-11-19Auto merge of #117868 - ferrocene:pa-omit-git-hash, r=Mark-Simulacrumbors-0/+7
2023-11-18Do not call dry_run twiceMichael Howell-2/+3
2023-11-18Auto merge of #117813 - onur-ozkan:simplify-download-ci-llvm-option, r=Mark-S...bors-8/+10
2023-11-18Unify passing of flags to rustdocJakub Beránek-24/+26
2023-11-17Rollup merge of #117338 - workingjubilee:asmjs-meets-thanatos, r=b-naberMatthias Krüger-1/+1
2023-11-17Rollup merge of #117850 - onur-ozkan:fix-116538, r=Mark-SimulacrumTakayuki Maeda-4/+10
2023-11-16bootstrap: only show PGO warnings when verboseJosh Stone-1/+3
2023-11-15Bump cfg(bootstrap)sMark Rousskov-29/+10
2023-11-14Auto merge of #117701 - lnicola:sync-from-ra, r=onur-ozkan,HKalbasibors-8/+7
2023-11-13doc: add release notes to standalone doc bundleMichael Howell-1/+103
2023-11-13Try Mode::ToolRustcLaurențiu Nicola-6/+6
2023-11-13set CFG_OMIT_GIT_HASH=1 during builds when omit-git-hash is enabledPietro Albini-0/+7
2023-11-12Cranelift isn't available on non-nightly channelsMark Rousskov-4/+1
2023-11-12bootstrap: simplify setting unstable-options for toolsonur-ozkan-4/+10
2023-11-12write .last-warned-change-id only if environment is ttyonur-ozkan-2/+7