| Age | Commit message (Expand) | Author | Lines |
| 2021-03-19 | Rollup merge of #83244 - cuviper:vec_deque-zst, r=m-ou-se | Dylan DPC | -19/+33 |
| 2021-03-18 | Auto merge of #81312 - dylni:clarify-btree-range-search-comments, r=m-ou-se | bors | -3/+2 |
| 2021-03-18 | Rollup merge of #82434 - jyn514:hash, r=JohnTitor | Dylan DPC | -3/+4 |
| 2021-03-17 | Fix overflowing length in Vec<ZST> to VecDeque | Josh Stone | -19/+33 |
| 2021-03-16 | Fix comments based on review | dylni | -5/+2 |
| 2021-03-15 | Clarify BTree range searching comments | dylni | -1/+3 |
| 2021-03-09 | Rollup merge of #81127 - hanmertens:binary_heap_sift_down_perf, r=dtolnay | Mara Bos | -2/+2 |
| 2021-03-05 | Rollup merge of #82764 - m-ou-se:map-try-insert, r=Amanieu | Mara | -1/+70 |
| 2021-03-05 | Rollup merge of #80723 - rylev:noop-lint-pass, r=estebank | Mara | -4/+4 |
| 2021-03-04 | Add tracking issue for map_try_insert. | Mara Bos | -4/+4 |
| 2021-03-04 | Implement Error for OccupiedError. | Mara Bos | -0/+13 |
| 2021-03-04 | Improve Debug implementations of OccupiedError. | Mara Bos | -2/+3 |
| 2021-03-04 | Add BTreeMap::try_insert and btree_map::OccupiedError. | Mara Bos | -1/+56 |
| 2021-03-03 | Fix ui-full-deps suite | Ryan Levick | -4/+4 |
| 2021-03-03 | Rollup merge of #82439 - ssomers:btree_fix_unsafety, r=Mark-Simulacrum | Yuki Okushi | -16/+15 |
| 2021-03-01 | Rollup merge of #82578 - camsteffen:diag-items, r=oli-obk | Joshua Nelson | -0/+4 |
| 2021-03-01 | Rollup merge of #81210 - ssomers:btree_fix_node_size_test, r=Mark-Simulacrum | Joshua Nelson | -5/+6 |
| 2021-03-01 | Add diagnostic items | Cameron Steffen | -0/+4 |
| 2021-03-01 | Auto merge of #82440 - ssomers:btree_fix_casts, r=Mark-Simulacrum | bors | -8/+10 |
| 2021-03-01 | Auto merge of #81094 - ssomers:btree_drainy_refactor_3, r=Mark-Simulacrum | bors | -118/+227 |
| 2021-02-24 | library: Normalize safety-for-unsafe-block comments | Miguel Ojeda | -2/+2 |
| 2021-02-23 | BTree: fix untrue safety | Stein Somers | -16/+15 |
| 2021-02-23 | BTree: no longer define impossible casts | Stein Somers | -8/+10 |
| 2021-02-23 | BTree: split off reusable components from range_search | Stein Somers | -118/+227 |
| 2021-02-23 | Add more links between hash and btree collections | Joshua Nelson | -3/+4 |
| 2021-02-23 | Auto merge of #82430 - Dylan-DPC:rollup-nu4kfyc, r=Dylan-DPC | bors | -1/+1 |
| 2021-02-23 | Rollup merge of #81154 - dylni:improve-design-of-assert-len, r=KodrAus | Dylan DPC | -1/+1 |
| 2021-02-23 | Auto merge of #81937 - ssomers:btree_drainy_refactor_9b, r=Mark-Simulacrum | bors | -98/+67 |
| 2021-02-22 | Auto merge of #81362 - ssomers:btree_drainy_refactor_8, r=Mark-Simulacrum | bors | -146/+176 |
| 2021-02-21 | BTreeMap: correct tests for alternative choices of B | Stein Somers | -5/+6 |
| 2021-02-21 | Improve sift_down performance in BinaryHeap | Han Mertens | -2/+2 |
| 2021-02-21 | Rollup merge of #81706 - SkiFire13:document-binaryheap-unsafe, r=Mark-Simulacrum | Yuki Okushi | -49/+117 |
| 2021-02-21 | Rollup merge of #81300 - ssomers:btree_cleanup_leak_tests, r=Mark-Simulacrum | Yuki Okushi | -217/+337 |
| 2021-02-20 | Add FIXME for safety comments that are invalid when T is a ZST | Giacomo Stevanato | -0/+4 |
| 2021-02-20 | Document BinaryHeap unsafe functions | Giacomo Stevanato | -49/+113 |
| 2021-02-15 | Rollup merge of #82060 - taiki-e:typo, r=m-ou-se | Jonas Schievink | -12/+12 |
| 2021-02-15 | BTree: move more shared iterator code into navigate.rs | Stein Somers | -98/+67 |
| 2021-02-14 | Rollup merge of #81919 - ssomers:btree_cleanup_comments, r=Mark-Simulacrum | Dylan DPC | -4/+5 |
| 2021-02-14 | Auto merge of #81956 - ssomers:btree_post_75200, r=Mark-Simulacrum | bors | -19/+7 |
| 2021-02-13 | Fix typos in BTreeSet::{first, last} docs | Taiki Endo | -12/+12 |
| 2021-02-12 | Rename `Range::ensure_subset_of` to `slice::range` | dylni | -1/+1 |
| 2021-02-12 | Fix possible soundness issue in `ensure_subset_of` | dylni | -1/+1 |
| 2021-02-12 | Improve design of `assert_len` | dylni | -1/+1 |
| 2021-02-12 | Use raw ref macros as in #80886 | Stein Somers | -3/+3 |
| 2021-02-12 | Initialize BTree nodes directly in the heap | Josh Stone | -18/+30 |
| 2021-02-10 | BTree: remove outdated traces of coercions | Stein Somers | -19/+7 |
| 2021-02-09 | BTreeMap: disentangle Drop implementation from IntoIter | Stein Somers | -65/+106 |
| 2021-02-09 | BTreeMap: gather and decompose reusable tree fixing functions | Stein Somers | -146/+176 |
| 2021-02-09 | BTreeMap: fix internal comments | Stein Somers | -4/+5 |
| 2021-02-09 | BTreeMap: share panicky test code & test panic during clear, clone | Stein Somers | -183/+303 |