| Age | Commit message (Expand) | Author | Lines |
| 2023-01-25 | Rollup merge of #106823 - m-ou-se:format-args-as-str-guarantees, r=dtolnay | Dylan DPC | -3/+20 |
| 2023-01-25 | Rollup merge of #106767 - chbaker0:disable-unstable-features, r=Mark-Simulacrum | Dylan DPC | -1/+2 |
| 2023-01-25 | core: Support variety of atomic widths in width-agnostic functions | Michal Rostecki | -15/+30 |
| 2023-01-24 | Guarantee the memory layout of `Cell` | Mads Marquart | -0/+6 |
| 2023-01-24 | impl DispatchFromDyn for Cell and UnsafeCell | dimi | -1/+32 |
| 2023-01-24 | io: soften ‘at most one write attempt’ requirement in io::Write::write | Michal Nazarewicz | -5/+6 |
| 2023-01-23 | `sub_ptr()` is equivalent to `usize::try_from().unwrap_unchecked()`, not `usi... | Chayim Refael Friedman | -2/+2 |
| 2023-01-23 | Rollup merge of #107109 - est31:thin_box_link, r=Mark-Simulacrum | Yuki Okushi | -2/+6 |
| 2023-01-23 | Document missing unsafe blocks | Lukas Bergdoll | -4/+12 |
| 2023-01-23 | Rollup merge of #106854 - steffahn:drop_linear_arc_rebased, r=Mark-Simulacrum | Dylan DPC | -0/+177 |
| 2023-01-23 | Auto merge of #106981 - joboet:std_remove_box_syntax, r=thomcc | bors | -59/+35 |
| 2023-01-22 | Print why a test was ignored if it's the only test specified. | Lenko Donchev | -1/+16 |
| 2023-01-22 | simplify layout calculations in rawvec | The 8472 | -5/+12 |
| 2023-01-22 | Flip scanning direction of stable sort | Lukas Bergdoll | -45/+67 |
| 2023-01-22 | Unify insertion sort implementations | Lukas Bergdoll | -171/+188 |
| 2023-01-22 | Rollup merge of #107180 - nvzqz:rm-fmt-ref, r=joshtriplett | Matthias Krüger | -41/+41 |
| 2023-01-22 | Rollup merge of #107114 - Erk-:add-absolute-note-to-path-join, r=m-ou-se | Matthias Krüger | -0/+3 |
| 2023-01-21 | Rollup merge of #106144 - tgross35:patch-1, r=Mark-Simulacrum | Michael Goulet | -0/+69 |
| 2023-01-21 | Remove unnecessary `&format!` | Nikolai Vazquez | -41/+41 |
| 2023-01-21 | debug assertions for `slice::split_at_unchecked`, `str::get_unchecked` | Peter Jaszkowiak | -35/+44 |
| 2023-01-22 | Add Arc::into_inner for safely discarding Arcs without calling the destructor... | Frank Steffahn | -0/+177 |
| 2023-01-21 | library/std/sys_common: Define MIN_ALIGN for m68k-unknown-linux-gnu | John Paul Adrian Glaubitz | -0/+1 |
| 2023-01-21 | Use NonNull in merge_sort | Lukas Bergdoll | -15/+19 |
| 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 |