| Age | Commit message (Expand) | Author | Lines |
| 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 | 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-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 |
| 2021-01-15 | Rollup merge of #80834 - bugadani:vecdeque, r=oli-obk | Yuki Okushi | -5/+4 |
| 2021-01-14 | Remove unreachable panics from VecDeque | Dániel Buga | -5/+4 |
| 2021-01-11 | Add another test case for #79808 | Yuki Okushi | -0/+15 |
| 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 #80448 - m-ou-se:deque-range-version, r=m-ou-se | Mara Bos | -2/+2 |
| 2020-12-28 | Rollup merge of #80430 - xfix:add-length-as-doc-alias, r=steveklabnik | Mara Bos | -0/+5 |
| 2020-12-28 | Rollup merge of #80390 - ssomers:btree_cleanup_slices_2, r=Mark-Simulacrum | Mara Bos | -50/+48 |
| 2020-12-28 | Fix stabilization version of deque_range feature. | Mara Bos | -2/+2 |
| 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/+5 |
| 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-26 | Auto merge of #79022 - SpyrosRoum:stabilize-deque_range, r=m-ou-se | bors | -6/+2 |
| 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 |