about summary refs log tree commit diff
path: root/library/alloc
AgeCommit message (Expand)AuthorLines
2025-03-05Rollup merge of #137569 - aDotInTheVoid:for-iurii, r=ibraheemdev许杰友 Jieyou Xu (Joe)-2/+1
2025-03-05Auto merge of #138031 - workingjubilee:rollup-5bsotpz, r=workingjubileebors-4/+1
2025-03-05Update `compiler-builtins` to 0.1.151Trevor Gross-1/+1
2025-03-04Rollup merge of #137850 - slanterns:box_uninit_write, r=ibraheemdevJubilee-4/+1
2025-03-04Rollup merge of #137634 - tgross35:update-builtins, r=tgross35Jubilee-1/+1
2025-03-02Rollup merge of #137641 - kpreid:dealloc, r=AmanieuMatthias Krüger-2/+8
2025-03-01Update `compiler-builtins` to 0.1.150Trevor Gross-1/+1
2025-03-01stabilize `box_uninit_write`Slanterns-4/+1
2025-02-25More precisely document `Global::deallocate()`'s safety.Kevin Reid-2/+8
2025-02-25Auto merge of #137608 - fmease:rollup-h4siso6, r=fmeasebors-1/+1
2025-02-25Rollup merge of #137515 - tgross35:update-builtins, r=tgross35León Orell Valerian Liehr-1/+1
2025-02-25Rollup merge of #137576 - goffrie:setvalzst, r=lcnrLeón Orell Valerian Liehr-1/+1
2025-02-25Auto merge of #137571 - tgross35:rollup-i1tcnv1, r=tgross35bors-26/+28
2025-02-24Don't doc-comment BTreeMap<K, SetValZST, A>Geoffry Song-1/+1
2025-02-24Rollup merge of #137109 - bend-n:knife, r=oli-obkTrevor Gross-15/+9
2025-02-24Rollup merge of #136775 - robertbastian:patch-2, r=AmanieuTrevor Gross-5/+2
2025-02-24Rollup merge of #136668 - WaffleLapkin:from_utf8_mut, r=AmanieuTrevor Gross-1/+0
2025-02-24Rollup merge of #135933 - hkBst:patch-19, r=workingjubileeTrevor Gross-5/+17
2025-02-24Stablize `string_extend_from_within`Alona Enraght-Moony-2/+1
2025-02-24Update string.rsRobert Bastian-2/+2
2025-02-24Update `compiler-builtins` to 0.1.148Trevor Gross-1/+1
2025-02-24remove uses of rustc_intrinsic_must_be_overridden from standard libraryRalf Jung-4/+1
2025-02-23Rollup merge of #137483 - bend-n:😅, r=NoratriebTrevor Gross-5/+5
2025-02-23Rollup merge of #137297 - tgross35:update-builtins, r=tgross35Trevor Gross-1/+1
2025-02-23rename sub_ptr 😅bendn-5/+5
2025-02-23Stabilize `core::str::from_utf8_mut`Waffle Lapkin-1/+0
2025-02-23stabilize extract_ifbendn-15/+9
2025-02-23Auto merge of #137237 - cuviper:stage0, r=Mark-Simulacrumbors-12/+2
2025-02-23Update `compiler-builtins` to 0.1.147Trevor Gross-1/+1
2025-02-23Rollup merge of #137121 - bend-n:master, r=NoratriebMatthias Krüger-1/+0
2025-02-23Rollup merge of #135501 - tgross35:stdlib-dependencies-private, r=bjorn3Matthias Krüger-1/+3
2025-02-22Somehow these stability attributes were able to be omitted before?ltdk-0/+2
2025-02-22Stabilise c_str_moduleltdk-1/+1
2025-02-21Use `public-dependencies` in all sysroot cratesTrevor Gross-1/+3
2025-02-21Rollup merge of #136089 - jwong101:box-default-debug-stack-usage, r=AmanieuMatthias Krüger-1/+14
2025-02-21Explain how Vec::with_capacity is faithfulMarijn Schouten-5/+17
2025-02-20Implement 'PartialEq<{&Self, CString, Cow<Self>}>' for 'CStr'; Implement 'Par...Gabriel Bjørnager Jensen-0/+109
2025-02-19Rollup merge of #132268 - elichai:string_try_from_vec, r=AmanieuMatthias Krüger-0/+18
2025-02-19Rollup merge of #120580 - HTGAzureX1212:HTGAzureX1212/issue-45795, r=m-ou-seMatthias Krüger-5/+10
2025-02-18update `cfg(bootstrap)`Josh Stone-10/+0
2025-02-18update version placeholdersJosh Stone-2/+2
2025-02-17Rollup merge of #137105 - zachs18:cow-derefpure-restrict, r=NadrierilMatthias Krüger-1/+11
2025-02-17stabilize (const_)ptr_sub_ptrbendn-1/+0
2025-02-16add MAX_LEN_UTF8 and MAX_LEN_UTF16 constantsHTGAzureX1212-5/+10
2025-02-15Restrict DerefPure for Cow<T> impl to T = impl Clone, [impl Clone], str.Zachary S-1/+11
2025-02-15docs: fix broken intra-doc links that never workedMichael Howell-4/+0
2025-02-15Rollup merge of #136749 - mzeitlin11:extend-asciichar, r=scottmcmJacob Pratt-0/+26
2025-02-14Rollup merge of #136983 - ehuss:misc-2024-prep, r=tgross35Jubilee-40/+40
2025-02-14Rollup merge of #136976 - jedbrown:jed/doc-boxed-deferred-init, r=tgross35Matthias Krüger-84/+44
2025-02-13alloc: Apply missing_unsafe_on_externEric Huss-1/+1