about summary refs log tree commit diff
path: root/library/alloc
AgeCommit message (Expand)AuthorLines
2021-02-13Rollup merge of #82050 - hbina:fix/added-test-to-drain-empty-vec, r=dtolnayYuki Okushi-0/+11
2021-02-13Rollup merge of #82041 - notriddle:shared-from-slice-docs, r=m-ou-seYuki Okushi-0/+98
2021-02-13Rollup merge of #81811 - schteve:fix_vec_retain_doc_test, r=m-ou-seYuki Okushi-3/+4
2021-02-13Added tests to drain an empty vecHanif Bin Ariffin-0/+11
2021-02-12Update new usage of `assert_len`dylni-2/+2
2021-02-12Rename `Range::ensure_subset_of` to `slice::range`dylni-5/+8
2021-02-12Fix possible soundness issue in `ensure_subset_of`dylni-4/+4
2021-02-12Improve design of `assert_len`dylni-5/+5
2021-02-12Rollup merge of #82023 - MikailBag:boxed-docs-unallow, r=jyn514Dylan DPC-2/+0
2021-02-12Add docs for shared_from_slice From implsMichael Howell-0/+98
2021-02-12Use raw ref macros as in #80886Stein Somers-3/+3
2021-02-12Initialize BTree nodes directly in the heapJosh Stone-18/+30
2021-02-12Remove unnecessary lint allow attrs on exampleMikail Bagishov-2/+0
2021-02-12Auto merge of #81486 - ssomers:btree_separate_drop, r=Mark-Simulacrumbors-65/+106
2021-02-11Auto merge of #81126 - oxalica:retain-early-drop, r=m-ou-sebors-11/+125
2021-02-10BTree: remove outdated traces of coercionsStein Somers-19/+7
2021-02-09Stabilize str_split_onceJacob Pratt-1/+0
2021-02-10Rollup merge of #81687 - WaffleLapkin:split_at_spare, r=KodrAusYuki Okushi-1/+53
2021-02-10Rollup merge of #80438 - crlf0710:box_into_inner, r=m-ou-seYuki Okushi-0/+17
2021-02-10update tracking issue for vec_split_at_spareAshley Mannix-1/+1
2021-02-09BTreeMap: disentangle Drop implementation from IntoIterStein Somers-65/+106
2021-02-09BTreeMap: gather and decompose reusable tree fixing functionsStein Somers-146/+176
2021-02-09BTreeMap: fix internal commentsStein Somers-4/+5
2021-02-09BTreeMap: share panicky test code & test panic during clear, cloneStein Somers-183/+303
2021-02-09BTreeMap/BTreeSet: separate off code supporting testsStein Somers-34/+34
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