| Age | Commit message (Expand) | Author | Lines |
| 2025-07-08 | Remove `const_eval_select` hack | Oli Scherer | -1/+1 |
| 2025-07-08 | Constify `Fn*` traits | Oli Scherer | -13/+21 |
| 2025-07-08 | Merge ref '040e2f8b9ff2' from rust-lang/rust | Jakub Beránek | -857/+1686 |
| 2025-07-08 | Prepare for merging from rust-lang/rust | Jakub Beránek | -0/+1 |
| 2025-07-08 | Reset rust-version | Jakub Beránek | -1/+0 |
| 2025-07-08 | Auto merge of #134628 - estebank:const-default, r=oli-obk | bors | -15/+34 |
| 2025-07-08 | clippy fix: markdown indentation for indented items after line break | Marijn Schouten | -16/+16 |
| 2025-07-08 | collect.rs: remove empty line after doc comment | Marijn Schouten | -8/+3 |
| 2025-07-08 | int_log10.rs: change top level doc comments to outer | Marijn Schouten | -2/+2 |
| 2025-07-08 | Auto merge of #143540 - yotamofek:pr/library/simplify-num-fmt, r=tgross35 | bors | -22/+3 |
| 2025-07-08 | remove unneeded cast | Folkert de Vries | -4/+4 |
| 2025-07-08 | shorten array literals | Folkert de Vries | -104/+28 |
| 2025-07-08 | remote intermediate assignment | Folkert de Vries | -51/+23 |
| 2025-07-08 | fix whitespace in `aarch64.spec.yml` | Folkert de Vries | -27/+27 |
| 2025-07-08 | update to literal-escaper-0.0.5 | Marijn Schouten | -6/+6 |
| 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 |