about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2024-01-05Check for profiler support via a flag, instead of an environment varZalathar-1/+1
2024-01-04Auto merge of #119569 - matthiaskrgr:rollup-4packja, r=matthiaskrgrbors-4/+34
2024-01-04Handle vendored sources when remapping pathsArlo Siemsen-7/+12
2024-01-04Imply sysroot-abi feature when in-rust-tree is setLukas Wirth-2/+2
2024-01-04Set the `in-rust-tree`` feature for all rust-analyzer{-proc-macro-srv} stepsLukas Wirth-5/+5
2024-01-04Rollup merge of #118521 - dpaoliello:asan, r=wesleywiserMatthias Krüger-4/+34
2024-01-04Auto merge of #119542 - lnicola:sync-from-ra2, r=lnicolabors-1/+1
2024-01-03add and document a new `is_system_llvm` abstractionjyn-26/+52
2024-01-03Enable address sanitizer for MSVC targets using INFERASANLIBS linker flagDaniel Paoliello-4/+34
2024-01-03Rollup merge of #119298 - onur-ozkan:silence-change-tracker-warning-for-ci, r...León Orell Valerian Liehr-15/+17
2024-01-03Use the current target instead of iterating over all targets.onur-ozkan-9/+7
2024-01-03Add proc_macro_def_site to r-a ALLOW_FEATURESLaurențiu Nicola-1/+1
2024-01-01pass allow-{dirty,staged} to clippyonur-ozkan-1/+16
2023-12-30bootstrap: extract --check-cfg arg generation and add unit tests for itUrgau-19/+35
2023-12-30Simplify bootstrap check-cfg argumentsUrgau-10/+15
2023-12-30apply bootstrap lock unconditionallyonur-ozkan-32/+23
2023-12-30bootstrap: bump fd-lockonur-ozkan-37/+34
2023-12-30bootstrap: Move -Clto= setting from Rustc::run to rustc_cargoXi Ruoyao-28/+28
2023-12-29Auto merge of #119373 - Kobzol:missing-tools-bootstrap, r=onur-ozkanbors-130/+98
2023-12-29don't return suggestion message if no changes detectedonur-ozkan-15/+17
2023-12-28Remove `is_optional_tool` from `ToolBuild`Jakub Beránek-128/+92
2023-12-28Add change tracker entryJakub Beránek-1/+6
2023-12-28Remove `--enable-missing-tools` from `configure.py`Jakub Beránek-1/+0
2023-12-28utilize the unused `llvm-tools` optiononur-ozkan-8/+10
2023-12-25Update sysinfo version to 0.30.1Guillaume Gomez-3/+3
2023-12-25bootstrap: use same make flags with rustdoconur-ozkan-5/+0
2023-12-22bootstrap: build doc for `cargo-util-schemasWeihang Lo-0/+1
2023-12-21Rollup merge of #119182 - GuillaumeGomez:update-sysinfo, r=onur-ozkanMatthias Krüger-7/+7
2023-12-21Rollup merge of #119124 - onur-ozkan:help-118861, r=Mark-SimulacrumMatthias Krüger-5/+27
2023-12-21add a new change in change-trackeronur-ozkan-0/+5
2023-12-21Update sysinfo version to 0.30.0Guillaume Gomez-7/+7
2023-12-19implement remapper for build pathsonur-ozkan-0/+14
2023-12-19don't build `rust-analyzer-proc-macro-srv` on def configonur-ozkan-5/+8
2023-12-18Auto merge of #118946 - onur-ozkan:fix-clean, r=clubby789bors-2/+8
2023-12-17Auto merge of #119020 - onur-ozkan:remove-hex, r=albertlarsan68bors-29/+79
2023-12-17expand helpers tests with new test module `tests/helpers`onur-ozkan-16/+63
2023-12-16make x.py clippy download and use beta clippyasquared31415-88/+124
2023-12-16use RUSTC_WRAPPER instead of RUSTCjyn-15/+68
2023-12-16give a better error if renaming a temp file failsjyn-1/+8
2023-12-16create helper fn `hex_encode` and remove `hex` dependencyonur-ozkan-13/+16
2023-12-16fix printing cargo args on --dry-runjyn-7/+9
2023-12-15Auto merge of #118936 - nikic:update-llvm-18, r=cuviperbors-21/+21
2023-12-14fix `x clean` for cross-compiled artifactsonur-ozkan-2/+8
2023-12-14Fix bootstrap test failuresNikita Popov-21/+21
2023-12-14Auto merge of #118789 - jyn514:dry-run, r=onur-ozkanbors-2/+2
2023-12-13Auto merge of #118919 - matthiaskrgr:rollup-02udckl, r=matthiaskrgrbors-20/+20
2023-12-13Fix LLD thread flag selection for Windows targetsJakub Beránek-1/+1
2023-12-13Add `TargetSelection::is_windows` methodJakub Beránek-19/+19
2023-12-12Unbreak non-unix non-windows bootstrapDavid Tolnay-1/+0
2023-12-12Auto merge of #118817 - lnicola:sync-from-ra, r=lnicolabors-0/+2