| Age | Commit message (Expand) | Author | Lines |
| 2023-09-06 | Update doc for `alloc::format!` and `core::concat!` | ShE3py | -5/+9 |
| 2023-09-04 | Weaken needlessly restrictive orderings on Arc::*_count | Alex Saveau | -4/+4 |
| 2023-09-03 | unchecked layout calculations when shrinking during in-place collect | The 8472 | -2/+12 |
| 2023-09-03 | relax size and alignment requirements for in-place iteration | The 8472 | -8/+11 |
| 2023-09-03 | update in-place-iteration module docs | The 8472 | -8/+25 |
| 2023-09-03 | don't leak items if alloc::shrink panics | The 8472 | -2/+6 |
| 2023-09-03 | Expand in-place iteration specialization to Flatten, FlatMap and ArrayChunks | The 8472 | -21/+86 |
| 2023-09-03 | Stabilize the Saturating type (saturating_int_impl, gh-87920) | Michael Watzko | -1/+0 |
| 2023-09-03 | Improve documentation on when signes are printed by default | Roland Fredenhagen | -2/+2 |
| 2023-08-29 | Auto merge of #113859 - Manishearth:vec-as-mut-ptr-stacked-borrow, r=dtolnay | bors | -0/+51 |
| 2023-08-28 | format, format_args: Make xref to std::fmt much more prominent | Ian Jackson | -3/+4 |
| 2023-08-28 | Rollup merge of #115280 - RalfJung:panic-cleanup-triple-backtrace, r=Amanieu | Matthias Krüger | -3/+4 |
| 2023-08-27 | avoid triple-backtrace due to panic-during-cleanup | Ralf Jung | -3/+4 |
| 2023-08-27 | Rollup merge of #115007 - kpreid:alloc, r=Mark-Simulacrum | Matthias Krüger | -6/+19 |
| 2023-08-23 | Bump cfg(bootstrap) | Mark Rousskov | -2/+2 |
| 2023-08-22 | Replace version placeholders with 1.73.0 | Mark Rousskov | -2/+2 |
| 2023-08-22 | Auto merge of #113365 - dima74:diralik/add-deprecated-suggestions, r=workingj... | bors | -1/+2 |
| 2023-08-21 | Add `suggestion` for some `#[deprecated]` items | Dmitry Murzin | -1/+2 |
| 2023-08-19 | Correct and expand documentation of `handle_alloc_error` and `set_alloc_error... | Kevin Reid | -6/+19 |
| 2023-08-18 | resolve conflicts | Kyle Lin | -0/+1 |
| 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 |