| Age | Commit message (Expand) | Author | Lines |
| 2023-09-06 | fix log formatting in bootstrap | Goldstein | -3/+3 |
| 2023-09-05 | Auto merge of #114843 - Zalathar:test-coverage-map, r=oli-obk | bors | -1/+18 |
| 2023-09-05 | Auto merge of #115544 - onur-ozkan:patch-binaries-for-nix-configure, r=albert... | bors | -0/+1 |
| 2023-09-05 | support `{disable,enable}-patch-binaries-for-nix` in configure.py | onur-ozkan | -0/+1 |
| 2023-09-05 | Add test suite `coverage-map` to test coverage mappings emitted by LLVM | Zalathar | -0/+15 |
| 2023-09-05 | Add tool `src/tools/coverage-dump` for use by some new coverage tests | Zalathar | -1/+3 |
| 2023-09-03 | Auto merge of #115448 - onur-ozkan:optimize-bootstrap-dep-tree, r=albertlarsan68 | bors | -40/+8 |
| 2023-09-02 | Auto merge of #115471 - RalfJung:skipping-sanity, r=onur-ozkan | bors | -10/+13 |
| 2023-09-02 | also skip musl checks when BOOTSTRAP_SKIP_TARGET_SANITY is set | Ralf Jung | -10/+13 |
| 2023-09-01 | bump hermit-abi from yanked version(0.3.1) to 0.3.2 | onur-ozkan | -3/+3 |
| 2023-09-01 | bump pretty_assertions to 1.4 | onur-ozkan | -37/+5 |
| 2023-09-01 | bootstrap/format: remove unnecessary paths.push | Ralf Jung | -4/+0 |
| 2023-08-31 | bootstrap: use git merge-base for LLVM CI download logic | Ralf Jung | -1/+8 |
| 2023-08-31 | Auto merge of #115323 - onur-ozkan:curl-download-checksum-fix, r=Mark-Simulacrum | bors | -12/+11 |
| 2023-08-28 | avoid stdout redirection on `curl` executions | onur-ozkan | -12/+11 |
| 2023-08-27 | Rollup merge of #115261 - onur-ozkan:replace-old-username, r=Mark-Simulacrum | Guillaume Gomez | -1/+1 |
| 2023-08-27 | Rollup merge of #115111 - ozkanonur:check-rust-analyzer-if-enabled, r=Mark-Si... | Matthias Krüger | -2/+9 |
| 2023-08-27 | replace outdated github username 'ozkanonur' | ozkanonur | -1/+1 |
| 2023-08-24 | Rollup merge of #115117 - pnkfelix:detect-and-report-nix-shell, r=albertlarsan68 | Weihang Lo | -9/+31 |
| 2023-08-23 | Accommodate tidy. | Felix S. Klock II | -11/+9 |
| 2023-08-23 | Rollup merge of #115109 - cuviper:yaml-404, r=albertlarsan68 | Guillaume Gomez | -0/+5 |
| 2023-08-23 | Rollup merge of #115103 - djkoloski:disable_bootstrap_version_check, r=compil... | Guillaume Gomez | -1/+2 |
| 2023-08-22 | Better diagnostics for people using nix subshell on non-NixOS. | Felix S. Klock II | -8/+32 |
| 2023-08-22 | drive-by fix to Python doc comment. | Felix S. Klock II | -1/+1 |
| 2023-08-22 | compile rust-anaylzer with `x check` if it's enabled | ozkanonur | -2/+9 |
| 2023-08-22 | Skip ExpandYamlAnchors when the config is missing | Josh Stone | -0/+5 |
| 2023-08-22 | Rollup merge of #115090 - eopb:dont-check-lib-bootstrap, r=ozkanonur | Michael Goulet | -8/+3 |
| 2023-08-22 | Rollup merge of #115011 - compiler-errors:warn-on-elided-assoc-ct-lt, r=cjgillot | Michael Goulet | -1/+1 |
| 2023-08-22 | Disable bootstrap rustc version check | David Koloski | -1/+2 |
| 2023-08-22 | bootstrap: builder: don't add origin paths on xous | Sean Cross | -1/+4 |
| 2023-08-22 | Always use `os-release` rather than `/lib` to detect `NixOS` | Ethan Brierley | -8/+3 |
| 2023-08-22 | bootstrap/miri: respect config_locked_deps | Ralf Jung | -0/+7 |
| 2023-08-21 | Fix elided lifetimes in rust-lang/rust | Michael Goulet | -1/+1 |
| 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 |