about summary refs log tree commit diff
path: root/library/alloc/src
AgeCommit message (Expand)AuthorLines
2024-12-21Less unwrap() in documentationKornel-2/+1
2024-12-20Rollup merge of #126118 - jan-ferdinand:docs_for_vec_set_len, r=the8472Jacob Pratt-1/+6
2024-12-19Add missing safety descriptions to Arc's 'from_raw','increment_strong_count',...LemonJ-2/+6
2024-12-18Auto merge of #134443 - joshtriplett:use-field-init-shorthand, r=lqd,tgross35...bors-2/+2
2024-12-18Add 'into_array' conversion destructors for 'Box', 'Rc', and 'Arc';Gabriel Bjørnager Jensen-0/+60
2024-12-17Use field init shorthand where possibleJosh Triplett-2/+2
2024-12-16remove obsolete comment and pub(super) visibilityThe 8472-12/+6
2024-12-16remove bounds from vec and linkedlist ExtractIfThe 8472-19/+7
2024-12-16Add a range argument to vec.extract_ifThe 8472-20/+46
2024-12-15Auto merge of #134332 - Zalathar:rollup-oe23hkw, r=Zalatharbors-24/+27
2024-12-15Rollup merge of #134310 - tkr-sh:master, r=NoratriebStuart Cook-24/+27
2024-12-15Auto merge of #133223 - zachs18:uniquerc-impls, r=Noratriebbors-4/+249
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