| Age | Commit message (Expand) | Author | Lines |
| 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/+1 |
| 2021-02-03 | Fixes #80335 | Yechan Bae | -18/+24 |
| 2021-02-03 | Revert stabilizing integer::BITS. | Mara Bos | -0/+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/+110 |
| 2021-02-02 | update tracking issue for vec_extend_from_within | Ashley Mannix | -1/+1 |
| 2021-01-31 | add `Vec::extend_from_within` method | Waffle | -4/+110 |
| 2021-01-31 | Rollup merge of #81590 - KodrAus:stabilize/int_bits_const, r=m-ou-se | Jonas Schievink | -1/+0 |
| 2021-01-31 | Rollup merge of #81589 - Seppel3210:master, r=jonas-schievink | Jonas Schievink | -1/+1 |
| 2021-01-31 | Rollup merge of #80404 - JulianKnodt:arr_ref, r=oli-obk | Jonas Schievink | -1/+0 |
| 2021-01-31 | stabilize int_bits_const | Ashley Mannix | -1/+0 |
| 2021-01-31 | Fix small typo | Sebastian Widua | -1/+1 |
| 2021-01-31 | Add doc aliases for "delete" | Konrad Borowski | -0/+2 |
| 2021-01-31 | Rollup merge of #80945 - sdroege:downcast-send-sync, r=m-ou-se | Jonas Schievink | -0/+33 |
| 2021-01-31 | Rollup merge of #80470 - SimonSapin:array-intoiter-type, r=m-ou-se | Jonas Schievink | -1/+0 |
| 2021-01-31 | Rollup merge of #79285 - yoshuawuyts:stabilize-arc_mutate_strong_count, r=m-o... | Jonas Schievink | -13/+9 |
| 2021-01-30 | Remove const_in_array_rep_expr | kadmin | -1/+0 |
| 2021-01-30 | Bump stable version of arc_mutate_strong_count | Mara Bos | -2/+2 |
| 2021-01-30 | Rollup merge of #81499 - SOF3:patch-1, r=sanxiyn | Yuki Okushi | -1/+1 |
| 2021-01-30 | Rollup merge of #80886 - RalfJung:stable-raw-ref-macros, r=m-ou-se | Yuki Okushi | -9/+8 |
| 2021-01-30 | Rollup merge of #79023 - yoshuawuyts:stream, r=KodrAus | Yuki Okushi | -0/+15 |
| 2021-01-29 | btree: use Option's unwrap_unchecked() | Miguel Ojeda | -31/+13 |
| 2021-01-29 | rename raw_const/mut -> const/mut_addr_of, and stabilize them | Ralf Jung | -9/+8 |
| 2021-01-29 | Updated Vec::splice documentation | Chan Kwan Yin | -1/+1 |