| Age | Commit message (Expand) | Author | Lines |
| 2021-02-13 | Rollup merge of #82050 - hbina:fix/added-test-to-drain-empty-vec, r=dtolnay | Yuki Okushi | -0/+11 |
| 2021-02-13 | Rollup merge of #82041 - notriddle:shared-from-slice-docs, r=m-ou-se | Yuki Okushi | -0/+98 |
| 2021-02-13 | Rollup merge of #81811 - schteve:fix_vec_retain_doc_test, r=m-ou-se | Yuki Okushi | -3/+4 |
| 2021-02-13 | Added tests to drain an empty vec | Hanif Bin Ariffin | -0/+11 |
| 2021-02-12 | Update new usage of `assert_len` | dylni | -2/+2 |
| 2021-02-12 | Rename `Range::ensure_subset_of` to `slice::range` | dylni | -5/+8 |
| 2021-02-12 | Fix possible soundness issue in `ensure_subset_of` | dylni | -4/+4 |
| 2021-02-12 | Improve design of `assert_len` | dylni | -5/+5 |
| 2021-02-12 | Rollup merge of #82023 - MikailBag:boxed-docs-unallow, r=jyn514 | Dylan DPC | -2/+0 |
| 2021-02-12 | Add docs for shared_from_slice From impls | Michael Howell | -0/+98 |
| 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-12 | Remove unnecessary lint allow attrs on example | Mikail Bagishov | -2/+0 |
| 2021-02-12 | Auto merge of #81486 - ssomers:btree_separate_drop, r=Mark-Simulacrum | bors | -65/+106 |
| 2021-02-11 | Auto merge of #81126 - oxalica:retain-early-drop, r=m-ou-se | bors | -11/+125 |
| 2021-02-10 | BTree: remove outdated traces of coercions | Stein Somers | -19/+7 |
| 2021-02-09 | Stabilize str_split_once | Jacob Pratt | -1/+0 |
| 2021-02-10 | Rollup merge of #81687 - WaffleLapkin:split_at_spare, r=KodrAus | Yuki Okushi | -1/+53 |
| 2021-02-10 | Rollup merge of #80438 - crlf0710:box_into_inner, r=m-ou-se | Yuki Okushi | -0/+17 |
| 2021-02-10 | update tracking issue for vec_split_at_spare | Ashley Mannix | -1/+1 |
| 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-09 | Auto merge of #81905 - Dylan-DPC:rollup-mxpz1j7, r=Dylan-DPC | bors | -2/+12 |
| 2021-02-09 | Add `Box::into_inner`. | Charles Lew | -0/+17 |
| 2021-02-09 | Rollup merge of #81826 - tesuji:inline-box-zeros, r=Amanieu | Dylan DPC | -2/+12 |
| 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/+13 |
| 2021-02-06 | Fix doc test for Vec::retain(), now passes clippy::eval_order_dependence | Steve Heindel | -3/+4 |
| 2021-02-06 | Rollup merge of #81434 - ssomers:btree_drain_filter_doc_update, r=dtolnay | Jonas Schievink | -16/+18 |
| 2021-02-06 | Prefer match intead of combinators to make some Box function inlineable | Lzu Tao | -2/+12 |
| 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-04 | Rollup merge of #81727 - m-ou-se:unstabilize-bits, r=Mark-Simulacrum | Mara Bos | -0/+2 |
| 2021-02-03 | Fixes #80335 | Yechan Bae | -18/+54 |
| 2021-02-03 | Revert stabilizing integer::BITS. | Mara Bos | -0/+2 |
| 2021-02-03 | Update test to collect item with a different type than the original vec | Giacomo Stevanato | -1/+1 |
| 2021-02-03 | Stabilize the Wake trait | Yoshua Wuyts | -7/+59 |
| 2021-02-03 | Add note to `Vec::split_at_spare_mut` docs that the method is low-level | Waffle | -0/+15 |
| 2021-02-03 | fix typo in library/alloc/src/vec/mod.rs | Waffle Lapkin | -1/+1 |
| 2021-02-03 | Make Vec::split_at_spare_mut public | Waffle | -1/+38 |
| 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-02-02 | Auto merge of #79015 - WaffleLapkin:vec_append_from_within, r=KodrAus | bors | -4/+181 |
| 2021-02-02 | update tracking issue for vec_extend_from_within | Ashley Mannix | -1/+1 |