| Age | Commit message (Expand) | Author | Lines |
| 2025-08-31 | some refactoring and cleanup | Ralf Jung | -145/+128 |
| 2025-08-31 | Merge pull request #4551 from nia-e/fixup-jump-instr | Ralf Jung | -26/+26 |
| 2025-08-31 | native-lib: pass structs to native code | Nia Espera | -129/+467 |
| 2025-08-31 | native-lib: more resilient grabbing of instruction bytes | Nia Espera | -26/+26 |
| 2025-08-31 | allow taking address to union field | Kivooeo | -12/+132 |
| 2025-08-31 | Supress `excessive_precision` when constants are overly precise (#15193) | Samuel Tardieu | -24/+330 |
| 2025-08-31 | dedup to_radians float test | Karol Zwolak | -68/+26 |
| 2025-08-31 | Auto merge of #146053 - joboet:split-paths-regression, r=Mark-Simulacrum | bors | -5/+26 |
| 2025-08-31 | dedup to_degrees float test | Karol Zwolak | -59/+29 |
| 2025-08-31 | fixup nix dev shell again | Waffle Lapkin | -0/+3 |
| 2025-08-31 | dedup powi float test | Karol Zwolak | -66/+28 |
| 2025-08-31 | fix: `needless_for_each` suggests wrongly with explicit closure input types (... | dswij | -17/+76 |
| 2025-08-31 | Supress excessive_precision when constants are overly precise | Teodoro Freund | -24/+330 |
| 2025-08-31 | Get the block content from the proper context (#15014) | Timo | -16/+133 |
| 2025-08-31 | explicitly end `va_list` lifetime | Folkert de Vries | -0/+3 |
| 2025-08-31 | round pointer to alignment without going via int | Folkert de Vries | -3/+6 |
| 2025-08-31 | Commas to semicolons in clippy.toml reasons (#15592) | Alejandra González | -5/+5 |
| 2025-08-31 | Auto merge of #146052 - matthiaskrgr:rollup-cfxx9m6, r=matthiaskrgr | bors | -55/+123 |
| 2025-08-31 | add `#[must_use]` to `array::repeat` | joboet | -0/+1 |
| 2025-08-31 | std: fix `SplitPaths` regression | joboet | -5/+26 |
| 2025-08-31 | Rollup merge of #145931 - gonzalobg:patch-1, r=nagisa | Matthias Krüger | -3/+2 |
| 2025-08-31 | Rollup merge of #145592 - nilotpal-n7:fix-format-alignment, r=lcnr | Matthias Krüger | -9/+19 |
| 2025-08-31 | Rollup merge of #145174 - 197g:issue-145148-select-unpredictable-drop, r=joboet | Matthias Krüger | -2/+71 |
| 2025-08-31 | Rollup merge of #144443 - WaffleLapkin:integer-target-pointer-width, r=Noratrieb | Matthias Krüger | -41/+31 |
| 2025-08-31 | Auto merge of #146039 - Mark-Simulacrum:fix-bolt-path, r=Kobzol | bors | -5/+15 |
| 2025-08-31 | fix | LorrensP-2158466 | -2/+2 |
| 2025-08-30 | rustdoc-search: improve concurrency at type search | Michael Howell | -9/+15 |
| 2025-08-31 | Auto merge of #145582 - estebank:issue-107806, r=chenyukang | bors | -0/+160 |
| 2025-08-31 | suggest method name with maybe ty mismatch | yukang | -1/+39 |
| 2025-08-31 | More targeted parentheses suggestion for match statement intended as expression | Esteban Küber | -26/+116 |
| 2025-08-31 | Provide suggestion when encountering `match () { () => 1 } + match () { () =>... | Esteban Küber | -6/+35 |
| 2025-08-30 | Auto merge of #146043 - tgross35:rollup-hdumq5v, r=tgross35 | bors | -32/+117 |
| 2025-08-30 | Rollup merge of #146036 - Mark-Simulacrum:rust-1, r=Kobzol | Trevor Gross | -1/+5 |
| 2025-08-30 | Rollup merge of #146035 - GuillaumeGomez:update-browser-ui-test, r=GuillaumeG... | Trevor Gross | -3/+3 |
| 2025-08-30 | Rollup merge of #146030 - ChrisDenton:wait-timeout, r=tgross35 | Trevor Gross | -6/+18 |
| 2025-08-30 | Rollup merge of #144964 - 0xdeafbeef:fix-open-options, r=ibraheemdev | Trevor Gross | -22/+91 |
| 2025-08-30 | Merge pull request #20579 from Elliot-Roberts/fix-double-target-option | Chayim Refael Friedman | -5/+2 |
| 2025-08-30 | Detect negative literal inferred to unsigned integer | Esteban Küber | -1/+78 |
| 2025-08-30 | More docs | Alona Enraght-Moony | -7/+43 |
| 2025-08-30 | Use absolute path to llvm-bolt, merge-fdata rather than PATH | Mark Rousskov | -5/+15 |
| 2025-08-30 | Start documenting tests/rustdoc-json | Alona Enraght-Moony | -2/+48 |
| 2025-08-30 | tidy: --bless now makes escheck run with --fix | binarycat | -10/+22 |
| 2025-08-30 | Pass `--target` before `--` for `cargo rustc` | Elliot Roberts | -5/+2 |
| 2025-08-30 | rustdoc-search: split function inverted index by input/output | Michael Howell | -67/+256 |
| 2025-08-30 | review comment: move `Visitor` | Esteban Küber | -27/+29 |
| 2025-08-30 | Fix spurious test timeout | Chris Denton | -6/+18 |
| 2025-08-30 | Auto merge of #146029 - JonathanBrouwer:incorrect-fixme, r=jdonszelmann | bors | -1/+1 |
| 2025-08-30 | fix: `needless_for_each` suggests wrongly with explicit closure input types | Ada Alakbarova | -17/+76 |
| 2025-08-30 | Avoid unnecessary suggestion in or-pattern | Esteban Küber | -73/+36 |
| 2025-08-30 | Use move_file for rename in tracing | Mark Rousskov | -1/+5 |