| Age | Commit message (Expand) | Author | Lines |
| 2023-03-03 | Add test for VecDeque::append ZST capacity overflow | pommicket | -0/+14 |
| 2023-03-03 | Use checked_add in VecDeque::append for ZSTs to avoid overflow | pommicket | -1/+1 |
| 2023-03-03 | Disambiguate comments | Markus Everling | -2/+2 |
| 2023-03-03 | Fix `VecDeque::shrink_to` and add tests. | Markus Everling | -55/+104 |
| 2023-03-03 | Revert to using `RtlGenRandom` | Chris Denton | -103/+31 |
| 2023-01-24 | Set version placeholders to 1.68 | Mark Rousskov | -9/+9 |
| 2023-01-21 | Rollup merge of #106144 - tgross35:patch-1, r=Mark-Simulacrum | Michael Goulet | -0/+69 |
| 2023-01-20 | Rollup merge of #104672 - Voultapher:unify-sort-modules, r=thomcc | Michael Goulet | -310/+560 |
| 2023-01-20 | Rollup merge of #107067 - tmiasko:custom-mir-storage-statements, r=oli-obk | Matthias Krüger | -0/+2 |
| 2023-01-20 | Rollup merge of #107053 - devnexen:sigstringrepr_haiku, r=thomcc | Matthias Krüger | -0/+2 |
| 2023-01-19 | Auto merge of #107064 - GuillaumeGomez:rollup-pbgu6r3, r=GuillaumeGomez | bors | -0/+5 |
| 2023-01-19 | Custom MIR: Support storage statements | Tomasz Miąsko | -0/+2 |
| 2023-01-19 | Auto merge of #106989 - clubby789:is-zero-num, r=scottmcm | bors | -1/+20 |
| 2023-01-19 | Transform async ResumeTy in generator transform | Arpad Borsos | -0/+5 |
| 2023-01-18 | signal update string representation for haiku. | David Carlier | -0/+2 |
| 2023-01-18 | Update `IsZero` documentation | clubby789 | -1/+2 |
| 2023-01-18 | Implement `alloc::vec::IsZero` for `Option<$NUM>` types | clubby789 | -0/+18 |
| 2023-01-18 | Rollup merge of #106950 - the8472:fix-splice-miri, r=cuviper | Dylan DPC | -3/+9 |
| 2023-01-18 | Rollup merge of #106441 - mllken:abstract-socket-noref, r=joshtriplett | Dylan DPC | -2/+2 |
| 2023-01-18 | Rollup merge of #103702 - WaffleLapkin:lift-sized-bounds-from-pointer-methods... | Dylan DPC | -48/+15 |
| 2023-01-18 | Rollup merge of #106997 - Sp00ph:introselect, r=scottmcm | Matthias Krüger | -0/+22 |
| 2023-01-18 | Rollup merge of #106992 - joboet:alloc_remove_box_syntax, r=thomcc | Matthias Krüger | -1/+0 |
| 2023-01-17 | Don't do pointer arithmetic on pointers to deallocated memory | The 8472 | -3/+9 |
| 2023-01-17 | Rollup merge of #106889 - scottmcm:windows-mut, r=cuviper | Matthias Krüger | -0/+16 |
| 2023-01-17 | Add heapsort fallback in `select_nth_unstable` | Markus Everling | -0/+22 |
| 2023-01-17 | refactor[alloc]: remove unused box syntax feature | joboet | -1/+0 |
| 2023-01-17 | Rollup merge of #106922 - ChayimFriedman2:patch-5, r=workingjubilee | Dylan DPC | -8/+6 |
| 2023-01-17 | Rollup merge of #106148 - chenyukang:yukang/fix-105061-unused, r=lcnr | Dylan DPC | -4/+4 |
| 2023-01-16 | Constify `TypeId` ordering impls | onestacked | -1/+2 |
| 2023-01-16 | Avoid unsafe code in `to_ascii_[lower/upper]case()` | Chayim Refael Friedman | -8/+6 |
| 2023-01-15 | Auto merge of #106393 - the8472:use-ptr-sub, r=scottmcm | bors | -23/+7 |
| 2023-01-15 | replace manual ptr arithmetic with ptr_sub | The 8472 | -23/+7 |
| 2023-01-15 | Auto merge of #105851 - dtolnay:peekmutleak, r=Mark-Simulacrum | bors | -10/+75 |
| 2023-01-15 | Rollup merge of #106880 - tspiteri:borrowing-sub-typo, r=cuviper | Matthias Krüger | -1/+1 |
| 2023-01-15 | Rollup merge of #106867 - sunfishcode:sunfishcode/std-os-fd-stable-version, r... | Matthias Krüger | -3/+3 |
| 2023-01-14 | Mention the lack of `windows_mut` in `windows` | Scott McMurray | -0/+16 |
| 2023-01-14 | Document guarantees about BinaryHeap invariant | David Tolnay | -1/+9 |
| 2023-01-14 | Leak amplification for peek_mut() to ensure BinaryHeap's invariant is always met | David Tolnay | -9/+46 |
| 2023-01-14 | Add test of leaking a binary_heap PeekMut | David Tolnay | -0/+20 |
| 2023-01-14 | doc: fix typo | Trevor Spiteri | -1/+1 |
| 2023-01-14 | Fix the stability attributes for `std::os::fd`. | Dan Gohman | -3/+3 |
| 2023-01-14 | Rollup merge of #106860 - anden3:doc-double-spaces, r=Dylan-DPC | Matthias Krüger | -71/+71 |
| 2023-01-14 | Rollup merge of #106661 - mjguzik:linux_statx, r=Mark-Simulacrum | Matthias Krüger | -27/+41 |
| 2023-01-14 | Rollup merge of #105526 - Xiretza:iter-from-generator-derive, r=scottmcm | Matthias Krüger | -4/+19 |
| 2023-01-14 | Fix some missed double spaces. | André Vennberg | -5/+5 |
| 2023-01-14 | Remove various double spaces in source comments. | André Vennberg | -66/+66 |
| 2023-01-14 | fix issues in unused lint | yukang | -4/+4 |
| 2023-01-14 | Rollup merge of #106799 - scottmcm:remove-unused-generics, r=cuviper | Yuki Okushi | -29/+29 |
| 2023-01-14 | Rollup merge of #106762 - WaffleLapkin:atomicptr+as_mut_ptr, r=m-ou-se | Yuki Okushi | -2/+38 |
| 2023-01-14 | Rollup merge of #106692 - eggyal:mv-binary_heap.rs-binary_heap/mod.rs, r=Mark... | Yuki Okushi | -0/+0 |