| Age | Commit message (Expand) | Author | Lines |
| 2023-08-14 | Upgrade Object and related deps | dirreke | -5/+4 |
| 2023-08-14 | Update llvm.rs | Dirreck | -18/+3 |
| 2023-08-14 | add details for csky-unknown-linux-gnuabiv2 and add docs | Dirreke | -0/+16 |
| 2023-08-14 | add a csky-unknown-linux-gnuabiv2 target | Dirreke | -2/+3 |
| 2023-08-13 | Auto merge of #114786 - GuillaumeGomez:rollup-0cos5gn, r=GuillaumeGomez | bors | -6/+28 |
| 2023-08-13 | Rollup merge of #114069 - cuviper:profiler-path, r=Mark-Simulacrum | Guillaume Gomez | -6/+28 |
| 2023-08-13 | Auto merge of #114480 - ozkanonur:fix-stage0-compiler-llvm, r=Mark-Simulacrum | bors | -0/+10 |
| 2023-08-10 | Auto merge of #114697 - matthiaskrgr:rollup-ywooy8x, r=matthiaskrgr | bors | -3/+17 |
| 2023-08-10 | Rollup merge of #114278 - ozkanonur:validate-codegen-backend-config, r=clubby789 | Matthias Krüger | -3/+17 |
| 2023-08-10 | Auto merge of #112482 - tgross35:ci-non-rust-linters, r=pietroalbini | bors | -6/+39 |
| 2023-08-10 | Auto merge of #114001 - meysam81:issue-111894-fix, r=clubby789 | bors | -18/+19 |
| 2023-08-08 | Rollup merge of #114613 - ferrocene:pa-fix-rebuild, r=lqd | Matthias Krüger | -21/+36 |
| 2023-08-08 | Rollup merge of #113480 - Sword-Destiny:master, r=petrochenkov | Matthias Krüger | -1/+1 |
| 2023-08-08 | prevent constant rebuilds of rustc-main (and thus everything else) | Pietro Albini | -21/+36 |
| 2023-08-07 | Adjust path to crtbegin.c / crtend.c | Nikita Popov | -2/+2 |
| 2023-08-07 | add the correct version of LLVM into the stage0 sysroot | ozkanonur | -0/+10 |
| 2023-08-07 | Auto merge of #112916 - tgross35:patch-1, r=Mark-Simulacrum | bors | -2/+9 |
| 2023-08-06 | fix(bootstrap): rename exclude flag to skip 🐛 | Meysam Azad | -18/+19 |
| 2023-08-04 | Rollup merge of #114440 - kaniini:fix/bootstrap-version-compare, r=ozkanonur | Matthias Krüger | -1/+2 |
| 2023-08-04 | Auto merge of #114305 - lqd:bootstrap-strip, r=ozkanonur | bors | -11/+63 |
| 2023-08-03 | bootstrap: config: fix version comparison bug | Ariadne Conill | -1/+2 |
| 2023-08-03 | strip librustc_driver.so even at stage 1 | Rémy Rakic | -4/+2 |
| 2023-08-03 | Skip checking of `rustc_codegen_gcc` with vendoring enabled | Jakub Beránek | -0/+6 |
| 2023-08-02 | Auto merge of #114345 - lqd:revert-113588, r=RalfJung | bors | -8/+1 |
| 2023-08-02 | Rollup merge of #114347 - chenyukang:yukang-fix-114245-fmt-count, r=albertlar... | Nilstrieb | -7/+24 |
| 2023-08-02 | Fix recent python linting errors | Trevor Gross | -6/+17 |
| 2023-08-02 | Add support for tidy linting via external tools for non-rust files | Trevor Gross | -0/+22 |
| 2023-08-02 | Add more context to `quit_if_file_exists` in `configure.py` | Trevor Gross | -2/+9 |
| 2023-08-02 | Auto merge of #112922 - g0djan:godjan/wasi-threads, r=wesleywiser | bors | -4/+9 |
| 2023-08-02 | fmt_override is a better name since we are also adding files to whitelist | yukang | -23/+23 |
| 2023-08-02 | print more detailed format files and untracked files count | yukang | -2/+19 |
| 2023-08-01 | Revert "Rollup merge of #113588 - RalfJung:llvm-merge-base, r=albertlarsan68" | Rémy Rakic | -8/+1 |
| 2023-08-01 | Rollup merge of #113588 - RalfJung:llvm-merge-base, r=albertlarsan68 | Matthias Krüger | -1/+8 |
| 2023-07-31 | Rollup merge of #113906 - notriddle:notriddle/cargo-extra-env, r=Mark-Simulacrum | Matthias Krüger | -0/+1 |
| 2023-07-31 | better error handling for `rust.codegen-backends` on deserialization | ozkanonur | -3/+17 |
| 2023-07-31 | strip debuginfo from librustc_driver.so when applicable, on x64 linux | Rémy Rakic | -2/+25 |
| 2023-07-31 | allow `DebuginfoLevel` to be compared | Rémy Rakic | -1/+1 |
| 2023-07-31 | strip debuginfo from LLVM's .so when applicable, on x64 linux | Rémy Rakic | -0/+26 |
| 2023-07-31 | extract helper to find libLLVM's name | Rémy Rakic | -8/+13 |
| 2023-07-31 | Pass BOLT profile to bootstrap to be included in the reproducible artifacts a... | Jakub Beránek | -9/+8 |
| 2023-07-31 | Remove BOLT from bootstrap | Jakub Beránek | -204/+1 |
| 2023-07-31 | Auto merge of #114126 - ozkanonur:stage-support-for-clean, r=ozkanonur | bors | -22/+66 |
| 2023-07-30 | remove stage-specific artifacts when `--stage` is used | ozkanonur | -22/+62 |
| 2023-07-30 | support `--stage` for `x clean` | ozkanonur | -0/+4 |
| 2023-07-30 | bootstrap: inline format!() args | Matthias Krüger | -174/+162 |
| 2023-07-29 | Add wasm32-wasi-threads target + WASI threads | Georgii Rylov | -4/+9 |
| 2023-07-29 | Auto merge of #114148 - cuviper:drop-llvm-14, r=nikic | bors | -2/+2 |
| 2023-07-29 | Auto merge of #114141 - Kobzol:llvm-bolt-flags, r=lqd | bors | -0/+2 |
| 2023-07-28 | Change LLVM BOLT flags | Jakub Beránek | -0/+2 |
| 2023-07-27 | Update the minimum external LLVM to 15 | Josh Stone | -2/+2 |