| Age | Commit message (Expand) | Author | Lines |
| 2023-08-18 | relax redundancy constraint | Kyle Lin | -4/+2 |
| 2023-08-17 | Auto merge of #114799 - RalfJung:less-transmute, r=m-ou-se | bors | -2/+2 |
| 2023-08-16 | Update library/alloc/src/vec/mod.rs | Manish Goregaokar | -1/+1 |
| 2023-08-16 | Update library/alloc/src/vec/mod.rs | Manish Goregaokar | -1/+2 |
| 2023-08-16 | Rollup merge of #114867 - ttsugriy:ttsugriy-patch-1, r=scottmcm | Matthias Krüger | -1/+1 |
| 2023-08-15 | other elements | Manish Goregaokar | -3/+3 |
| 2023-08-15 | [nit] Fix a comment typo. | Taras Tsugrii | -1/+1 |
| 2023-08-15 | fix typo: affect -> effect | Ralf Jung | -1/+1 |
| 2023-08-15 | Update library/alloc/src/vec/mod.rs | Manish Goregaokar | -1/+1 |
| 2023-08-15 | Update library/alloc/src/vec/mod.rs | Manish Goregaokar | -1/+1 |
| 2023-08-14 | avoid transmuting Box when we can just cast raw pointers instead | Ralf Jung | -2/+2 |
| 2023-08-13 | core/any: remove Provider trait | wayne warren | -2/+1 |
| 2023-08-12 | aliasing guarantee | Manish Goregaokar | -25/+40 |
| 2023-08-10 | Rollup merge of #114402 - tifv:tifv-fix-rc-doc, r=cuviper | Michael Goulet | -3/+3 |
| 2023-08-10 | Rollup merge of #114257 - rytheo:linked-list-avoid-unique, r=cuviper | Michael Goulet | -11/+13 |
| 2023-08-07 | Rollup merge of #114365 - tshepang:patch-6, r=Mark-Simulacrum | Matthias Krüger | -6/+0 |
| 2023-08-07 | Rollup merge of #114362 - tshepang:patch-1, r=Mark-Simulacrum | Matthias Krüger | -72/+1 |
| 2023-08-06 | Add #[rustc_never_returns_null_ptr] to std functions | est31 | -0/+6 |
| 2023-08-03 | Add `internal_features` lint | Nilstrieb | -0/+1 |
| 2023-08-03 | Fix documentation of Rc as From<Vec<T>> | July Tikhonov | -3/+3 |
| 2023-08-02 | str.rs: remove "Basic usage" text | Tshepang Mbambo | -6/+0 |
| 2023-08-02 | string.rs: remove "Basic usage" text | Tshepang Mbambo | -72/+1 |
| 2023-07-30 | Rollup merge of #95965 - CAD97:const-weak-new, r=workingjubilee | Jubilee | -2/+2 |
| 2023-07-30 | Stabilize const-weak-new | CAD97 | -2/+2 |
| 2023-07-30 | Avoid using ptr::Unique in LinkedList code | Ryan Lowe | -11/+13 |
| 2023-07-30 | Rollup merge of #114223 - ryanoneill:vec-indexing-doc-language, r=workingjubilee | Matthias Krüger | -1/+1 |
| 2023-07-30 | Auto merge of #114236 - fee1-dead-contrib:rollup-m92j7q1, r=fee1-dead | bors | -0/+8 |
| 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-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/+8 |
| 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-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/+30 |
| 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/+49 |
| 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/+49 |
| 2023-07-12 | Flip cfg's for bootstrap bump | Mark Rousskov | -21/+0 |