| Age | Commit message (Expand) | Author | Lines |
| 2025-08-20 | Rollup merge of #139357 - miried:master, r=Amanieu | Jacob Pratt | -3/+12 |
| 2025-08-19 | Auto merge of #145601 - jieyouxu:rollup-t5mbqhc, r=jieyouxu | bors | -1/+1 |
| 2025-08-19 | Tweak wording again | Quinn Tucker | -1/+1 |
| 2025-08-19 | Fix some typos | Stefan Schindler | -4/+4 |
| 2025-08-20 | make `prefetch` intrinsics safe | Folkert de Vries | -16/+12 |
| 2025-08-19 | Adjust wording for conciseness | Quinn Tucker | -2/+2 |
| 2025-08-19 | Fix typos in LocalKey documentation | Quinn Tucker | -2/+2 |
| 2025-08-19 | Auto merge of #145600 - jieyouxu:rollup-jw0bpnt, r=jieyouxu | bors | -2/+12 |
| 2025-08-19 | add a fallback implementation for the `prefetch_*` intrinsics | Folkert de Vries | -8/+31 |
| 2025-08-19 | Remove the std workspace patch for `compiler-builtins` | Trevor Gross | -1/+0 |
| 2025-08-19 | Update lockfile for changes to `std_detect` | Josh Triplett | -2/+2 |
| 2025-08-19 | `std_detect`: Use `rustc-std-workspace-*` to pull in `compiler-builtins` | Josh Triplett | -2/+2 |
| 2025-08-19 | Fix doc of `std::os::windows::io::BorrowedSocket::borrow_raw` | Lorenz Leutgeb | -1/+1 |
| 2025-08-19 | Use `ToString` specialization macro also for `Cow` and `String` | Tobias Bucher | -16/+2 |
| 2025-08-19 | Simplify macro generating `ToString` implementations for `&…&str` | Tobias Bucher | -34/+21 |
| 2025-08-19 | Rollup merge of #145538 - lolbinarycat:std-bufreader-buffer-backshift-less, r... | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2025-08-19 | Rollup merge of #145511 - semarie:push-rnytptsoxrxn, r=joshtriplett | 许杰友 Jieyou Xu (Joe) | -0/+10 |
| 2025-08-19 | Rollup merge of #145464 - Kivooeo:stabilize-const_pathbuf_osstring_new, r=ibr... | 许杰友 Jieyou Xu (Joe) | -2/+2 |
| 2025-08-19 | Rollup merge of #145336 - clarfonthey:hidden-unicode, r=ibraheemdev | 许杰友 Jieyou Xu (Joe) | -2/+2 |
| 2025-08-19 | Rollup merge of #145255 - lune-climate:dec2flt-doc, r=ibraheemdev | 许杰友 Jieyou Xu (Joe) | -0/+2 |
| 2025-08-19 | Rollup merge of #145099 - heiher:loong-32s, r=folkertdev | 许杰友 Jieyou Xu (Joe) | -7/+11 |
| 2025-08-19 | Rollup merge of #145025 - lolbinarycat:ci-tidy-spellcheck, r=Kobzol | 许杰友 Jieyou Xu (Joe) | -5/+5 |
| 2025-08-19 | Rollup merge of #144767 - tgross35:doc-grammar, r=ibraheemdev | 许杰友 Jieyou Xu (Joe) | -18/+12 |
| 2025-08-19 | Rollup merge of #143730 - pascaldekloe:fmt-radix-trim, r=tgross35 | 许杰友 Jieyou Xu (Joe) | -206/+305 |
| 2025-08-19 | Rollup merge of #142938 - lolbinarycat:std-set_permissions_nofollow, r=ibrahe... | 许杰友 Jieyou Xu (Joe) | -0/+34 |
| 2025-08-19 | Merge remote-tracking branch 'upstream/master' | Michael Rieder | -14504/+804615 |
| 2025-08-19 | Remove
hs_abs_cmp examples | Michael Rieder | -14/+0 |
| 2025-08-19 | UnsafePinned::raw_get: sync signature with get | Ralf Jung | -2/+2 |
| 2025-08-19 | Rollup merge of #145563 - Kobzol:remove-from-from-prelude, r=petrochenkov | Stuart Cook | -7/+15 |
| 2025-08-19 | Rollup merge of #144960 - raoulstrackx:raoul/rte-513-disable_sleep_tests_on_s... | Stuart Cook | -0/+1 |
| 2025-08-19 | Rollup merge of #142871 - chenyukang:yukang-fix-doc-for-transpose, r=ibraheemdev | Stuart Cook | -6/+6 |
| 2025-08-19 | Rollup merge of #141744 - GrigorenkoPV:ip_from, r=Amanieu | Stuart Cook | -7/+6 |
| 2025-08-19 | Rollup merge of #140956 - Kixunil:impl-partialeq-str-for-path, r=Amanieu | Stuart Cook | -0/+65 |
| 2025-08-19 | std_detect: RISC-V: implement implication to "C" | Tsukasa OI | -1/+21 |
| 2025-08-18 | Auto merge of #145489 - joshtriplett:cfg-if-not, r=Amanieu | bors | -766/+1008 |
| 2025-08-18 | implement std::fs::set_permissions_nofollow on unix | binarycat | -0/+34 |
| 2025-08-18 | cargo update | github-actions | -4/+4 |
| 2025-08-18 | Remove the `From` derive macro from prelude | Jakub Beránek | -7/+15 |
| 2025-08-18 | Implement feature `int_lowest_highest_one` for integer and NonZero types | Alexandre Courbot | -0/+321 |
| 2025-08-18 | Rollup merge of #145476 - alurm:patch-1, r=ibraheemdev | Stuart Cook | -1/+1 |
| 2025-08-17 | bufreader::Buffer::backshift: don't move the uninit bytes | binarycat | -1/+1 |
| 2025-08-17 | Add runtime detection for APX-F and AVX10 | sayantn | -25/+47 |
| 2025-08-17 | Auto merge of #145284 - nnethercote:type_name-print-regions, r=lcnr | bors | -3/+3 |
| 2025-08-17 | stdlib: Replace typedef -> type alias in doc comment | Varun Gandhi | -1/+1 |
| 2025-08-17 | Rust build fails on OpenBSD after using file_lock feature | Sebastien Marie | -0/+10 |
| 2025-08-17 | Auto merge of #144081 - RalfJung:const-ptr-fragments, r=oli-obk | bors | -45/+5 |
| 2025-08-17 | Optimize `char::encode_utf8` | Karl Meakin | -21/+26 |
| 2025-08-16 | Indent some code inside `cfg_select!` | Josh Triplett | -174/+178 |
| 2025-08-16 | std: fix more typos | binarycat | -2/+2 |
| 2025-08-16 | tidy now installs typos-cli as-needed via cargo | binarycat | -1/+1 |