| Age | Commit message (Expand) | Author | Lines |
| 2023-07-30 | Avoid using ptr::Unique in LinkedList code | Ryan Lowe | -11/+13 |
| 2023-07-30 | Auto merge of #114236 - fee1-dead-contrib:rollup-m92j7q1, r=fee1-dead | bors | -0/+8 |
| 2023-07-30 | Rollup merge of #112151 - chloekek:patch-1, r=workingjubilee | fee1-dead | -0/+8 |
| 2023-07-30 | Auto merge of #112280 - zica87:master, r=workingjubilee | bors | -13/+0 |
| 2023-07-28 | btree/map.rs: remove "Basic usage" text | Tshepang Mbambo | -54/+0 |
| 2023-07-28 | add LinkedList::{retain,retain_mut} | TennyZhuang | -0/+93 |
| 2023-07-13 | Fix VecDeque's rotate_left and rotate_right panic tests | Pedro Lobo | -2/+2 |
| 2023-07-13 | Rename VecDeque's rotate_left and rotate_right parameters | Pedro Lobo | -23/+23 |
| 2023-06-14 | s/drain_filter/extract_if/ for Vec, Btree{Map,Set} and LinkedList | The 8472 | -129/+124 |
| 2023-06-14 | remove drain-on-drop behavior from linked_list::DrainFilter and add #[must_use] | The 8472 | -30/+14 |
| 2023-06-14 | remove drain-on-drop behavior from BTree{Set,Map}::DrainFilter and add #[must... | The 8472 | -58/+40 |
| 2023-06-13 | Auto merge of #112314 - ferrocene:pa-core-alloc-abort, r=bjorn3 | bors | -0/+17 |
| 2023-06-13 | ignore core, alloc and test tests that require unwinding on panic=abort | Pietro Albini | -0/+17 |
| 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 | -1941/+3225 |
| 2023-06-04 | Remove redundant example of `BTreeSet::iter` | zica | -13/+0 |
| 2023-05-31 | Clarify behavior of inclusive bounds in BTreeMap::{lower,upper}_bound | chloekek | -0/+8 |
| 2023-05-15 | Fixed typo | Benjamin Atelsek | -1/+1 |
| 2023-05-04 | btree_map: `Cursor{,Mut}::peek_prev` must agree | Jubilee Young | -2/+21 |
| 2023-04-29 | Rollup merge of #110958 - compiler-errors:stdlib-refinement, r=cuviper | Dylan DPC | -17/+65 |
| 2023-04-28 | Make sure that signatures aren't accidental refinements | Michael Goulet | -17/+65 |
| 2023-04-28 | replace version placeholders | Pietro Albini | -16/+16 |
| 2023-04-26 | Rollup merge of #110419 - jsoref:spelling-library, r=jyn514 | Matthias Krüger | -1/+1 |
| 2023-04-26 | Spelling library/ | Josh Soref | -1/+1 |
| 2023-04-25 | Auto merge of #103093 - rytheo:linked-list-alloc-api, r=Mark-Simulacrum | bors | -135/+224 |
| 2023-04-24 | Add support for allocators in LinkedList | Ryan Lowe | -135/+224 |
| 2023-04-14 | Rollup merge of #110244 - kadiwa4:unnecessary_imports, r=JohnTitor | Matthias Krüger | -16/+7 |
| 2023-04-12 | remove some unneeded imports | KaDiWa | -16/+7 |
| 2023-04-12 | Fix btree `CursorMut::insert_after` check | marc0246 | -1/+65 |
| 2023-04-03 | Auto merge of #108448 - ishitatsuyuki:binary-heap, r=Mark-Simulacrum | bors | -51/+19 |
| 2023-04-02 | Auto merge of #109701 - Amanieu:binaryheap_retain, r=ChrisDenton | bors | -2/+1 |
| 2023-03-30 | Rollup merge of #106985 - jofas:106746-fix, r=ChrisDenton | Yuki Okushi | -10/+10 |
| 2023-03-30 | removed deprecated markdown links from documentation | jofas | -3/+0 |
| 2023-03-29 | enhanced documentation of binary search methods for slice and VecDeque for un... | jofas | -7/+10 |
| 2023-03-28 | Stabilize `binary_heap_retain` | Amanieu d'Antras | -2/+1 |
| 2023-03-27 | fix advance_by impl for vec_deque and add tests | The 8472 | -7/+7 |
| 2023-03-27 | replace advance_by returning usize with Result<(), NonZeroUsize> | The 8472 | -29/+39 |
| 2023-03-27 | Change advance(_back)_by to return `usize` instead of `Result<(), usize>` | The 8472 | -32/+30 |
| 2023-03-25 | Auto merge of #99929 - the8472:default-iters, r=scottmcm | bors | -0/+228 |
| 2023-03-20 | Remove outdated comments | Maybe Waffle | -6/+0 |
| 2023-03-11 | Rollup merge of #106276 - Sp00ph:unify_slice_ranges, r=the8472 | Matthias Krüger | -36/+31 |
| 2023-03-01 | Rollup merge of #108462 - pommicket:fix-vecdeque-zst-overflow, r=Amanieu | Dylan DPC | -1/+1 |
| 2023-02-28 | Support allocators in various Default for IntoIter impls | The 8472 | -5/+17 |
| 2023-02-28 | rewrite iterator `Default` tests as doctests | The 8472 | -22/+98 |
| 2023-02-28 | Implement Default for some alloc/core iterators | The 8472 | -0/+140 |