| Age | Commit message (Expand) | Author | Lines |
| 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 | 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-24 | BTreeMap: lightly refactor the split_off implementation | Stein Somers | -42/+67 |
| 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 | 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 | -0/+6 |
| 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 | Clarify what the effects of a 'logic error' are | Chris Jefferson | -0/+6 |
| 2021-01-10 | BTreeMap: tougher checks on code using raw into_kv_pointers | Stein Somers | -81/+88 |
| 2021-01-08 | BTreeMap: tougher checks on most uses of copy_nonoverlapping | Stein Somers | -26/+32 |
| 2020-12-28 | Rollup merge of #80430 - xfix:add-length-as-doc-alias, r=steveklabnik | Mara Bos | -0/+2 |
| 2020-12-28 | Rollup merge of #80390 - ssomers:btree_cleanup_slices_2, r=Mark-Simulacrum | Mara Bos | -50/+48 |
| 2020-12-28 | Rollup merge of #80353 - ssomers:btree_test_split_off, r=Mark-Simulacrum | Dylan DPC | -7/+38 |
| 2020-12-28 | Add "length" as doc alias to len methods | Konrad Borowski | -0/+2 |
| 2020-12-26 | BTreeMap: rename the area access methods | Stein Somers | -50/+48 |
| 2020-12-26 | Auto merge of #79520 - ssomers:btree_cleanup_1, r=Mark-Simulacrum | bors | -64/+17 |
| 2020-12-26 | Auto merge of #80354 - ssomers:btree_test_compact, r=Mark-Simulacrum | bors | -9/+33 |
| 2020-12-25 | BTreeMap: declare exclusive access to arrays when copying from them | Stein Somers | -64/+17 |
| 2020-12-25 | Rollup merge of #80352 - ssomers:btree_test_diagnostics, r=Mark-Simulacrum | Dylan DPC | -5/+9 |
| 2020-12-24 | BTreeMap: test full nodes a little more | Stein Somers | -9/+33 |
| 2020-12-24 | BTreeMap: test split_off (and append) more thoroughly | Stein Somers | -7/+38 |
| 2020-12-24 | BTreeMap: make test cases more explicit on failure | Stein Somers | -5/+9 |
| 2020-12-24 | BTreeMap: avoid implicit use of node length in flight | Stein Somers | -97/+81 |
| 2020-12-23 | Auto merge of #79521 - ssomers:btree_cleanup_2, r=Mark-Simulacrum | bors | -106/+108 |
| 2020-12-19 | Rollup merge of #78083 - ChaiTRex:master, r=m-ou-se | Yuki Okushi | -5/+7 |
| 2020-12-17 | BTreeMap: relax the explicit borrow rule to make code shorter and safer | Stein Somers | -106/+108 |
| 2020-12-17 | Rollup merge of #80022 - ssomers:btree_cleanup_8, r=Mark-Simulacrum | Guillaume Gomez | -2/+2 |