about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2025-08-09Rollup merge of #145073 - ZuseZ4:autodiff-llvm-21, r=jieyouxuStuart Cook-0/+1
2025-08-09invoke functions from methodsbit-aloo-204/+28
2025-08-09add read_file_by_commit function and invoke from parse_innerbit-aloo-2/+27
2025-08-09add ci_llvm_root function and invoke from parse_innerbit-aloo-1/+11
2025-08-09add git_info function and invoke from parse_innerbit-aloo-10/+14
2025-08-09add is_system_llvm function and invoke from parse_innerbit-aloo-1/+33
2025-08-08[win][arm64ec] Add '/machine:arm64ec' when linking LLVM as Arm64ECDaniel Paoliello-0/+7
2025-08-08bootstrap: `x.py dist rustc-src` should keep LLVM's siphashAleksey Kliger-0/+14
2025-08-08add parse_download_ci_llvm function and invoke from parse_innerbit-aloo-7/+248
2025-08-08add download_ci_rustc_commit function and invoke from parse_innerbit-aloo-1/+128
2025-08-08Improve error output when a command fails in bootstrapJakub Beránek-82/+83
2025-08-08Bless snapshot testsJakub Beránek-0/+2
2025-08-08Review remarksJakub Beránek-25/+22
2025-08-08Clarify the behavior of `rust.codegen-backends`Jakub Beránek-11/+20
2025-08-08Refactor `dist::CraneliftCodegenBackend`Jakub Beránek-51/+84
2025-08-08Split CodegenBackend step into two and handle stamp sysroot copy explicitlyJakub Beránek-148/+181
2025-08-08Build host library when cross-compiling `ToolTarget` toolsJakub Beránek-2/+7
2025-08-08Add snapshot test for cross-compilation cargo buildJakub Beránek-0/+15
2025-08-08Auto merge of #145077 - Zalathar:rollup-0k4194x, r=Zalatharbors-951/+936
2025-08-08Rollup merge of #145070 - vexide:minimal-armv7a-vex-v5, r=wesleywiserStuart Cook-0/+1
2025-08-08Rollup merge of #144807 - Shourya742:2025-07-30-streamline-config, r=KobzolStuart Cook-951/+935
2025-08-07Rollup merge of #145007 - Kobzol:error-index, r=jieyouxuTrevor Gross-87/+124
2025-08-07update enzyme submodule to handle llvm 21Manuel Drehwald-0/+1
2025-08-07Add minimal `armv7a-vex-v5` supportLewis McClelland-0/+1
2025-08-07Auto merge of #145043 - Zalathar:rollup-3dbvdrm, r=Zalatharbors-65/+95
2025-08-07Auto merge of #144997 - BoxyUwU:bootstrap_bump, r=Mark-Simulacrumbors-46/+14
2025-08-07Rollup merge of #144659 - mati865:gnullvm-vendor-libunwind, r=KobzolStuart Cook-60/+82
2025-08-07Rollup merge of #144473 - zeroomega:rustc_inconsistency, r=Mark-SimulacrumStuart Cook-5/+13
2025-08-06tidyBoxy-12/+2
2025-08-06Fix build/doc/test of error index generatorJakub Beránek-87/+124
2025-08-06Remove unneeded `stage` parameter when setting up stdlib CargoJakub Beránek-13/+9
2025-08-06handle bootstrap cfgsBoxy-34/+12
2025-08-06remove redundant _toml suffix and other misc changesbit-aloo-389/+371
2025-08-05Auto merge of #144303 - Kobzol:bootstrap-tool-cleanup, r=jieyouxubors-453/+744
2025-08-04windows-gnullvm: include `libunwind.dll` in distMateusz Mikuła-7/+24
2025-08-04Fix splitting dylib pathsJakub Beránek-10/+8
2025-08-04Do not render both cached and uncached edge between two stepsJakub Beránek-1/+7
2025-08-04Implement debugging output of the bootstrap Step graph into a DOT fileJakub Beránek-2/+217
2025-08-03For "stage 1" ui-fulldeps, use the stage 1 compiler to query target infoZalathar-0/+8
2025-08-02Rollup merge of #144782 - jieyouxu:compiletest-selftests, r=KobzolSamuel Tardieu-0/+6
2025-08-01move dist and gcc config to the top of parse methodbit-aloo-12/+12
2025-08-01move llvm config to the top of parse methodbit-aloo-31/+36
2025-08-01move rust config to the top of parse methodbit-aloo-59/+58
2025-08-01move install config to the top of parse methodbit-aloo-12/+15
2025-08-01move build config to the top of parse methodbit-aloo-12/+13
2025-08-01make build toml fields follow a specific naming conventionbit-aloo-125/+120
2025-08-01make install toml fields follow a specific naming conventionbit-aloo-14/+14
2025-08-01make dist toml fields follow a specific naming conventionbit-aloo-14/+14
2025-08-01make gcc toml fields follow a specific naming conventionbit-aloo-2/+2
2025-08-01make llvm toml fields follow a specific naming conventionbit-aloo-59/+59