| Age | Commit message (Expand) | Author | Lines |
| 2024-01-05 | Check for profiler support via a flag, instead of an environment var | Zalathar | -1/+1 |
| 2024-01-04 | Auto merge of #119569 - matthiaskrgr:rollup-4packja, r=matthiaskrgr | bors | -4/+34 |
| 2024-01-04 | Handle vendored sources when remapping paths | Arlo Siemsen | -7/+12 |
| 2024-01-04 | Imply sysroot-abi feature when in-rust-tree is set | Lukas Wirth | -2/+2 |
| 2024-01-04 | Set the `in-rust-tree`` feature for all rust-analyzer{-proc-macro-srv} steps | Lukas Wirth | -5/+5 |
| 2024-01-04 | Rollup merge of #118521 - dpaoliello:asan, r=wesleywiser | Matthias Krüger | -4/+34 |
| 2024-01-04 | Auto merge of #119542 - lnicola:sync-from-ra2, r=lnicola | bors | -1/+1 |
| 2024-01-03 | add and document a new `is_system_llvm` abstraction | jyn | -26/+52 |
| 2024-01-03 | Enable address sanitizer for MSVC targets using INFERASANLIBS linker flag | Daniel Paoliello | -4/+34 |
| 2024-01-03 | Rollup merge of #119298 - onur-ozkan:silence-change-tracker-warning-for-ci, r... | León Orell Valerian Liehr | -15/+17 |
| 2024-01-03 | Use the current target instead of iterating over all targets. | onur-ozkan | -9/+7 |
| 2024-01-03 | Add proc_macro_def_site to r-a ALLOW_FEATURES | Laurențiu Nicola | -1/+1 |
| 2024-01-01 | pass allow-{dirty,staged} to clippy | onur-ozkan | -1/+16 |
| 2023-12-30 | bootstrap: extract --check-cfg arg generation and add unit tests for it | Urgau | -19/+35 |
| 2023-12-30 | Simplify bootstrap check-cfg arguments | Urgau | -10/+15 |
| 2023-12-30 | apply bootstrap lock unconditionally | onur-ozkan | -32/+23 |
| 2023-12-30 | bootstrap: bump fd-lock | onur-ozkan | -37/+34 |
| 2023-12-30 | bootstrap: Move -Clto= setting from Rustc::run to rustc_cargo | Xi Ruoyao | -28/+28 |
| 2023-12-29 | Auto merge of #119373 - Kobzol:missing-tools-bootstrap, r=onur-ozkan | bors | -130/+98 |
| 2023-12-29 | don't return suggestion message if no changes detected | onur-ozkan | -15/+17 |
| 2023-12-28 | Remove `is_optional_tool` from `ToolBuild` | Jakub Beránek | -128/+92 |
| 2023-12-28 | Add change tracker entry | Jakub Beránek | -1/+6 |
| 2023-12-28 | Remove `--enable-missing-tools` from `configure.py` | Jakub Beránek | -1/+0 |
| 2023-12-28 | utilize the unused `llvm-tools` option | onur-ozkan | -8/+10 |
| 2023-12-25 | Update sysinfo version to 0.30.1 | Guillaume Gomez | -3/+3 |
| 2023-12-25 | bootstrap: use same make flags with rustdoc | onur-ozkan | -5/+0 |
| 2023-12-22 | bootstrap: build doc for `cargo-util-schemas | Weihang Lo | -0/+1 |
| 2023-12-21 | Rollup merge of #119182 - GuillaumeGomez:update-sysinfo, r=onur-ozkan | Matthias Krüger | -7/+7 |
| 2023-12-21 | Rollup merge of #119124 - onur-ozkan:help-118861, r=Mark-Simulacrum | Matthias Krüger | -5/+27 |
| 2023-12-21 | add a new change in change-tracker | onur-ozkan | -0/+5 |
| 2023-12-21 | Update sysinfo version to 0.30.0 | Guillaume Gomez | -7/+7 |
| 2023-12-19 | implement remapper for build paths | onur-ozkan | -0/+14 |
| 2023-12-19 | don't build `rust-analyzer-proc-macro-srv` on def config | onur-ozkan | -5/+8 |
| 2023-12-18 | Auto merge of #118946 - onur-ozkan:fix-clean, r=clubby789 | bors | -2/+8 |
| 2023-12-17 | Auto merge of #119020 - onur-ozkan:remove-hex, r=albertlarsan68 | bors | -29/+79 |
| 2023-12-17 | expand helpers tests with new test module `tests/helpers` | onur-ozkan | -16/+63 |
| 2023-12-16 | make x.py clippy download and use beta clippy | asquared31415 | -88/+124 |
| 2023-12-16 | use RUSTC_WRAPPER instead of RUSTC | jyn | -15/+68 |
| 2023-12-16 | give a better error if renaming a temp file fails | jyn | -1/+8 |
| 2023-12-16 | create helper fn `hex_encode` and remove `hex` dependency | onur-ozkan | -13/+16 |
| 2023-12-16 | fix printing cargo args on --dry-run | jyn | -7/+9 |
| 2023-12-15 | Auto merge of #118936 - nikic:update-llvm-18, r=cuviper | bors | -21/+21 |
| 2023-12-14 | fix `x clean` for cross-compiled artifacts | onur-ozkan | -2/+8 |
| 2023-12-14 | Fix bootstrap test failures | Nikita Popov | -21/+21 |
| 2023-12-14 | Auto merge of #118789 - jyn514:dry-run, r=onur-ozkan | bors | -2/+2 |
| 2023-12-13 | Auto merge of #118919 - matthiaskrgr:rollup-02udckl, r=matthiaskrgr | bors | -20/+20 |
| 2023-12-13 | Fix LLD thread flag selection for Windows targets | Jakub Beránek | -1/+1 |
| 2023-12-13 | Add `TargetSelection::is_windows` method | Jakub Beránek | -19/+19 |
| 2023-12-12 | Unbreak non-unix non-windows bootstrap | David Tolnay | -1/+0 |
| 2023-12-12 | Auto merge of #118817 - lnicola:sync-from-ra, r=lnicola | bors | -0/+2 |