about summary refs log tree commit diff
path: root/library/alloc/src
AgeCommit message (Expand)AuthorLines
2021-05-26Rollup merge of #85625 - SkiFire13:fix-85613-vec-dedup-drop-panics, r=nagisaDylan DPC-2/+3
2021-05-26Document `From` impls in string.rsDeadbeef-7/+43
2021-05-26Rollup merge of #85666 - fee1-dead:document-shared-from-cow, r=dtolnayYuki Okushi-0/+24
2021-05-26Auto merge of #85535 - dtolnay:weakdangle, r=kennytmbors-2/+2
2021-05-25Document shared_from_cow functionsDeadbeef-0/+24
2021-05-24remove cfg(bootstrap)Pietro Albini-3/+1
2021-05-24Avoid a double drop in Vec::dedup if a destructor panicsGiacomo Stevanato-2/+3
2021-05-21Remove surplus prepend LinkedList fnJubilee Young-21/+0
2021-05-20Weak's type parameter may dangle on dropDavid Tolnay-2/+2
2021-05-20Auto merge of #85391 - Mark-Simulacrum:opt-tostring, r=scottmcmbors-2/+3
2021-05-18Auto merge of #84767 - scottmcm:try_trait_actual, r=lcnrbors-3/+4
2021-05-17Optimize default ToString implMark Rousskov-2/+3
2021-05-16mark internal inplace_iteration traits as hiddenThe8472-0/+4
2021-05-11Auto merge of #84904 - ssomers:btree_drop_kv_in_place, r=Mark-Simulacrumbors-45/+95
2021-05-10Document Rc::fromDeadbeef-0/+13
2021-05-09PR feedbackScott McMurray-2/+2
2021-05-07BTree: no longer copy keys and values before dropping themStein Somers-45/+95
2021-05-06Perf Experiment: Wait, what if I just skip the trait aliasScott McMurray-4/+4
2021-05-06Bootstrapping preparation for the libraryScott McMurray-3/+4
2021-05-06Rollup merge of #84328 - Folyd:stablize_map_into_keys_values, r=m-ou-seDylan DPC-16/+14
2021-05-05alloc: Add unstable Cfg feature `no-global_oom_handling`John Ericson-27/+322
2021-05-05Bump map_into_keys_values stable version to 1.54.0.Mara Bos-14/+14
2021-05-03Fix stability attributes of byte-to-string specializationLingMan-2/+2
2021-05-03Auto merge of #84842 - blkerby:null_lowercase, r=joshtriplettbors-1/+1
2021-05-02Change 'NULL' to 'null'Brent Kerby-1/+1
2021-05-02Auto merge of #82576 - gilescope:to_string, r=Amanieubors-0/+41
2021-04-28Minor grammar tweaks for readabilityBen-Lichtman-4/+4
2021-04-28Stabilize vec_extend_from_withinAmanieu d'Antras-4/+1
2021-04-26Auto merge of #84174 - camsteffen:slice-diag, r=Mark-Simulacrumbors-1/+0
2021-04-25get rid of min_const_fn references in library/ and rustdocRalf Jung-10/+4
2021-04-24Auto merge of #84310 - RalfJung:const-fn-feature-flags, r=oli-obkbors-1/+2
2021-04-24Rollup merge of #84453 - notriddle:waker-from-docs, r=cramertjYuki Okushi-0/+6
2021-04-24Rollup merge of #84248 - calebsander:refactor/vec-functions, r=AmanieuYuki Okushi-2/+1
2021-04-22Document From implementations for Waker and RawWakerMichael Howell-0/+6
2021-04-22Improve BinaryHeap::retain.Mara Bos-32/+53
2021-04-21Remove duplicated fn(Box<[T]>) -> Vec<T>Caleb Sander-2/+1
2021-04-21Rollup merge of #84013 - CDirkx:fmt, r=m-ou-seMara Bos-4/+4
2021-04-21Fix `alloc::test::test_show`Christiaan Dirkx-4/+4
2021-04-19Stablize {HashMap,BTreeMap}::into_{keys,values}Folyd-16/+14
2021-04-18separate feature flag for unsizing casts in const fnRalf Jung-1/+1
2021-04-18move 'trait bounds on const fn' to separate feature gateRalf Jung-0/+1
2021-04-18Slightly change wording and fix typo in vec/mod.rsWaffle Lapkin-2/+2
2021-04-16Rollup merge of #84145 - vojtechkral:vecdeque-binary-search, r=m-ou-seDylan DPC-3/+69
2021-04-16Auto merge of #84220 - gpluscb:weak_doc, r=jyn514bors-2/+2
2021-04-15VecDeque: Improve doc comments in binary search fnsVojtech Kral-5/+23
2021-04-15VecDeque: Add partition_point() #78021Vojtech Kral-0/+45
2021-04-15VecDeque: binary_search_by(): return right away if hit found at back.first() ...Vojtech Kral-1/+4
2021-04-15Correct outdated rc::Weak::default documentationMarRue-2/+2
2021-04-15Merge same condition branch in vec spec_extendIvan Tham-4/+2
2021-04-13Remove slice diagnostic itemCameron Steffen-1/+0