| 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-04 | Rollup merge of #81727 - m-ou-se:unstabilize-bits, r=Mark-Simulacrum | Mara Bos | -0/+1 |
| 2021-02-03 | Revert stabilizing integer::BITS. | Mara Bos | -0/+1 |
| 2021-02-03 | Stabilize the Wake trait | Yoshua Wuyts | -7/+59 |
| 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 | 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-23 | Rollup merge of #81170 - xfix:vecdeque-bug-fix, r=sfackler | Jonas Schievink | -3/+47 |
| 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 |