| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2025-01-16 | Rollup merge of #134496 - DiuDiu777:fix-doc, r=ibraheemdev | Matthias Krüger | -2/+6 |
| 2025-01-16 | fix typo in library/alloc/src/sync.rs | ClearLove | -1/+1 |
| 2025-01-15 | Update compiler-builtins to 0.1.143 | Trevor Gross | -1/+1 |
| 2025-01-14 | Update compiler-builtins to 0.1.141 | Trevor Gross | -1/+1 |
| 2025-01-14 | Rollup merge of #135381 - cod10129:vec-splice-doc, r=tgross35 | Matthias Krüger | -3/+13 |
| 2025-01-13 | Add another `Vec::splice` example | cod10129 | -3/+13 |
| 2025-01-12 | Update the explanation for why we use box_new in vec! | Ben Kimock | -2/+2 |
| 2025-01-12 | Auto merge of #135402 - matthiaskrgr:rollup-cz7hs13, r=matthiaskrgr | bors | -3/+1 |
| 2025-01-12 | Omit some more `From` impls to avoid inference failures | Josh Triplett | -65/+54 |
| 2025-01-11 | Add inherent versions of MaybeUninit methods for slices | ltdk | -3/+1 |
| 2025-01-11 | Make UniqueRc invariant for soundness | Frank Steffahn | -2/+6 |
| 2025-01-11 | Rollup merge of #135347 - samueltardieu:push-qvyxtxsqyxyr, r=jhpratt | Jacob Pratt | -24/+7 |
| 2025-01-11 | Rollup merge of #135236 - scottmcm:more-mcp807-library-updates, r=ChrisDenton | Jacob Pratt | -24/+23 |
| 2025-01-11 | Support `no_rc`, `no_sync`, and `no_global_oom_handling` | Josh Triplett | -0/+9 |
| 2025-01-11 | Add `#[cfg(not(test))]` to some impls to work around https://github.com/rust-... | Josh Triplett | -0/+20 |
| 2025-01-11 | Implement `ByteStr` and `ByteString` types | Josh Triplett | -0/+687 |
| 2025-01-10 | Use `NonNull::without_provenance` within the standard library | Samuel Tardieu | -24/+7 |
| 2025-01-10 | alloc: remove unsound `IsZero` for raw pointers | joboet | -13/+12 |
| 2025-01-09 | Update a bunch of library types for MCP807 | Scott McMurray | -24/+23 |
| 2025-01-09 | Auto merge of #135268 - pietroalbini:pa-bump-stage0, r=Mark-Simulacrum | bors | -7/+3 |
| 2025-01-08 | Remove some unnecessary `.into()` calls | Esteban Küber | -2/+2 |
| 2025-01-08 | update cfg(bootstrap) | Pietro Albini | -7/+3 |
| 2025-01-08 | update version placeholders | Pietro Albini | -3/+3 |
| 2025-01-08 | Rollup merge of #133057 - tisonkun:into-chars, r=Amanieu | Jacob Pratt | -2/+185 |
| 2025-01-04 | Rollup merge of #135104 - the8472:disable-in-place-iter-for-flatten, r=Mark-S... | Jubilee | -19/+20 |
| 2025-01-04 | add regression test for unsound Flatten/FlatMap specialization | The 8472 | -0/+14 |
| 2025-01-04 | do not in-place-iterate over flatmap/flatten | The 8472 | -19/+6 |
| 2025-01-03 | turn rustc_box into an intrinsic | Ralf Jung | -6/+26 |
| 2025-01-02 | fix doc for missing Box allocator consistency | LemonJ | -0/+3 |
| 2024-12-29 | Rollup merge of #134884 - calciumbe:patch1, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2024-12-29 | fix: typos | calciumbe | -1/+1 |
| 2024-12-28 | docs: inline `alloc::ffi::c_str` types to `alloc::ffi` | Lukas Markeffsky | -1/+1 |
| 2024-12-28 | Rollup merge of #134832 - tgross35:update-builtins, r=tgross35 | Stuart Cook | -1/+1 |
| 2024-12-28 | Update library/alloc/tests/sort/tests.rs | chloefeal | -1/+1 |
| 2024-12-27 | Update `compiler-builtins` to 0.1.140 | Trevor Gross | -1/+1 |
| 2024-12-27 | Fix typos | chloefeal | -1/+1 |
| 2024-12-26 | Rollup merge of #134644 - kpreid:duplicates, r=Mark-Simulacrum | Jacob Pratt | -1/+13 |
| 2024-12-26 | Rollup merge of #134379 - bjoernager:slice-as-array, r=dtolnay | Jacob Pratt | -0/+60 |