| Age | Commit message (Expand) | Author | Lines |
| 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 | alloc: add `#![warn(unreachable_pub)]` | Urgau | -210/+251 |
| 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 | Fix whitespace | Marijn Schouten | -1/+1 |
| 2025-01-19 | Auto merge of #135714 - rust-lang:cargo_update, r=clubby789 | bors | -2/+2 |
| 2025-01-19 | document order of items in iterator from drain | Marijn Schouten | -3/+5 |
| 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 |
| 2025-01-18 | Rollup merge of #135661 - tgross35:stabilize-float_next_up_down, r=scottmcm | Matthias Krüger | -17/+32 |
| 2025-01-18 | Rollup merge of #135583 - NobodyXu:move-pipe-to-io, r=joshtriplett | Matthias Krüger | -290/+273 |
| 2025-01-17 | Add references to the IEEE functions for `float_next_up_down` | Trevor Gross | -0/+24 |
| 2025-01-17 | Stabilize `float_next_up_down` | Trevor Gross | -17/+8 |
| 2025-01-18 | Fix import of pipe in kernel_copy.rs | Jiahao XU | -3/+2 |
| 2025-01-17 | doc: Point to methods on `Command` as alternatives to `set/remove_var` | clubby789 | -0/+8 |
| 2025-01-16 | Rollup merge of #135556 - AeonSolstice:patch-1, r=tgross35 | Matthias Krüger | -1/+1 |
| 2025-01-16 | Rollup merge of #134496 - DiuDiu777:fix-doc, r=ibraheemdev | Matthias Krüger | -2/+6 |
| 2025-01-16 | Rollup merge of #133720 - c410-f3r:cfg-match-foo-bar-baz, r=joshtriplett | Matthias Krüger | -21/+280 |
| 2025-01-17 | Move `std::pipe::*` into `std::io` | Jiahao XU | -287/+271 |
| 2025-01-16 | fix typo in library/alloc/src/sync.rs | ClearLove | -1/+1 |
| 2025-01-15 | Less unsafe in `dangling`/`without_provenance` | Scott McMurray | -20/+19 |
| 2025-01-15 | Auto merge of #135555 - matthiaskrgr:rollup-jnqdbuu, r=matthiaskrgr | bors | -2/+2 |