about summary refs log tree commit diff
path: root/library/alloc/src/vec.rs
AgeCommit message (Expand)AuthorLines
2020-12-29refactor: moving vec.rs to vec/mod.rsC-3725/+0
2020-12-28Add "length" as doc alias to len methodsKonrad Borowski-0/+1
2020-12-15Auto merge of #78682 - glandium:issue78471, r=lcnrbors-1/+4
2020-12-08Do not inline finish_growMike Hommey-1/+4
2020-12-04 Rename `AllocRef` to `Allocator` and `(de)alloc` to `(de)allocate`Tim Diekmann-111/+113
2020-11-23Auto merge of #79186 - JulianKnodt:str_from, r=Mark-Simulacrumbors-10/+16
2020-11-22Change slice::to_vec to not use extend_from_slicekadmin-10/+16
2020-11-22Auto merge of #79275 - integer32llc:doc-style, r=jonas-schievinkbors-2/+2
2020-11-21More consistently use spaces after commas in lists in docsCarol (Nichols || Goulding)-2/+2
2020-11-18Add support for custom allocators in `Vec`Tim Diekmann-176/+450
2020-11-07remove needs_dropThe8472-8/+4
2020-10-26Add lexicographical comparison docRustin-Liu-2/+2
2020-10-23Rollup merge of #77969 - ryan-scott-dev:bigo-notation-consistency, r=m-ou-seYuki Okushi-1/+1
2020-10-18Auto merge of #76885 - dylni:move-slice-check-range-to-range-bounds, r=KodrAusbors-1/+1
2020-10-15Following #74010 by converting some newer cases of backticked O notations to ...Ryan Scott-1/+1
2020-10-12Remove deprecated unstable Vec::resize_defaultKornel-44/+0
2020-10-10Improve vec leak wordingIvan Tham-1/+1
2020-10-10Alloc vec doc mention cannot undo leakIvan Tham-1/+2
2020-10-08Link Vec leak doc to BoxIvan Tham-1/+1
2020-10-07Auto merge of #74194 - mbrubeck:slice-eq, r=sfacklerbors-0/+2
2020-10-01Fix typo in vec doc "tries to reserves"Ivan Tham-3/+4
2020-09-30Rollup merge of #77340 - pickfire:patch-9, r=kennytmJonas Schievink-1/+1
2020-09-29Alloc vec use imported pathIvan Tham-1/+1
2020-09-29Fix typo in alloc vec commentIvan Tham-1/+1
2020-09-25Auto merge of #77201 - matthewjasper:rename-get-unchecked, r=spastorinobors-3/+9
2020-09-25Rename Iterator::get_uncheckedMatthew Jasper-1/+1
2020-09-25Improve <vec::IntoIter>::get_unchecked` safety commentMatthew Jasper-2/+8
2020-09-25Remove extra space from vec drawingIvan Tham-1/+0
2020-09-25Rollup merge of #77050 - follower:patch-1, r=oli-obkJonas Schievink-1/+1
2020-09-23Rollup merge of #77017 - GuillaumeGomez:vec-missing-examples-iter, r=Dylan-DPCDylan DPC-0/+31
2020-09-22Add missing examples on Vec iter typesGuillaume Gomez-0/+31
2020-09-22Typo fix: "satsify" -> "satisfy"follower-1/+1
2020-09-19Rollup merge of #76310 - scottmcm:array-try_from-vec, r=dtolnayRalf Jung-0/+52
2020-09-18Rename method to `assert_len`dylni-1/+1
2020-09-18Move `slice::check_range` to `RangeBounds`dylni-1/+1
2020-09-16Rollup merge of #76662 - RalfJung:lib-test-miri, r=Mark-SimulacrumRalf Jung-1/+1
2020-09-16Rollup merge of #76062 - pickfire:patch-13, r=jyn514Ralf Jung-1/+3
2020-09-16Rollup merge of #76056 - pickfire:patch-10, r=jyn514Ralf Jung-0/+1
2020-09-15fix slice::check_range aliasing problemsRalf Jung-1/+1
2020-09-15Vec doc use elision as code rather than commentIvan Tham-1/+3
2020-09-15Auto merge of #76682 - richkadel:vec-take, r=Mark-Simulacrumbors-0/+5
2020-09-13Optimize behavior of vec.split_off(0) (take all)Rich Kadel-0/+5
2020-09-11Auto merge of #73951 - pickfire:liballoc-intoiter, r=Mark-Simulacrumbors-33/+25
2020-09-07Typo fix scottmcm-1/+1
2020-09-07Rollup merge of #76303 - jyn514:vec-assert-doc, r=Dylan-DPCDylan DPC-0/+3
2020-09-05Nightly is currently 1.48scottmcm-1/+1
2020-09-05Rollup merge of #76060 - pickfire:patch-12, r=jyn514Dylan DPC-1/+3
2020-09-04Auto merge of #75207 - dylni:add-slice-check-range, r=KodrAusbors-31/+2
2020-09-03Add `[T; N]: TryFrom<Vec<T>>`Scott McMurray-0/+52
2020-09-04Add slice primitive link to vecIvan Tham-1/+2