about summary refs log tree commit diff
path: root/library/alloc/src
AgeCommit message (Expand)AuthorLines
2025-07-03Make __rust_alloc_error_handler_should_panic a functionDaniel Paoliello-2/+2
2025-07-03Implement `int_format_into` featureGuillaume Gomez-2/+4
2025-07-02Auto merge of #143338 - matthiaskrgr:rollup-ykaxh04, r=matthiaskrgrbors-316/+321
2025-07-02Rollup merge of #142138 - ashivaram23:vec_into_chunks, r=scottmcmMatthias Krüger-0/+55
2025-07-01make Box::into_raw compatible with Stacked Borrows againRalf Jung-2/+5
2025-07-01Change `{Box,Arc,Rc,Weak}::into_raw` to only work with `A = Global`Amanieu d'Antras-314/+316
2025-06-27BTreeSet: remove duplicated code by reusing `from_sorted_iter`Cheng Xu-3/+1
2025-06-26Rollup merge of #142700 - theemathas:remove-weak-comment, r=ibraheemdevMichael Goulet-2/+0
2025-06-24Rollup merge of #137268 - bjoernager:c-string-eq-c-str, r=AmanieuGuillaume Gomez-0/+109
2025-06-22Auto merge of #142728 - kornelski:string-track, r=tgross35bors-0/+23
2025-06-20Rollup merge of #142764 - ChaiTRex:ilog_10_to_ilog10, r=workingjubileeJakub Beránek-2/+2
2025-06-20Convert `ilog(10)` to `ilog10()`Chai T. Rex-2/+2
2025-06-20Rollup merge of #142668 - hkBst:less-static-mut, r=tgross35Trevor Gross-43/+13
2025-06-20Auto merge of #142294 - GuillaumeGomez:specialize-tostring-on-128-integers, r...bors-0/+1
2025-06-19Add #[track_caller] to String methods that assert inputsKornel-0/+6
2025-06-19Let String pass #[track_caller] to its Vec callsKornel-0/+17
2025-06-19Remove incorrect comments in `Weak`Tim (Theemathas) Chirananthavat-2/+0
2025-06-18vec_deque tests: remove static mutMarijn Schouten-43/+13
2025-06-18Auto merge of #141061 - dpaoliello:shimasfn, r=bjorn3bors-3/+4
2025-06-17Rollup merge of #142520 - hkBst:less-static-mut, r=tgross35Jacob Pratt-106/+55
2025-06-17Rollup merge of #138538 - hkBst:patch-4, r=tgross35Jubilee-9/+16
2025-06-17linked_list tests: buff check_linksMarijn Schouten-40/+25
2025-06-17Make performance of String::insert_str more preciseMarijn Schouten-9/+16
2025-06-16Change __rust_no_alloc_shim_is_unstable to be a functionDaniel Paoliello-3/+4
2025-06-16Specialize `ToString` implementation on `u128` and `i128`Guillaume Gomez-0/+1
2025-06-16linked_list tests: less static mutMarijn Schouten-66/+30
2025-06-14Rollup merge of #142484 - dtolnay:bsetextract, r=m-ou-seMatthias Krüger-4/+4
2025-06-13Rollup merge of #142046 - Qelxiros:122742-vec_peek_mut, r=cuviperJubilee-0/+87
2025-06-13Remove unneeded lifetimes from signature of BTreeSet::extract_ifDavid Tolnay-4/+4
2025-06-12Delegate `<CStr as Debug>` to `ByteStr`Tamir Duberstein-0/+2
2025-06-11update docs, testJeremy Smart-5/+1
2025-06-09stabilize nonnull_provenanceRalf Jung-1/+0
2025-06-07fix wording in assertAmogh Shivaram-1/+1
2025-06-07cfg for no no_global_oom_handlingAmogh Shivaram-0/+1
2025-06-06put feature attribute in exampleAmogh Shivaram-0/+2
2025-06-06Add `into_chunks`Amogh Shivaram-0/+52
2025-06-06fix testsJeremy Smart-0/+1
2025-06-06remove extraneous textTshepang Mbambo-6/+0
2025-06-04add Vec::peek_mutJeremy Smart-0/+90
2025-06-04Rollup merge of #141924 - rs-sac:extr-doc, r=jhprattMatthias Krüger-7/+7
2025-06-02Remove more library bootstrapJosh Stone-1/+0
2025-06-02Lightly tweak docs for BTree{Map,Set}::extract_ifSidney Cammeresi-7/+7
2025-05-27Unit test for Range parameter of `BTreeMap::extract_if`Sidney Cammeresi-0/+24
2025-05-27Update docs for new Range parameter to `BTreeMap::extract_if` etc.Sidney Cammeresi-4/+16
2025-05-27Update tests with Range parameter to `BTreeMap::extract_if` etc.Sidney Cammeresi-31/+31
2025-05-27Add Range parameter to `BTreeMap::extract_if` and `BTreeSet::extract_if`Sidney Cammeresi-19/+57
2025-05-25Rollup merge of #141108 - PaulDance:fix-extract_if-docs, r=Mark-SimulacrumJacob Pratt-17/+19
2025-05-22Rollup merge of #141370 - WaffleLapkin:hiiii, r=jhprattMatthias Krüger-0/+1
2025-05-21add doc alias `replace_first` for `str::replacen`waffle-0/+1
2025-05-21Rollup merge of #141230 - xizheyin:issue-141217, r=tgross35Matthias Krüger-5/+28