about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2023-10-26Auto merge of #115872 - ferrocene:pa-remap-cargo-home, r=clubby789bors-1/+33
2023-10-24remap cargo dependencies to /rust/depsPietro Albini-1/+33
2023-10-24remove change-id assertion in bootstrap testonur-ozkan-1/+0
2023-10-23Improve android-ndk property interfacePeter Collingbourne-61/+56
2023-10-19fix(bootstrap) info message show correct path nowVitaliy Busko-1/+1
2023-10-17bootstrap: fix warningsonur-ozkan-2/+1
2023-10-17rename bootstrap module utils/dylib_util->utils/dylibonur-ozkan-4/+4
2023-10-17move bootstrap utils into bootstrap/src/utils moduleonur-ozkan-861/+297
2023-10-17move bootstrap core implementation to bootstrap/src/core moduleonur-ozkan-189/+792
2023-10-17improve bootstrap tests structureonur-ozkan-10/+10
2023-10-17reorganize bootstrap bins and helper module utilizationsonur-ozkan-35/+19
2023-10-16Rollup merge of #116430 - onur-ozkan:vendoring-in-tarball-sources, r=clubby789Matthias Krüger-6/+9
2023-10-15add x.py.zsh to tidy checkonur-ozkan-1/+2
2023-10-15optimize `GenerateCompletions::run`onur-ozkan-17/+18
2023-10-15generate zsh autocompletion for xonur-ozkan-2/+5
2023-10-15bump bootstrap:clap_complete to `4.4.3`onur-ozkan-3/+3
2023-10-15Auto merge of #116635 - onur-ozkan:improve-file-read, r=Mark-Simulacrumbors-11/+50
2023-10-14Auto merge of #116352 - Kobzol:rustc-driver-bolt, r=Mark-Simulacrumbors-0/+16
2023-10-14add unit test for Config::verifyonur-ozkan-1/+22
2023-10-14optimize file read in Config::verifyonur-ozkan-10/+28
2023-10-14Rollup merge of #116603 - onur-ozkan:reorganize-cargo-file, r=Mark-SimulacrumMatthias Krüger-12/+12
2023-10-14Auto merge of #116727 - matthiaskrgr:rollup-3qqdrny, r=matthiaskrgrbors-4/+0
2023-10-14Rollup merge of #116577 - onur-ozkan:add-safety-block-on-unsafe, r=clubby789Matthias Krüger-0/+4
2023-10-14Rollup merge of #116644 - onur-ozkan:outdated-fixme, r=clubby789Matthias Krüger-4/+0
2023-10-14Auto merge of #116407 - Mark-Simulacrum:bootstrap-bump, r=onur-ozkanbors-11/+2
2023-10-11Auto merge of #116448 - Kobzol:bootstrap-host-flags, r=onur-ozkan,petrochenkovbors-37/+57
2023-10-12remove outdated bootstrap FIXMEonur-ozkan-4/+0
2023-10-11Pass BOLT settings at the correct stepJakub Beránek-1/+1
2023-10-10move `features` above to appear before others sectionsonur-ozkan-3/+3
2023-10-10sort/reorganize dependencies in bootstrap/Cargo.tomlonur-ozkan-9/+9
2023-10-09Add `--enable-bolt-settings` bootstrap flagJakub Beránek-1/+6
2023-10-09Enable relocations for BOLTJakub Beránek-0/+11
2023-10-09Pass more host flags using `RUSTC_HOST_FLAGS`Jakub Beránek-15/+15
2023-10-09add `SAFETY` block on usage of unsafe `getuid`onur-ozkan-0/+4
2023-10-09Auto merge of #116532 - onur-ozkan:enable-rustflags-bootstrap-on-bootstrap, r...bors-0/+7
2023-10-08Bump to latest betaMark Rousskov-11/+2
2023-10-08Add RUSTFLAGS_BOOTSTRAP to RUSTFLAGS for bootstrap compilationonur-ozkan-0/+7
2023-10-08linker: Remove `-Zgcc-ld` optionVadim Petrochenkov-10/+13
2023-10-06Rename `flag` to `arg`Jakub Beránek-4/+4
2023-10-06remove the use of `fn update_submodule` on rust-analyzeronur-ozkan-2/+0
2023-10-05Pass host flags to `rustc` shim using prefixed env. varsJakub Beránek-18/+42
2023-10-05Remove unused `RUSTDOC_FUSE_LD_LLD` flagJakub Beránek-4/+0
2023-10-04vendor distribution on the tarball sourcesonur-ozkan-5/+10
2023-10-03bootstrap: make copying linker binaries conditionalJoseph Ryan-5/+7
2023-10-02ensure the parent path's existence on `x install`onur-ozkan-3/+3
2023-10-02Auto merge of #116276 - lqd:lld-sysroot, r=onur-ozkanbors-0/+17
2023-10-02Auto merge of #115898 - onur-ozkan:config-change-tracking, r=Mark-Simulacrumbors-102/+86
2023-10-01add Changelog topic to bootstrap/README.mdonur-ozkan-5/+9
2023-10-01implement major change tracking for the bootstrap configurationonur-ozkan-97/+77
2023-10-01bootstrap: copy self-contained linking components to stage0-sysrootRémy Rakic-0/+17