| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-02-09 | BTreeMap/BTreeSet: separate off code supporting tests | Stein Somers | -34/+34 |
| 2021-02-08 | Auto merge of #81361 - ssomers:btree_drainy_refactor_7, r=Mark-Simulacrum | bors | -42/+67 |
| 2021-02-08 | Auto merge of #79245 - ssomers:btree_curb_ord_bound, r=dtolnay | bors | -20/+22 |
| 2021-02-07 | Rollup merge of #81526 - ojeda:btree-use-unwrap_unchecked, r=scottmcm | Guillaume Gomez | -31/+12 |
| 2021-02-06 | Rollup merge of #81434 - ssomers:btree_drain_filter_doc_update, r=dtolnay | Jonas Schievink | -16/+18 |
| 2021-02-06 | BTreeMap: remove Ord bound where it is absent elsewhere | Stein Somers | -20/+22 |
| 2021-02-06 | BTreeMap: fix documentation of unstable public members | Stein Somers | -16/+18 |
| 2021-02-06 | Rollup merge of #81610 - ssomers:btree_emphasize_ord_bound, r=dtolnay | Mara Bos | -54/+191 |
| 2021-02-04 | Revert "Avoid leaking block expression values" | Felix S. Klock II | -1/+1 |
| 2021-02-02 | Rollup merge of #81588 - xfix:delete-doc-alias, r=Mark-Simulacrum | Jack Huey | -0/+2 |
| 2021-02-02 | BTreeMap: make Ord bound explicit, compile-test its absence | Stein Somers | -54/+191 |
| 2021-01-31 | Add doc aliases for "delete" | Konrad Borowski | -0/+2 |
| 2021-01-30 | Rollup merge of #80886 - RalfJung:stable-raw-ref-macros, r=m-ou-se | Yuki Okushi | -2/+2 |
| 2021-01-29 | btree: use Option's unwrap_unchecked() | Miguel Ojeda | -31/+12 |
| 2021-01-29 | rename raw_const/mut -> const/mut_addr_of, and stabilize them | Ralf Jung | -2/+2 |
| 2021-01-29 | Auto merge of #81073 - ssomers:btree_owned_root_vs_dying, r=Mark-Simulacrum | bors | -32/+73 |
| 2021-01-27 | Auto merge of #81335 - thomwiggers:no-panic-shrink-to, r=Mark-Simulacrum | bors | -8/+5 |
| 2021-01-27 | Rollup merge of #81191 - ssomers:btree_more_order_chaos, r=Mark-Simulacrum | Yuki Okushi | -1/+87 |
| 2021-01-26 | BTreeMap: stop tree from being owned by non-root node | Stein Somers | -32/+73 |
| 2021-01-26 | shrink_to shouldn't panic on len greater than capacity | Thom Wiggers | -8/+5 |
| 2021-01-26 | Auto merge of #81217 - ssomers:btree_bring_back_the_slice, r=Mark-Simulacrum | bors | -43/+23 |
| 2021-01-24 | BTreeMap: lightly refactor the split_off implementation | Stein Somers | -42/+67 |
| 2021-01-23 | Rollup merge of #81170 - xfix:vecdeque-bug-fix, r=sfackler | Jonas Schievink | -3/+47 |
| 2021-01-20 | BTreeMap: bring back the key slice for immutable lookup | Stein Somers | -43/+23 |
| 2021-01-19 | BTreeMap: compile-test all borrowing interfaces and test more chaotic order | Stein Somers | -1/+87 |
| 2021-01-19 | Rollup merge of #81115 - ssomers:btree_drainy_refactor_4, r=Mark-Simulacrum | Guillaume Gomez | -121/+8 |
| 2021-01-18 | Fix soundness issue for `replace_range` and `range` | dylni | -3/+10 |
| 2021-01-18 | Avoid hash_slice in VecDeque's Hash implementation | Konrad Borowski | -3/+47 |
| 2021-01-18 | BTreeMap: prefer bulk_steal functions over specialized ones | Stein Somers | -121/+8 |
| 2021-01-18 | BTreeMap: convert search functions to methods | Stein Somers | -83/+83 |
| 2021-01-18 | Auto merge of #81090 - ssomers:btree_drainy_refactor_2, r=Mark-Simulacrum | bors | -34/+60 |
| 2021-01-17 | Rollup merge of #81082 - ssomers:btree_cleanup_comments, r=Mark-Simulacrum | Mara Bos | -6/+8 |
| 2021-01-17 | Auto merge of #81083 - ssomers:btree_drainy_refactor_1, r=Mark-Simulacrum | bors | -13/+14 |
| 2021-01-16 | BTreeMap: offer merge in variants with more clarity | Stein Somers | -34/+60 |
| 2021-01-16 | Rollup merge of #80681 - ChrisJefferson:logic-error-doc, r=m-ou-se | Mara Bos | -1/+10 |
| 2021-01-16 | BTreeMap: expose new_internal function and sanitize from_new_internal | Stein Somers | -13/+14 |
| 2021-01-16 | BTreeMap: clean up a few more comments | Stein Somers | -6/+8 |
| 2021-01-16 | Auto merge of #77435 - hanmertens:binary_heap_append, r=scottmcm | bors | -2/+8 |
| 2021-01-16 | Clarify what the effects of a 'logic error' are | Chris Jefferson | -1/+10 |
| 2021-01-16 | Auto merge of #80873 - ssomers:btree_cleanup_slices_4, r=Mark-Simulacrum | bors | -81/+88 |
| 2021-01-15 | Change rebuild heuristic in BinaryHeap::append | Han Mertens | -2/+8 |