| Age | Commit message (Expand) | Author | Lines |
| 2025-06-17 | library: Increase timeout on mpmc test to reduce flakes | Jubilee Young | -2/+2 |
| 2025-06-17 | Rollup merge of #142620 - a1phyr:borrowed_buf_remove_branch, r=jhpratt | Jacob Pratt | -3/+3 |
| 2025-06-17 | Rollup merge of #142520 - hkBst:less-static-mut, r=tgross35 | Jacob Pratt | -106/+55 |
| 2025-06-17 | Rollup merge of #142517 - ChrisDenton:anon-pipe, r=Mark-Simulacrum | Jacob Pratt | -86/+142 |
| 2025-06-17 | Rollup merge of #141608 - moatom:proc_macro-140238, r=dtolnay | Jacob Pratt | -4/+327 |
| 2025-06-17 | Rollup merge of #141574 - fee1-dead-contrib:push-owzulzmzszzx, r=jhpratt | Jacob Pratt | -0/+7 |
| 2025-06-17 | Test | satiscugcat | -17/+14 |
| 2025-06-17 | Ran cargo fmt, removed unexpected character | satiscugcat | -28/+25 |
| 2025-06-17 | Moved const fn outside unsafe block | satiscugcat | -11/+13 |
| 2025-06-17 | Changed implementation of _mm{256,512}_alignr_epi8 to match that of _mm_align... | satiscugcat | -350/+149 |
| 2025-06-17 | Changed implementation of bsrli in avx512.rs to match that of bslli, fixing a... | satiscugcat | -195/+78 |
| 2025-06-17 | Changed the implementation of bsrli to match bslli in avx2 intrinsics | satiscugcat | -132/+46 |
| 2025-06-17 | Fixing mistake in previous commit | Aniket Mishra | -1/+1 |
| 2025-06-17 | Removal of redundant mod operation in _mm256_alignr_epi8 | Aniket Mishra | -1/+1 |
| 2025-06-17 | Fix in erroneous implementation of _mm256_bsrli_epi128 | Aniket Mishra | -1/+1 |
| 2025-06-17 | Add triagebot config for subtree syncs | Jakub Beránek | -0/+10 |
| 2025-06-17 | Auto merge of #142613 - workingjubilee:rollup-yuod2hg, r=workingjubilee | bors | -56/+62 |
| 2025-06-17 | Update libc to 0.2.174 | Trevor Gross | -2/+2 |
| 2025-06-17 | Auto merge of #137944 - davidtwco:sized-hierarchy, r=oli-obk | bors | -196/+294 |
| 2025-06-17 | Remove a panicking branch in `BorrowedCursor::advance` | Benoît du Garreau | -3/+3 |
| 2025-06-17 | Rollup merge of #142216 - nealsid:refcell-logging, r=tgross35 | Jubilee | -36/+30 |
| 2025-06-17 | Rollup merge of #141946 - xizheyin:141933, r=jhpratt | Jubilee | -11/+16 |
| 2025-06-17 | Rollup merge of #138538 - hkBst:patch-4, r=tgross35 | Jubilee | -9/+16 |
| 2025-06-17 | linked_list tests: buff check_links | Marijn Schouten | -40/+25 |
| 2025-06-17 | Make performance of String::insert_str more precise | Marijn Schouten | -9/+16 |
| 2025-06-16 | lint: don't consider sizedness in upcastable lint | David Wood | -1/+0 |
| 2025-06-16 | library/compiler: add `PointeeSized` bounds | David Wood | -195/+257 |
| 2025-06-16 | Rollup merge of #142562 - tgross35:update-backtrace, r=workingjubilee | Jakub Beránek | -0/+0 |
| 2025-06-16 | Change __rust_no_alloc_shim_is_unstable to be a function | Daniel Paoliello | -3/+4 |
| 2025-06-17 | Add support for repetition to `proc_macro::quote` | Tomoaki Kobayashi | -4/+327 |
| 2025-06-16 | Rename BorrowFlag type to BorrowCounter | Neal | -12/+12 |
| 2025-06-16 | Two changes: Have BorrowError & BorrowMutError derive Debug and add | Neal | -24/+18 |
| 2025-06-16 | trait_sel: `{Meta,Pointee}Sized` on `Sized` types | David Wood | -1/+38 |
| 2025-06-16 | Rollup merge of #142373 - m-ou-se:debug-for-location, r=tgross35 | Jakub Beránek | -1/+20 |
| 2025-06-16 | Rollup merge of #142236 - yotamofek:pr/std/pathbuf-extend-docs, r=tgross35 | Jakub Beránek | -0/+27 |
| 2025-06-16 | Rollup merge of #142125 - cberner:file_lock_stable, r=ChrisDenton | Jakub Beránek | -15/+10 |
| 2025-06-16 | Extend num tests on `usize` and `isize` as well | Guillaume Gomez | -0/+4 |
| 2025-06-16 | Specialize `ToString` implementation on `u128` and `i128` | Guillaume Gomez | -15/+14 |
| 2025-06-16 | Implement `_fmt` on `u128` | Guillaume Gomez | -94/+107 |
| 2025-06-16 | Add documentation for `PathBuf`'s `FromIterator` and `Extend` impls | Yotam Ofek | -0/+27 |
| 2025-06-16 | Set MSG_NOSIGNAL for UnixSteam | Michał Łowicki | -1/+36 |
| 2025-06-16 | Update the `backtrace` submodule | Trevor Gross | -0/+0 |
| 2025-06-16 | linked_list tests: less static mut | Marijn Schouten | -66/+30 |
| 2025-06-16 | Test Debug for Location. | Mara Bos | -0/+8 |
| 2025-06-16 | Handle win32 separator & prefixes for cygwin paths | 王宇逸 | -173/+772 |
| 2025-06-15 | Rollup merge of #133952 - bjorn3:remove_wasm_legacy_abi, r=alexcrichton | León Orell Valerian Liehr | -3/+0 |
| 2025-06-15 | small iter.intersperse.fold() optimization | The 8472 | -1/+10 |
| 2025-06-15 | Get rid of `EscapeDebugInner`. | Markus Reiter | -92/+210 |
| 2025-06-15 | Windows: Use anonymous pipes in Command | Chris Denton | -86/+142 |
| 2025-06-15 | Stabilize "file_lock" feature | Christopher Berner | -15/+10 |