| Age | Commit message (Expand) | Author | Lines |
| 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 | Parametrize a few more things | yanchith | -16/+19 |
| 2022-07-16 | Mark lifetimes explicitly | yanchith | -10/+10 |
| 2022-07-16 | Parametrize BinaryHeap with Allocator | yanchith | -45/+111 |
| 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 |
| 2022-06-27 | liballoc tests: avoid int2ptr cast | Ralf Jung | -1/+1 |
| 2022-06-24 | Rollup merge of #98039 - tnballo:master, r=thomcc | Yuki Okushi | -13/+117 |
| 2022-06-23 | Fix BTreeSet's range API panic message, document | tnballo | -13/+117 |
| 2022-06-23 | Rollup merge of #98364 - RalfJung:arc-clone, r=Mark-Simulacrum | Michael Goulet | -8/+9 |
| 2022-06-23 | Rollup merge of #96173 - jmaargh:jmaargh/with-capacity-doc-fix, r=Dylan-DPC | Michael Goulet | -93/+138 |
| 2022-06-21 | clarify Arc::clone overflow check comment | Ralf Jung | -8/+9 |
| 2022-06-21 | remove use of &Alloc in btree tests | Ralf Jung | -6/+6 |
| 2022-06-20 | Rollup merge of #96609 - ibraheemdev:arc-downcast-unchecked, r=m-ou-se | Dylan DPC | -5/+80 |
| 2022-06-19 | Fix documentation for with_capacity and reserve families of methods | jmaargh | -93/+138 |
| 2022-06-19 | Rollup merge of #98233 - RalfJung:ref-alloc, r=thomcc | Dylan DPC | -6/+6 |
| 2022-06-18 | make btree not use &A: Allocator instance | Ralf Jung | -6/+6 |
| 2022-06-18 | Auto merge of #98004 - paolobarbolini:vecdeque-extend-trustedlen, r=the8472 | bors | -0/+208 |