| Age | Commit message (Expand) | Author | Lines |
| 2024-03-30 | Auto merge of #121948 - Gankra:stab-align, r=dtolnay | bors | -1/+0 |
| 2024-03-30 | Auto merge of #122976 - caibear:optimize_reserve_for_push, r=cuviper | bors | -7/+7 |
| 2024-03-29 | stabilize ptr.is_aligned, move ptr.is_aligned_to to a new feature gate | Aria Beingessner | -1/+0 |
| 2024-03-29 | Auto merge of #122520 - scottmcm:stabilize_unchecked_math_basics, r=jhpratt | bors | -1/+0 |
| 2024-03-29 | Auto merge of #122975 - DianQK:simplify_ub_check, r=saethlin | bors | -0/+1 |
| 2024-03-28 | Rename reserve_for_push to grow_one and fix comment. | Cai Bear | -6/+6 |
| 2024-03-28 | Fix previous. | Cai Bear | -1/+2 |
| 2024-03-28 | Remove len argument from RawVec::reserve_for_push because it's always equal t... | Cai Bear | -7/+6 |
| 2024-03-27 | Less generic code for Vec allocations | Kornel | -13/+29 |
| 2024-03-27 | Eliminate `UbCheck` for non-standard libraries | DianQK | -0/+1 |
| 2024-03-27 | Rollup merge of #123083 - klensy:clippy-me, r=workingjubilee | Guillaume Gomez | -8/+8 |
| 2024-03-27 | Rollup merge of #123107 - avandesa:vec_pop_if, r=joboet | Matthias Krüger | -0/+26 |
| 2024-03-26 | Implement `Vec::pop_if` | Alex van de Sandt | -0/+26 |
| 2024-03-26 | Rollup merge of #122835 - compiler-errors:deref-pure, r=Nadrieril | Matthias Krüger | -3/+19 |
| 2024-03-25 | Require DerefPure for patterns | Michael Goulet | -3/+19 |
| 2024-03-25 | Rollup merge of #122707 - reedwoodruff:string_docs_typo, r=workingjubilee | Jubilee | -1/+1 |
| 2024-03-25 | lib: fix some unnecessary_cast clippy lint | klensy | -8/+8 |
| 2024-03-24 | Amended wording | Reed | -2/+2 |
| 2024-03-24 | clarify equivalency of binary_search and partition_point | Andy Kurnia | -1/+3 |
| 2024-03-23 | improve example on inserting to a sorted vector to avoid shifting equal elements | Andy Kurnia | -1/+1 |
| 2024-03-23 | Auto merge of #119552 - krtab:dead_code_priv_mod_pub_field, r=cjgillot,saethlin | bors | -8/+4 |
| 2024-03-22 | Rollup merge of #122817 - ultrabear:ultrabear_btreedoc, r=Nilstrieb | Matthias Krüger | -5/+6 |
| 2024-03-21 | Auto merge of #122785 - the8472:const-select-specialized-impl, r=Amanieu | bors | -79/+89 |
| 2024-03-21 | document into_iter in top level docs iterator ordering guarantees | ultrabear | -2/+2 |
| 2024-03-21 | document iteration ordering on into_iter method instead of IntoIterator imple... | ultrabear | -3/+2 |
| 2024-03-21 | BTree(Set|Map): Guarantee that `IntoIter` will iterate in sorted by key order | ultrabear | -2/+4 |
| 2024-03-20 | Rollup merge of #122729 - m-ou-se:relax, r=Amanieu | Jacob Pratt | -1/+1 |
| 2024-03-20 | Auto merge of #122761 - jwong101:fix/vec-insert, r=workingjubilee,Nilstrieb | bors | -4/+3 |
| 2024-03-20 | select Vec::from_iter impls in a const block to optimize compile times | The 8472 | -79/+89 |
| 2024-03-20 | Auto merge of #122754 - Mark-Simulacrum:bootstrap-bump, r=albertlarsan68 | bors | -3/+2 |
| 2024-03-20 | step cfgs | Mark Rousskov | -3/+2 |
| 2024-03-19 | fix OOB pointer formed in Vec::index | Joshua Wong | -4/+3 |
| 2024-03-19 | Only split by-ref/by-move futures for async closures | Michael Goulet | -5/+3 |
| 2024-03-19 | SeqCst->Relaxed in doc examples. | Mara Bos | -1/+1 |
| 2024-03-19 | Auto merge of #122055 - compiler-errors:stabilize-atb, r=oli-obk | bors | -1/+1 |
| 2024-03-18 | Rollup merge of #122642 - pallix:improve-wording-for-vec-swap_remove, r=Amanieu | Matthias Krüger | -1/+1 |
| 2024-03-18 | Fix a typo in the alloc::string::String docs | Reed | -1/+1 |
| 2024-03-18 | add_retag: ensure box-to-raw-ptr casts are preserved for Miri | Ralf Jung | -11/+6 |
| 2024-03-17 | Improve wording of `Vec::swap_remove` | Pierre Allix | -1/+1 |
| 2024-03-14 | Stabilize `unchecked_{add,sub,mul}` | Scott McMurray | -1/+0 |
| 2024-03-12 | Remove unused fields in some structures | Arthur Carcano | -8/+4 |
| 2024-03-11 | Rollup merge of #122298 - RalfJung:raw-vec-into-box, r=cuviper | Jacob Pratt | -2/+1 |
| 2024-03-11 | Rollup merge of #121148 - clarfonthey:try-range, r=dtolnay | Jacob Pratt | -2/+2 |
| 2024-03-10 | RawVec::into_box: avoid unnecessary intermediate reference | Ralf Jung | -2/+1 |
| 2024-03-10 | Rollup merge of #112136 - clarfonthey:ffi-c_str, r=cuviper | Matthias Krüger | -3/+9 |
| 2024-03-09 | Rollup merge of #120504 - kornelski:try_with_capacity, r=Amanieu | Guillaume Boisseau | -26/+114 |
| 2024-03-09 | miri: do not apply aliasing restrictions to Box with custom allocator | Ralf Jung | -10/+14 |
| 2024-03-08 | Stabilize associated type bounds | Michael Goulet | -1/+1 |
| 2024-03-08 | Document overrides of `clone_from()` | Noa | -18/+80 |
| 2024-03-08 | Rollup merge of #122099 - Urgau:btreemap-inline-new, r=Amanieu | Matthias Krüger | -0/+1 |