about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
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
2025-08-01add rust default implementationbit-aloo-200/+175
2025-08-01add llvm default implementationbit-aloo-111/+97
2025-08-01add gcc and dist default implementationbit-aloo-32/+32
2025-08-01add install default implementationbit-aloo-10/+26
2025-08-01Fix verbosity settingbit-aloo-8/+10
2025-08-01Fix logging of config skip valuesbit-aloo-28/+27
2025-08-01Override some build TOML values by flagsbit-aloo-127/+149
2025-08-01Split TOML postprocessing into a separate functionbit-aloo-99/+114
2025-08-01Extract TOML config loading and src directory computation into separate funct...bit-aloo-89/+117
2025-08-01Force initializing ExecutionContext with verbosity and fail_fast modebit-aloo-8/+6
2025-08-01move rust config to parse_innerbit-aloo-261/+251
2025-08-01move llvm parsing to parse_innerbit-aloo-127/+123
2025-08-01move install to parse_innerbit-aloo-20/+13
2025-08-01move target parsing to parse_innerbit-aloo-71/+64
2025-08-01move dist to parse_innerbit-aloo-31/+25
2025-08-01move gcc config parsing to parse_innerbit-aloo-19/+11
2025-08-01Clarify comments on Cargo (self-)test stepsJakub Beránek-4/+14
2025-08-01Make `x test cargo` stage N test rustc stage NJakub Beránek-13/+47
2025-08-01Fix `x test cargo`Jakub Beránek-36/+31
2025-08-01Make build compiler explicit in `dist::Cargo`Jakub Beránek-16/+25
2025-08-01Add snapshot tests for `test cargo` and update Cargo snapshot testsJakub Beránek-2/+35
2025-08-01Update `CargoTest`Jakub Beránek-9/+39