| Age | Commit message (Expand) | Author | Lines |
| 2023-01-20 | Rollup merge of #104672 - Voultapher:unify-sort-modules, r=thomcc | Michael Goulet | -310/+560 |
| 2023-01-20 | add example of joining with a absolute path | Valdemar Erk | -0/+1 |
| 2023-01-20 | Add note about absolute paths to Path::join | Valdemar Erk | -0/+2 |
| 2023-01-20 | ThinBox: Add intra-doc-links for Metadata | est31 | -2/+6 |
| 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 | Add `rustc_on_unimplemented` on `Sync` for cell types | Nilstrieb | -0/+56 |
| 2023-01-19 | Add `OnceCell<T>: !Sync` impl for diagnostics | Nilstrieb | -0/+4 |
| 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 | Implement `SpecOptionPartialEq` for `cmp::Ordering` | Scott McMurray | -1/+9 |
| 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-18 | Add `vec_deque::IntoIter` benchmarks | Markus Everling | -1/+145 |
| 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-17 | refactor[std]: do not use box syntax | joboet | -59/+35 |
| 2023-01-16 | Explain the "no-error" io::Error case | Jubilee Young | -2/+16 |
| 2023-01-16 | Constify `TypeId` ordering impls | onestacked | -1/+2 |
| 2023-01-16 | implement Hash for proc_macro::LineColumn | David Tolnay | -1/+1 |
| 2023-01-16 | Avoid unsafe code in `to_ascii_[lower/upper]case()` | Chayim Refael Friedman | -8/+6 |
| 2023-01-15 | Rebuild BinaryHeap on unwind from retain | David Tolnay | -7/+21 |
| 2023-01-15 | Add test showing broken behavior of BinaryHeap::retain | David Tolnay | -0/+17 |
| 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 |