| Age | Commit message (Expand) | Author | Lines |
| 2025-06-13 | `cargo update` | Lukas Wirth | -206/+207 |
| 2025-06-13 | Add test for temporary lifetime extension in `Self()` syntax. | Mara Bos | -1/+12 |
| 2025-06-13 | Add tests. | Mara Bos | -0/+44 |
| 2025-06-13 | Add comment. | Mara Bos | -0/+3 |
| 2025-06-13 | Update tests. | Mara Bos | -132/+69 |
| 2025-06-13 | Implement temporary lifetime extension for tuple ctors. | Mara Bos | -7/+11 |
| 2025-06-13 | Remove ast ids from item tree mod items | Lukas Wirth | -161/+121 |
| 2025-06-13 | Update to LLVM 20.1.7 | dianqk | -0/+0 |
| 2025-06-13 | Split mod items into small and big variants | Lukas Wirth | -66/+81 |
| 2025-06-13 | Store item tree visibilities in a thin vec | Lukas Wirth | -2/+14 |
| 2025-06-13 | [PERF] Optimize 3rd heaviest func, (81b -> 10m) (#15043) | Samuel Tardieu | -2/+1 |
| 2025-06-13 | Merge pull request #19988 from Kobzol/fix-label-link | Laurențiu Nicola | -1/+1 |
| 2025-06-13 | Fix link to good first issues | Jakub Beránek | -1/+1 |
| 2025-06-13 | Eliminate `build.rs`-generated Aarch64 atomic macros (#951) | qinghon | -65/+75 |
| 2025-06-13 | Auto merge of #142432 - matthiaskrgr:rollup-ziuls9y, r=matthiaskrgr | bors | -594/+907 |
| 2025-06-13 | Pre-install eslint in `mingw-check-tidy` Dockerfile | Jakub Beránek | -2/+4 |
| 2025-06-13 | Rollup merge of #142308 - tgross35:upgrade-library-object, r=Mark-Simulacrum | Matthias Krüger | -15/+12 |
| 2025-06-13 | Rollup merge of #142276 - tgross35:update-library-lockfile, r=Mark-Simulacrum | Matthias Krüger | -29/+20 |
| 2025-06-13 | Rollup merge of #142274 - tgross35:update-stdarch, r=Amanieu | Matthias Krüger | -1/+0 |
| 2025-06-13 | Rollup merge of #142267 - workingjubilee:debug-assert-less-in-ast-lowering, r... | Matthias Krüger | -18/+18 |
| 2025-06-13 | Rollup merge of #142248 - heiher:loong32-asm-types, r=Amanieu | Matthias Krüger | -4/+11 |
| 2025-06-13 | Rollup merge of #142176 - workingjubilee:dont-shuffle-bswaps-per-arch, r=nikic | Matthias Krüger | -16/+45 |
| 2025-06-13 | Rollup merge of #140770 - folkertdev:custom-abi, r=tgross35 | Matthias Krüger | -1/+5 |
| 2025-06-13 | Rollup merge of #140770 - folkertdev:custom-abi, r=tgross35 | Matthias Krüger | -10/+988 |
| 2025-06-13 | Rollup merge of #135927 - azhogin:azhogin/retpoline, r=davidtwco | Matthias Krüger | -39/+10 |
| 2025-06-13 | Rollup merge of #135927 - azhogin:azhogin/retpoline, r=davidtwco | Matthias Krüger | -93/+244 |
| 2025-06-13 | Rollup merge of #128425 - tgross35:missing-fragment-specifier-unconditional, ... | Matthias Krüger | -342/+105 |
| 2025-06-13 | Rollup merge of #142413 - tshepang:rdg-push, r=jieyouxu | Matthias Krüger | -3/+4 |
| 2025-06-13 | Rollup merge of #142410 - RalfJung:align_of, r=WaffleLapkin,workingjubilee | Matthias Krüger | -87/+73 |
| 2025-06-13 | Rollup merge of #142379 - Stypox:bootstrap-tool-config, r=Kobzol | Matthias Krüger | -2/+45 |
| 2025-06-13 | Rollup merge of #142340 - RalfJung:miri-apfloat-mul-add, r=oli-obk | Matthias Krüger | -12/+8 |
| 2025-06-13 | Rollup merge of #142221 - mustartt:aix-fix-strip-order, r=davidtwco | Matthias Krüger | -2/+2 |
| 2025-06-13 | Rollup merge of #142158 - xizheyin:141617, r=jdonszelmann | Matthias Krüger | -31/+68 |
| 2025-06-13 | Rollup merge of #142069 - nnethercote:Zmacro-stats, r=petrochenkov | Matthias Krüger | -81/+715 |
| 2025-06-13 | Rollup merge of #141770 - GuillaumeGomez:cfg-false-mod-rendering, r=camelid | Matthias Krüger | -16/+23 |
| 2025-06-13 | Rollup merge of #141491 - tamird:cstr-debug-bstr, r=joshtriplett | Matthias Krüger | -2/+6 |
| 2025-06-13 | Rollup merge of #134847 - dtolnay:asymmetrical, r=fmease | Matthias Krüger | -75/+150 |
| 2025-06-13 | Auto merge of #142353 - workingjubilee:warn-less-about-cdecl-and-other-abis, ... | bors | -370/+13 |
| 2025-06-13 | Optimize by 99.75% strlen_on_c_strings, 8.5% globally | blyxyas | -2/+1 |
| 2025-06-12 | tests: Convert linkage-attr test to cross-compiling and bless | Jubilee Young | -21/+12 |
| 2025-06-12 | Fix suggestion-causes-error of `manual_swap` (#14978) | Samuel Tardieu | -5/+48 |
| 2025-06-12 | Fix `unit_arg` suggests wrongly for `Default::default` (#14881) | Samuel Tardieu | -161/+410 |
| 2025-06-12 | Fixes `manual_flatten` removes the useless if let (#14861) | Samuel Tardieu | -57/+307 |
| 2025-06-13 | Unimplement unsized_locals | mejrs | -4/+0 |
| 2025-06-13 | Unimplement unsized_locals | mejrs | -11/+5 |
| 2025-06-13 | Unimplement unsized_locals | mejrs | -4/+0 |
| 2025-06-13 | Unimplement unsized_locals | mejrs | -822/+458 |
| 2025-06-13 | Use more slicing and slice interning over iterable interning | León Orell Valerian Liehr | -3/+2 |
| 2025-06-13 | [perf] Change asserts to debug ones in trait_ref_and_own_args | León Orell Valerian Liehr | -3/+3 |
| 2025-06-12 | Delegate `<SocketAddr as Debug>` to `ByteStr` | Tamir Duberstein | -4/+14 |