| Age | Commit message (Expand) | Author | Lines |
| 2025-07-08 | Update README with link to `josh-sync` | Jakub Beránek | -45/+2 |
| 2025-07-08 | Remove custom josh-sync scripts | Jakub Beránek | -768/+0 |
| 2025-07-08 | Add josh-sync config file | Jakub Beránek | -0/+3 |
| 2025-07-08 | Remove josh-sync crate | Jakub Beránek | -455/+0 |
| 2025-07-08 | Rollup merge of #143608 - codexarafat:fix-string-doc, r=Noratrieb | Matthias Krüger | -1/+1 |
| 2025-07-08 | Rollup merge of #142098 - GuillaumeGomez:int_format_into, r=Amanieu | Matthias Krüger | -82/+325 |
| 2025-07-07 | Use `simd_funnel_sh{l,r}` and `simd_round_ties_even` to remove uses of LLVM i... | sayantn | -163/+47 |
| 2025-07-07 | some clippy fixes | Marijn Schouten | -14/+12 |
| 2025-07-07 | std_detect: RISC-V Linux: Ergonomic querying with `riscv_hwprobe` | Tsukasa OI | -41/+42 |
| 2025-07-07 | Make `Default` const and add some `const Default` impls | Esteban Küber | -15/+34 |
| 2025-07-08 | Mention more APIs in `ParseIntError` docs | Pavel Grigorenko | -2/+5 |
| 2025-07-07 | Prepare for merging from rust-lang/rust | Jakub Beránek | -0/+1 |
| 2025-07-07 | Add config files for `rustc-josh-sync` | Jakub Beránek | -0/+3 |
| 2025-07-07 | Update README.md | kilavvy | -1/+1 |
| 2025-07-07 | Remove std-detect dev dependency in core_arch | Jakub Beránek | -6/+2 |
| 2025-07-07 | Mark `avx` broadcast intrinsics as safe | okaneco | -7/+7 |
| 2025-07-07 | Use simd_extract! macro instead of calling simd_extract directly | ltdk | -6/+6 |
| 2025-07-07 | Update stabilization version of certain x86 intrinsics to 1.89 | Amanieu d'Antras | -27/+27 |
| 2025-07-07 | Add josh synchronization scripts | Jakub Beránek | -0/+817 |
| 2025-07-07 | Add empty rust-version file | Jakub Beránek | -0/+0 |
| 2025-07-07 | Remove support for dynamic allocas | mejrs | -1/+1 |
| 2025-07-08 | Fix in String docs: remove 'else' from 'something else similar' | Md. Yeasin Arafat | -1/+1 |
| 2025-07-07 | Rollup merge of #143340 - nabijaczleweli:awhile, r=mati865 | Matthias Krüger | -2/+2 |
| 2025-07-07 | use `is_multiple_of` to check if an addr is aligned | Folkert de Vries | -4/+8 |
| 2025-07-07 | UWP: link ntdll functions using raw-dylib | Chris Denton | -62/+30 |
| 2025-07-07 | Rollup merge of #143563 - xizheyin:fix-typo, r=joshtriplett | 许杰友 Jieyou Xu (Joe) | -2/+2 |
| 2025-07-07 | Rollup merge of #143130 - xizheyin:142966, r=ibraheemdev | 许杰友 Jieyou Xu (Joe) | -0/+9 |
| 2025-07-07 | std: fix typo in `std::path` | xizheyin | -2/+2 |
| 2025-07-07 | doc(std): clarify `NonZero<T>` usage limitation in doc comment | xizheyin | -0/+9 |
| 2025-07-07 | Auto merge of #143556 - jhpratt:rollup-nid39y2, r=jhpratt | bors | -51/+14 |
| 2025-07-07 | Rollup merge of #143552 - nagisa:makes-ceil-char-boundary-go-zoom, r=jhpratt | Jacob Pratt | -1/+1 |
| 2025-07-07 | Rollup merge of #143529 - pixel27:master, r=jhpratt | Jacob Pratt | -37/+2 |
| 2025-07-07 | Rollup merge of #143359 - clubby789:fallback-2024-doc, r=ibraheemdev | Jacob Pratt | -5/+3 |
| 2025-07-07 | Rollup merge of #143236 - nxsaken:mixed_integer_ops_unsigned_sub, r=ibraheemdev | Jacob Pratt | -8/+8 |
| 2025-07-07 | lib: more eagerly return `self.len()` from `ceil_char_boundary` | Simonas Kazlauskas | -1/+1 |
| 2025-07-06 | Auto merge of #141829 - dvdsk:sleep_until_linux, r=cuviper,RalfJung | bors | -25/+219 |
| 2025-07-06 | Simplify num formatting helpers | Yotam Ofek | -22/+3 |
| 2025-07-06 | sleep_until: add clock_nanosleep support to Miri | dvdsk | -0/+1 |
| 2025-07-06 | sleep_until: use clock_nanosleep where possible | dvdsk | -25/+218 |
| 2025-07-06 | Renamed retain_mut to retain on LinkedList as mentioned in the ACP | Joshua Gentry | -37/+2 |
| 2025-07-06 | Rollup merge of #143477 - folkertdev:use-is-multiple-of, r=joshtriplett | Matthias Krüger | -13/+13 |
| 2025-07-06 | Rollup merge of #143470 - Ayush1325:uefi-tcp4-recv, r=joshtriplett | Matthias Krüger | -6/+52 |
| 2025-07-05 | fix(lib-std-fs): handle `usize` overflow in `read` & `read_to_string` | Ricardo Fernández Serrata | -2/+2 |
| 2025-07-05 | Rollup merge of #143445 - folkertdev:va-list-intrinsics, r=RalfJung | Ben Kimock | -17/+24 |
| 2025-07-05 | use `div_ceil` instead of manual logic | Folkert de Vries | -6/+6 |
| 2025-07-05 | use `is_multiple_of` instead of manual modulo | Folkert de Vries | -7/+7 |
| 2025-07-05 | move the `va_copy`, `va_arg` and `va_end` to `core::intrinsics` | Folkert de Vries | -17/+24 |
| 2025-07-04 | Rollup merge of #143086 - SciMind2460:patch-2, r=workingjubilee | Jubilee | -1/+1 |
| 2025-07-04 | Rollup merge of #143040 - SciMind2460:patch-1, r=workingjubilee | Jubilee | -1/+1 |
| 2025-07-05 | std: sys: net: uefi: tcp4: Implement read | Ayush Singh | -6/+52 |