about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
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
2023-11-12bootstrap: add doc-comments for `ChangeSeverity`onur-ozkan-1/+3
2023-11-12remove .last-warned-change-id on `x clean`onur-ozkan-0/+1
2023-11-12refactor change-tracking implementationonur-ozkan-27/+70
2023-11-11print the change warnings once for per idonur-ozkan-0/+10
2023-11-11merge `if-available` and `if-unchanged` for `download-ci-llvm`onur-ozkan-8/+10
2023-11-10Allow rustc_private for RustAnalyzerLaurențiu Nicola-2/+1
2023-11-10Auto merge of #117765 - onur-ozkan:fix-117762, r=clubby789bors-0/+6
2023-11-09enable unstable feature on `x clean [PATH]`onur-ozkan-0/+6
2023-11-09Auto merge of #117708 - onur-ozkan:x-setup, r=clubby789bors-104/+112
2023-11-09Auto merge of #117122 - ferrocene:pa-configure-git-diff, r=albertlarsan68bors-5/+23
2023-11-09chore(bootstrap): capitalize {error, warning, info, note} tagsonur-ozkan-92/+92
2023-11-09allow users to override the existing configuration during x setuponur-ozkan-1/+11
2023-11-09check config file before prompts on x setuponur-ozkan-13/+11