| Age | Commit message (Expand) | Author | Lines |
| 2023-07-30 | Rollup merge of #112151 - chloekek:patch-1, r=workingjubilee | fee1-dead | -0/+8 |
| 2023-07-30 | Auto merge of #112280 - zica87:master, r=workingjubilee | bors | -13/+0 |
| 2023-07-29 | Documentation: Fix Stilted Language in Vec->Indexing | Ryan O'Neill | -1/+1 |
| 2023-07-28 | btree/map.rs: remove "Basic usage" text | Tshepang Mbambo | -54/+0 |
| 2023-07-28 | add LinkedList::{retain,retain_mut} | TennyZhuang | -0/+93 |
| 2023-07-26 | Improve test case for experimental API remove_matches in library/alloc/tests/... | allaboutevemirolive | -2/+46 |
| 2023-07-25 | Add note that Vec::as_mut_ptr() does not materialize a reference to the inter... | Manish Goregaokar | -0/+35 |
| 2023-07-25 | Auto merge of #114020 - steffahn:hide-specialized-ToString-impls, r=thomcc | bors | -0/+9 |
| 2023-07-24 | Implement `From<[T; N]>` for `Rc<[T]>` and `Arc<[T]>` | Nikolai Vazquez | -0/+42 |
| 2023-07-24 | remove additional [allow(unused_unsafe)] | James Dietz | -1/+0 |
| 2023-07-24 | Hide `ToString` implementations that specialize the default ones | Frank Steffahn | -0/+9 |
| 2023-07-22 | Auto merge of #113954 - matthiaskrgr:rollup-e2r9suz, r=matthiaskrgr | bors | -8/+30 |
| 2023-07-22 | Rollup merge of #113934 - ajtribick:string-pop-remove-multibyte, r=thomcc | Matthias Krüger | -8/+8 |
| 2023-07-22 | Rollup merge of #113898 - ajtribick:encode_utf16_size_hint, r=cuviper | Matthias Krüger | -0/+22 |
| 2023-07-22 | Auto merge of #113224 - zachs18:vec_extend_remove_allocator_lifetime, r=cuviper | bors | -3/+3 |
| 2023-07-21 | Demonstrate multibyte character removal in String::pop and String::remove doc... | Andrew Tribick | -8/+8 |
| 2023-07-20 | Fix size_hint for EncodeUtf16 | Andrew Tribick | -0/+22 |
| 2023-07-18 | std::error::Error -> Trait Implementations: lifetimes consistency improvement | WiktorPrzetacznik | -8/+8 |
| 2023-07-18 | Make {Rc,Arc}::allocator associated functions | Mike Hommey | -4/+12 |
| 2023-07-17 | Auto merge of #89132 - Cyborus04:rc_allocator_support, r=Amanieu | bors | -300/+1518 |
| 2023-07-16 | Implement `From<{&,&mut} [T; N]>` for `Vec<T>` | EFanZh | -0/+40 |
| 2023-07-14 | Rollup merge of #113662 - pedroclobo:vec-deque-rotate, r=thomcc | Matthias Krüger | -25/+25 |
| 2023-07-14 | Auto merge of #113113 - Amanieu:box-vec-zst, r=Mark-Simulacrum | bors | -25/+114 |
| 2023-07-13 | Fix VecDeque's rotate_left and rotate_right panic tests | Pedro Lobo | -2/+2 |
| 2023-07-13 | Rename VecDeque's rotate_left and rotate_right parameters | Pedro Lobo | -23/+23 |
| 2023-07-13 | Eliminate ZST allocations in `Box` and `Vec` | Amanieu d'Antras | -25/+114 |
| 2023-07-12 | Flip cfg's for bootstrap bump | Mark Rousskov | -22/+1 |
| 2023-07-12 | Replace version placeholder to 1.72 | Mark Rousskov | -1/+1 |
| 2023-07-08 | mark as stable | Tristan Guichaoua | -1/+1 |
| 2023-07-08 | impl `From<&[T; N]>` for `Cow<[T]>` | Tristan Guichaoua | -0/+13 |
| 2023-07-06 | Rollup merge of #113318 - tgross35:113283-allocator-trait-eq, r=m-ou-se | Michael Goulet | -26/+9 |
| 2023-07-04 | Revert "alloc: Allow comparing `Box`s over different allocators" | Trevor Gross | -26/+9 |
| 2023-07-03 | enable test_join test in Miri | Ralf Jung | -0/+1 |
| 2023-07-02 | Rollup merge of #113253 - nurmukhametdaniyar:rc_from_cstr_doc_fix, r=Nilstrieb | Matthias Krüger | -1/+1 |
| 2023-07-02 | fixed documentation of from<CString> for Rc<CStr>: Arc -> Rc | Daniyar Nurmukhamet | -1/+1 |
| 2023-07-01 | Remove lifetime bound for A for `impl Extend<&'a T> for Vec<T, A>`. | Zachary S | -3/+3 |
| 2023-06-30 | Add support for allocators in `Rc` and `Arc` | Cyborus04 | -1/+1 |
| 2023-06-30 | Add support for allocators in `Rc` and `Arc` | Cyborus04 | -300/+1518 |
| 2023-06-29 | Fix document examples of Vec::from_raw_parts and Vec::from_raw_parts_in | Li Zhanhui | -14/+15 |
| 2023-06-27 | Rollup merge of #112628 - gootorov:box_alloc_partialeq, r=joshtriplett | Matthias Krüger | -9/+26 |
| 2023-06-26 | Rollup merge of #112677 - the8472:remove-unusued-field, r=JohnTitor | Takayuki Maeda | -9/+1 |
| 2023-06-23 | Expose `compiler-builtins-weak-intrinsics` feature for `-Zbuild-std` | Amanieu d'Antras | -0/+1 |
| 2023-06-21 | Auto merge of #112877 - Nilstrieb:rollup-5g5hegl, r=Nilstrieb | bors | -2/+7 |
| 2023-06-21 | Rollup merge of #112632 - gootorov:vec_alloc_partialeq, r=dtolnay | Nilstrieb | -2/+7 |
| 2023-06-21 | Auto merge of #106450 - albertlarsan68:fix-arc-ptr-eq, r=Amanieu | bors | -10/+10 |
| 2023-06-19 | Introduce `alloc::::UniqueRc` | Eric Holk | -3/+184 |
| 2023-06-18 | alloc: Allow comparing `Box`s over different allocators | Igor Gutorov | -9/+26 |
| 2023-06-18 | alloc: Implement PartialOrd for `Vec`s over different allocators | Igor Gutorov | -2/+7 |
| 2023-06-17 | Auto merge of #100036 - DrMeepster:box_free_free_box, r=oli-obk | bors | -21/+28 |
| 2023-06-16 | remove box_free and replace with drop impl | DrMeepster | -21/+28 |