| Age | Commit message (Expand) | Author | Lines |
| 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-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/+2 |
| 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-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-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 |
| 2024-12-22 | Specify only that duplicates are discarded, not the order. | Kevin Reid | -4/+5 |
| 2024-12-22 | Auto merge of #131193 - EFanZh:asserts-vec-len, r=the8472 | bors | -2/+9 |
| 2024-12-22 | Impl String::into_chars | tison | -2/+185 |
| 2024-12-21 | Document collection `From` and `FromIterator` impls that drop duplicate keys. | Kevin Reid | -1/+12 |
| 2024-12-21 | Less unwrap() in documentation | Kornel | -2/+1 |
| 2024-12-20 | Rollup merge of #126118 - jan-ferdinand:docs_for_vec_set_len, r=the8472 | Jacob Pratt | -1/+6 |
| 2024-12-19 | Add missing safety descriptions to Arc's 'from_raw','increment_strong_count',... | LemonJ | -2/+6 |
| 2024-12-18 | Auto merge of #134443 - joshtriplett:use-field-init-shorthand, r=lqd,tgross35... | bors | -2/+2 |
| 2024-12-18 | Add 'into_array' conversion destructors for 'Box', 'Rc', and 'Arc'; | Gabriel Bjørnager Jensen | -0/+60 |
| 2024-12-17 | Use field init shorthand where possible | Josh Triplett | -2/+2 |
| 2024-12-16 | remove obsolete comment and pub(super) visibility | The 8472 | -12/+6 |
| 2024-12-16 | remove bounds from vec and linkedlist ExtractIf | The 8472 | -19/+7 |
| 2024-12-16 | Add a range argument to vec.extract_if | The 8472 | -20/+46 |
| 2024-12-15 | Auto merge of #134332 - Zalathar:rollup-oe23hkw, r=Zalathar | bors | -24/+27 |
| 2024-12-15 | Rollup merge of #134310 - tkr-sh:master, r=Noratrieb | Stuart Cook | -24/+27 |
| 2024-12-15 | Auto merge of #133223 - zachs18:uniquerc-impls, r=Noratrieb | bors | -4/+249 |