about summary refs log tree commit diff
path: root/library/alloc
AgeCommit message (Expand)AuthorLines
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-22Add better test for BinaryHeap::retain.Mara Bos-3/+16
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/+87
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/+63
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
2021-04-13Auto merge of #84135 - rust-lang:GuillaumeGomez-patch-1, r=kennytmbors-1/+1
2021-04-12Improve code example for length comparisonGuillaume Gomez-1/+1
2021-04-12Stabilize BTree{Map,Set}::retainJubilee Young-4/+2
2021-04-10fix incorrect from_raw_in doctestRalf Jung-1/+1
2021-04-08add TrustedRandomAccess specialization to vec::extendThe8472-25/+59
2021-04-07Rollup merge of #83476 - mystor:rc_mutate_strong_count, r=m-ou-seDylan DPC-0/+67
2021-04-04Auto merge of #83530 - Mark-Simulacrum:bootstrap-bump, r=Mark-Simulacrumbors-3/+1
2021-04-04Bump cfgsMark Rousskov-3/+1
2021-04-04Rollup merge of #83827 - the8472:fix-inplace-panic-on-drop, r=RalfJungDylan DPC-1/+10
2021-04-04Rollup merge of #82726 - ssomers:btree_node_rearange, r=Mark-SimulacrumDylan DPC-167/+165
2021-04-04Rollup merge of #81619 - SkiFire13:resultshunt-inplace, r=the8472Dylan DPC-2/+2
2021-04-04Auto merge of #83267 - ssomers:btree_prune_range_search_overlap, r=Mark-Simul...bors-27/+43
2021-04-04suggestion from reviewthe8472-1/+1
2021-04-04cleanup leak after test to make miri happyThe8472-1/+10
2021-04-02Rollup merge of #83629 - the8472:fix-inplace-panic-on-drop, r=m-ou-seDylan DPC-12/+57
2021-03-31panic early when TrustedLen indicates a length > usize::MAXThe8472-8/+30
2021-03-30Auto merge of #83458 - saethlin:improve-vec-benches, r=dtolnaybors-68/+25
2021-03-30Auto merge of #83357 - saethlin:vec-reserve-inlining, r=dtolnaybors-1/+17
2021-03-30Rollup merge of #82331 - frol:feat/std-binary-heap-as-slice, r=AmanieuDylan DPC-0/+22
2021-03-29Updated the tracking issue #Vlad Frolov-1/+1
2021-03-29fix double-drop in in-place collect specializationThe8472-11/+20
2021-03-29add testcase for double-drop during Vec in-place collectionThe8472-1/+37
2021-03-28Auto merge of #83582 - jyn514:might-not, r=joshtriplettbors-3/+3
2021-03-28Auto merge of #83577 - geeklint:slice_to_ascii_case_doc_links, r=m-ou-sebors-2/+2
2021-03-28Auto merge of #81728 - Qwaz:fix-80335, r=joshtriplettbors-19/+55
2021-03-27may not -> might notJoshua Nelson-3/+3
2021-03-27Rollup merge of #82917 - cuviper:iter-zip, r=m-ou-seDylan DPC-6/+4
2021-03-27adjust documentation links for slice ascii case functions to use newer rustdo...Violet-2/+2