| Age | Commit message (Expand) | Author | Lines |
| 2023-03-11 | Rollup merge of #104363 - WaffleLapkin:bonk_box_new, r=Nilstrieb | Matthias Krüger | -16/+9 |
| 2023-03-11 | Rollup merge of #106276 - Sp00ph:unify_slice_ranges, r=the8472 | Matthias Krüger | -36/+31 |
| 2023-03-06 | issue-108706-fix | Noam Ta Shma | -3/+17 |
| 2023-03-04 | Rollup merge of #108660 - xfix:remove-ne-method-from-str, r=thomcc | Dylan DPC | -4/+0 |
| 2023-03-03 | fix an alloc test | Maybe Waffle | -16/+8 |
| 2023-03-03 | Make `unused_allocation` lint warn against `Box::new` | Maybe Waffle | -0/+1 |
| 2023-03-03 | Match unmatched backticks in library/ | est31 | -2/+2 |
| 2023-03-02 | Remove manual implementation of String::ne | Konrad Borowski | -4/+0 |
| 2023-03-01 | Rollup merge of #108462 - pommicket:fix-vecdeque-zst-overflow, r=Amanieu | Dylan DPC | -1/+15 |
| 2023-03-01 | Auto merge of #108476 - saethlin:remove-library-rustc-box, r=thomcc | bors | -9/+7 |
| 2023-02-28 | Support allocators in various Default for IntoIter impls | The 8472 | -7/+22 |
| 2023-02-28 | rewrite iterator `Default` tests as doctests | The 8472 | -31/+107 |
| 2023-02-28 | Implement Default for some alloc/core iterators | The 8472 | -1/+156 |
| 2023-02-27 | Remove or justify use of #[rustc_box] | Ben Kimock | -9/+7 |
| 2023-02-26 | Disambiguate comments | Markus Everling | -2/+2 |
| 2023-02-26 | Fix `VecDeque::shrink_to` and add tests. | Markus Everling | -55/+104 |
| 2023-02-25 | Add test for VecDeque::append ZST capacity overflow | pommicket | -0/+14 |
| 2023-02-25 | Use checked_add in VecDeque::append for ZSTs to avoid overflow | pommicket | -1/+1 |
| 2023-02-25 | Rollup merge of #108407 - notriddle:notriddle/vec-get-mut, r=thomcc | Matthias Krüger | -2/+2 |
| 2023-02-25 | binary_heap: Unify Extend implementation. | Tatsuyuki Ishi | -34/+2 |
| 2023-02-25 | binary_heap: Make RebuildOnDrop a common helper. | Tatsuyuki Ishi | -17/+17 |
| 2023-02-24 | Rollup merge of #106918 - dtolnay:heapretain, r=the8472 | Dylan DPC | -6/+37 |
| 2023-02-23 | docs: use intra-doc links for `Vec::get(_mut)` | Michael Howell | -2/+2 |
| 2023-02-20 | Changes according to review | Markus Everling | -11/+11 |
| 2023-02-19 | Remove the assume(!is_null) from Vec::as_ptr | Ben Kimock | -11/+2 |
| 2023-02-18 | Auto merge of #106241 - Sp00ph:vec_deque_iter_methods, r=the8472 | bors | -2/+329 |
| 2023-02-12 | Auto merge of #105671 - lukas-code:depreciate-char, r=scottmcm | bors | -4/+4 |
| 2023-02-11 | Auto merge of #106677 - tbu-:pr_less_doc_hidden_pub, r=scottmcm | bors | -7/+1 |
| 2023-02-11 | Auto merge of #107167 - the8472:rawvec-simpler-layout, r=thomcc | bors | -5/+12 |
| 2023-02-10 | Remove a couple of `#[doc(hidden)] pub fn` and their `#[feature]` gates | Tobias Bucher | -7/+1 |
| 2023-02-08 | Rollup merge of #107429 - tgross35:from-bytes-until-null-stabilization, r=dto... | Michael Goulet | -1/+0 |
| 2023-02-08 | Rollup merge of #105641 - Amanieu:btree_cursor, r=m-ou-se | Matthias Krüger | -41/+957 |
| 2023-02-07 | Docs: Fix format of headings in String::reserve | Danilo Bargen | -2/+2 |
| 2023-02-05 | Add `slice_ranges` safety comment | Markus Everling | -5/+12 |
| 2023-02-01 | Stabilize feature 'cstr_from_bytes_until_nul' | Trevor Gross | -1/+0 |
| 2023-02-01 | BTreeMap: Add Cursor and CursorMut | Amanieu d'Antras | -5/+839 |
| 2023-02-01 | BTreeMap: Change internal insert function to return a handle | Amanieu d'Antras | -37/+119 |
| 2023-01-31 | Auto merge of #107297 - Mark-Simulacrum:bump-bootstrap, r=pietroalbini | bors | -2/+2 |
| 2023-01-31 | Fix `vec_deque::Drain` FIXME | Markus Everling | -31/+19 |
| 2023-01-30 | Rollup merge of #107424 - bpeel:clone-into-from-share-code, r=scottmcm | Matthias Krüger | -40/+34 |
| 2023-01-30 | Rollup merge of #107452 - y21:get-mut-unchecked-typo, r=Mark-Simulacrum | Dylan DPC | -2/+2 |
| 2023-01-30 | Rollup merge of #101569 - m-ou-se:alloc-no-rexport-argumentv1, r=thomcc | Dylan DPC | -1/+1 |
| 2023-01-29 | Don't re-export private/unstable ArgumentV1 from `alloc`. | Mara Bos | -1/+1 |
| 2023-01-29 | fix typo in {Rc, Arc}::get_mut_unchecked docs | y21 | -2/+2 |
| 2023-01-28 | vec: Use SpecCloneIntoVec::clone_into to implement Vec::clone_from | Neil Roberts | -30/+1 |
| 2023-01-28 | slice: Add a specialization for clone_into when T is Copy | Neil Roberts | -10/+33 |
| 2023-01-28 | Reintroduce multiple_supertrait_upcastable lint | Gary Guo | -0/+2 |
| 2023-01-25 | Set version placeholders to 1.68 | Mark Rousskov | -2/+2 |
| 2023-01-23 | Rollup merge of #107109 - est31:thin_box_link, r=Mark-Simulacrum | Yuki Okushi | -2/+6 |
| 2023-01-23 | Rollup merge of #106854 - steffahn:drop_linear_arc_rebased, r=Mark-Simulacrum | Dylan DPC | -0/+177 |