| Age | Commit message (Expand) | Author | Lines |
| 2024-02-15 | Fix typo in VecDeque::handle_capacity_increase() doc comment. | Johannes Lade | -4/+4 |
| 2024-02-15 | Rollup merge of #120505 - Amanieu:fix-btreemap-cursor-remove, r=m-ou-se | Guillaume Gomez | -0/+12 |
| 2024-02-15 | Replace `NonZero::<_>::new` with `NonZero::new`. | Markus Reiter | -5/+5 |
| 2024-02-15 | Use generic `NonZero` internally. | Markus Reiter | -16/+16 |
| 2024-02-11 | fix intra-doc links | ripytide | -12/+12 |
| 2024-02-11 | fix incorrect doctest | ripytide | -2/+2 |
| 2024-02-11 | improve `btree_cursors` functions documentation | ripytide | -87/+130 |
| 2024-01-30 | Fix BTreeMap's Cursor::remove_{next,prev} | Amanieu d'Antras | -0/+12 |
| 2024-01-25 | Rollup merge of #118208 - Amanieu:btree_cursor2, r=dtolnay | Matthias Krüger | -392/+549 |
| 2024-01-02 | Adjust library tests for unused_tuple_struct_fields -> dead_code | Jake Goulding | -2/+2 |
| 2023-12-21 | fix minor mistake in comments describing VecDeque resizing | Kent Ross | -4/+4 |
| 2023-12-10 | remove redundant imports | surechen | -11/+1 |
| 2023-12-09 | Auto merge of #114136 - TennyZhuang:linked-list-retain, r=thomcc | bors | -0/+93 |
| 2023-11-29 | Rollup merge of #118398 - mu001999:std/add_cfgs, r=thomcc | Matthias Krüger | -0/+1 |
| 2023-11-28 | Auto merge of #110353 - the8472:in-place-flatten-chunks, r=cuviper | bors | -2/+9 |
| 2023-11-28 | Add proper cfgs | r0cky | -0/+1 |
| 2023-11-23 | Add UnorderedKeyError | Amanieu d'Antras | -31/+43 |
| 2023-11-23 | Update library/alloc/src/collections/btree/map.rs | Amanieu d'Antras | -1/+1 |
| 2023-11-23 | Rewrite the BTreeMap cursor API using gaps | Amanieu d'Antras | -374/+519 |
| 2023-10-28 | mark constructor of `BinaryHeap` as const fn | coekjan | -2/+4 |
| 2023-10-09 | Make BTreeSet::new_in const | Sven Bartscher | -1/+1 |
| 2023-10-09 | Make BTreeMap::new_in const | Sven Bartscher | -1/+1 |
| 2023-10-04 | Fix misuses of a vs an | cui fliter | -1/+1 |
| 2023-09-16 | edit `std::collections::VecDeque` docs | mxnkarou | -2/+2 |
| 2023-09-03 | Expand in-place iteration specialization to Flatten, FlatMap and ArrayChunks | The 8472 | -2/+9 |
| 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 |