| Age | Commit message (Expand) | Author | Lines |
| 2025-06-12 | Auto merge of #142438 - matthiaskrgr:rollup-u1jdnhz, r=matthiaskrgr | bors | -75/+544 |
| 2025-06-12 | Detect when attribute is provided by missing `derive` macro | Esteban Küber | -7/+418 |
| 2025-06-12 | Remove unneeded lifetime | Samuel Tardieu | -1/+1 |
| 2025-06-12 | Rollup merge of #142418 - oli-obk:lower_arg_ty, r=BoxyUwU,fmease | Matthias Krüger | -12/+2 |
| 2025-06-12 | Rollup merge of #142408 - WaffleLapkin:rotates-itself, r=WaffleLapkin | Matthias Krüger | -0/+2 |
| 2025-06-12 | Rollup merge of #142407 - Kobzol:remove-bootstrap-adhoc-group, r=davidtwco | Matthias Krüger | -7/+0 |
| 2025-06-12 | Rollup merge of #142406 - jdonszelmann:dead-code-enum-variant, r=WaffleLapkin | Matthias Krüger | -1/+94 |
| 2025-06-12 | Rollup merge of #142402 - sorairolake:remove-blank-line, r=workingjubilee | Matthias Krüger | -3/+0 |
| 2025-06-12 | Rollup merge of #142034 - estebank:issue-141258, r=davidtwco | Matthias Krüger | -2/+218 |
| 2025-06-12 | Rollup merge of #141934 - petrochenkov:privmacuse, r=compiler-errors | Matthias Krüger | -22/+36 |
| 2025-06-12 | Rollup merge of #141069 - chenyukang:yukang-fix-137486-suggest-mut, r=davidtwco | Matthias Krüger | -3/+96 |
| 2025-06-12 | Rollup merge of #134536 - Urgau:fn-ptr-option, r=compiler-errors,traviscross | Matthias Krüger | -25/+96 |
| 2025-06-12 | Auto merge of #138164 - jdonszelmann:attr-parsing-lint-infra, r=oli-obk | bors | -226/+726 |
| 2025-06-12 | add `extern "custom"` functions | Folkert de Vries | -0/+5 |
| 2025-06-12 | add `extern "custom"` functions | Folkert de Vries | -1/+5 |
| 2025-06-12 | add `extern "custom"` functions | Folkert de Vries | -10/+988 |
| 2025-06-12 | Rollup merge of #142337 - RalfJung:miri-float-nondet, r=oli-obk | Matthias Krüger | -4/+31 |
| 2025-06-12 | Rollup merge of #142252 - fu5ha:doc-cas-ops, r=ibraheemdev | Matthias Krüger | -33/+146 |
| 2025-06-12 | Rollup merge of #141947 - zachs18:patch-4, r=workingjubilee,traviscross | Matthias Krüger | -0/+3 |
| 2025-06-12 | Rollup merge of #141474 - mejrs:diagnostic_mode, r=compiler-errors | Matthias Krüger | -279/+451 |
| 2025-06-12 | Rollup merge of #141162 - mejrs:gated, r=fee1-dead | Matthias Krüger | -278/+256 |
| 2025-06-12 | Rollup merge of #138016 - nwoods-cimpress:slice_chunkby_clone, r=dtolnay | Matthias Krüger | -0/+20 |
| 2025-06-12 | Add lightweight snapshot testing for bootstrap tests | Jakub Beránek | -10/+107 |
| 2025-06-12 | Simplify `configure_with_args` | Jakub Beránek | -10/+8 |
| 2025-06-12 | Fix false positive of `borrow_deref_ref` | Samuel Tardieu | -4/+137 |
| 2025-06-12 | Delegate `<CStr as Debug>` to `ByteStr` | Tamir Duberstein | -2/+6 |
| 2025-06-12 | Rustup to rustc 1.89.0-nightly (e703dff8f 2025-06-11) | bjorn3 | -1/+1 |
| 2025-06-12 | Sync from rust e703dff8fe220b78195c53478e83fb2f68d8499c | bjorn3 | -20/+14 |
| 2025-06-12 | intrinsics: rename min_align_of to align_of | Ralf Jung | -5/+5 |
| 2025-06-12 | intrinsics: rename min_align_of to align_of | Ralf Jung | -11/+8 |
| 2025-06-12 | intrinsics: rename min_align_of to align_of | Ralf Jung | -1/+0 |
| 2025-06-12 | intrinsics: rename min_align_of to align_of | Ralf Jung | -87/+73 |
| 2025-06-12 | Remove lower_arg_ty as all callers were passing `None` | Oli Scherer | -12/+2 |
| 2025-06-12 | Move submodule path cache from `parse_gitmodules` to `Builder` | Jakub Beránek | -27/+30 |
| 2025-06-12 | Remove environment variable modification in `test_default_compiler_wasi` | Jakub Beránek | -8/+10 |
| 2025-06-12 | Remove `RefCell` from `cc/cxx/ar/ranlib` | Jakub Beránek | -49/+44 |
| 2025-06-12 | Stop using Config for `tempdir-as-a-service` in `build_stamp` tests | Jakub Beránek | -14/+10 |
| 2025-06-12 | Move `shared_helpers` test to a dedicated module | Jakub Beránek | -8/+3 |
| 2025-06-12 | Merge pull request #19985 from ChayimFriedman2/proc-macro-srv-ast-id | Lukas Wirth | -102/+96 |
| 2025-06-12 | ignore `run-make` tests that need `std` on `no_std` targets | Folkert de Vries | -21/+184 |
| 2025-06-12 | Support spans with proc macro servers from before the ast id changes | Chayim Refael Friedman | -102/+96 |
| 2025-06-12 | Add support for snapshot tests with insta | Jakub Beránek | -0/+43 |
| 2025-06-12 | Merge pull request #700 from FractalFir/fuzz_support | antoyo | -23/+507 |
| 2025-06-12 | Fix tests | Lukas Wirth | -10/+10 |
| 2025-06-12 | Rename tool-config to tool and add docs | Stypox | -17/+20 |
| 2025-06-12 | Return item tree query results by ref | Lukas Wirth | -99/+82 |
| 2025-06-12 | Remove dead code | Lukas Wirth | -51/+35 |
| 2025-06-12 | Shrink `ModItem` by usize | Lukas Wirth | -24/+34 |
| 2025-06-12 | Merge pull request #2464 from rust-lang/rustc-pull | Tshepang Mbambo | -5902/+8927 |
| 2025-06-12 | Auto merge of #142127 - compiler-errors:nested-goals-certainty, r=lcnr | bors | -94/+154 |