about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2024-09-09replace `get_closest_merge_base_commit` with `get_closest_merge_commit`onur-ozkan-53/+15
2024-09-09add `git_merge_commit_email` into `GitConfig`onur-ozkan-0/+1
2024-09-09Auto merge of #128939 - bjorn3:windows_cg_clif_component, r=albertlarsan68bors-12/+3
2024-09-09use verbose flag as a default value for `rust.verbose-tests`onur-ozkan-0/+12
2024-09-09Auto merge of #130135 - Kobzol:bootstrap-check-linker, r=onur-ozkanbors-3/+3
2024-09-09bootstrap/Makefile.in: miri: add missing BOOTSTRAP ARGSRalf Jung-2/+6
2024-09-09Auto merge of #130133 - workingjubilee:rollup-t5o827k, r=workingjubileebors-42/+17
2024-09-09Do not skip linker configuration for `check` buildsJakub Beránek-3/+3
2024-09-09Rollup merge of #130034 - alexcrichton:fix-some-wasm-component-ld-comments, r...Jubilee-42/+17
2024-09-09Print a helpful message if any tests were skipped for being up-to-dateZalathar-0/+15
2024-09-08bootstrap: handle worktrees in warn_old_master_branchbinarycat-9/+1
2024-09-08handle dry-run mode in `Config::get_builder_toml`onur-ozkan-0/+4
2024-09-08use `Config::get_builder_toml` for ci-rustc config parsingonur-ozkan-5/+3
2024-09-08fix llvm ThinLTO behaviouronur-ozkan-2/+1
2024-09-08print incompatible options even if we don't downloadonur-ozkan-21/+20
2024-09-08remove `check_ci_llvm` usageonur-ozkan-24/+0
2024-09-08detect incompatible CI LLVM options more preciselyonur-ozkan-3/+140
2024-09-07Rollup merge of #130059 - gurry:130039-remove-skip-rebuild, r=KobzolMatthias Krüger-3/+0
2024-09-07Rollup merge of #129594 - lolbinarycat:explain-curl-options, r=albertlarsan68Matthias Krüger-14/+38
2024-09-07Auto merge of #128871 - onur-ozkan:128180, r=Kobzolbors-10/+32
2024-09-07Remove unused option from x.pyGurinder Singh-3/+0
2024-09-06Fix enabling wasm-component-ld to match other toolsAlex Crichton-42/+17
2024-09-06Make `download-ci-llvm = true` check if CI llvm is availableUrgau-2/+9
2024-09-06Run `download_prerequisites` before running gcc `configure`Guillaume Gomez-0/+1
2024-09-06Check if the `libgccjit.so.0` file exists before creating a symlink to itGuillaume Gomez-4/+4
2024-09-06Update to new `Builder` APIGuillaume Gomez-1/+1
2024-09-06Make gcc `root` absoluteGuillaume Gomez-2/+2
2024-09-06Add `gcc` to the `build` commands listGuillaume Gomez-2/+3
2024-09-06Clean code and move check for GCC backend build in `dist.rs` directlyGuillaume Gomez-89/+6
2024-09-06Move HashStamp to helpersGuillaume Gomez-42/+41
2024-09-06Update to new bootstrap APIGuillaume Gomez-17/+15
2024-09-06Update code comments to mention GCC and not LLVMGuillaume Gomez-9/+6
2024-09-06Correctly generate stamp for gccGuillaume Gomez-2/+6
2024-09-06Add libgccjit dist generationGuillaume Gomez-7/+248
2024-09-06Auto merge of #129176 - EnzymeAD:enzyme-backend, r=albertlarsan68bors-0/+148
2024-09-06Rollup merge of #129781 - Veykril:lw-x-py-compiler-features, r=albertlarsan68Matthias Krüger-12/+30
2024-09-05Enzyme backendManuel Drehwald-0/+148
2024-09-05bootstrap: pass long options to curlbinarycat-16/+21
2024-09-05Rollup merge of #129957 - chenx97:lint-docs-linker-opt, r=albertlarsan68Matthias Krüger-0/+3
2024-09-05Rollup merge of #129943 - onur-ozkan:test-float-parse-compiler, r=KobzolMatthias Krüger-2/+4
2024-09-05Rollup merge of #129942 - onur-ozkan:building-rustc-tools, r=KobzolMatthias Krüger-1/+6
2024-09-05Rollup merge of #129775 - Zalathar:initial-libdir, r=albertlarsan68Matthias Krüger-8/+14
2024-09-05Rollup merge of #129925 - onur-ozkan:deprecated-option, r=KobzolMatthias Krüger-19/+5
2024-09-05Rollup merge of #129584 - lolbinarycat:old-upstream-warning, r=albertlarsan68Matthias Krüger-1/+12
2024-09-05Rollup merge of #127021 - thesummer:1-add-target-support-for-rtems-arm-xilinx...Matthias Krüger-0/+1
2024-09-05Rollup merge of #101339 - the8472:ci-randomize-debug, r=Mark-SimulacrumMatthias Krüger-0/+25
2024-09-04add change entry for `rust.split-debuginfo` removalonur-ozkan-0/+5
2024-09-04remove deprecated option `rust.split-debuginfo`onur-ozkan-19/+0
2024-09-04use the bootstrapped compiler for `test-float-parse` testonur-ozkan-2/+4
2024-09-04forward linker option to lint-docschenx97-0/+3