| Age | Commit message (Expand) | Author | Lines |
| 2023-01-28 | Replace libc::{type} with crate::ffi::{type} | Ayush Singh | -9/+10 |
| 2023-01-28 | Rollup merge of #107022 - scottmcm:ordering-option-eq, r=m-ou-se | Matthias Krüger | -1/+15 |
| 2023-01-27 | Remove `ControlFlow::{BREAK, CONTINUE}` | Scott McMurray | -58/+15 |
| 2023-01-27 | Link to the LLVM issue from a comment on `SpecOptionPartialEq` | Scott McMurray | -0/+6 |
| 2023-01-27 | Fixed confusement between mod and remainder | Matthias Kaak | -2/+2 |
| 2023-01-27 | std: add safety comment in `LazyLock::get` | joboet | -1/+8 |
| 2023-01-27 | std: fix `Debug` implementation on `LazyLock` | joboet | -8/+5 |
| 2023-01-27 | Rollup merge of #106856 - vadorovsky:fix-atomic-annotations, r=joshtriplett | Yuki Okushi | -15/+30 |
| 2023-01-27 | Rollup merge of #105784 - yanns:update_stdarch, r=Amanieu | Yuki Okushi | -3/+3 |
| 2023-01-26 | Implement `AsFd` and `AsRawFd` for `Rc` | Ian Douglas Scott | -0/+16 |
| 2023-01-26 | Auto merge of #107328 - matthiaskrgr:rollup-lfqwo0o, r=matthiaskrgr | bors | -2/+8 |
| 2023-01-26 | std: optimize `LazyLock` size | joboet | -17/+116 |
| 2023-01-26 | Rollup merge of #107322 - JakobDegen:custom-mir, r=tmiasko | Matthias Krüger | -2/+8 |
| 2023-01-26 | Auto merge of #106745 - m-ou-se:format-args-ast, r=oli-obk | bors | -1/+21 |
| 2023-01-26 | Custom mir: Add support for some remaining, easy to support constructs | Jakob Degen | -2/+8 |
| 2023-01-26 | fix alphabetical sort | Yann Simon | -3/+3 |
| 2023-01-26 | remove avx512 prefix for gfni, vaes and vpclmulqdq | Yann Simon | -3/+3 |
| 2023-01-26 | Auto merge of #107318 - matthiaskrgr:rollup-776kd81, r=matthiaskrgr | bors | -33/+43 |
| 2023-01-26 | Rollup merge of #106946 - dtolnay:hashlinecolumn, r=m-ou-se | Matthias Krüger | -1/+1 |
| 2023-01-26 | Rollup merge of #106836 - ibraheemdev:sync-sender-spin, r=Amanieu | Matthias Krüger | -23/+7 |
| 2023-01-26 | Rollup merge of #106779 - RReverser:patch-2, r=Mark-Simulacrum | Matthias Krüger | -8/+3 |
| 2023-01-26 | Rollup merge of #97373 - dimpolo:cell_dispatch_from_dyn, r=dtolnay | Matthias Krüger | -1/+32 |
| 2023-01-26 | Rollup merge of #106407 - mejrs:attr_check, r=compiler-errors | Matthias Krüger | -0/+1 |
| 2023-01-25 | Stabilize the const_socketaddr feature | Linus Färnstrand | -14/+13 |
| 2023-01-25 | Rollup merge of #106944 - Nilstrieb:there-once-was-a-diagnostic, r=WaffleLapkin | Matthias Krüger | -0/+60 |
| 2023-01-25 | Set version placeholders to 1.68 | Mark Rousskov | -9/+9 |
| 2023-01-25 | Remove outdated cfg on `le32` | Urgau | -8/+1 |
| 2023-01-25 | Rollup merge of #107223 - ChayimFriedman2:patch-5, r=WaffleLapkin | Dylan DPC | -2/+2 |
| 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-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 |