| Age | Commit message (Expand) | Author | Lines |
| 2022-08-20 | Rollup merge of #99544 - dylni:expose-utf8lossy, r=Mark-Simulacrum | Matthias Krüger | -8/+11 |
| 2022-08-20 | Expose `Utf8Lossy` as `Utf8Chunks` | dylni | -8/+11 |
| 2022-08-18 | clarify lib.rs attribute structure | Ralf Jung | -5/+4 |
| 2022-08-18 | add some Miri-only tests | Ralf Jung | -0/+19 |
| 2022-08-18 | add miri-test-libstd support to libstd | Ralf Jung | -0/+1 |
| 2022-08-13 | address review comments, add tracking issue | The 8472 | -7/+8 |
| 2022-08-13 | add Vec::push_within_capacity - fallible, does not allocate | The8472 | -0/+44 |
| 2022-08-12 | Adjust cfgs | Mark Rousskov | -3/+3 |
| 2022-08-10 | Guarantee `try_reserve` preserves the contents on error | YOSHIOKA Takuma | -4/+8 |
| 2022-07-27 | Auto merge of #98553 - the8472:next_chunk_opt, r=Mark-Simulacrum | bors | -2/+75 |
| 2022-07-26 | add test for vec::IntoIter::next_chunk() impl | The 8472 | -0/+11 |
| 2022-07-26 | Auto merge of #99574 - durin42:allocator-patch-redux, r=nikic | bors | -1/+4 |
| 2022-07-26 | Optimized vec::IntoIter::next_chunk impl | The 8472 | -2/+64 |
| 2022-07-26 | codegen: use new {re,de,}allocator annotations in llvm | Augie Fackler | -1/+4 |
| 2022-07-26 | Rollup merge of #98710 - mojave2:string, r=JohnTitor | Yuki Okushi | -5/+5 |
| 2022-07-24 | Support vec zero-alloc optimization for tuples and byte arrays | AngelicosPhosphoros | -17/+46 |
| 2022-07-22 | Remove redundant lifetime bound from `impl Borrow for Cow` | Frank Steffahn | -1/+0 |
| 2022-07-21 | Box::from(slice): Clarify that contents are copied | Alan Wu | -1/+1 |
| 2022-07-21 | Rollup merge of #99413 - steffahn:btree_dropck, r=m-ou-se | Matthias Krüger | -4/+26 |
| 2022-07-18 | Rollup merge of #99198 - RalfJung:alloc-null-ptr, r=JohnTitor | Dylan DPC | -1/+4 |
| 2022-07-18 | Add `PhantomData` marker for dropck to `BTreeMap` | Frank Steffahn | -4/+26 |
| 2022-07-17 | Add tests that check `Vec::retain` predicate execution order. | AngelicosPhosphoros | -0/+45 |
| 2022-07-16 | Rollup merge of #99317 - yanchith:borrow-vec-ta-as-slice-t, r=Mark-Simulacrum | Matthias Krüger | -2/+2 |
| 2022-07-16 | Borrow Vec<T, A> as [T] | yanchith | -2/+2 |
| 2022-07-16 | Rollup merge of #99277 - joshtriplett:stabilize-core-cstr-alloc-cstring, r=Ma... | Yuki Okushi | -10/+7 |
| 2022-07-16 | Rollup merge of #99270 - rhysd:issue-99269, r=Mark-Simulacrum | Yuki Okushi | -0/+1 |
| 2022-07-15 | Stabilize `core::ffi::CStr`, `alloc::ffi::CString`, and friends | Josh Triplett | -10/+7 |
| 2022-07-15 | add `#[must_use]` to `Box::from_raw` | rhysd | -0/+1 |
| 2022-07-15 | Rollup merge of #99113 - WaffleLapkin:arc_simplify, r=Mark-Simulacrum | Dylan DPC | -12/+11 |
| 2022-07-14 | add missing null ptr check in alloc example | Ralf Jung | -1/+4 |
| 2022-07-14 | add code examples | Duarte Nunes | -1/+50 |
| 2022-07-14 | Rollup merge of #98315 - joshtriplett:stabilize-core-ffi-c, r=Mark-Simulacrum | Dylan DPC | -2/+0 |
| 2022-07-13 | Stabilize `core::ffi:c_*` and rexport in `std::ffi` | Josh Triplett | -2/+0 |
| 2022-07-13 | rustdoc | Duarte Nunes | -1/+1 |
| 2022-07-13 | typo | Duarte Nunes | -2/+2 |
| 2022-07-13 | changes to wording | Duarte Nunes | -9/+15 |
| 2022-07-13 | docs: be less harsh in wording for Vec::from_raw_parts | Duarte Nunes | -5/+15 |
| 2022-07-10 | Use `byte_sub` in [a]rc impl | Maybe Waffle | -12/+11 |
| 2022-07-10 | Auto merge of #95295 - CAD97:layout-isize, r=scottmcm | bors | -311/+142 |
| 2022-07-08 | Intra-doc-link-ify reference to Clone::clone_from | est31 | -1/+1 |
| 2022-07-03 | Auto merge of #98755 - nnethercote:faster-vec-insert, r=cuviper | bors | -6/+9 |
| 2022-07-03 | Auto merge of #98673 - pietroalbini:pa-bootstrap-update, r=Mark-Simulacrum | bors | -42/+6 |
| 2022-07-01 | Rollup merge of #98585 - cuviper:covariant-thinbox, r=thomcc | Dylan DPC | -6/+34 |
| 2022-07-01 | update cfg(bootstrap)s | Pietro Albini | -42/+6 |
| 2022-07-01 | Optimize `Vec::insert` for the case where `index == len`. | Nicholas Nethercote | -6/+9 |
| 2022-06-30 | correct the output of a `capacity` method example | mojave2 | -5/+5 |
| 2022-06-29 | alloc: fix `no_global_oom_handling` warnings | Miguel Ojeda | -3/+8 |
| 2022-06-28 | Rollup merge of #98595 - cuviper:send-sync-thinbox, r=m-ou-se | Dylan DPC | -0/+8 |
| 2022-06-27 | Implement `Send` and `Sync` for `ThinBox<T>` | Josh Stone | -0/+8 |
| 2022-06-27 | Make `ThinBox<T>` covariant in `T` | Josh Stone | -6/+34 |