about summary refs log tree commit diff
path: root/library/alloc/src
AgeCommit message (Expand)AuthorLines
2025-08-26Fix typo in commentTobias Stoeckmann-1/+1
2025-08-26Rollup merge of #144373 - hkBst:remove-deprecated-1, r=jhprattGuillaume Gomez-51/+5
2025-08-26remove deprecated Error::description in implsMarijn Schouten-51/+5
2025-08-24Prevent confusion with insertion-ordered maps.Marijn Schouten-2/+3
2025-08-24focus more on ordered aspect and restore old commentsMarijn Schouten-13/+45
2025-08-24Dial down detail of B-tree descriptionMarijn Schouten-24/+5
2025-08-20Diff-massaging commitltdk-41/+34
2025-08-20Move WTF-8 code from std to core/allocltdk-708/+178
2025-08-20Copy WTF-8 code into core/alloc (for better diffs)ltdk-0/+1834
2025-08-20Auto merge of #144086 - clubby789:alloc-zeroed, r=nikicbors-0/+1
2025-08-20Pass `alloc-variant-zeroed` to LLVMclubby789-0/+1
2025-08-19Use `ToString` specialization macro also for `Cow` and `String`Tobias Bucher-16/+2
2025-08-19Simplify macro generating `ToString` implementations for `&…&str`Tobias Bucher-34/+21
2025-08-15Rollup merge of #143717 - Jules-Bertholet:pin-default, r=dtolnayJacob Pratt-4/+44
2025-08-12Add cast_init and cast_uninit methods for pointersltdk-1/+2
2025-08-12Handle the `capacity == 0` caseSabrinaJewson-27/+34
2025-08-11Respond to review commentsSabrinaJewson-5/+5
2025-08-11Make explicit guarantees about `Vec`’s allocatorSabrinaJewson-4/+47
2025-08-09`{BTree,Hash}Map`: add "`Entry` API" section headingAda Alakbarova-0/+2
2025-08-07Auto merge of #144997 - BoxyUwU:bootstrap_bump, r=Mark-Simulacrumbors-8/+8
2025-08-06replace version placeholderBoxy-8/+8
2025-08-04Correct the use of `must_use` on btree::IterMutJonathan Brouwer-1/+1
2025-08-04remove gatesKivooeo-4/+2
2025-08-02Rollup merge of #144478 - joshtriplett:doc-code-formatting-prep, r=AmanieuSamuel Tardieu-7/+7
2025-07-31Rollup merge of #135975 - balt-dev:master, r=tgross35Stuart Cook-29/+243
2025-07-30Implement push_mutBalt-29/+243
2025-07-27Remove `[T]::array_chunks(_mut)`Scott McMurray-17/+12
2025-07-25Avoid placing `// FIXME` comments inside doc code blocksJosh Triplett-6/+6
2025-07-25Improve and regularize comment placement in doc codeJosh Triplett-1/+1
2025-07-22Rename `tests/codegen` into `tests/codegen-llvm`Guillaume Gomez-2/+2
2025-07-19Stabilize `new_zeroed_alloc`Thalia Archibald-40/+6
2025-07-18Rollup merge of #143909 - nik-rev:patch-1, r=jhprattMatthias Krüger-2/+2
2025-07-17Rollup merge of #143595 - fee1-dead-contrib:push-sylpykzkmynr, r=RalfJung,fee...León Orell Valerian Liehr-3/+4
2025-07-15Add `Default` impls for `Pin`ned `Box`, `Rc`, `Arc`Jules Bertholet-4/+44
2025-07-16add `const_make_global`; err for `const_allocate` ptrs if didn't callDeadbeef-3/+4
2025-07-15Auto merge of #143877 - xizheyin:143813, r=scottmcm,saethlinbors-3/+18
2025-07-13docs(alloc::fmt): Make `type` optional, instead of matching the empty stringNik Revenco-2/+2
2025-07-13update issue number for `const_trait_impl`Deadbeef-2/+2
2025-07-13std::vec: Add UB check in `from_parts_in`xizheyin-0/+5
2025-07-13std::vec: Add UB check in `from_raw_parts_in`xizheyin-0/+5
2025-07-13`std::vec`: Upgrade `debug_assert` to UB check in `set_len`xizheyin-2/+7
2025-07-13Fix typo in `std::vec`xizheyin-1/+1
2025-07-08Auto merge of #134628 - estebank:const-default, r=oli-obkbors-2/+6
2025-07-08Rollup merge of #143608 - codexarafat:fix-string-doc, r=NoratriebMatthias Krüger-1/+1
2025-07-08Rollup merge of #142098 - GuillaumeGomez:int_format_into, r=AmanieuMatthias Krüger-2/+4
2025-07-07Make `Default` const and add some `const Default` implsEsteban Küber-2/+6
2025-07-08Fix in String docs: remove 'else' from 'something else similar'Md. Yeasin Arafat-1/+1
2025-07-06Renamed retain_mut to retain on LinkedList as mentioned in the ACPJoshua Gentry-37/+2
2025-07-04Rollup merge of #143387 - dpaoliello:shouldpanicfn, r=bjorn3Matthias Krüger-2/+2
2025-07-03Remove PointerLike traitMichael Goulet-5/+1