| Age | Commit message (Expand) | Author | Lines |
| 2025-06-28 | Workaround for mem safety in third party dlls | Chris Denton | -21/+91 |
| 2025-06-28 | loongarch: Add basic support for LoongArch32 | WANG Rui | -247/+327 |
| 2025-06-27 | Rollup merge of #140809 - bjorn3:panic_runtime_cleanup, r=petrochenkov | Matthias Krüger | -2/+2 |
| 2025-06-27 | BTreeSet: remove duplicated code by reusing `from_sorted_iter` | Cheng Xu | -3/+1 |
| 2025-06-27 | Update poison.rs to fix the typo (sys->sync) | Kurt Heiritz (pseudo) | -1/+1 |
| 2025-06-27 | update internal `send_signal` comment | Deadbeef | -4/+4 |
| 2025-06-27 | Insert checks for enum discriminants when debug assertions are enabled | Bastian Kersting | -0/+16 |
| 2025-06-27 | Auto merge of #143074 - compiler-errors:rollup-cv64hdh, r=compiler-errors | bors | -42/+153 |
| 2025-06-26 | Rollup merge of #143067 - GrigorenkoPV:142269, r=workingjubilee | Michael Goulet | -3/+3 |
| 2025-06-26 | Rollup merge of #143015 - samueltardieu:pin-macro-diag-item, r=Urgau | Michael Goulet | -0/+1 |
| 2025-06-26 | Rollup merge of #142967 - krikera:fix-rwlock-try-write-docs, r=jhpratt | Michael Goulet | -1/+1 |
| 2025-06-26 | Rollup merge of #142700 - theemathas:remove-weak-comment, r=ibraheemdev | Michael Goulet | -2/+0 |
| 2025-06-26 | Rollup merge of #142549 - the8472:intersperse-fold-tweak, r=tgross35 | Michael Goulet | -1/+10 |
| 2025-06-26 | Rollup merge of #137843 - Daniel-Aaron-Bloom:const_cell, r=oli-obk | Michael Goulet | -35/+138 |
| 2025-06-26 | Tracking issue number for `iter_macro` | Pavel Grigorenko | -3/+3 |
| 2025-06-26 | Rollup merge of #141311 - folkertdev:tidy-natural-sort, r=jieyouxu | Matthias Krüger | -11/+11 |
| 2025-06-26 | Fix RwLock::try_write documentation for WouldBlock condition | krikera | -1/+1 |
| 2025-06-26 | Auto merge of #141899 - Kobzol:stdarch-josh, r=Amanieu | bors | -0/+729730 |
| 2025-06-25 | make RefCell unstably const | Daniel Bloom | -35/+138 |
| 2025-06-25 | make `tidy-alphabetical` use a natural sort | Folkert de Vries | -11/+11 |
| 2025-06-25 | Add `sym::macro_pin` diagnostic item for `core::pin::pin!()` | Samuel Tardieu | -0/+1 |
| 2025-06-25 | Add Sub, Mul, Div, Rem as const_traits | Kurt Heiritz (pseudo) | -5/+19 |
| 2025-06-25 | Auto merge of #142997 - workingjubilee:rollup-6lxec87, r=workingjubilee | bors | -1/+2 |
| 2025-06-24 | Rollup merge of #142982 - MetaNova:patch-1, r=jhpratt | Jubilee | -1/+1 |
| 2025-06-24 | Rollup merge of #142453 - ChrisDenton:fused, r=Amanieu | Jubilee | -0/+1 |
| 2025-06-25 | Auto merge of #140999 - hkBst:update-escaper, r=nnethercote | bors | -12/+11 |
| 2025-06-24 | Avoid exporting panic_unwind as stdlib cargo feature | bjorn3 | -2/+2 |
| 2025-06-24 | Corrected spelling mistake in c_str.rs | MetaNova | -1/+1 |
| 2025-06-24 | Use `asm_cfg` in `probestack` | Folkert de Vries | -23/+13 |
| 2025-06-24 | Rollup merge of #142704 - tgross35:remove-concat_idents, r=fee1-dead | Guillaume Gomez | -47/+4 |
| 2025-06-24 | Rollup merge of #137268 - bjoernager:c-string-eq-c-str, r=Amanieu | Guillaume Gomez | -0/+123 |
| 2025-06-24 | Remove the deprecated `concat_idents!` macro | Trevor Gross | -47/+4 |
| 2025-06-24 | Rollup merge of #142894 - pthariensflame:patch-1, r=jhpratt | Guillaume Gomez | -1/+1 |
| 2025-06-24 | Rollup merge of #142779 - Erk-:fix/core/142734, r=jhpratt | Guillaume Gomez | -0/+6 |
| 2025-06-24 | Rollup merge of #140005 - mlowicki:patch-1, r=tgross35 | Guillaume Gomez | -1/+36 |
| 2025-06-23 | Rollup merge of #141324 - Ayush1325:uefi-rand-fallback, r=joboet | Jubilee | -19/+150 |
| 2025-06-23 | Rollup merge of #140985 - zachs18:fuse-default-some, r=tgross35 | Jubilee | -1/+23 |
| 2025-06-23 | Import stdarch history as a Josh subtree | Jakub Beránek | -0/+729730 |
| 2025-06-23 | Removed `library/stdarch` submodule | Jakub Beránek | -0/+0 |
| 2025-06-23 | Use a NonNull pointer | Alice Ryhl | -4/+7 |
| 2025-06-23 | Make `PartialEq` a `const_trait` | Oli Scherer | -9/+16 |
| 2025-06-23 | update to literal-escaper 0.0.4 for better API without `unreachable` and fast... | Marijn Schouten | -12/+11 |
| 2025-06-22 | Auto merge of #142728 - kornelski:string-track, r=tgross35 | bors | -0/+23 |
| 2025-06-22 | phantom_variance_markers: fix identifier usage in macro | Laine Taffin Altman | -1/+1 |
| 2025-06-22 | Rollup merge of #142594 - mejrs:new_desugaring, r=chenyukang | Guillaume Gomez | -8/+20 |
| 2025-06-22 | Make doc for transpose api better | yukang | -6/+6 |
| 2025-06-22 | Stop dbg! macro yapping about format modifiers | mejrs | -1/+8 |
| 2025-06-22 | Implement DesugaringKind::FormatLiteral | mejrs | -7/+12 |
| 2025-06-22 | Rollup merge of #142800 - tshepang:extraneous, r=Mark-Simulacrum | Jacob Pratt | -455/+0 |
| 2025-06-22 | Rollup merge of #140254 - bjorn3:rustc_panic_abort_abort, r=petrochenkov | Jacob Pratt | -0/+10 |