| Age | Commit message (Expand) | Author | Lines |
| 2025-07-03 | Rollup merge of #143321 - hkBst:typo-1, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2025-07-02 | Auto merge of #143338 - matthiaskrgr:rollup-ykaxh04, r=matthiaskrgr | bors | -347/+328 |
| 2025-07-02 | awhile -> a while where appropriate | наб | -2/+2 |
| 2025-07-02 | Rollup merge of #142237 - benschulz:unused-parens-fn, r=fee1-dead | Matthias Krüger | -1/+1 |
| 2025-07-02 | Rollup merge of #141219 - Amanieu:leak_alloc, r=joboet | Matthias Krüger | -316/+321 |
| 2025-07-02 | Rollup merge of #138340 - oli-obk:one-size-fits-all, r=m-ou-se | Matthias Krüger | -29/+5 |
| 2025-07-02 | Rollup merge of #131923 - ranger-ross:impl-copy-hash-interrorkind, r=tgross35 | Matthias Krüger | -1/+1 |
| 2025-07-02 | Rollup merge of #142138 - ashivaram23:vec_into_chunks, r=scottmcm | Matthias Krüger | -0/+55 |
| 2025-07-02 | Rollup merge of #141847 - xizheyin:141837, r=jhpratt | Matthias Krüger | -15/+41 |
| 2025-07-02 | miri: improve errors for type validity assertion failures | Ralf Jung | -4/+11 |
| 2025-07-02 | Remove some unsized tuple impls now that we don't support unsizing tuples any... | Oli Scherer | -29/+5 |
| 2025-07-02 | remove deprecated from core::ffi::c_str | Marijn Schouten | -17/+9 |
| 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 |