| Age | Commit message (Expand) | Author | Lines |
| 2021-02-01 | Move test | Giacomo Stevanato | -2/+2 |
| 2021-01-31 | add `Vec::extend_from_within` method | Waffle | -4/+181 |
| 2021-01-31 | Rollup merge of #81590 - KodrAus:stabilize/int_bits_const, r=m-ou-se | Jonas Schievink | -2/+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 | -2/+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 |
| 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 | -16/+12 |
| 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 | -16/+12 |
| 2021-01-26 | Auto merge of #81217 - ssomers:btree_bring_back_the_slice, r=Mark-Simulacrum | bors | -43/+23 |
| 2021-01-26 | Auto merge of #79113 - andjo403:raw_vec_ptr, r=m-ou-se | bors | -0/+1 |
| 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-24 | Fix and simplify | oxalica | -22/+22 |
| 2021-01-24 | Simplify and fix tests | oxalica | -51/+40 |
| 2021-01-22 | Auto merge of #79233 - yoshuawuyts:alloc-doc-alias, r=GuillaumeGomez | bors | -2/+16 |
| 2021-01-22 | Add doc aliases for memory allocations | Yoshua Wuyts | -2/+16 |
| 2021-01-22 | Add `core::stream::Stream` | Yoshua Wuyts | -0/+15 |
| 2021-01-22 | Rollup merge of #81242 - jyn514:const-cap, r=sfackler | Mara Bos | -16/+14 |
| 2021-01-22 | Rollup merge of #81241 - m-ou-se:force-expr-macro-rules, r=oli-obk | Mara Bos | -10/+13 |
| 2021-01-21 | Rename alloc::force_expr to __rust_force_expr. | Mara Bos | -4/+4 |
| 2021-01-21 | Turn alloc's force_expr macro into a regular macro_rules!{}. | Mara Bos | -10/+13 |
| 2021-01-21 | Enforce statically that `MIN_NON_ZERO_CAP` is calculated at compile time | Joshua Nelson | -16/+14 |
| 2021-01-21 | Rollup merge of #81179 - CPerezz:fix_interal_doc_warns, r=jyn514 | Yuki Okushi | -1/+1 |
| 2021-01-21 | Rollup merge of #80601 - steffahn:improve_format_string_grammar, r=m-ou-se | Yuki Okushi | -4/+5 |
| 2021-01-21 | Remove link to current section | Ivan Tham | -2/+1 |
| 2021-01-20 | BTreeMap: bring back the key slice for immutable lookup | Stein Somers | -43/+23 |
| 2021-01-20 | Add more details explaning the Vec visualization | Ivan Tham | -20/+22 |
| 2021-01-20 | Add Vec visualization to understand capacity | Ivan Tham | -0/+21 |
| 2021-01-19 | BTreeMap: compile-test all borrowing interfaces and test more chaotic order | Stein Somers | -1/+87 |
| 2021-01-19 | Add SpecFromIter ref in the comments directly | CPerezz | -3/+1 |
| 2021-01-19 | Rollup merge of #81115 - ssomers:btree_drainy_refactor_4, r=Mark-Simulacrum | Guillaume Gomez | -121/+8 |
| 2021-01-19 | Rollup merge of #81112 - m-ou-se:alloc-std-ops-reexport, r=KodrAus | Guillaume Gomez | -5/+0 |
| 2021-01-18 | Fix soundness issue for `replace_range` and `range` | dylni | -6/+70 |
| 2021-01-18 | Fix internal rustdoc broken links | CPerezz | -0/+2 |