| Age | Commit message (Expand) | Author | Lines |
| 2025-03-12 | Rollup merge of #138161 - HeroicKatora:heap-peek-mut-refresh, r=dtolnay | Matthias Krüger | -4/+78 |
| 2025-03-11 | Add PeekMut::refresh | Aurelia Molzer | -4/+78 |
| 2025-03-07 | Fully test the alloc crate through alloctests | bjorn3 | -1/+4 |
| 2024-12-21 | Less unwrap() in documentation | Kornel | -2/+1 |
| 2024-12-04 | Move some alloc tests to the alloctests crate | bjorn3 | -583/+0 |
| 2024-11-30 | get rid of a bunch of unnecessary rustc_const_unstable | Ralf Jung | -1/+0 |
| 2024-11-28 | Also use zero when referencing to capacity or length | timvisee | -2/+2 |
| 2024-10-25 | library: consistently use American spelling for 'behavior' | Ralf Jung | -2/+2 |
| 2024-10-03 | Avoid emptiness check in `PeekMut::pop` | EFanZh | -1/+4 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -2/+2 |
| 2024-09-18 | [Clippy] Swap `manual_retain` to use diagnostic items instead of paths | GnomedDev | -0/+1 |
| 2024-09-03 | replace placeholder version | Boxy | -1/+1 |
| 2024-08-07 | Rollup merge of #128261 - clarfonthey:iter-default, r=dtolnay | Matthias Krüger | -0/+14 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -4/+5 |
| 2024-07-27 | Okay, I guess I have to give these a different feature name | ltdk | -1/+1 |
| 2024-07-27 | impl Default for collection iterators that don't already have it | ltdk | -0/+14 |
| 2024-07-26 | Fix doc nits | John Arundel | -1/+2 |
| 2024-07-24 | Rollup merge of #125962 - Coekjan:const-binary-heap, r=Amanieu | Matthias Krüger | -1/+1 |
| 2024-06-11 | replace version placeholder | Pietro Albini | -5/+2 |
| 2024-06-07 | Rollup merge of #124012 - slanterns:as_slice_stabilize, r=BurntSushi | Matthias Krüger | -2/+1 |
| 2024-06-04 | update tracking issue for `const_binary_heap_new_in` | coekjan | -1/+1 |
| 2024-06-01 | stablize `const_binary_heap_constructor` & create an unstable feature `const_... | coekjan | -2/+5 |
| 2024-04-24 | fix typo in binary_heap docs | Thomas Lindae | -1/+1 |
| 2024-04-16 | Stabilize `BinaryHeap::as_slice` | Slanterns | -2/+1 |
| 2024-03-08 | Document overrides of `clone_from()` | Noa | -0/+6 |
| 2024-02-22 | Add `rustc_confusables` annotations to some stdlib APIs | Esteban Küber | -0/+2 |
| 2024-02-15 | Replace `NonZero::<_>::new` with `NonZero::new`. | Markus Reiter | -3/+3 |
| 2024-02-15 | Use generic `NonZero` internally. | Markus Reiter | -5/+5 |
| 2023-12-10 | remove redundant imports | surechen | -2/+0 |
| 2023-11-28 | Auto merge of #110353 - the8472:in-place-flatten-chunks, r=cuviper | bors | -2/+9 |
| 2023-10-28 | mark constructor of `BinaryHeap` as const fn | coekjan | -2/+4 |
| 2023-09-03 | Expand in-place iteration specialization to Flatten, FlatMap and ArrayChunks | The 8472 | -2/+9 |
| 2023-06-13 | Auto merge of #112314 - ferrocene:pa-core-alloc-abort, r=bjorn3 | bors | -0/+3 |
| 2023-06-13 | ignore core, alloc and test tests that require unwinding on panic=abort | Pietro Albini | -0/+3 |
| 2023-06-11 | Impl allocator function for iterators | yanchith | -0/+32 |
| 2023-06-11 | Remove explicit lifetimes | yanchith | -20/+20 |
| 2023-06-09 | Don't explicitly name Global | yanchith | -1/+1 |
| 2023-06-09 | Pass tidy again | yanchith | -5/+1 |
| 2023-06-09 | Add allocator function | yanchith | -0/+7 |
| 2023-06-09 | Reallocatorize after merge | yanchith | -12/+16 |
| 2023-06-09 | Merge branch 'master' into binary-heap-ta | yanchith | -26/+1944 |
| 2023-04-28 | replace version placeholders | Pietro Albini | -2/+2 |
| 2023-04-12 | remove some unneeded imports | KaDiWa | -3/+1 |
| 2023-04-03 | Auto merge of #108448 - ishitatsuyuki:binary-heap, r=Mark-Simulacrum | bors | -51/+19 |
| 2023-03-28 | Stabilize `binary_heap_retain` | Amanieu d'Antras | -2/+1 |
| 2023-02-28 | rewrite iterator `Default` tests as doctests | The 8472 | -0/+7 |
| 2023-02-28 | Implement Default for some alloc/core iterators | The 8472 | -0/+7 |
| 2023-02-25 | binary_heap: Unify Extend implementation. | Tatsuyuki Ishi | -34/+2 |
| 2023-02-25 | binary_heap: Make RebuildOnDrop a common helper. | Tatsuyuki Ishi | -17/+17 |
| 2023-01-15 | Rebuild BinaryHeap on unwind from retain | David Tolnay | -7/+21 |