about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
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
2024-08-27skip stage 0 target check if `BOOTSTRAP_SKIP_TARGET_SANITY` is setonur-ozkan-7/+2
2024-08-27Rollup merge of #128935 - lqd:needs-zstd, r=KobzolTrevor Gross-1/+16
2024-08-26add change entry for custom clippy supportonur-ozkan-0/+5
2024-08-26support custom clippyonur-ozkan-2/+17
2024-08-25allow `llvm.libzstd` with `download-ci-llvm = true`Rémy Rakic-1/+16
2024-08-25Auto merge of #129563 - matthiaskrgr:rollup-t6bai2d, r=matthiaskrgrbors-10/+51
2024-08-25explain the options curl passes to bootstrapbinarycat-2/+21
2024-08-25Rollup merge of #129459 - onur-ozkan:separate-stage0-bins, r=KobzolMatthias Krüger-9/+17
2024-08-25Rollup merge of #129134 - lolbinarycat:continue-at, r=KobzolMatthias Krüger-1/+34
2024-08-25Auto merge of #129295 - Zalathar:profiler-builtins, r=Kobzolbors-12/+37
2024-08-24rewrite extract_curl_version againbinarycat-14/+11
2024-08-24Build `library/profiler_builtins` from `ci-llvm` if appropriateZalathar-12/+37
2024-08-23Auto merge of #129278 - GuillaumeGomez:rm-duplicated-usage-of-unstable-option...bors-26/+8
2024-08-23use tuples for semver, not floatsbinarycat-9/+16
2024-08-23handle stage0 cargo and rustc separatelyonur-ozkan-9/+17
2024-08-23Auto merge of #129464 - GuillaumeGomez:rollup-ckfqd7h, r=GuillaumeGomezbors-1/+1
2024-08-23Rollup merge of #129243 - onur-ozkan:stuff, r=KobzolGuillaume Gomez-1/+1
2024-08-23Rollup merge of #128876 - ColinFinck:rust-lld-with-runtime-dlls, r=Kobzol,pet...Matthias Krüger-13/+24
2024-08-22remove dbg!()binarycat-1/+1
2024-08-22Revert "bootstrap: fix clean's `remove_dir_all` implementation"许杰友 Jieyou Xu (Joe)-15/+78
2024-08-22do not build `cargo-miri` by default on stable channelonur-ozkan-1/+1
2024-08-21Rollup merge of #129231 - onur-ozkan:improve-submodule-updates, r=Mark-Simula...Matthias Krüger-129/+139
2024-08-21Rollup merge of #129187 - jieyouxu:squeaky-clean-windows-symlinks, r=KobzolMatthias Krüger-78/+15
2024-08-20don't copy `.rustc-dev-contents` from CI rustconur-ozkan-10/+2
2024-08-20Remove duplicated usage of `-Zunstable-options` in bootstrapGuillaume Gomez-26/+8
2024-08-19Auto merge of #129275 - matthiaskrgr:rollup-qv64hg6, r=matthiaskrgrbors-2/+2
2024-08-19Auto merge of #128588 - onur-ozkan:clean-up-bootstrap-internals, r=albertlars...bors-56/+52