| Age | Commit message (Expand) | Author | Lines |
| 2025-02-13 | alloc: Apply unsafe_attr_outside_unsafe | Eric Huss | -2/+2 |
| 2025-02-13 | alloc: Workaround hidden doctest line | Eric Huss | -1/+1 |
| 2025-02-13 | Auto merge of #134633 - GrigorenkoPV:get_disjoint_mut, r=cuviper | bors | -2/+2 |
| 2025-02-13 | library: Update rand to 0.9.0 | Eric Huss | -36/+36 |
| 2025-02-13 | alloc boxed: docs: use MaybeUninit::write instead of as_mut_ptr | Jed Brown | -84/+44 |
| 2025-02-10 | Rollup merge of #136714 - tgross35:update-builtins, r=tgross35 | Matthias Krüger | -1/+1 |
| 2025-02-10 | Rollup merge of #136705 - compiler-errors:edition-library, r=jhpratt | Jubilee | -5/+5 |
| 2025-02-10 | Rollup merge of #136228 - hkBst:patch-28, r=Mark-Simulacrum | Jubilee | -3/+3 |
| 2025-02-09 | Rollup merge of #135488 - GrigorenkoPV:vec_pop_if, r=jhpratt | Matthias Krüger | -5/+1 |
| 2025-02-09 | Fix pattern matching mode changes and unsafe_op_in_unsafe_fn | Michael Goulet | -1/+1 |
| 2025-02-09 | Mark extern blocks as unsafe | Michael Goulet | -4/+4 |
| 2025-02-09 | Update string.rs | Robert Bastian | -5/+2 |
| 2025-02-09 | Auto merge of #136751 - bjorn3:update_rustfmt, r=Mark-Simulacrum | bors | -121/+152 |
| 2025-02-08 | Rustfmt | bjorn3 | -121/+152 |
| 2025-02-08 | Implement Extend<AsciiChar> for String | Matthew Zeitlin | -0/+26 |
| 2025-02-08 | Rollup merge of #136099 - Kijewski:pr-rc-str-default, r=ibraheemdev | Matthias Krüger | -3/+6 |
| 2025-02-07 | Update `compiler-builtins` to 0.1.146 | Trevor Gross | -1/+1 |
| 2025-02-06 | Remove some unnecessary parens in `assert!` conditions | Esteban Küber | -11/+11 |
| 2025-02-04 | Update `compiler-builtins` to 0.1.145 | Trevor Gross | -1/+1 |
| 2025-01-31 | Update encode_utf16 to mention it is native endian | Marijn Schouten | -8/+8 |
| 2025-01-30 | Rollup merge of #136215 - btj:patch-1, r=cuviper | Stuart Cook | -2/+2 |
| 2025-01-29 | btree/node.rs: pop_internal_level: does not invalidate other handles | Bart Jacobs | -0/+3 |
| 2025-01-29 | Simplify Rc::as_ptr docs + typo fix | Marijn Schouten | -3/+3 |
| 2025-01-28 | btree/node.rs: remove incorrect comment from pop_internal_level docs | Bart Jacobs | -3/+0 |
| 2025-01-28 | Auto merge of #136203 - matthiaskrgr:rollup-1k0f44l, r=matthiaskrgr | bors | -0/+2 |
| 2025-01-28 | Rollup merge of #136071 - wowinter13:clippy-add-diagnostic-items, r=flip1995 | Matthias Krüger | -0/+2 |
| 2025-01-28 | Stabilize `get_many_mut` as `get_disjoint_mut` | Pavel Grigorenko | -2/+2 |
| 2025-01-28 | Rollup merge of #135805 - DiuDiu777:master, r=Noratrieb | Matthias Krüger | -2/+5 |
| 2025-01-28 | Rollup merge of #135367 - Urgau:unreach_pub-std-3, r=Noratrieb | Matthias Krüger | -210/+251 |
| 2025-01-26 | Optimize `Rc::<str>::default()` implementation | René Kijewski | -3/+6 |
| 2025-01-26 | reduce `Box::default` stack copies in debug mode | Joshua Wong | -1/+14 |
| 2025-01-25 | Rollup merge of #135948 - bjorn3:update_emscripten_std_tests, r=Mark-Simulacrum | Jacob Pratt | -11/+26 |
| 2025-01-25 | [Clippy] Add vec_reserve & vecdeque_reserve diagnostic items | wowinter13 | -0/+2 |
| 2025-01-24 | Rollup merge of #135728 - hkBst:patch-8, r=joboet | Matthias Krüger | -3/+5 |
| 2025-01-25 | Stabilize `vec_pop_if` | Pavel Grigorenko | -5/+1 |
| 2025-01-24 | Rollup merge of #135983 - hkBst:patch-13, r=jhpratt | Matthias Krüger | -4/+3 |
| 2025-01-24 | Rollup merge of #135956 - GrigorenkoPV:vec_pop_off, r=dtolnay | Matthias Krüger | -7/+4 |
| 2025-01-24 | Doc difference between extend and extend_from_slice | Marijn Schouten | -4/+3 |
| 2025-01-24 | Remove a bunch of emscripten test ignores | bjorn3 | -10/+0 |
| 2025-01-24 | Fix testing of the standard library with Emscripten | bjorn3 | -1/+26 |
| 2025-01-24 | Rollup merge of #135890 - GrigorenkoPV:deque-pop-if, r=thomcc | Matthias Krüger | -0/+86 |
| 2025-01-24 | Make `Vec::pop_if` a bit more presentable | Pavel Grigorenko | -7/+4 |
| 2025-01-23 | Rollup merge of #135073 - joshtriplett:bstr, r=BurntSushi | Matthias Krüger | -0/+706 |
| 2025-01-22 | Implement `VecDeque::pop_front_if` & `VecDeque::pop_back_if` | Pavel Grigorenko | -0/+86 |
| 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/+1 |
| 2025-01-21 | add missing allocator safety in alloc crate | LemonJ | -2/+5 |
| 2025-01-20 | alloc: add `#![warn(unreachable_pub)]` | Urgau | -210/+251 |
| 2025-01-19 | Fix whitespace | Marijn Schouten | -1/+1 |
| 2025-01-19 | document order of items in iterator from drain | Marijn Schouten | -3/+5 |