about summary refs log tree commit diff
path: root/library/alloc/src
AgeCommit message (Expand)AuthorLines
2022-05-05Allow unused rules in some places in the compiler, library and toolsest31-0/+1
2022-05-05Rollup merge of #95843 - GuillaumeGomez:improve-new-cyclic-doc, r=m-ou-seMatthias Krüger-16/+41
2022-05-04Improve Rc::new_cyclic and Arc::new_cyclic documentationGuillaume Gomez-16/+41
2022-05-02Auto merge of #96596 - scottmcm:limited-calloc, r=Mark-Simulacrumbors-1/+8
2022-05-02Test leaking of BinaryHeap Drain iteratorsStein Somers-0/+53
2022-05-02Slightly tighten leak-on-panic test casesStein Somers-52/+49
2022-05-02Share testing utilities with non-btree test casesStein Somers-8/+7
2022-05-01Tweak the calloc optimization to only apply to shortish-arraysScott McMurray-1/+8
2022-05-02Rollup merge of #96568 - EliasHolzmann:fmt_doc_fixes, r=joshtriplettYuki Okushi-18/+31
2022-05-02Rollup merge of #96222 - jmaargh:john-mark/clarify-from-raw-parts-docs, r=Joh...Yuki Okushi-3/+8
2022-05-02Rollup merge of #94126 - ssomers:alloc_prep_1, r=Mark-SimulacrumYuki Okushi-8/+1179
2022-05-01add `{Arc, Rc}::downcast_unchecked`Ibraheem Ahmed-5/+80
2022-05-01Improve codegen of String::retain method.Loïc BRANSTETT-8/+17
2022-05-01std::fmt: Improved list of formatting macrosElias Holzmann-4/+6
2022-05-01std::fmt: Removed reference to Formatter::buf and other private fieldsElias Holzmann-3/+3
2022-05-01std::fmt: Fix the grammar documentationElias Holzmann-2/+7
2022-05-01std::fmt: Added argument index comments to examples for specifying precisionElias Holzmann-6/+6
2022-05-01std::fmt: Fixed documentation for specifying precision via `.*`Elias Holzmann-5/+11
2022-05-01Auto merge of #96078 - udoprog:refcounted-str-to-u8, r=dtolnaybors-0/+38
2022-04-30Bump shared_from_str to Rust 1.62.0David Tolnay-2/+2
2022-05-01Auto merge of #95362 - scottmcm:calloc-arrays, r=Mark-Simulacrumbors-1/+8
2022-04-29Auto merge of #96489 - shepmaster:revert-vec-from-array-ref, r=yaahcbors-42/+0
2022-04-28Add VecDeque::extend from vec::IntoIter and slice::Iter specializationsPaolo Barbolini-20/+85
2022-04-27Revert "impl From<&[T; N]> and From<&mut [T; N]> for Vec<T>"Jake Goulding-42/+0
2022-04-26Rollup merge of #94022 - jongiddy:cow-into-owned-docs, r=Dylan-DPCGuillaume Gomez-3/+3
2022-04-26Rollup merge of #90312 - r00ster91:search, r=Dylan-DPCDylan DPC-8/+20
2022-04-25Rollup merge of #96107 - Gumichocopengin8:test/vec-deque, r=Mark-SimulacrumMatthias Krüger-0/+294
2022-04-24test: add test cases for VecDequeKeita Nonaka-0/+294
2022-04-19Clarify docs for from_raw_partsjmaargh-3/+8
2022-04-19Rollup merge of #96089 - ojeda:no-vec-no_global_oom_handling, r=Mark-SimulacrumDylan DPC-2/+2
2022-04-17Auto merge of #96002 - nnethercote:speed-up-Vec-clear-2, r=m-ou-sebors-1/+12
2022-04-16Rollup merge of #96070 - Gumichocopengin8:test/btree-map, r=thomccDylan DPC-0/+105
2022-04-16`alloc`: make `vec!` unavailable under `no_global_oom_handling`Miguel Ojeda-2/+2
2022-04-15Auto merge of #95224 - mjbshaw:patch-1, r=yaahcbors-10/+28
2022-04-15Rollup merge of #96034 - Gumichocopengin8:test/btree-set, r=Dylan-DPCDylan DPC-0/+56
2022-04-15Implement str to [u8] conversion for refcounted containersJohn-John Tedro-0/+38
2022-04-15chore: formattingKeita Nonaka-11/+9
2022-04-15test: add try_insert() test cases for BTreeSetKeita Nonaka-0/+15
2022-04-15test: add get_key_value() test cases for BTreeSetKeita Nonaka-0/+24
2022-04-14test: add pop_first() pop_last() test cases for BTreeSetKeita Nonaka-9/+77
2022-04-14Fix targets not supporting `target_has_atomic = "ptr"`Vadim Petrochenkov-1/+5
2022-04-14library: Use type aliases to make `CStr(ing)` in libcore/liballoc unstableVadim Petrochenkov-6/+8
2022-04-14library: Move `CStr` to libcore, and `CString` to liballocVadim Petrochenkov-1/+1524
2022-04-14Remove use of `#[rustc_deprecated]`Jacob Pratt-1/+1
2022-04-13test: add remove() test cases for BTreeSetKeita Nonaka-0/+20
2022-04-13test: add is_superset test cases for BTreeSetKeita Nonaka-0/+36
2022-04-13Speed up Vec::clear().Nicholas Nethercote-1/+12
2022-04-11impl const Default for Box<[T]> and Box<str>Josh Stone-4/+12
2022-04-11Rollup merge of #95743 - yaahc:binary-search-clarification, r=Mark-SimulacrumMatthias Krüger-2/+16
2022-04-09Rollup merge of #95817 - oconnor663:doc_comment2, r=yaahcDylan DPC-1/+1