| Age | Commit message (Expand) | Author | Lines |
| 2025-07-02 | byte-addresses memory -> byte-addressed memory | Marijn Schouten | -1/+1 |
| 2025-07-02 | Use the compiler to determine whether or not to enable `f16` and `f128` | Trevor Gross | -111/+66 |
| 2025-07-02 | Auto merge of #142974 - cuviper:stage0-bump, r=Mark-Simulacrum | bors | -78/+40 |
| 2025-07-01 | Test upper overflow in `strict_sub_signed` | Nurzhan Saken | -1/+1 |
| 2025-07-01 | Ignore `float_minimum_maximum` doctests on i586 | Josh Stone | -2/+2 |
| 2025-07-01 | Update `cfg(bootstrap)` | Josh Stone | -38/+0 |
| 2025-07-01 | make Box::into_raw compatible with Stacked Borrows again | Ralf Jung | -2/+5 |
| 2025-07-01 | Update version placeholders | Josh Stone | -38/+38 |
| 2025-07-01 | Change `{Box,Arc,Rc,Weak}::into_raw` to only work with `A = Global` | Amanieu d'Antras | -314/+316 |
| 2025-07-01 | Rollup merge of #142760 - epage:lock, r=tgross35 | Guillaume Gomez | -6/+6 |
| 2025-07-01 | Rollup merge of #141867 - Diggsey:db-improve-future-docs, r=tgross35 | Guillaume Gomez | -7/+16 |
| 2025-07-01 | Rollup merge of #136801 - sorairolake:add-random-for-tuple, r=joshtriplett | Guillaume Gomez | -0/+13 |
| 2025-07-01 | Add `uX::strict_sub_signed` | Nurzhan Sakén | -4/+41 |
| 2025-07-01 | core: Add `BorrowedCursor::with_unfilled_buf` | Benoît du Garreau | -0/+87 |
| 2025-07-01 | Upgrade the `fortanix-sgx-abi` dependency | Trevor Gross | -5/+4 |
| 2025-07-01 | libm: Improved integer utilities, implement shifts and bug fixes for i256 and... | quaternic | -60/+223 |
| 2025-07-01 | Detect more cases of unused_parens around types | Benjamin Schulz | -1/+1 |
| 2025-06-30 | Mention as_chunks in the docs for chunks | Scott McMurray | -0/+32 |
| 2025-06-30 | make compiler_builtins a private dependency | Jeremy Smart | -2/+6 |
| 2025-06-30 | Auto merge of #143233 - dianqk:rollup-lcx3278, r=dianqk | bors | -22/+97 |
| 2025-06-30 | josh-sync: Replace `#xxxx`-style links in messages | Trevor Gross | -0/+31 |
| 2025-06-30 | Stabilize `mixed_integer_ops_unsigned_sub` | Nurzhan Sakén | -8/+8 |
| 2025-06-30 | Rollup merge of #143219 - zachs18:patch-5, r=tgross35 | dianqk | -0/+5 |
| 2025-06-30 | Rollup merge of #143176 - kilavvy:master, r=jieyouxu | dianqk | -1/+1 |
| 2025-06-30 | Rollup merge of #143090 - ChrisDenton:workaround1, r=tgross35 | dianqk | -21/+91 |
| 2025-06-30 | Remove the nullary intrinsic const eval logic and treat them like other intri... | Oli Scherer | -4/+4 |
| 2025-06-30 | Stop backends from needing to support nullary intrinsics | Oli Scherer | -20/+20 |
| 2025-06-29 | Show auto trait and blanket impls for `!` | zachs18 | -0/+5 |
| 2025-06-29 | Rollup merge of #142078 - sayantn:more-intrinsics, r=workingjubilee | Guillaume Gomez | -0/+42 |
| 2025-06-29 | apply suggestions for clippy::manual_is_multiple_of in libm-test | quaternic | -3/+3 |
| 2025-06-29 | Update README.md | kilavvy | -1/+1 |
| 2025-06-29 | Rollup merge of #142889 - nabijaczleweli:rusts, r=Mark-Simulacrum | Matthias Krüger | -7/+5 |
| 2025-06-28 | Rollup merge of #143111 - xu-cheng:btreeset_from_iter, r=Mark-Simulacrum | Matthias Krüger | -3/+1 |
| 2025-06-28 | Rollup merge of #143082 - fee1-dead-contrib:push-qvvppzukvkxt, r=Mark-Simulacrum | Matthias Krüger | -4/+4 |
| 2025-06-28 | Rollup merge of #142708 - Darksonn:location-len-without-nul, r=Mark-Simulacrum | Matthias Krüger | -13/+25 |
| 2025-06-28 | Rollup merge of #123476 - devnexen:std_net_solaris_exclbind, r=Mark-Simulacrum | Matthias Krüger | -0/+117 |
| 2025-06-28 | "set by Rusts options". Remove misleading always-true if cfg!(unix). Drop #![... | наб | -7/+5 |
| 2025-06-28 | Auto merge of #141759 - 1c3t3a:discriminants-query, r=saethlin | bors | -0/+16 |
| 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 |