about summary refs log tree commit diff
path: root/library/alloc/src
AgeCommit message (Expand)AuthorLines
2024-03-24clarify equivalency of binary_search and partition_pointAndy Kurnia-1/+3
2024-03-23improve example on inserting to a sorted vector to avoid shifting equal elementsAndy Kurnia-1/+1
2024-03-23Auto merge of #119552 - krtab:dead_code_priv_mod_pub_field, r=cjgillot,saethlinbors-8/+4
2024-03-22Rollup merge of #122817 - ultrabear:ultrabear_btreedoc, r=NilstriebMatthias Krüger-5/+6
2024-03-21Auto merge of #122785 - the8472:const-select-specialized-impl, r=Amanieubors-79/+89
2024-03-21document into_iter in top level docs iterator ordering guaranteesultrabear-2/+2
2024-03-21document iteration ordering on into_iter method instead of IntoIterator imple...ultrabear-3/+2
2024-03-21BTree(Set|Map): Guarantee that `IntoIter` will iterate in sorted by key orderultrabear-2/+4
2024-03-20Rollup merge of #122729 - m-ou-se:relax, r=AmanieuJacob Pratt-1/+1
2024-03-20Auto merge of #122761 - jwong101:fix/vec-insert, r=workingjubilee,Nilstriebbors-4/+3
2024-03-20select Vec::from_iter impls in a const block to optimize compile timesThe 8472-79/+89
2024-03-20Auto merge of #122754 - Mark-Simulacrum:bootstrap-bump, r=albertlarsan68bors-3/+2
2024-03-20step cfgsMark Rousskov-3/+2
2024-03-19fix OOB pointer formed in Vec::indexJoshua Wong-4/+3
2024-03-19Only split by-ref/by-move futures for async closuresMichael Goulet-5/+3
2024-03-19SeqCst->Relaxed in doc examples.Mara Bos-1/+1
2024-03-19Auto merge of #122055 - compiler-errors:stabilize-atb, r=oli-obkbors-1/+1
2024-03-18Rollup merge of #122642 - pallix:improve-wording-for-vec-swap_remove, r=AmanieuMatthias Krüger-1/+1
2024-03-18Fix a typo in the alloc::string::String docsReed-1/+1
2024-03-18add_retag: ensure box-to-raw-ptr casts are preserved for MiriRalf Jung-11/+6
2024-03-17Improve wording of `Vec::swap_remove`Pierre Allix-1/+1
2024-03-14Stabilize `unchecked_{add,sub,mul}`Scott McMurray-1/+0
2024-03-12Remove unused fields in some structuresArthur Carcano-8/+4
2024-03-11Rollup merge of #122298 - RalfJung:raw-vec-into-box, r=cuviperJacob Pratt-2/+1
2024-03-11Rollup merge of #121148 - clarfonthey:try-range, r=dtolnayJacob Pratt-2/+2
2024-03-10RawVec::into_box: avoid unnecessary intermediate referenceRalf Jung-2/+1
2024-03-10Rollup merge of #112136 - clarfonthey:ffi-c_str, r=cuviperMatthias Krüger-3/+9
2024-03-09Rollup merge of #120504 - kornelski:try_with_capacity, r=AmanieuGuillaume Boisseau-26/+114
2024-03-09miri: do not apply aliasing restrictions to Box with custom allocatorRalf Jung-10/+14
2024-03-08Stabilize associated type boundsMichael Goulet-1/+1
2024-03-08Document overrides of `clone_from()`Noa-18/+80
2024-03-08Rollup merge of #122099 - Urgau:btreemap-inline-new, r=AmanieuMatthias Krüger-0/+1
2024-03-07Rust is a proper name: rust → RustRalf Jung-1/+1
2024-03-06Add #[inline] to BTreeMap::new constructorUrgau-0/+1
2024-03-05Rollup merge of #122018 - RalfJung:box-custom-alloc, r=oli-obkMatthias Krüger-0/+5
2024-03-05Rollup merge of #121894 - RalfJung:const_eval_select, r=oli-obkMatthias Krüger-0/+1
2024-03-05only set noalias on Box with the global allocatorRalf Jung-0/+5
2024-03-05Rollup merge of #121287 - zachs18:rc-into-raw-must-use, r=cuviperMatthias Krüger-2/+3
2024-03-05Rollup merge of #121262 - 20jasper:add-vector-time-complexity, r=cuviperMatthias Krüger-0/+21
2024-03-05Rollup merge of #121213 - Takashiidobe:takashi/example-for-rc-into-inner, r=c...Matthias Krüger-0/+15
2024-03-02Rollup merge of #121622 - dtolnay:wake, r=cuviperGuillaume Boisseau-0/+13
2024-03-02const_eval_select: make it safe but be careful with what we expose on stable ...Ralf Jung-0/+1
2024-03-01Move capacity_overflow function to make ui tests change lessKornel-9/+9
2024-03-01try_with_capacity for Vec, VecDeque, StringKornel-0/+81
2024-03-01try_with_capacity for RawVecKornel-18/+25
2024-03-01remove hidden use of GlobalAlexander-1/+1
2024-02-29Rollup merge of #120291 - pitaj:string-sliceindex, r=AmanieuJacob Pratt-88/+15
2024-02-27have `String` use `SliceIndex` impls from `str`Peter Jaszkowiak-88/+15
2024-02-26Generate original vtable and clone's vtable in the same CGUDavid Tolnay-0/+13
2024-02-26Document args returned from `String::into_raw_parts`许杰友 Jieyou Xu (Joe)-1/+1