| Age | Commit message (Expand) | Author | Lines |
| 2025-01-24 | Fix testing of the standard library with Emscripten | bjorn3 | -3/+30 |
| 2025-01-24 | Auto merge of #135959 - matthiaskrgr:rollup-0jenyfw, r=matthiaskrgr | bors | -86/+88 |
| 2025-01-24 | Rollup merge of #135366 - Urgau:unreach_pub-std-2, r=cuviper | Matthias Krüger | -86/+88 |
| 2025-01-23 | Rollup merge of #135073 - joshtriplett:bstr, r=BurntSushi | Matthias Krüger | -0/+1363 |
| 2025-01-23 | Rollup merge of #135883 - GrigorenkoPV:btree_set_upper_bound_mut, r=tgross35 | Matthias Krüger | -4/+4 |
| 2025-01-22 | Rollup merge of #135856 - fmease:library-mv-obj-save-dyn-compat-ii, r=tgross35 | Matthias Krüger | -5/+4 |
| 2025-01-22 | Rollup merge of #135837 - ChrisDenton:trunc, r=Noratrieb | Matthias Krüger | -3/+0 |
| 2025-01-22 | Implement `CloneToUninit` for `ByteStr` | Josh Triplett | -0/+10 |
| 2025-01-22 | Remove erroneous `unsafe` in `BTreeSet::upper_bound_mut` | Pavel Grigorenko | -4/+4 |
| 2025-01-22 | Add doc aliases for BStr and BString | Josh Triplett | -0/+2 |
| 2025-01-22 | Library: Finalize dyn compatibility renaming | León Orell Valerian Liehr | -5/+4 |
| 2025-01-21 | Rollup merge of #135821 - hkBst:patch-11, r=ibraheemdev | Matthias Krüger | -2/+2 |
| 2025-01-21 | Rollup merge of #135750 - scottmcm:cma-example, r=cuviper | Matthias Krüger | -2/+31 |
| 2025-01-21 | Remove test panic from File::open | Chris Denton | -3/+0 |
| 2025-01-21 | fix OsString::from_encoded_bytes_unchecked description | Marijn Schouten | -2/+2 |
| 2025-01-21 | Auto merge of #135224 - wyfo:tls-panic-outline, r=cuviper | bors | -8/+16 |
| 2025-01-20 | Auto merge of #134286 - Urgau:unreach_pub-std, r=ibraheemdev | bors | -126/+145 |
| 2025-01-20 | Rollup merge of #135741 - bardiharborow:std/net/rfc9637, r=Amanieu | Matthias Krüger | -4/+17 |
| 2025-01-20 | Rollup merge of #133695 - x17jiri:hint_likely, r=Amanieu | Matthias Krüger | -0/+135 |
| 2025-01-20 | test: add `#![warn(unreachable_pub)]` | Urgau | -79/+80 |
| 2025-01-20 | proc_macro: add `#![warn(unreachable_pub)]` | Urgau | -7/+8 |
| 2025-01-20 | core: `#[allow(unreachable_pub)]` on unreachable `pub use` | Urgau | -1/+9 |
| 2025-01-20 | core: add `#![warn(unreachable_pub)]` | Urgau | -99/+107 |
| 2025-01-20 | rtstartup: add `#![warn(unreachable_pub)]` | Urgau | -0/+2 |
| 2025-01-20 | panic_unwind: add `#![warn(unreachable_pub)]` | Urgau | -26/+27 |
| 2025-01-20 | 1. Removed 'rustc_nounwind' 2. Rewording of comments | Jiri Bobek | -11/+6 |
| 2025-01-20 | Rollup merge of #135762 - TomFryersMidsummer:patch-1, r=joboet | 许杰友 Jieyou Xu (Joe) | -2/+2 |
| 2025-01-20 | Rollup merge of #135626 - clubby789:env-note, r=ibraheemdev | 许杰友 Jieyou Xu (Joe) | -0/+8 |
| 2025-01-20 | Correct counting to four in cell module docs | Tom Fryers | -2/+2 |
| 2025-01-20 | Rollup merge of #135491 - RalfJung:remove-dead-rustc_allowed_through_unstable... | 许杰友 Jieyou Xu (Joe) | -34/+4 |
| 2025-01-20 | Rollup merge of #135446 - klensy:panic_immediate_abort_ext, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -0/+5 |
| 2025-01-19 | Add an example of using `carrying_mul_add` to write wider multiplication | Scott McMurray | -2/+31 |
| 2025-01-20 | Recognise new IPv6 documentation range from RFC9637 | Bardi Harborow | -4/+17 |
| 2025-01-19 | Auto merge of #135714 - rust-lang:cargo_update, r=clubby789 | bors | -2/+2 |
| 2025-01-19 | Auto merge of #134976 - mgsloan:improve-select-nth-unstable-docs, r=ibraheemdev | bors | -42/+49 |
| 2025-01-19 | Auto merge of #135709 - lqd:bring-back-len, r=compiler-errors | bors | -1/+2 |
| 2025-01-18 | Rewrap following accepting review suggestions from @ibraheemdev | Michael Sloan | -8/+18 |
| 2025-01-18 | Update library/core/src/slice/mod.rs | Michael Sloan | -2/+1 |
| 2025-01-18 | Update library/core/src/slice/mod.rs | Michael Sloan | -3/+3 |
| 2025-01-18 | Update library/core/src/slice/mod.rs | Michael Sloan | -2/+2 |
| 2025-01-18 | Update library/core/src/slice/mod.rs | Michael Sloan | -2/+2 |
| 2025-01-18 | Update library/core/src/slice/mod.rs | Michael Sloan | -3/+3 |
| 2025-01-18 | Update library/core/src/slice/mod.rs | Michael Sloan | -1/+1 |
| 2025-01-18 | Update library/core/src/slice/mod.rs | Michael Sloan | -1/+1 |
| 2025-01-18 | Update library/core/src/slice/mod.rs | Michael Sloan | -3/+3 |
| 2025-01-18 | Update library/core/src/slice/mod.rs | Michael Sloan | -1/+1 |
| 2025-01-18 | Update library/core/src/slice/mod.rs | Michael Sloan | -2/+2 |
| 2025-01-19 | cargo update | github-actions | -2/+2 |
| 2025-01-18 | Revert "Auto merge of #134330 - scottmcm:no-more-rvalue-len, r=matthewjasper" | Rémy Rakic | -1/+2 |
| 2025-01-18 | `then be` -> `be` based on feedback from @ibraheemdev | Michael Sloan | -3/+3 |