about summary refs log tree commit diff
path: root/library/alloc
AgeCommit message (Expand)AuthorLines
2021-02-09Auto merge of #81905 - Dylan-DPC:rollup-mxpz1j7, r=Dylan-DPCbors-2/+12
2021-02-09Add `Box::into_inner`.Charles Lew-0/+17
2021-02-09Rollup merge of #81826 - tesuji:inline-box-zeros, r=AmanieuDylan DPC-2/+12
2021-02-08Auto merge of #81361 - ssomers:btree_drainy_refactor_7, r=Mark-Simulacrumbors-42/+67
2021-02-08Auto merge of #79245 - ssomers:btree_curb_ord_bound, r=dtolnaybors-20/+22
2021-02-07Rollup merge of #81526 - ojeda:btree-use-unwrap_unchecked, r=scottmcmGuillaume Gomez-31/+13
2021-02-06Fix doc test for Vec::retain(), now passes clippy::eval_order_dependenceSteve Heindel-3/+4
2021-02-06Rollup merge of #81434 - ssomers:btree_drain_filter_doc_update, r=dtolnayJonas Schievink-16/+18
2021-02-06Prefer match intead of combinators to make some Box function inlineableLzu Tao-2/+12
2021-02-06BTreeMap: remove Ord bound where it is absent elsewhereStein Somers-20/+22
2021-02-06BTreeMap: fix documentation of unstable public membersStein Somers-16/+18
2021-02-06Rollup merge of #81610 - ssomers:btree_emphasize_ord_bound, r=dtolnayMara Bos-54/+191
2021-02-04Revert "Avoid leaking block expression values"Felix S. Klock II-1/+1
2021-02-04Rollup merge of #81727 - m-ou-se:unstabilize-bits, r=Mark-SimulacrumMara Bos-0/+2
2021-02-03Fixes #80335Yechan Bae-18/+54
2021-02-03Revert stabilizing integer::BITS.Mara Bos-0/+2
2021-02-03Update test to collect item with a different type than the original vecGiacomo Stevanato-1/+1
2021-02-03Stabilize the Wake traitYoshua Wuyts-7/+59
2021-02-03Add note to `Vec::split_at_spare_mut` docs that the method is low-levelWaffle-0/+15
2021-02-03fix typo in library/alloc/src/vec/mod.rsWaffle Lapkin-1/+1
2021-02-03Make Vec::split_at_spare_mut publicWaffle-1/+38
2021-02-02Rollup merge of #81588 - xfix:delete-doc-alias, r=Mark-SimulacrumJack Huey-0/+2
2021-02-02BTreeMap: make Ord bound explicit, compile-test its absenceStein Somers-54/+191
2021-02-02Auto merge of #79015 - WaffleLapkin:vec_append_from_within, r=KodrAusbors-4/+181
2021-02-02update tracking issue for vec_extend_from_withinAshley Mannix-1/+1
2021-02-01Move testGiacomo Stevanato-2/+2
2021-01-31add `Vec::extend_from_within` methodWaffle-4/+181
2021-01-31Rollup merge of #81590 - KodrAus:stabilize/int_bits_const, r=m-ou-seJonas Schievink-2/+0
2021-01-31Rollup merge of #81589 - Seppel3210:master, r=jonas-schievinkJonas Schievink-1/+1
2021-01-31Rollup merge of #80404 - JulianKnodt:arr_ref, r=oli-obkJonas Schievink-1/+0
2021-01-31stabilize int_bits_constAshley Mannix-2/+0
2021-01-31Fix small typoSebastian Widua-1/+1
2021-01-31Add doc aliases for "delete"Konrad Borowski-0/+2
2021-01-31Rollup merge of #80945 - sdroege:downcast-send-sync, r=m-ou-seJonas Schievink-0/+33
2021-01-31Rollup merge of #80470 - SimonSapin:array-intoiter-type, r=m-ou-seJonas Schievink-1/+0
2021-01-31Rollup merge of #79285 - yoshuawuyts:stabilize-arc_mutate_strong_count, r=m-o...Jonas Schievink-13/+9
2021-01-30Remove const_in_array_rep_exprkadmin-1/+0
2021-01-30Bump stable version of arc_mutate_strong_countMara Bos-2/+2
2021-01-30Rollup merge of #81499 - SOF3:patch-1, r=sanxiynYuki Okushi-1/+1
2021-01-30Rollup merge of #80886 - RalfJung:stable-raw-ref-macros, r=m-ou-seYuki Okushi-9/+8
2021-01-30Rollup merge of #79023 - yoshuawuyts:stream, r=KodrAusYuki Okushi-0/+15
2021-01-29btree: use Option's unwrap_unchecked()Miguel Ojeda-31/+13
2021-01-29rename raw_const/mut -> const/mut_addr_of, and stabilize themRalf Jung-9/+8
2021-01-29Updated Vec::splice documentationChan Kwan Yin-1/+1
2021-01-29Auto merge of #81073 - ssomers:btree_owned_root_vs_dying, r=Mark-Simulacrumbors-32/+73
2021-01-27Auto merge of #81335 - thomwiggers:no-panic-shrink-to, r=Mark-Simulacrumbors-16/+12
2021-01-27Rollup merge of #81191 - ssomers:btree_more_order_chaos, r=Mark-SimulacrumYuki Okushi-1/+87
2021-01-26BTreeMap: stop tree from being owned by non-root nodeStein Somers-32/+73
2021-01-26shrink_to shouldn't panic on len greater than capacityThom Wiggers-16/+12
2021-01-26Auto merge of #81217 - ssomers:btree_bring_back_the_slice, r=Mark-Simulacrumbors-43/+23