| Age | Commit message (Expand) | Author | Lines |
| 2025-03-11 | Add PeekMut::refresh | Aurelia Molzer | -4/+78 |
| 2025-03-07 | Add comments | bjorn3 | -0/+3 |
| 2025-03-07 | Fully test the alloc crate through alloctests | bjorn3 | -1/+29 |
| 2025-03-06 | library: Use size_of from the prelude instead of imported | Thalia Archibald | -4/+4 |
| 2025-02-25 | Rollup merge of #137576 - goffrie:setvalzst, r=lcnr | León Orell Valerian Liehr | -1/+1 |
| 2025-02-24 | Don't doc-comment BTreeMap<K, SetValZST, A> | Geoffry Song | -1/+1 |
| 2025-02-23 | stabilize extract_if | bendn | -5/+4 |
| 2025-02-10 | Rollup merge of #136705 - compiler-errors:edition-library, r=jhpratt | Jubilee | -1/+1 |
| 2025-02-09 | Fix pattern matching mode changes and unsafe_op_in_unsafe_fn | Michael Goulet | -1/+1 |
| 2025-02-08 | Rustfmt | bjorn3 | -21/+30 |
| 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-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/+1 |
| 2025-01-28 | Rollup merge of #135367 - Urgau:unreach_pub-std-3, r=Noratrieb | Matthias Krüger | -168/+203 |
| 2025-01-25 | [Clippy] Add vec_reserve & vecdeque_reserve diagnostic items | wowinter13 | -0/+1 |
| 2025-01-24 | Rollup merge of #135890 - GrigorenkoPV:deque-pop-if, r=thomcc | Matthias Krüger | -0/+46 |
| 2025-01-22 | Implement `VecDeque::pop_front_if` & `VecDeque::pop_back_if` | Pavel Grigorenko | -0/+46 |
| 2025-01-22 | Remove erroneous `unsafe` in `BTreeSet::upper_bound_mut` | Pavel Grigorenko | -4/+4 |
| 2025-01-20 | alloc: add `#![warn(unreachable_pub)]` | Urgau | -168/+203 |
| 2025-01-11 | Add inherent versions of MaybeUninit methods for slices | ltdk | -3/+1 |
| 2024-12-26 | Rollup merge of #134644 - kpreid:duplicates, r=Mark-Simulacrum | Jacob Pratt | -1/+13 |
| 2024-12-22 | Specify only that duplicates are discarded, not the order. | Kevin Reid | -4/+5 |
| 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-16 | remove bounds from vec and linkedlist ExtractIf | The 8472 | -7/+2 |
| 2024-12-14 | Add clarity to the "greater" of `VecDeque::insert` | tkirishima | -1/+1 |
| 2024-12-14 | Replace i32 by char to add clarity | tkirishima | -9/+12 |
| 2024-12-04 | Move some alloc tests to the alloctests crate | bjorn3 | -583/+0 |
| 2024-12-01 | Rollup merge of #133672 - RalfJung:const-stability-cleanup, r=jhpratt | Jacob Pratt | -1/+0 |
| 2024-11-30 | get rid of a bunch of unnecessary rustc_const_unstable | Ralf Jung | -1/+0 |
| 2024-11-30 | Rollup merge of #133548 - cuviper:btreeset-entry-api, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -2/+530 |
| 2024-11-28 | Also use zero when referencing to capacity or length | timvisee | -2/+2 |
| 2024-11-27 | Fill in a `BTreeSet::entry` example | Josh Stone | -1/+31 |
| 2024-11-27 | Add a tracking issue for `btree_set_entry` | Josh Stone | -20/+20 |
| 2024-11-27 | Add `BTreeSet` entry APIs to match `HashSet` | Josh Stone | -2/+500 |
| 2024-11-26 | Rollup merge of #133042 - cuviper:btreemap-insert_entry, r=Amanieu | Michael Goulet | -31/+76 |
| 2024-11-24 | Auto merge of #132597 - lukas-code:btree-plug-leak, r=jhpratt | bors | -2/+64 |
| 2024-11-19 | Rollup merge of #123947 - zopsicle:vec_deque-Iter-as_slices, r=Amanieu | Matthias Krüger | -0/+141 |
| 2024-11-18 | Improve `{BTreeMap,HashMap}::get_key_value` docs. | Nicholas Nethercote | -4/+42 |
| 2024-11-14 | btree: add `{Entry,VacantEntry}::insert_entry` | Josh Stone | -31/+76 |
| 2024-11-13 | btree: simplify the backdoor between set and map | Josh Stone | -48/+11 |
| 2024-11-04 | btree: don't leak value if destructor of key panics | Lukas Markeffsky | -2/+64 |
| 2024-10-25 | library: consistently use American spelling for 'behavior' | Ralf Jung | -3/+3 |
| 2024-10-23 | "innermost", "outermost", "leftmost", and "rightmost" don't need hyphens | Josh Triplett | -4/+4 |
| 2024-10-16 | Fix predicate signatures in retain_mut docs | Collin O'Connor | -2/+2 |
| 2024-10-14 | Auto merge of #126557 - GrigorenkoPV:vec_track_caller, r=joboet | bors | -0/+31 |
| 2024-10-03 | Avoid emptiness check in `PeekMut::pop` | EFanZh | -1/+4 |
| 2024-09-25 | Use `&raw` in the standard library | Josh Stone | -5/+5 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -44/+35 |