about summary refs log tree commit diff
path: root/src/liballoc
AgeCommit message (Expand)AuthorLines
2019-11-24Rollup merge of #64856 - jonhoo:format-temporaries, r=sfacklerMazdak Farrokhzad-1/+4
2019-11-16Revise the text of `vec::split_off()` per review in #65739Mahmoud Al-Qudsi-4/+3
2019-11-16Improve documentation of `Vec::split_off(...)`Mahmoud Al-Qudsi-4/+4
2019-11-15Auto merge of #64432 - gnzlbg:simplify_truncate, r=alexcrichtonbors-22/+12
2019-11-13Doc: Fix link to Exten in Vec::set_lenElichai Turkel-1/+1
2019-11-13Auto merge of #65637 - ssomers:master, r=scottmcmbors-11/+314
2019-11-11Auto merge of #65933 - crgl:vec-deque-truncate, r=alexcrichtonbors-4/+63
2019-11-07Rollup merge of #66117 - olegnn:fixed_linked_list_marker, r=RalfJungYuki Okushi-3/+3
2019-11-07Rollup merge of #66111 - RalfJung:from_raw_parts, r=CentrilYuki Okushi-1/+1
2019-11-06gate rustc_on_unimplemented under rustc_attrsMazdak Farrokhzad-1/+1
2019-11-05Reverted PhantomData in LinkedList, fixed PhantomData markers in Rc and ArcOleg Nosov-4/+4
2019-11-05LinkedList: PhantomData<Box<Node<T>>> => PhantomData<T>Oleg Nosov-3/+3
2019-11-05also edit String::from_raw_parts while we are at itRalf Jung-1/+1
2019-11-05Rollup merge of #66038 - jdxcode:char-len, r=alexcrichtonPietro Albini-2/+7
2019-11-05Rollup merge of #65574 - tshepang:linked-list-disclaimer, r=CentrilPietro Albini-7/+7
2019-11-02Merge branch 'master' into format-temporariesJon Gjengset-613/+1412
2019-11-01doc(str): show example of chars().count() under len()Jeff Dickey-2/+7
2019-10-31Auto merge of #65091 - sekineh:into-iter-sorted, r=KodrAusbors-5/+204
2019-10-31docs: improve disclaimer regarding LinkedListTshepang Lekhonkhobe-7/+7
2019-10-29Use truncate(0) in VecDeque clearCharles Gleason-1/+1
2019-10-29Add test for VecDeque truncateCharles Gleason-0/+35
2019-10-29Use ptr::drop_in_place in VecDeque truncateCharles Gleason-2/+25
2019-10-29Match docs for VecDeque truncate to Vec truncateCharles Gleason-1/+2
2019-10-28Rollup merge of #65887 - lzutao:doc-vec-get, r=rkruppeMazdak Farrokhzad-2/+4
2019-10-28doc: mention `get(_mut)` in VecLzu Tao-2/+4
2019-10-28Rollup merge of #65873 - lzutao:doc-vec-from-raw-parts, r=rkruppeMazdak Farrokhzad-1/+5
2019-10-28Rollup merge of #64747 - ethanboxx:master, r=CentrilMazdak Farrokhzad-1/+0
2019-10-27doc: explain why it is unsafe to construct Vec<u8> from Vec<u16>Lzu Tao-1/+5
2019-10-25Add {String,Vec}::into_raw_partsJake Goulding-0/+72
2019-10-25Use ManuallyDrop in examples for {Vec,String}::from_raw_partsJake Goulding-12/+14
2019-10-25Remove unneeded pointer castingJake Goulding-6/+6
2019-10-25fix doctestHideki Sekine-10/+4
2019-10-25Simplify .drain_sorted() and its doc.Hideki Sekine-45/+40
2019-10-25Remove unused `use`s.Hideki Sekine-4/+0
2019-10-25Add .into_iter_sorted() and .drain_sorted()Hideki Sekine-5/+219
2019-10-23proposal for access to BTreeMap/BTreeSet first/last, #62924Stein Somers-11/+314
2019-10-23Rollup merge of #65144 - clarfon:moo, r=sfacklerMazdak Farrokhzad-0/+42
2019-10-22Add Cow::is_borrowed and Cow::is_ownedClar Fon-0/+42
2019-10-22Apply clippy::needless_return suggestionsMateusz MikuĊ‚a-3/+3
2019-10-19Rollup merge of #65505 - RalfJung:rc, r=CentrilMazdak Farrokhzad-110/+137
2019-10-19Rollup merge of #65226 - ssomers:master, r=blussMazdak Farrokhzad-121/+144
2019-10-19do all the same edits with ArcRalf Jung-51/+65
2019-10-19some more Rc tweaksRalf Jung-10/+12
2019-10-19Stabilize `Option::flatten`Ethan Brierley-1/+0
2019-10-19the exampleis about drop, not (de)allocationRalf Jung-2/+2
2019-10-19Rollup merge of #65174 - SimonSapin:zero-box, r=alexcrichtonMazdak Farrokhzad-3/+33
2019-10-18Uninitialized boxes: add test for zero-size allocationsSimon Sapin-0/+20
2019-10-18BTreeSet symmetric_difference & union optimized, cleanedStein Somers-121/+144
2019-10-17example for padding any formatRalf Jung-2/+6
2019-10-17reorder fmt docs for more clarityRalf Jung-42/+61