| Age | Commit message (Expand) | Author | Lines |
| 2025-04-17 | Rollup merge of #139967 - jieyouxu:auxiliary, r=wesleywiser | Matthias Krüger | -60/+56 |
| 2025-04-17 | Rollup merge of #139498 - alexcrichton:wasm-zst-safe, r=wesleywiser | Matthias Krüger | -0/+11 |
| 2025-04-17 | Rollup merge of #139483 - RalfJung:nan, r=tgross35 | Matthias Krüger | -33/+41 |
| 2025-04-17 | Rollup merge of #139351 - EnzymeAD:autodiff-batching2, r=oli-obk | Matthias Krüger | -28/+220 |
| 2025-04-17 | Auto merge of #139979 - matthiaskrgr:rollup-7wu5169, r=matthiaskrgr | bors | -236/+597 |
| 2025-04-17 | Rollup merge of #139962 - ognevny:opt-dist-tests, r=Kobzol | Matthias Krüger | -1/+14 |
| 2025-04-17 | Rollup merge of #139961 - nnethercote:two-rustc_const_eval-cleanups, r=oli-obk | Matthias Krüger | -15/+19 |
| 2025-04-17 | Rollup merge of #139943 - fmease:rustdoc-ixcre-trait-aliases, r=GuillaumeGomez | Matthias Krüger | -64/+122 |
| 2025-04-17 | Rollup merge of #139935 - cuviper:rustc-rayon-core-0.5.1, r=lqd | Matthias Krüger | -7/+2 |
| 2025-04-17 | Rollup merge of #139931 - ognevny:bootstrap-llvm-zlib, r=Kobzol | Matthias Krüger | -3/+3 |
| 2025-04-17 | Rollup merge of #139902 - lcnr:no-opaque-cast-projection, r=oli-obk | Matthias Krüger | -35/+52 |
| 2025-04-17 | Rollup merge of #139870 - Shourya742:2025-04-15-add-retries-to-remove_and_cre... | Matthias Krüger | -25/+72 |
| 2025-04-17 | Rollup merge of #139850 - xizheyin:issue-138698, r=jieyouxu | Matthias Krüger | -12/+75 |
| 2025-04-17 | Rollup merge of #139774 - compiler-errors:supertrait-alias, r=lcnr | Matthias Krüger | -74/+238 |
| 2025-04-17 | Ignore zero-sized types in wasm future-compat warning | Alex Crichton | -0/+11 |
| 2025-04-17 | Hide unstable print kinds within emit_unknown_print_request_help in stable ch... | xizheyin | -12/+75 |
| 2025-04-17 | tests: remove unused auxiliaries under `tests/ui/directory_ownership/` | Jieyou Xu | -10/+0 |
| 2025-04-17 | tests: use `//@ ignore-auxiliary` with backlinked primary test file | Jieyou Xu | -49/+37 |
| 2025-04-17 | Auto merge of #139949 - matthiaskrgr:rollup-pxc5tsx, r=matthiaskrgr | bors | -978/+1038 |
| 2025-04-17 | rustc-dev-guide: document `//@ ignore-auxiliary` | Jieyou Xu | -0/+5 |
| 2025-04-17 | tests: refine disable reason for `tests/debuginfo/drop-locations.rs` | Jieyou Xu | -1/+3 |
| 2025-04-17 | compiletest: add specific `//@ ignore-auxiliary` for test support files | Jieyou Xu | -0/+11 |
| 2025-04-17 | check OpaqueCast tests with next-solver | lcnr | -1/+4 |
| 2025-04-17 | do not emit `OpaqueCast` projections with `-Znext-solver` | lcnr | -34/+48 |
| 2025-04-17 | opt-dist: add a flag for running tests | Maksim Bondarenkov | -1/+14 |
| 2025-04-17 | bootstrap: enable zlib for LLVM when we compile it for profiling | Maksim Bondarenkov | -3/+3 |
| 2025-04-17 | Auto merge of #139926 - weihanglo:update-cargo, r=weihanglo | bors | -1/+2 |
| 2025-04-17 | Auto merge of #139940 - matthiaskrgr:rollup-rd4d3fn, r=matthiaskrgr | bors | -231/+939 |
| 2025-04-17 | Rollup merge of #139948 - jieyouxu:ignore-breakup-commit, r=onur-ozkan | Matthias Krüger | -0/+2 |
| 2025-04-17 | Rollup merge of #139944 - shepmaster:eager-diagnostics, r=nnethercote | Matthias Krüger | -271/+98 |
| 2025-04-17 | Rollup merge of #139932 - joshlf:transmute-simplify-tests, r=jswrenn | Matthias Krüger | -66/+74 |
| 2025-04-17 | Rollup merge of #139904 - ferrocene:lw-wkumpwrytvtp, r=nnethercote,jieyouxu | Matthias Krüger | -7/+53 |
| 2025-04-17 | Rollup merge of #139885 - jyn514:doc-rustc-bootstrap, r=Nadrieril | Matthias Krüger | -0/+109 |
| 2025-04-17 | Rollup merge of #139782 - xizheyin:issue-139627, r=wesleywiser | Matthias Krüger | -1/+20 |
| 2025-04-17 | Rollup merge of #139416 - mejrs:metavar, r=tgross35 | Matthias Krüger | -0/+145 |
| 2025-04-17 | Rollup merge of #138632 - clubby789:stabilize-cfg-boolean-lit, r=davidtwco,Ur... | Matthias Krüger | -633/+537 |
| 2025-04-17 | git: ignore `60600a6fa403216bfd66e04f948b1822f6450af7` for blame purposes | Jieyou Xu | -0/+2 |
| 2025-04-17 | `intern_with_temp_alloc` is for `DummyMachine` only. | Nicholas Nethercote | -2/+6 |
| 2025-04-17 | Remove some unnecessary lifetimes. | Nicholas Nethercote | -13/+13 |
| 2025-04-16 | Move eager translation to a method on `Diag` | Jake Goulding | -271/+98 |
| 2025-04-17 | Auto merge of #139938 - matthiaskrgr:rollup-19ddpus, r=matthiaskrgr | bors | -302/+265 |
| 2025-04-17 | Support inlined cross-crate re-exported trait aliases | León Orell Valerian Liehr | -64/+122 |
| 2025-04-16 | document RUSTC_BOOTSTRAP, RUSTC_OVERRIDE_VERSION_STRING, and -Z allow-feature... | jyn | -0/+109 |
| 2025-04-16 | Update cargo | Weihang Lo | -1/+2 |
| 2025-04-16 | transmutability: Refactor tests for simplicity | Joshua Liebow-Feeser | -66/+74 |
| 2025-04-17 | Rollup merge of #139915 - RalfJung:intrinsic-imports, r=compiler-errors | Matthias Krüger | -52/+4 |
| 2025-04-17 | Rollup merge of #139900 - lcnr:normalizes-to-where-bounds-unproductive, r=com... | Matthias Krüger | -8/+201 |
| 2025-04-17 | Rollup merge of #139894 - Kobzol:opt-dist-fixes, r=lqd | Matthias Krüger | -2/+4 |
| 2025-04-17 | Rollup merge of #139889 - spencer3035:clean-ui-tests-3-of-n, r=jieyouxu | Matthias Krüger | -12/+50 |
| 2025-04-17 | Rollup merge of #139854 - fmease:modern-diag-for-lt-in-ty, r=davidtwco | Matthias Krüger | -92/+283 |