| Age | Commit message (Expand) | Author | Lines |
| 2024-06-06 | Rollup merge of #126035 - oli-obk:query_macro_errors, r=fmease | Jubilee | -0/+1 |
| 2024-06-06 | Rollup merge of #126034 - ChrisDenton:winsupport, r=ehuss | Jubilee | -4/+4 |
| 2024-06-06 | Rollup merge of #126033 - Kobzol:fix-toolstate-history, r=ehuss | Jubilee | -2/+3 |
| 2024-06-06 | Revert "Rollup merge of #124099 - voidc:disallow-ambiguous-expr-attrs, r=davi... | Rémy Rakic | -10/+10 |
| 2024-06-06 | Auto merge of #126068 - lqd:revert-124976, r=petrochenkov | bors | -8/+8 |
| 2024-06-06 | Do not use relative paths to Rust source root in run-make tests | Jakub Beránek | -2/+3 |
| 2024-06-06 | use windows compatible executable name for libcxx-version | onur-ozkan | -1/+1 |
| 2024-06-06 | prefer compile::stream_cargo for building tools | onur-ozkan | -3/+1 |
| 2024-06-07 | compiletest: Allow multiple `//@ run-flags:` headers | Zalathar | -10/+12 |
| 2024-06-06 | Auto merge of #126061 - nikic:llvm-18.1.7, r=wesleywiser | bors | -0/+0 |
| 2024-06-06 | Auto merge of #125411 - onur-ozkan:sanity-check-libstdc++, r=Mark-Simulacrum | bors | -0/+116 |
| 2024-06-06 | Revert "Rollup merge of #124976 - petrochenkov:usedcrates, r=oli-obk" | Rémy Rakic | -8/+8 |
| 2024-06-06 | Make the panic info more useful | Oli Scherer | -0/+1 |
| 2024-06-06 | Migrate `run-make/manual-crate-name` to `rmake.rs` | Guillaume Gomez | -1/+0 |
| 2024-06-06 | Auto merge of #124482 - spastorino:unsafe-extern-blocks, r=oli-obk | bors | -6/+19 |
| 2024-06-06 | Update to LLVM 18.1.7 | Nikita Popov | -0/+0 |
| 2024-06-06 | Auto merge of #126056 - matthiaskrgr:rollup-ytwg62v, r=matthiaskrgr | bors | -18/+50 |
| 2024-06-06 | use `bootstrap-self-test` feature on libstd check | onur-ozkan | -3/+8 |
| 2024-06-06 | add FIXME on libcxx check | onur-ozkan | -5/+1 |
| 2024-06-06 | skip `src/tools/libcxx-version` from tidy | onur-ozkan | -2/+1 |
| 2024-06-06 | check host's libstdc++ version when using ci llvm | onur-ozkan | -1/+89 |
| 2024-06-06 | create libcxx-version tool for getting currently used libcxx version | onur-ozkan | -0/+28 |
| 2024-06-06 | Auto merge of #125958 - BoxyUwU:remove_const_ty, r=lcnr | bors | -69/+72 |
| 2024-06-06 | Rollup merge of #126048 - ehuss:cargo-specfics-fixes, r=ehuss | Matthias Krüger | -7/+7 |
| 2024-06-06 | Rollup merge of #124731 - dalance:add_translation_support, r=ehuss | Matthias Krüger | -11/+43 |
| 2024-06-06 | Clarify an `x fmt` error. | Nicholas Nethercote | -1/+3 |
| 2024-06-05 | Misc fixes to cranelift/clippy/miri | Boxy | -7/+8 |
| 2024-06-05 | Remove `Type` from rustdoc `Const` | Boxy | -62/+64 |
| 2024-06-05 | Auto merge of #126038 - matthiaskrgr:rollup-h4rm3x2, r=matthiaskrgr | bors | -5/+31 |
| 2024-06-05 | Fix some wording in cargo-specifics.md | Eric Huss | -5/+5 |
| 2024-06-05 | Fix typos in cargo-specifics.md | Daniel Hofstetter | -3/+3 |
| 2024-06-05 | Simplify the rayon calls in the installer | Josh Stone | -9/+3 |
| 2024-06-05 | Auto merge of #126037 - matthiaskrgr:rollup-7pz1nhr, r=matthiaskrgr | bors | -1/+17 |
| 2024-06-05 | Rollup merge of #126008 - Zalathar:fulldeps-19371, r=jieyouxu | Matthias Krüger | -0/+10 |
| 2024-06-05 | Rollup merge of #125672 - Lokathor:update-miri-result-ffi, r=RalfJung | Matthias Krüger | -2/+14 |
| 2024-06-05 | Rollup merge of #125648 - lqd:rustsrc, r=pietroalbini | Matthias Krüger | -1/+6 |
| 2024-06-05 | Rollup merge of #125622 - oli-obk:define_opaque_types15, r=compiler-errors | Matthias Krüger | -2/+1 |
| 2024-06-05 | Rollup merge of #125911 - onur-ozkan:wipe-broken-cache, r=albertlarsan68 | Matthias Krüger | -1/+17 |
| 2024-06-05 | Auto merge of #126005 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-06-05 | Clarify our tier 1 Windows Server support | Chris Denton | -4/+4 |
| 2024-06-05 | Fix publishing of toolstate history | Jakub Beránek | -2/+3 |
| 2024-06-05 | Auto merge of #126016 - workingjubilee:rollup-nh6ehbz, r=workingjubilee | bors | -78/+88 |
| 2024-06-05 | Rollup merge of #126003 - Lokathor:new-co-maintainer, r=compiler-errors | Jubilee | -0/+1 |
| 2024-06-05 | Rollup merge of #125815 - nnethercote:rustc_parse-top-level-cleanups, r=spast... | Jubilee | -37/+31 |
| 2024-06-05 | Rollup merge of #125683 - Oneirical:patience-testing-test, r=jieyouxu | Jubilee | -3/+7 |
| 2024-06-05 | Rollup merge of #125273 - onur-ozkan:bootstrap-self-test, r=albertlarsan68 | Jubilee | -38/+49 |
| 2024-06-04 | Update nomicon | Eric Huss | -0/+0 |
| 2024-06-04 | Silence double-symlink errors while building solaris toolchain | Jubilee Young | -1/+1 |
| 2024-06-05 | Port `tests/run-make-fulldeps/issue-19371` to ui-fulldeps | Zalathar | -0/+10 |
| 2024-06-04 | Update cargo | Weihang Lo | -0/+0 |