about summary refs log tree commit diff
path: root/library/alloc/src
AgeCommit message (Expand)AuthorLines
2024-12-15Asserts the maximum value that can be returned from `Vec::len`EFanZh-2/+9
2024-12-15Auto merge of #134258 - bjorn3:no_public_specialization, r=petrochenkovbors-37/+32
2024-12-14Add clarity to the "greater" of `VecDeque::insert`tkirishima-1/+1
2024-12-14Replace i32 by char to add claritytkirishima-23/+26
2024-12-13Remove support for specializing ToString outside the standard librarybjorn3-37/+32
2024-12-13Stabilize async closuresMichael Goulet-4/+7
2024-12-12Rollup merge of #133859 - bjorn3:move_tests_to_alloctests, r=tgross35Matthias Krüger-1707/+0
2024-12-11Rollup merge of #133598 - ChayimFriedman2:get-many-mut-detailed-err, r=scottmcmMatthias Krüger-0/+2
2024-12-06Auto merge of #118159 - EliasHolzmann:formatting_options, r=m-ou-sebors-1/+5
2024-12-06Auto merge of #133089 - eholk:stabilize-noop-waker, r=dtolnaybors-1/+0
2024-12-05Stabilize noop_wakerEric Holk-1/+0
2024-12-05Fixed another broken testElias Holzmann-2/+2
2024-12-05Added struct `fmt::FormattingOptions`Elias Holzmann-1/+5
2024-12-05Improve documentationXelph-11/+14
2024-12-04Move some alloc tests to the alloctests cratebjorn3-1707/+0
2024-12-02Use c"lit" for CStrings without unwrapKornel-22/+20
2024-12-01Rollup merge of #133672 - RalfJung:const-stability-cleanup, r=jhprattJacob Pratt-9/+0
2024-11-30get rid of a bunch of unnecessary rustc_const_unstableRalf Jung-1/+0
2024-11-30remove a whole bunch of unnecessary const feature gatesRalf Jung-8/+0
2024-11-30Rollup merge of #133548 - cuviper:btreeset-entry-api, r=Mark-Simulacrum许杰友 Jieyou Xu (Joe)-2/+530
2024-11-29Auto merge of #133533 - BoxyUwU:bump-boostrap, r=jieyouxu,Mark-Simulacrumbors-25/+18
2024-11-29Rollup merge of #133530 - timvisee:master, r=jhprattMatthias Krüger-6/+6
2024-11-28Change `GetManyMutError` to match T-libs-api decisionChayim Refael Friedman-0/+2
2024-11-28Share inline(never) generics across cratesMark Rousskov-1/+3
2024-11-28Also use zero when referencing to capacity or lengthtimvisee-6/+6
2024-11-27Fill in a `BTreeSet::entry` exampleJosh Stone-1/+31
2024-11-27Add a tracking issue for `btree_set_entry`Josh Stone-20/+20
2024-11-27Add `BTreeSet` entry APIs to match `HashSet`Josh Stone-2/+500
2024-11-27update cfgsBoxy-16/+9
2024-11-27replace placeholder versionBoxy-9/+9
2024-11-26Rollup merge of #133042 - cuviper:btreemap-insert_entry, r=AmanieuMichael Goulet-31/+76
2024-11-24fix `Allocator` method names in `alloc` free function docsm-4/+4
2024-11-24Auto merge of #132597 - lukas-code:btree-plug-leak, r=jhprattbors-2/+64
2024-11-20Make PointerLike opt-in as a traitMichael Goulet-0/+7
2024-11-20Rollup merge of #132732 - gavincrawford:as_ptr_attribute, r=UrgauJacob Pratt-0/+4
2024-11-19UniqueRc: PinCoerceUnsized and DerefPureZachary S-3/+8
2024-11-19UniqueRc: comparisons and HashZachary S-0/+173
2024-11-19Rollup merge of #123947 - zopsicle:vec_deque-Iter-as_slices, r=AmanieuMatthias Krüger-0/+142
2024-11-19UniqueRc: Add more trait impls.Zachary S-1/+68
2024-11-18Improve `{BTreeMap,HashMap}::get_key_value` docs.Nicholas Nethercote-4/+42
2024-11-17alloc: fix `String`'s docYutaro Ohno-1/+1
2024-11-14btree: add `{Entry,VacantEntry}::insert_entry`Josh Stone-31/+76
2024-11-13Rollup merge of #133004 - cuviper:unrecover-btree, r=ibraheemdevJubilee-48/+11
2024-11-13btree: simplify the backdoor between set and mapJosh Stone-48/+11
2024-11-12Make `CloneToUninit` dyn-compatibleZachary S-3/+3
2024-11-12Rollup merge of #132929 - cuviper:check-alloc_zeroed, r=tgross35Matthias Krüger-1/+4
2024-11-12Rollup merge of #132869 - lolbinarycat:library-fix-too_long_first_doc_paragra...Matthias Krüger-5/+11
2024-11-11Check for null in the `alloc_zeroed` exampleJosh Stone-1/+4
2024-11-11Tag relevant functions with #[rustc_as_ptr] attributegavincrawford-0/+4
2024-11-11Auto merge of #127589 - notriddle:notriddle/search-sem-3, r=GuillaumeGomezbors-0/+3