| Age | Commit message (Expand) | Author | Lines |
| 2025-05-05 | Rollup merge of #140115 - dianqk:gvn-matchbr, r=oli-obk | Guillaume Gomez | -76/+90 |
| 2025-05-05 | Rollup merge of #140080 - dianqk:one-mirpatch, r=oli-obk | Guillaume Gomez | -23/+14 |
| 2025-05-05 | Auto merge of #140651 - lnicola:sync-from-ra, r=lnicola | bors | -1704/+2427 |
| 2025-05-05 | Auto merge of #140453 - Zoxc:next-disambiguator, r=oli-obk | bors | -117/+246 |
| 2025-05-05 | Auto merge of #134767 - Bryanskiy:dylibs-3, r=petrochenkov | bors | -117/+1534 |
| 2025-05-05 | Auto merge of #140650 - tgross35:rollup-0mp4h1s, r=tgross35 | bors | -367/+546 |
| 2025-05-05 | Rollup merge of #140648 - tgross35:update-builtins, r=tgross35 | Trevor Gross | -4/+4 |
| 2025-05-05 | Rollup merge of #140644 - the8472:revert-copy-clone-adapters, r=Mark-Simulacrum | Trevor Gross | -163/+20 |
| 2025-05-05 | Rollup merge of #140307 - mejrs:condition_parser, r=nnethercote | Trevor Gross | -194/+510 |
| 2025-05-05 | Rollup merge of #135734 - nk9:extract_if-doc-equivalent, r=tgross35 | Trevor Gross | -6/+12 |
| 2025-05-05 | Auto merge of #140353 - rust-lang:cargo_update, r=Mark-Simulacrum | bors | -242/+299 |
| 2025-05-04 | Temporarily downgrade backtrace to 0.3.71 | Mark Rousskov | -18/+33 |
| 2025-05-04 | Auto merge of #140646 - tgross35:rollup-z3hjbm6, r=tgross35 | bors | -37/+181 |
| 2025-05-04 | Update `compiler-builtins` to 0.1.157 | Trevor Gross | -4/+4 |
| 2025-05-04 | extract_if's sample equivalent now really equivalent. | Nick Kocharhook | -6/+12 |
| 2025-05-04 | Rollup merge of #140630 - azhogin:azhogin/async-drop-proxy-source-info-fix, r... | Trevor Gross | -1/+5 |
| 2025-05-04 | Rollup merge of #140627 - dtolnay:rustdoctracing, r=GuillaumeGomez | Trevor Gross | -7/+32 |
| 2025-05-04 | Rollup merge of #140625 - paolobarbolini:vec-extract-if-alt-is-retain_mut, r=... | Trevor Gross | -2/+2 |
| 2025-05-04 | Rollup merge of #140619 - jieyouxu:validate_attr_cleanups, r=Urgau | Trevor Gross | -15/+91 |
| 2025-05-04 | Rollup merge of #140457 - fneddy:fix_s390x_codegen_const_vector, r=Mark-Simul... | Trevor Gross | -1/+5 |
| 2025-05-04 | Rollup merge of #137280 - RalfJung:const_swap_nonoverlapping, r=lcnr | Trevor Gross | -11/+46 |
| 2025-05-04 | Revert "Avoid unused clones in Cloned<I> and Copied<I>" | The 8472 | -163/+20 |
| 2025-05-04 | Auto merge of #140599 - petrochenkov:rawerann, r=jieyouxu | bors | -196/+208 |
| 2025-05-04 | Initial support for dynamically linked crates | Bryanskiy | -117/+1534 |
| 2025-05-04 | Add comment on creation of lifetime inside opaque types | John Kåre Alsaker | -0/+4 |
| 2025-05-04 | Add comment on creation of `SyntheticCoroutineBody` | John Kåre Alsaker | -0/+2 |
| 2025-05-04 | Fix tidy dep list | Mark Rousskov | -7/+3 |
| 2025-05-04 | compiletest: Support matching on non-json lines in compiler output | Vadim Petrochenkov | -196/+208 |
| 2025-05-04 | Auto merge of #140580 - jdonszelmann:variables-external-macros, r=m-ou-se | bors | -49/+114 |
| 2025-05-04 | Make attribute safety validation logic more obvious | Jieyou Xu | -15/+91 |
| 2025-05-04 | Auto merge of #140616 - petrochenkov:noannempty, r=jieyouxu | bors | -450/+168 |
| 2025-05-04 | Auto merge of #140633 - Zalathar:rollup-iay94wa, r=Zalathar | bors | -226/+543 |
| 2025-05-04 | Merge pull request #19739 from Veykril/push-kpozprqnsmkk | Lukas Wirth | -12/+12 |
| 2025-05-04 | Disable fixpoint for variance computation temporarily | Lukas Wirth | -12/+12 |
| 2025-05-04 | Merge pull request #19735 from A4-Tacks/improve-let-snippet | Lukas Wirth | -6/+101 |
| 2025-05-04 | Rollup merge of #140626 - folkertdev:naked-rustfmt-skip, r=Amanieu | Stuart Cook | -1/+9 |
| 2025-05-04 | Rollup merge of #140617 - Urgau:unsafe_attr-lint-allow, r=jieyouxu | Stuart Cook | -8/+46 |
| 2025-05-04 | Rollup merge of #140588 - jieyouxu:opt-error, r=petrochenkov | Stuart Cook | -22/+37 |
| 2025-05-04 | Rollup merge of #140551 - mejrs:test4, r=jieyouxu | Stuart Cook | -193/+254 |
| 2025-05-04 | Rollup merge of #140456 - fneddy:fix_s390x_codegen_simd_ext_ins_dyn, r=wesley... | Stuart Cook | -1/+15 |
| 2025-05-04 | Rollup merge of #140286 - xizheyin:issue-139104, r=lcnr | Stuart Cook | -0/+134 |
| 2025-05-04 | Rollup merge of #139675 - sayantn:avx10, r=Amanieu | Stuart Cook | -1/+48 |
| 2025-05-04 | Auto merge of #140549 - BoxyUwU:proper_const_norm, r=lcnr | bors | -347/+474 |
| 2025-05-04 | cargo update | github-actions | -268/+314 |
| 2025-05-03 | Auto merge of #140535 - dtolnay:hashbrown, r=tgross35 | bors | -2/+2 |
| 2025-05-04 | Async drop source info fix for proxy-drop-coroutine - fixes crash at debug in... | Andrew Zhogin | -1/+5 |
| 2025-05-03 | compiletest: Do not require annotations on empty labels and suggestions | Vadim Petrochenkov | -450/+168 |
| 2025-05-03 | Allow linking rustc and rustdoc against the same single tracing crate | David Tolnay | -7/+32 |
| 2025-05-03 | allow `#[rustfmt::skip]` in combination with `#[naked]` | Folkert de Vries | -1/+9 |
| 2025-05-03 | Auto merge of #140502 - nikic:llvm-20.1.4, r=dianqk | bors | -0/+0 |