about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2025-08-20Split compiletest `--codegen-backend` into two options `--default-codegen-bac...Guillaume Gomez-4/+7
2025-08-20Add new `--test-codegen-backend` bootstrap optionGuillaume Gomez-6/+54
2025-08-20Disable rustc uplifting during cross-compilationJakub Beránek-9/+6
2025-08-19Auto merge of #145601 - jieyouxu:rollup-t5mbqhc, r=jieyouxubors-34/+39
2025-08-19Add snapshot tests for stage 3 compiler buildsJakub Beránek-0/+76
2025-08-19Rollup merge of #145576 - jieyouxu:bootstrap-timings, r=Kobzol许杰友 Jieyou Xu (Joe)-0/+5
2025-08-19Rollup merge of #145560 - Kobzol:bootstrap-remove-ord, r=jieyouxu许杰友 Jieyou Xu (Joe)-34/+34
2025-08-19Rollup merge of #145490 - Kobzol:bootstrap-io-tracing, r=jieyouxu许杰友 Jieyou Xu (Joe)-27/+86
2025-08-19Rollup merge of #145452 - Kobzol:bootstrap-strip, r=jieyouxu许杰友 Jieyou Xu (Joe)-1/+12
2025-08-19Rollup merge of #145565 - Kobzol:bootstrap-ci-print-error, r=jieyouxuStuart Cook-0/+4
2025-08-19Rollup merge of #145557 - Kobzol:rustc-link-fix, r=jieyouxuStuart Cook-34/+78
2025-08-19Rollup merge of #144252 - Kobzol:rmeta-sysroot, r=jieyouxuStuart Cook-88/+335
2025-08-18Assume UTF-8 in sysroot pathsJakub Beránek-1/+1
2025-08-18Fix uplifting in `Assemble` stepJakub Beránek-34/+78
2025-08-18remove downstream new methodbit-aloo-51/+12
2025-08-18Add change tracker entry for `--timings`Jieyou Xu-0/+5
2025-08-18Provide more useful command creation spansJakub Beránek-0/+4
2025-08-18Remove unused `PartialOrd`/`Ord` from bootstrapJakub Beránek-34/+34
2025-08-18Do not overwrite the value of `RUSTC_ADDITIONAL_SYSROOT_PATHS`Jakub Beránek-1/+28
2025-08-18Trace some basic I/O operations in bootstrapJakub Beránek-27/+86
2025-08-18clippy'edbit-aloo-1/+1
2025-08-18remove default configbit-aloo-582/+563
2025-08-16Only check std in cross-compilation instead of building itJakub Beránek-57/+153
2025-08-16Avoid copying rustc rmeta artifacts into the build compiler sysrootJakub Beránek-65/+189
2025-08-16Optimize `copy_src_dirs`Jakub Beránek-39/+42
2025-08-16Do not call `fs::remove_file` in `cp_link_filtered_recurse`Jakub Beránek-1/+0
2025-08-15Rollup merge of #145455 - Kobzol:bootstrap-copy-src-dirs-dry-run, r=jieyouxuJacob Pratt-0/+6
2025-08-15Rollup merge of #145454 - Kobzol:bootstrap-fix-step-debug-repr, r=jieyouxuJacob Pratt-3/+8
2025-08-15Rollup merge of #145453 - Kobzol:bootstrap-cmd-span, r=jieyouxuJacob Pratt-3/+0
2025-08-15Do not copy files in `copy_src_dirs` in dry runJakub Beránek-0/+6
2025-08-15Fix tracing debug representation of steps without arguments in bootstrapJakub Beránek-3/+8
2025-08-15Remove duplicated tracing span in bootstrapJakub Beránek-3/+0
2025-08-15Do not strip binaries in bootstrap everytime if they are unchangedJakub Beránek-1/+12
2025-08-15Rollup merge of #145413 - joshtriplett:bootstrap-reduce-deps, r=clubby789Jakub Beránek-52/+24
2025-08-15Rollup merge of #145340 - Kobzol:bootstrap-codegen-backend-check-split, r=jie...Jakub Beránek-170/+91
2025-08-15Remove usage of `compiler_for` from the `compile::Rustc` stepJakub Beránek-51/+43
2025-08-15Remove usage of `compiler_for` from the `compile::Std` stepJakub Beránek-28/+27
2025-08-15Rename `compiler` to `build_compiler` in the `compile::Std` stepJakub Beránek-11/+13
2025-08-15Split codegen backend check step into two and don't run it with `x check comp...Jakub Beránek-170/+91
2025-08-14bootstrap: Remove dependency on xattrJosh Triplett-14/+3
2025-08-14bootstrap: Switch from fd-lock to native locking in stdJosh Triplett-38/+21
2025-08-14Rollup merge of #145379 - joshtriplett:bootstrap-timings, r=jieyouxuJakub Beránek-8/+31
2025-08-14Rollup merge of #145353 - CathalMullan:jemalloc-tools, r=KobzolJakub Beránek-0/+9
2025-08-14Rollup merge of #145324 - Kobzol:bootstrap-host-only, r=jieyouxuJakub Beránek-119/+119
2025-08-14Rollup merge of #145261 - Kobzol:bootstrap-tracing, r=jieyouxuJakub Beránek-313/+511
2025-08-14Rename and document `ONLY_HOSTS` in bootstrapJakub Beránek-114/+119
2025-08-14Remove `ONLY_HOSTS` value overrides that just set the default value and had n...Jakub Beránek-5/+0
2025-08-13bootstrap: Support passing `--timings` to cargoJosh Triplett-8/+31
2025-08-14Auto merge of #145131 - Kobzol:bootstrap-clippy, r=jieyouxubors-143/+430
2025-08-13Rollup merge of #145341 - Kobzol:codegen-backend-gcc, r=jieyouxuGuillaume Gomez-67/+98