about summary refs log tree commit diff
path: root/library/alloc/src
AgeCommit message (Expand)AuthorLines
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 #82726 - ssomers:btree_node_rearange, r=Mark-SimulacrumDylan DPC-167/+165
2021-04-04Auto merge of #83267 - ssomers:btree_prune_range_search_overlap, r=Mark-Simul...bors-27/+43
2021-04-02Rollup merge of #83629 - the8472:fix-inplace-panic-on-drop, r=m-ou-seDylan DPC-11/+20
2021-03-31panic early when TrustedLen indicates a length > usize::MAXThe8472-8/+30
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/+21
2021-03-29Updated the tracking issue #Vlad Frolov-1/+1
2021-03-29fix double-drop in in-place collect specializationThe8472-11/+20
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/+25
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
2021-03-27update links to make_ascii_lowercase for slice to point to methods on the sam...Violet-2/+2
2021-03-27Auto merge of #78618 - workingjubilee:ieee754-fmt, r=m-ou-sebors-3/+2
2021-03-27Rollup merge of #83388 - alamb:alamb/fmt-dcs, r=Mark-SimulacrumYuki Okushi-1/+5
2021-03-26Use iter::zip in library/Josh Stone-6/+4
2021-03-26Rollup merge of #83456 - notriddle:vec-from-docs, r=JohnTitorDylan DPC-0/+61
2021-03-25Add strong_count mutation methods to RcNika Layzell-0/+67
2021-03-25Change wordingMichael Howell-2/+2
2021-03-24Add docs for Vec::from functionsMichael Howell-0/+61
2021-03-24Revert "Revert stabilizing integer::BITS."Mara Bos-1/+0
2021-03-23Bump alloc::str::SplitInclusive to 1.53.0 releaseDavid Tolnay-1/+1
2021-03-23Expose str::SplitInclusive in alloc and therefore in stdIan Jackson-0/+2
2021-03-22Update signed fmt/-0f32 docsJubilee Young-3/+2
2021-03-22Update library/alloc/src/fmt.rsAndrew Lamb-1/+1
2021-03-22Auto merge of #79278 - mark-i-m:stabilize-or-pattern, r=nikomatsakisbors-1/+1
2021-03-22Make # format easier to discoverAndrew Lamb-1/+5
2021-03-22Auto merge of #83360 - Dylan-DPC:rollup-17xulpv, r=Dylan-DPCbors-19/+100
2021-03-22Rollup merge of #82554 - SkiFire13:fix-string-retain-unsoundness, r=m-ou-seDylan DPC-15/+22
2021-03-21fmt, change to coldBen Kimock-2/+6
2021-03-21Mark RawVec::reserve as inline and outline the resizing logicBen Kimock-1/+13
2021-03-21specialize in-place collection further via TrustedRandomAccessThe8472-16/+53
2021-03-21use BITS constantThe8472-1/+1
2021-03-21implement TrustedLen and TrustedRandomAccess for VecDeque iteratorsThe8472-3/+77
2021-03-21Auto merge of #83053 - oli-obk:const_stab_version, r=m-ou-sebors-1/+1
2021-03-20Update the commentYechan Bae-4/+4
2021-03-19core/std/alloc: stabilize or_patternsmark-1/+1
2021-03-19Rollup merge of #83244 - cuviper:vec_deque-zst, r=m-ou-seDylan DPC-19/+33
2021-03-19Auto merge of #71780 - jcotton42:string_remove_matches, r=joshtriplettbors-0/+56
2021-03-18BTree: no longer search arrays twice to check OrdStein Somers-33/+27