| Age | Commit message (Expand) | Author | Lines |
| 2023-03-15 | Set CMAKE_SYSTEM_NAME for Linux targets | Alan Egerton | -0/+2 |
| 2023-03-15 | Rollup merge of #109111 - MU001999:master, r=jyn514 | Dylan DPC | -0/+1 |
| 2023-03-15 | add `enable-warnings` flag for llvm | ozkanonur | -6/+9 |
| 2023-03-14 | add dist.compression-profile option to control compression speed | Pietro Albini | -0/+5 |
| 2023-03-14 | Create dir for build_triple | Mu001999 | -0/+1 |
| 2023-03-13 | Rollup merge of #109055 - ozkanonur:detect_src_and_out, r=albertlarsan68 | Matthias Krüger | -2/+33 |
| 2023-03-13 | Rollup merge of #108607 - psumbera:solaris-no-flock-bootstrap, r=albertlarsan68 | Matthias Krüger | -8/+15 |
| 2023-03-13 | Don't use fd-lock on Solaris in bootstrap | Petr Sumbera | -8/+15 |
| 2023-03-12 | create `config::tests::detect_src_and_out` test for bootstrap | ozkanonur | -2/+33 |
| 2023-03-12 | Rollup merge of #109031 - thomcc:config-example-toml, r=ozkanonur | Matthias Krüger | -12/+12 |
| 2023-03-12 | Prevent stable `libtest` from supporting `-Zunstable-options` | Thom Chiovoloni | -0/+6 |
| 2023-03-12 | Rollup merge of #108984 - Teapot4195:issue-106803-fix, r=ozkanonur | Matthias Krüger | -0/+2 |
| 2023-03-11 | Rename `config.toml.example` to `config.example.toml` | Thom Chiovoloni | -12/+12 |
| 2023-03-10 | bootstrap: document tidy | Alex Huang | -0/+2 |
| 2023-03-10 | Rollup merge of #108963 - jhheider:fix-CI-non-git-builds, r=albertlarsan68 | Matthias Krüger | -1/+1 |
| 2023-03-09 | only call git on git checkouts | Jacob Heider | -1/+1 |
| 2023-03-09 | Rollup merge of #108778 - jyn514:quiet-fmt, r=albertlarsan68 | Matthias Krüger | -1/+7 |
| 2023-03-09 | Don't print all modified files if there's more than 10 | Joshua Nelson | -1/+7 |
| 2023-03-08 | Rollup merge of #108898 - ferrocene:pa-libc-check-cfg, r=Mark-Simulacrum | Matthias Krüger | -0/+9 |
| 2023-03-08 | set LIBC_CHECK_CFG=1 when building Rust code in bootstrap | Pietro Albini | -0/+9 |
| 2023-03-08 | Auto merge of #108534 - Mark-Simulacrum:compression, r=pietroalbini | bors | -6/+57 |
| 2023-03-07 | Rollup merge of #108866 - Kohei316:master, r=ozkanonur | Matthias Krüger | -2/+13 |
| 2023-03-07 | Rollup merge of #108581 - jfgoog:include-mingw-linker, r=petrochenkov | Matthias Krüger | -2/+6 |
| 2023-03-08 | Add force to use the stage 2 compiler in compiler_for when config.download_ru... | morine0122 | -2/+13 |
| 2023-03-07 | Rollup merge of #108619 - jyn514:llvm-version-check, r=cuviper | Yuki Okushi | -9/+1 |
| 2023-03-07 | Add bootstrap support for rust-installer | Mark Rousskov | -6/+57 |
| 2023-03-07 | switch to termcolor | Pietro Albini | -47/+78 |
| 2023-03-06 | fix name of the field containing the ignore reason | Pietro Albini | -3/+3 |
| 2023-03-05 | Rollup merge of #108776 - jyn514:quiet-tidy, r=ozkanonur | Matthias Krüger | -2/+4 |
| 2023-03-05 | Rollup merge of #108773 - jyn514:faster-tidy-fmt, r=albertlarsan68 | Matthias Krüger | -1/+5 |
| 2023-03-05 | Make `x test tidy` less noisy | Joshua Nelson | -2/+4 |
| 2023-03-05 | Remove the option to disable `llvm-version-check` | Joshua Nelson | -9/+1 |
| 2023-03-05 | x fmt: Only check modified files locally | Joshua Nelson | -1/+5 |
| 2023-03-05 | Rollup merge of #108618 - KittyBorgX:master, r=Mark-Simulacrum | Matthias Krüger | -8/+8 |
| 2023-03-05 | Rollup merge of #108616 - jyn514:sync-codegen, r=albertlarsan68 | Matthias Krüger | -0/+2 |
| 2023-03-05 | Rollup merge of #108613 - jyn514:rm-skip-rebuild, r=Mark-Simulacrum | Matthias Krüger | -31/+0 |
| 2023-03-05 | Sync codegen defaults with compiler defaults and add a ping message so they s... | Joshua Nelson | -0/+2 |
| 2023-03-05 | Auto merge of #107723 - Kobzol:bootstrap-bolt, r=Mark-Simulacrum | bors | -42/+143 |
| 2023-03-04 | Rollup merge of #108632 - Teapot4195:issue-108612-fix, r=ozkanonur | Matthias Krüger | -4/+18 |
| 2023-03-04 | Add comment on what libs should be in target_libs | Chris Denton | -0/+3 |
| 2023-03-04 | Add check for dry run | Jakub Beránek | -5/+1 |
| 2023-03-04 | Create BOLT build steps to avoid running BOLT multiple times on the same file | Jakub Beránek | -19/+127 |
| 2023-03-04 | Apply BOLT optimizations without rebuilding LLVM | Jakub Beránek | -35/+32 |
| 2023-03-03 | ./configure script should only show blocks (and associated comments) where it... | Alex Huang | -4/+18 |
| 2023-03-03 | change approach to prevent interleaving compiletest message | Pietro Albini | -6/+1 |
| 2023-03-03 | handle non-json output in stdout | Pietro Albini | -6/+13 |
| 2023-03-02 | Rollup merge of #108644 - KittyBorgX:hashmap-toml, r=albertlarsan68 | Matthias Krüger | -0/+2 |
| 2023-03-02 | do not use render_tests for clippy | Pietro Albini | -1/+1 |
| 2023-03-02 | avoid overlapping stderr | Pietro Albini | -5/+11 |
| 2023-03-02 | switch all tests to use render_tests | Pietro Albini | -23/+27 |