| Age | Commit message (Expand) | Author | Lines |
| 2024-01-23 | Add the wasm32-wasi-preview2 target | Ryan Levick | -3/+6 |
| 2024-01-23 | Auto merge of #117958 - risc0:erik/target-triple, r=davidtwco,Mark-Simulacrum | bors | -0/+9 |
| 2024-01-22 | rustc: implement support for `riscv32im_risc0_zkvm_elf` | Erik Kaneda | -0/+9 |
| 2024-01-22 | Rollup merge of #120058 - onur-ozkan:compiler-assemble, r=Mark-Simulacrum | Matthias Krüger | -28/+34 |
| 2024-01-21 | Rollup merge of #120167 - dtolnay:bootstrap, r=clubby789 | Matthias Krüger | -8/+20 |
| 2024-01-20 | Capture the rationale for -Zallow-features= in bootstrap.py | David Tolnay | -8/+20 |
| 2024-01-19 | Increase vscode `git.detectSubmodulesLimit` | trevyn | -0/+1 |
| 2024-01-18 | Rollup merge of #120096 - onur-ozkan:rustc_bootstrap, r=dtolnay | Matthias Krüger | -8/+11 |
| 2024-01-18 | Rollup merge of #119582 - arlosi:bootstrap-vendor-remap, r=wesleywiser | Matthias Krüger | -7/+12 |
| 2024-01-18 | Set RUSTC_BOOTSTRAP=1 consistently | onur-ozkan | -8/+11 |
| 2024-01-18 | llvm: simplify data layout check | David Wood | -5/+0 |
| 2024-01-18 | distribute actual stage of the compiled compiler | onur-ozkan | -21/+34 |
| 2024-01-17 | revert temporary patch #108288 | onur-ozkan | -7/+0 |
| 2024-01-15 | Consistently unset RUSTC_BOOTSTRAP when compiling bootstrap | David Tolnay | -0/+13 |
| 2024-01-11 | Rollup merge of #119853 - klensy:rustfmt-ignore, r=cuviper | Matthias Krüger | -4/+7 |
| 2024-01-11 | apply fmt | klensy | -4/+7 |
| 2024-01-11 | Auto merge of #119654 - onur-ozkan:bump-dependencies, r=clubby789 | bors | -173/+138 |
| 2024-01-11 | bump bootstrap dependencies | onur-ozkan | -173/+138 |
| 2024-01-10 | bootstrap: exclude link_jobs from `check_ci_llvm!` checks | Simonas Kazlauskas | -1/+0 |
| 2024-01-09 | Rollup merge of #119619 - onur-ozkan:panic-abort-mir-opt, r=oli-obk | Matthias Krüger | -2/+12 |
| 2024-01-08 | fix the incorrect target on stage1 ui-fulldeps tests | onur-ozkan | -2/+7 |
| 2024-01-08 | enable RUSTC_BOOTSTRAP on panic=abort mir-opt test | onur-ozkan | -0/+5 |
| 2024-01-07 | Auto merge of #119556 - onur-ozkan:optimized-compiler-builtins, r=onur-ozkan | bors | -31/+79 |
| 2024-01-07 | add a new `optimized_compiler_builtins` option | jyn | -5/+27 |
| 2024-01-06 | Rollup merge of #119548 - onur-ozkan:remove-nested-target-iteration, r=Mark-S... | Michael Goulet | -9/+7 |
| 2024-01-07 | Auto merge of #119035 - saethlin:remove-linker-requirement, r=onur-ozkan | bors | -8/+43 |
| 2024-01-06 | Run Miri and mir-opt tests without a target linker | Ben Kimock | -8/+43 |
| 2024-01-06 | Rollup merge of #119486 - onur-ozkan:clippy-allow-dirty-and-staged, r=Mark-Si... | Matthias Krüger | -1/+16 |
| 2024-01-05 | Rollup merge of #119414 - xry111:xry111/lto-test, r=Mark-Simulacrum | Michael Goulet | -28/+28 |
| 2024-01-05 | Rollup merge of #119034 - Zalathar:ignore-mode, r=davidtwco | Michael Goulet | -1/+1 |
| 2024-01-05 | Auto merge of #118861 - Veykril:r-a-in-tree, r=onur-ozkan | bors | -5/+5 |
| 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 |