about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2022-09-19Auto merge of #101799 - LukeMathWalker:distribute-json-doc, r=jyn514bors-62/+219
2022-09-18Rollup merge of #101923 - jsha:aux-pages-no-rustdoc-css, r=Mark-SimulacrumMatthias Krüger-8/+2
2022-09-17Auto merge of #101949 - matthiaskrgr:rollup-xu5cqnd, r=matthiaskrgrbors-38/+5
2022-09-17Rollup merge of #101942 - Mark-Simulacrum:fix-perf, r=jyn514Matthias Krüger-37/+0
2022-09-17Rollup merge of #101835 - jyn514:fix-vendoring, r=Mark-SimulacrumMatthias Krüger-1/+5
2022-09-17Add a new component, `rust-json-docs`, to distribute the JSON-formatted docum...Luca Palmieri-62/+219
2022-09-17Rollup merge of #101873 - WaffleLapkin:x-build-proc-macro-srv, r=jyn514Matthias Krüger-10/+22
2022-09-17Rollup merge of #101783 - chriswailes:env-vars, r=jyn514Matthias Krüger-10/+18
2022-09-17Rollup merge of #101781 - chriswailes:dynamic-llvm-on-musl, r=jyn514Matthias Krüger-11/+2
2022-09-17Revert "fix #101691: copy stage0 binaries into stage0-sysroot"Mark Rousskov-37/+0
2022-09-16Rollup merge of #101921 - est31:bootstrap_cfg_rustdoc, r=joshtriplettMichael Howell-4/+13
2022-09-16Don't add rustdoc's CSS to other doc pagesJacob Hoffman-Andrews-8/+2
2022-09-16Improve handing of env vars during bootstrap processChris Wailes-10/+18
2022-09-16Pass --cfg=bootstrap for rustdoc for proc_macro cratesest31-4/+13
2022-09-16Remove the allow-list for dynamic linking of LLVM toolsChris Wailes-11/+2
2022-09-16Use `builder.sysroot(...)` instead of a hackMaybe Waffle-6/+2
2022-09-16Rollup merge of #101809 - aDotInTheVoid:jsondoclint, r=GuillaumeGomezDylan DPC-0/+3
2022-09-16Allow building `rust-analyzer-proc-macro-srv` as a standalone toolMaybe Waffle-10/+26
2022-09-14Allow using vendoring when running bootstrap from outside the current working...Joshua Nelson-1/+5
2022-09-14jsondoclint: New ToolNixon Enraght-Moony-0/+3
2022-09-13fix #101691: copy stage0 binaries into stage0-sysrootyukang-0/+37
2022-09-05Avoid UB in the Windows filesystem code in... bootstrap?Thom Chiovoloni-4/+7
2022-09-02Rollup merge of #100200 - petrochenkov:zgccld2, r=lqd,Mark-SimulacrumMatthias Krüger-3/+11
2022-09-02Rollup merge of #101166 - GuillaumeGomez:error-index-mdbook, r=notriddleGuillaume Gomez-1/+1
2022-09-01Rollup merge of #101072 - tmandry:llvm-is-vanilla, r=Mark-SimulacrumMatthias Krüger-5/+10
2022-09-01Rollup merge of #100852 - Samyak2:samyak/100459, r=Mark-SimulacrumMatthias Krüger-4/+11
2022-09-01Auto merge of #100606 - cuviper:upgrade-linux-ci, r=Mark-Simulacrumbors-1/+4
2022-09-01Auto merge of #100707 - dzvon:fix-typo, r=davidtwcobors-5/+5
2022-08-31Generate error index with mdbook instead of raw HTML pagesGuillaume Gomez-1/+1
2022-08-31Fix a bunch of typoDezhi Wu-5/+5
2022-08-31Rollup merge of #101025 - semarie:openbsd-archs, r=petrochenkovMatthias Krüger-2/+3
2022-08-30Avoid bootstrap from updating rls submoduleRaoul Strackx-1/+0
2022-08-29bootstrap: Add llvm-has-rust-patches target optionTyler Mandry-5/+10
2022-08-28add riscv64gc-unknown-openbsd support (target riscv64-unknown-openbsd on Open...Sébastien Marie-2/+3
2022-08-27Remove RLS from macOS pkg and Windows msi installers.Eric Huss-33/+3
2022-08-27Sunset RLSEric Huss-85/+5
2022-08-27Add replace-version-placeholder toolest31-1/+67
2022-08-27Rollup merge of #100811 - czzrr:master, r=Mark-SimulacrumYuki Okushi-1/+9
2022-08-26Auto merge of #98051 - davidtwco:split-dwarf-stabilization, r=wesleywiserbors-16/+14
2022-08-26Use getuid to check instead of USER env var in rustbuildSamyak Sarnayak-4/+11
2022-08-23rustbuild: fix version parsing for browser-ui-testJosh Stone-1/+4
2022-08-23Rollup merge of #100832 - ehuss:bootstrap-cleanup, r=jyn514Matthias Krüger-20/+10
2022-08-21Correct test-args to compiletest on Windowsczzrr-1/+9
2022-08-20bootstrap: Don't allow rustfmt to fail on dist.Eric Huss-9/+2
2022-08-20bootstrap: Remove some unused fields from the tool_extended macro.Eric Huss-11/+8
2022-08-21Auto merge of #100536 - Alexendoo:bootstrap-tls-model, r=Mark-Simulacrumbors-4/+13
2022-08-20Enable downloading prebuilt LLVM in test buildersMark Rousskov-2/+8
2022-08-19Refactor if-available setting to work in CIMark Rousskov-44/+79
2022-08-19Minor refactoringMark Rousskov-2/+1
2022-08-18session: stabilize split debuginfo on linuxDavid Wood-16/+14