about summary refs log tree commit diff
path: root/library/alloc
AgeCommit message (Expand)AuthorLines
2025-09-25Revert "Auto merge of #144086 - clubby789:alloc-zeroed, r=nikic"Nikita Popov-1/+0
2025-09-14Update CURRENT_RUSTC_VERSION post-bumpMark Rousskov-13/+13
2025-09-13Rollup merge of #145471 - rs-sac:extr, r=the8472Jacob Pratt-12/+10
2025-09-07optimization: Don't include ASCII characters in Unicode tablesKarl Meakin-3/+2
2025-09-04Rollup merge of #145750 - btj:drop-alloc-guard, r=tgross35Stuart Cook-25/+2
2025-09-03Rollup merge of #145279 - clarfonthey:const-convert-initial, r=tgross35Stuart Cook-7/+17
2025-09-03raw_vec.rs: Remove superfluous fn alloc_guardBart Jacobs-25/+2
2025-09-01Constify conversion traitsltdk-7/+17
2025-08-31Rollup merge of #145592 - nilotpal-n7:fix-format-alignment, r=lcnrMatthias Krüger-1/+1
2025-08-27Stabilize BTree{Map,Set}::extract_ifSidney Cammeresi-12/+10
2025-08-27Fix format string grammar in docs and improve alignment error messageNilotpal Gupta-1/+1
2025-08-27Rollup merge of #145562 - tbu-:pr_simplify_to_string_spec, r=tgross35Matthias Krüger-50/+23
2025-08-27Rollup merge of #145335 - clarfonthey:wtf8-core-alloc, r=Mark-SimulacrumMatthias Krüger-0/+1297
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-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-25Remove `compiler-builtins-mangled-names`Trevor Gross-1/+0
2025-07-25Remove `compiler-builtins-no-asm`Trevor Gross-1/+0
2025-07-22Rename `tests/codegen` into `tests/codegen-llvm`Guillaume Gomez-2/+2
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