| Age | Commit message (Expand) | Author | Lines |
| 2025-08-08 | Auto merge of #145126 - tgross35:rollup-6w87usd, r=tgross35 | bors | -62/+57 |
| 2025-08-08 | Rollup merge of #144192 - RalfJung:atomicrmw-ptr, r=nikic | Trevor Gross | -62/+57 |
| 2025-08-08 | Revert "Rollup merge of #143906 - LorrensP-2158466:miri-float-nondet-foreign-... | Jakub Beránek | -35/+35 |
| 2025-08-08 | Fix wasm target build with atomics feature | Spxg | -0/+4 |
| 2025-08-08 | Auto merge of #145077 - Zalathar:rollup-0k4194x, r=Zalathar | bors | -5012/+5347 |
| 2025-08-08 | Fix wrong cache line size of riscv64 | minxuanz | -5/+3 |
| 2025-08-08 | Rollup merge of #145057 - ShoyuVanilla:const-trait-tests-cleanup, r=petrochenkov | Stuart Cook | -10/+2 |
| 2025-08-08 | Rollup merge of #145042 - heiher:stdarch-push, r=folkertdev | Stuart Cook | -4991/+5269 |
| 2025-08-08 | Rollup merge of #144909 - GuillaumeGomez:extend-libtest-for-merged-doctests, ... | Stuart Cook | -11/+76 |
| 2025-08-07 | Hoist zero and one out into TestableFloat | Roger Curley | -88/+72 |
| 2025-08-07 | Consolidate total_cmp tests | Roger Curley | -578/+166 |
| 2025-08-07 | Consolidate clamp tests | Roger Curley | -72/+45 |
| 2025-08-07 | Consolidate sqrt_domain tests | Roger Curley | -48/+23 |
| 2025-08-07 | Consolidate test_next_down | Roger Curley | -183/+34 |
| 2025-08-07 | Consolidate test_next_up | Roger Curley | -119/+69 |
| 2025-08-07 | Consolidate is_sign_negative tests | Roger Curley | -52/+21 |
| 2025-08-07 | Consolidate is_positive tests | Roger Curley | -52/+21 |
| 2025-08-07 | Consolidate signum tests | Roger Curley | -24/+20 |
| 2025-08-07 | Consolidate abs tests | Roger Curley | -53/+9 |
| 2025-08-07 | Rollup merge of #145046 - ulrichstark:master, r=tgross35 | Trevor Gross | -2/+2 |
| 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-07 | Start runnning tests for aarch64-pc-windows-msvc | Trevor Gross | -2/+1 |
| 2025-08-07 | Remove instances of `allow(improper_ctypes)` | Trevor Gross | -5/+0 |
| 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 | symcheck: Ignore symbols in `.debug_gdb_scripts` | Trevor Gross | -0/+5 |
| 2025-08-07 | symcheck: Store the section name in `SymInfo` if available | Trevor Gross | -10/+20 |
| 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 |