| Age | Commit message (Expand) | Author | Lines |
| 2023-04-03 | Auto merge of #108448 - ishitatsuyuki:binary-heap, r=Mark-Simulacrum | bors | -51/+19 |
| 2023-04-02 | Auto merge of #109701 - Amanieu:binaryheap_retain, r=ChrisDenton | bors | -2/+1 |
| 2023-03-31 | Rollup merge of #109598 - veera-sivarajan:improve-wording, r=thomcc | Matthias Krüger | -2/+2 |
| 2023-03-30 | Rollup merge of #106985 - jofas:106746-fix, r=ChrisDenton | Yuki Okushi | -10/+10 |
| 2023-03-30 | removed deprecated markdown links from documentation | jofas | -3/+0 |
| 2023-03-29 | Rollup merge of #109693 - workingjubilee:maybe-unconstify-alloc, r=fee1-dead | Matthias Krüger | -38/+19 |
| 2023-03-29 | enhanced documentation of binary search methods for slice and VecDeque for un... | jofas | -7/+10 |
| 2023-03-28 | Remove ~const from alloc | Jubilee Young | -38/+19 |
| 2023-03-28 | Stabilize `binary_heap_retain` | Amanieu d'Antras | -2/+1 |
| 2023-03-28 | Rollup merge of #92284 - the8472:simplify-advance-by, r=scottmcm | nils | -53/+56 |
| 2023-03-27 | fix advance_by impl for vec_deque and add tests | The 8472 | -7/+7 |
| 2023-03-27 | replace advance_by returning usize with Result<(), NonZeroUsize> | The 8472 | -33/+44 |
| 2023-03-27 | Change advance(_back)_by to return `usize` instead of `Result<(), usize>` | The 8472 | -42/+34 |
| 2023-03-27 | Rollup merge of #97506 - JohnTitor:stabilize-nonnull-slice-from-raw-parts, r=... | Matthias Krüger | -1/+0 |
| 2023-03-25 | Improve documentation for str::replace() and str::replacen() | Veera | -2/+2 |
| 2023-03-25 | Auto merge of #99929 - the8472:default-iters, r=scottmcm | bors | -0/+246 |
| 2023-03-24 | Rollup merge of #109406 - WaffleLapkin:🥛, r=cuviper | Matthias Krüger | -6/+0 |
| 2023-03-23 | Stabilize `arc_into_inner` and `rc_into_inner`. | Frank Steffahn | -23/+6 |
| 2023-03-21 | Auto merge of #106967 - saethlin:remove-vec-as-ptr-assume, r=thomcc | bors | -11/+2 |
| 2023-03-20 | Remove outdated comments | Maybe Waffle | -6/+0 |
| 2023-03-17 | Auto merge of #108862 - Mark-Simulacrum:bootstrap-bump, r=pietroalbini | bors | -2/+2 |
| 2023-03-15 | unequal → not equal | gimbles | -4/+4 |
| 2023-03-15 | Bump to latest beta | Mark Rousskov | -2/+2 |
| 2023-03-12 | Rollup merge of #109026 - joshtriplett:rc-into-inner, r=dtolnay | Matthias Krüger | -0/+33 |
| 2023-03-12 | Fix formatting of new Rc::into_inner test | David Tolnay | -1/+0 |
| 2023-03-11 | Introduce `Rc::into_inner`, as a parallel to `Arc::into_inner` | Josh Triplett | -0/+34 |
| 2023-03-11 | Auto merge of #109019 - matthiaskrgr:rollup-ihjntil, r=matthiaskrgr | bors | -19/+26 |
| 2023-03-11 | Rollup merge of #108708 - noamtashma:issue-108706-fix, r=m-ou-se | Matthias Krüger | -3/+17 |
| 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/+1 |
| 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 | -22/+106 |
| 2023-02-28 | Implement Default for some alloc/core iterators | The 8472 | -0/+147 |
| 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 | 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 |