about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
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
2024-09-03copy rustc rustlib artifacts from ci-rustconur-ozkan-1/+6
2024-09-03Port std library to RTEMSJan Sommer-0/+1
2024-09-03Rollup merge of #129917 - Kobzol:fix-beta-git, r=Mark-SimulacrumMatthias Krüger-0/+1
2024-09-03Rollup merge of #129311 - onur-ozkan:multiple-candidates-fix, r=KobzolMatthias Krüger-10/+2
2024-09-03Rollup merge of #129152 - onur-ozkan:custom-clippy, r=KobzolMatthias Krüger-2/+22
2024-09-02Fix parsing of beta version in dry-run modeJakub Beránek-0/+1
2024-08-31exclude tools with deps that have size assertsThe 8472-1/+6
2024-08-31when -Zrandomize-layout is enabled disable alloc test testing internal struct...The 8472-0/+3
2024-08-31disable size asserts in the compiler when randomizing layoutsThe 8472-0/+3
2024-08-31Add rust.randomize-layout config to build artifacts with -Zrandomize-layoutThe 8472-0/+14
2024-08-31Rollup merge of #129651 - onur-ozkan:stage0-target-sanity-check, r=KobzolMatthias Krüger-7/+2
2024-08-30Make `./x.py <cmd> compiler/<crate>` aware of the crate's featuresLukas Wirth-12/+30
2024-08-30bootstrap: Try to track down why `initial_libdir` sometimes failsZalathar-8/+14
2024-08-29Allow running `./x.py test compiler`Lukas Wirth-8/+3
2024-08-28Rollup merge of #129695 - GuillaumeGomez:fix-clippy-rustdoc-path, r=onur-ozkanJubilee-1/+1
2024-08-28Fix path to run clippy on rustdocGuillaume Gomez-1/+1
2024-08-27downgrade git error to a warning, and skip UX check in CIbinarycat-3/+9
2024-08-27emit old upstream warning no matter the build stepbinarycat-3/+7
2024-08-27warn the user if the upstream master branch is oldbinarycat-2/+3