| Age | Commit message (Expand) | Author | Lines |
| 2025-07-17 | Rollup merge of #143820 - nazo6:fix-optimize-for-size, r=Mark-Simulacrum | León Orell Valerian Liehr | -4/+5 |
| 2025-07-17 | Rollup merge of #143678 - Kivooeo:char-overflow, r=SparrowLii | León Orell Valerian Liehr | -21/+222 |
| 2025-07-17 | Rollup merge of #143595 - fee1-dead-contrib:push-sylpykzkmynr, r=RalfJung,fee... | León Orell Valerian Liehr | -105/+413 |
| 2025-07-17 | Rollup merge of #143592 - ChrisDenton:uwp-link, r=Mark-Simulacrum | León Orell Valerian Liehr | -62/+30 |
| 2025-07-17 | Rollup merge of #143409 - Gelbpunkt:xgot-mips64-musl, r=compiler-errors | León Orell Valerian Liehr | -2/+2 |
| 2025-07-17 | Rollup merge of #143388 - bjorn3:lto_refactors, r=compiler-errors | León Orell Valerian Liehr | -241/+155 |
| 2025-07-17 | Rollup merge of #142304 - Enselic:panic-main-revisions, r=compiler-errors | León Orell Valerian Liehr | -0/+23 |
| 2025-07-16 | Auto merge of #144019 - RalfJung:miri-sync, r=RalfJung | bors | -590/+1149 |
| 2025-07-16 | Auto merge of #144028 - samueltardieu:rollup-x6f9h8n, r=samueltardieu | bors | -1174/+1150 |
| 2025-07-16 | Rollup merge of #143990 - camsteffen:localkey-cell, r=tgross35 | Samuel Tardieu | -0/+23 |
| 2025-07-16 | Rollup merge of #143968 - Stypox:tracing-FnAbiOf, r=RalfJung | Samuel Tardieu | -19/+41 |
| 2025-07-16 | Rollup merge of #143957 - samueltardieu:tidy-filenames, r=Kobzol | Samuel Tardieu | -0/+43 |
| 2025-07-16 | Rollup merge of #143948 - ehuss:update-mdbook, r=Mark-Simulacrum | Samuel Tardieu | -3/+3 |
| 2025-07-16 | Rollup merge of #143939 - he32:netbsd-maintainers, r=jieyouxu | Samuel Tardieu | -1/+2 |
| 2025-07-16 | Rollup merge of #143921 - oli-obk:const-index, r=fee1-dead | Samuel Tardieu | -96/+146 |
| 2025-07-16 | Rollup merge of #143920 - oli-obk:cg-llvm-safety, r=jieyouxu | Samuel Tardieu | -253/+221 |
| 2025-07-16 | Rollup merge of #143738 - rocurley:float_tests_refactor_2, r=tgross35 | Samuel Tardieu | -615/+268 |
| 2025-07-16 | Rollup merge of #143692 - RalfJung:miri-oob, r=oli-obk | Samuel Tardieu | -22/+78 |
| 2025-07-16 | Rollup merge of #143448 - Enselic:remote-test-client-signals, r=Mark-Simulacrum | Samuel Tardieu | -1/+3 |
| 2025-07-16 | Rollup merge of #143355 - hkBst:cleanup-shift-double-bitmask, r=Mark-Simulacrum | Samuel Tardieu | -42/+6 |
| 2025-07-16 | Rollup merge of #142936 - aDotInTheVoid:rdj-shatts-forrealthistime, r=Guillau... | Samuel Tardieu | -122/+316 |
| 2025-07-16 | simplfy memory kind handling during interning | Ralf Jung | -42/+11 |
| 2025-07-16 | const heap: fix ICE on forgotten make_global | Ralf Jung | -67/+58 |
| 2025-07-16 | Merge pull request #4459 from ibraheemdev/ibraheem/global-ctor | Ralf Jung | -30/+216 |
| 2025-07-16 | Auto merge of #143458 - petrochenkov:bindnomod, r=SparrowLii | bors | -229/+181 |
| 2025-07-16 | minor tweaks and comments | Ralf Jung | -25/+35 |
| 2025-07-16 | Merge pull request #4456 from nia-e/trace-incorporate-events | Ralf Jung | -25/+314 |
| 2025-07-16 | update comment to reference legacy `.ctors` section | Ibraheem Ahmed | -1/+1 |
| 2025-07-16 | hook up native-lib bits | Nia Espera | -25/+314 |
| 2025-07-16 | Auto merge of #143998 - ehuss:update-cargo, r=ehuss | bors | -0/+0 |
| 2025-07-16 | resolve: Optimize `fn traits_in_module` | Vadim Petrochenkov | -7/+6 |
| 2025-07-16 | resolve: Import `ty::Visibility` everywhere | Vadim Petrochenkov | -42/+39 |
| 2025-07-16 | resolve: Remove trait `ToNameBinding` | Vadim Petrochenkov | -78/+84 |
| 2025-07-16 | resolve: Merge `NameBindingKind::Module` into `NameBindingKind::Res` | Vadim Petrochenkov | -111/+61 |
| 2025-07-16 | Auto merge of #144003 - ChrisDenton:ci4, r=ChrisDenton | bors | -0/+5 |
| 2025-07-16 | Ensure home directory exists | Chris Denton | -0/+5 |
| 2025-07-15 | Update cargo | Eric Huss | -0/+0 |
| 2025-07-15 | add test for global constructors | Ibraheem Ahmed | -0/+43 |
| 2025-07-15 | add support for global constructors (i.e. life before main) | Ibraheem Ahmed | -32/+165 |
| 2025-07-15 | Add LocalKey<Cell>::update | Cameron Steffen | -0/+23 |
| 2025-07-15 | rustdoc-json: Structured attributes | Alona Enraght-Moony | -122/+316 |
| 2025-07-16 | Comment more code and make tests clearer | Deadbeef | -32/+49 |
| 2025-07-16 | format pointer later instead of eagerly converting to string | Deadbeef | -15/+15 |
| 2025-07-16 | add `const_make_global`; err for `const_allocate` ptrs if didn't call | Deadbeef | -30/+361 |
| 2025-07-15 | Add `0323pin` as target maintainer, and fix link to pkgsrc-wip and explain. | Havard Eidnes | -1/+2 |
| 2025-07-15 | Auto merge of #143877 - xizheyin:143813, r=scottmcm,saethlin | bors | -3/+73 |
| 2025-07-15 | Merge pull request #4469 from Patrick-6/add-spinloop-hints | Ralf Jung | -15/+31 |
| 2025-07-15 | Make spin function naming more consistent | Patrick-6 | -17/+17 |
| 2025-07-15 | Merge pull request #4452 from Stypox/trace-borrow-tracker | Ralf Jung | -1/+62 |
| 2025-07-15 | Add InterpCx::fn_abi_of_instance/_fn_ptr with tracing, shadowing FnAbiOf | Stypox | -19/+41 |