| Age | Commit message (Expand) | Author | Lines |
| 2025-08-07 | Rollup merge of #145045 - Hywan:doc-library-iterator-by_ref, r=GuillaumeGomez | Trevor Gross | -1/+1 |
| 2025-08-07 | Rollup merge of #144974 - tgross35:update-builtins, r=tgross35 | Trevor Gross | -533/+464 |
| 2025-08-07 | Rollup merge of #144903 - Kivooeo:panic_handler-is-not-begin, r=m-ou-se | Trevor Gross | -1/+1 |
| 2025-08-07 | Rollup merge of #144900 - Kivooeo:unsigned_signed_diff-stabilize, r=dtolnay | Trevor Gross | -3/+2 |
| 2025-08-07 | Rollup merge of #144705 - pmur:murp/aarch64-lse, r=Amanieu | Trevor Gross | -10/+93 |
| 2025-08-08 | Clean up some resolved test regressions of const trait removals in std | Shoyu Vanilla | -10/+2 |
| 2025-08-07 | Auto merge of #145043 - Zalathar:rollup-3dbvdrm, r=Zalathar | bors | -124/+252 |
| 2025-08-07 | Fix doc comment of File::try_lock and File::try_lock_shared | Ulrich Stark | -2/+2 |
| 2025-08-07 | doc(library): Fix Markdown in `Iterator::by_ref`. | Ivan Enderlin | -1/+1 |
| 2025-08-07 | Auto merge of #144997 - BoxyUwU:bootstrap_bump, r=Mark-Simulacrum | bors | -153/+153 |
| 2025-08-07 | Rollup merge of #144682 - nxsaken:strict_overflow_ops, r=Mark-Simulacrum | Stuart Cook | -87/+54 |
| 2025-08-07 | Rollup merge of #144133 - oli-obk:stabilize-const-type-id, r=lcnr | Stuart Cook | -2/+2 |
| 2025-08-07 | Rollup merge of #143906 - LorrensP-2158466:miri-float-nondet-foreign-items, r... | Stuart Cook | -35/+35 |
| 2025-08-07 | Rollup merge of #140267 - jogru0:control_flow, r=dtolnay | Stuart Cook | -0/+160 |
| 2025-08-07 | Rollup merge of #138689 - jedbrown:jed/nvptx-target-feature, r=ZuseZ4 | Stuart Cook | -0/+1 |
| 2025-08-07 | Auto merge of #115746 - tgross35:unnamed-threads-panic-message, r=cuviper | bors | -7/+127 |
| 2025-08-06 | Print thread ID in panic message if thread name is unknown | Trevor Gross | -7/+127 |
| 2025-08-07 | Optimize `char::is_alphanumeric` | Karl Meakin | -1/+5 |
| 2025-08-06 | Rollup merge of #144975 - joshtriplett:file-times-dir, r=jhpratt | Guillaume Gomez | -1/+6 |
| 2025-08-06 | Rollup merge of #144972 - the8472:file-prefix-docs, r=joshtriplett | Guillaume Gomez | -0/+2 |
| 2025-08-06 | Rollup merge of #144861 - Kivooeo:payload-as-str-stabilization, r=ChrisDenton | Guillaume Gomez | -3/+1 |
| 2025-08-06 | Reword documentation for `set_times` to clarify directory handling | Josh Triplett | -2/+3 |
| 2025-08-06 | tidy | Boxy | -123/+123 |
| 2025-08-06 | Change stdlib float tests to account for miri nondet floats. | LorrensP-2158466 | -35/+35 |
| 2025-08-06 | Clarify EOF handling for `BufRead::skip_until` | ginnyTheCat | -2/+7 |
| 2025-08-06 | Rollup merge of #144978 - ehuss:intrinsic-doc-links, r=scottmcm | Jakub Beránek | -4/+4 |
| 2025-08-06 | Rollup merge of #144971 - okaneco:rename_isolate_ones, r=joshtriplett | Jakub Beránek | -38/+38 |
| 2025-08-06 | Rollup merge of #144926 - JonathanBrouwer:fix-mustuse, r=cuviper | Jakub Beránek | -1/+1 |
| 2025-08-06 | Rollup merge of #144836 - chotchki:patch-1, r=tgross35 | Jakub Beránek | -1/+1 |
| 2025-08-06 | replace version placeholder | Boxy | -30/+30 |
| 2025-08-05 | Fix some doc links for intrinsics | Eric Huss | -4/+4 |
| 2025-08-05 | `File::set_times`: Add documentation about setting directory timestamps | Josh Triplett | -0/+4 |
| 2025-08-05 | `File::set_times`: Remove `write(true)` from the example so it works on direc... | Josh Triplett | -1/+1 |
| 2025-08-05 | configure: Use `CARGO_CFG_*_{F16,F128}` rather than invoking rustc | Trevor Gross | -47/+10 |
| 2025-08-05 | add code example showing that file_prefix treats dotfiles as the name of a fi... | The 8472 | -0/+2 |
| 2025-08-05 | Renamed `isolate_most_least_significant_one` functions | okaneco | -38/+38 |
| 2025-08-05 | Add `std::ascii::Char` `MIN` and `MAX` constants | Chai T. Rex | -0/+8 |
| 2025-08-05 | Add `u8`-as-ASCII methods to `core::ascii::Char` | Chai T. Rex | -1/+603 |
| 2025-08-05 | Fix description of unsigned `checked_exact_div` | Michael Tautschnig | -12/+6 |
| 2025-08-05 | Dynamically enable LSE for aarch64 rust provided intrinsics | Paul Murphy | -0/+27 |
| 2025-08-05 | compiler-builtins: plumb LSE support for aarch64 on linux | Paul Murphy | -10/+66 |
| 2025-08-05 | Stabilize `core::iter::chain` | Ross MacArthur | -6/+3 |
| 2025-08-05 | Ignore sleep_until test on SGX | Raoul Strackx | -0/+1 |
| 2025-08-05 | use `IntoIterator` for the `add_flags` methods | Folkert de Vries | -10/+11 |
| 2025-08-05 | Merge pull request #1895 from madhav-madhusoodanan/intrinsic-test-intrinsicty... | Folkert de Vries | -52/+50 |
| 2025-08-05 | chore: moved chunk_info to `common` and code cleanup | Madhav Madhusoodanan | -35/+34 |
| 2025-08-05 | feat: cleaned the IntrinsicType struct and associated functions. | Madhav Madhusoodanan | -27/+26 |
| 2025-08-05 | Rollup merge of #144872 - connortsui20:once-poison-docs, r=Amanieu | Samuel Tardieu | -5/+118 |
| 2025-08-05 | Rollup merge of #144867 - scottmcm:more-as-array, r=chenyukang | Samuel Tardieu | -16/+12 |
| 2025-08-05 | Rollup merge of #144852 - Kivooeo:rename-panic, r=m-ou-se | Samuel Tardieu | -2/+2 |