| Age | Commit message (Expand) | Author | Lines |
| 2022-03-23 | Refactor set_ptr_value as with_metadata_of | Andreas Molzer | -6/+7 |
| 2022-03-23 | Explicitly mention overflow is what we're checking | Michael Bradshaw | -4/+4 |
| 2022-03-23 | Clarify that `Cow::into_owned` returns owned data | Jonathan Giddy | -3/+3 |
| 2022-03-22 | Format unsafe {} blocks | Michael Bradshaw | -2/+6 |
| 2022-03-22 | Optimize RcInnerPtr::inc_strong instruction count | Michael Bradshaw | -10/+24 |
| 2022-03-22 | Remove impossible panic note from `Vec::append` | Tobias Bucher | -1/+1 |
| 2022-03-22 | rename internal helper trait AsIntoIter to AsVecIntoIter | The 8472 | -10/+10 |
| 2022-03-21 | weaken needlessly restrictive orderings on `Arc::*_count` | Ibraheem Ahmed | -6/+6 |
| 2022-03-21 | add module-level documentation for vec's in-place iteration | The8472 | -20/+159 |
| 2022-03-21 | move AsIntoIter helper trait and mark it as unsafe | The8472 | -11/+14 |
| 2022-03-21 | rename module to better reflect its purpose | The8472 | -1/+1 |
| 2022-03-21 | Rename `~const Drop` to `~const Destruct` | Deadbeef | -11/+26 |
| 2022-03-20 | Auto merge of #92962 - frank-king:btree_entry_no_insert, r=Amanieu | bors | -41/+86 |
| 2022-03-18 | impl From<&[T; N]> and From<&mut [T; N]> for Vec<T> | Jake Goulding | -0/+42 |
| 2022-03-18 | Make Weak::new const | CAD97 | -4/+6 |
| 2022-03-16 | Docs: make Vec::from_raw_parts documentation less strict | JP Posma | -3/+7 |
| 2022-03-16 | BTree: evaluate static type-related check at compile time | Stein Somers | -7/+9 |
| 2022-03-15 | fix typos | Dylan DPC | -1/+1 |
| 2022-03-14 | refactor: VecDeques Iter fields to private | DeveloperC | -16/+17 |
| 2022-03-11 | Auto merge of #94472 - JmPotato:use_maybeuninit_for_vecdeque, r=m-ou-se | bors | -30/+95 |
| 2022-03-11 | Classify BinaryHeap & LinkedList unit tests as such | Stein Somers | -8/+1179 |
| 2022-03-11 | Rollup merge of #94826 - allgoewer:fix-retain-documentation, r=yaahc | Dylan DPC | -6/+6 |
| 2022-03-11 | Improve doc wording for retain on some collections | Maik Allgöwer | -6/+6 |
| 2022-03-10 | Rollup merge of #93950 - T-O-R-U-S:use-modern-formatting-for-format!-macros, ... | Dylan DPC | -50/+50 |
| 2022-03-10 | Use implicit capture syntax in format_args | T-O-R-U-S | -50/+50 |
| 2022-03-10 | Revert accidental stabilization | Oli Scherer | -2/+1 |
| 2022-03-10 | Use MaybeUninit in VecDeque to remove the undefined behavior of slice | JmPotato | -30/+95 |
| 2022-03-09 | BTreeMap::entry: Avoid allocating if no insertion | Frank King | -41/+86 |
| 2022-03-09 | Rollup merge of #94699 - ssomers:btree_prune_insert, r=Dylan-DPC | Dylan DPC | -40/+19 |
| 2022-03-07 | Stabilize const_fn_fn_ptr_basics and const_fn_trait_bound | Eric Holk | -1/+1 |
| 2022-03-07 | BTree: remove dead data needlessly complicating insert | Stein Somers | -40/+19 |
| 2022-02-28 | Rollup merge of #92399 - Veeupup:fix_vec_typo, r=Dylan-DPC | Matthias Krüger | -4/+4 |
| 2022-02-25 | Switch bootstrap cfgs | Mark Rousskov | -1/+0 |
| 2022-02-25 | Rollup merge of #94184 - ssomers:btree_tests, r=Dylan-DPC | Matthias Krüger | -138/+118 |
| 2022-02-22 | Auto merge of #83706 - a1phyr:fix_vec_layout_calculation, r=JohnTitor | bors | -5/+4 |
| 2022-02-20 | BTree: simplify test code | Stein Somers | -138/+118 |
| 2022-02-19 | Fix some confusing wording and improve slice-search-related docs | r00ster91 | -8/+20 |
| 2022-02-19 | Rollup merge of #92902 - ssomers:docter_drain, r=yaahc | Matthias Krüger | -25/+47 |
| 2022-02-19 | Collections: improve the documentation of drain members | Stein Somers | -25/+47 |
| 2022-02-18 | Rollup merge of #93613 - crlf0710:rename_to_async_iter, r=yaahc | Matthias Krüger | -4/+4 |
| 2022-02-17 | Rollup merge of #89869 - kpreid:from-doc, r=yaahc | Matthias Krüger | -4/+13 |
| 2022-02-14 | Describe VecDeque with more consistent names | Stein Somers | -110/+110 |
| 2022-02-12 | Stabilise inherent_ascii_escape (FCP in #77174) | ltdk | -2/+1 |
| 2022-02-12 | Fix typo | Alphyr | -1/+1 |
| 2022-02-12 | Fix `shrink` and `capacity_from_bytes` | Benoît du Garreau | -2/+3 |
| 2022-02-12 | Fix a layout miscalculation in alloc::RawVec | Benoît du Garreau | -3/+1 |
| 2022-02-10 | Rollup merge of #93824 - Amanieu:stable_cfg_target_has_atomic, r=davidtwco | Matthias Krüger | -1/+1 |
| 2022-02-09 | Stabilize cfg_target_has_atomic | Amanieu d'Antras | -1/+1 |
| 2022-02-09 | Fix typo in `std::fmt` docs | Titus | -1/+1 |
| 2022-02-08 | Allow comparing `Vec`s with different allocators using `==` | Chayim Refael Friedman | -1/+1 |