| Age | Commit message (Expand) | Author | Lines |
| 2025-08-22 | Rollup merge of #145633 - qxzcode:patch-1, r=jhpratt | Jacob Pratt | -4/+4 |
| 2025-08-22 | Rollup merge of #145597 - petrochenkov:nolateset, r=b-naber | Jacob Pratt | -53/+62 |
| 2025-08-22 | Rollup merge of #145573 - veluca93:unsafe-force-target-feature, r=davidtwco | Jacob Pratt | -61/+262 |
| 2025-08-22 | Rollup merge of #145380 - okaneco:add-codegen-tests, r=Mark-Simulacrum | Jacob Pratt | -0/+182 |
| 2025-08-22 | Rollup merge of #145218 - nilptr:nilptr/feat/lldb-enum-pretty-printer, r=Mark... | Jacob Pratt | -21/+23 |
| 2025-08-22 | Rollup merge of #144897 - fee1-dead-contrib:raw_lifetimes_printing, r=fmease | Jacob Pratt | -73/+192 |
| 2025-08-22 | Rollup merge of #144648 - connortsui20:nonpoison_rwlock, r=Mark-Simulacrum | Jacob Pratt | -752/+1996 |
| 2025-08-22 | Rollup merge of #142185 - saethlin:refprop-moves, r=cjgillot | Jacob Pratt | -88/+194 |
| 2025-08-22 | Rollup merge of #137457 - JayAndJef:issue-132802-fix, r=Kobzol | Jacob Pratt | -3/+43 |
| 2025-08-22 | Rollup merge of #137396 - compiler-errors:param-default, r=fmease | Jacob Pratt | -2/+44 |
| 2025-08-22 | Rollup merge of #132087 - ijchen:issue-131770-fix, r=dtolnay | Jacob Pratt | -3/+11 |
| 2025-08-23 | remove default opts from config | bit-aloo | -53/+0 |
| 2025-08-23 | Auto merge of #145469 - cjgillot:split-transmute, r=nnethercote | bors | -263/+262 |
| 2025-08-23 | suggest using `@bors try jobs=...` | Waffle Lapkin | -16/+7 |
| 2025-08-22 | Update cargo | Weihang Lo | -0/+0 |
| 2025-08-23 | Also support statements and patterns for macro expansion | Guillaume Gomez | -2/+46 |
| 2025-08-23 | Improve code | Guillaume Gomez | -4/+2 |
| 2025-08-23 | Make macro expansion feature buttons accessible | Guillaume Gomez | -15/+55 |
| 2025-08-23 | Do macro expansion at AST level rather than HIR | Guillaume Gomez | -205/+264 |
| 2025-08-23 | Clean up computation of macro expansion span and correctly handle spans open ... | Guillaume Gomez | -28/+90 |
| 2025-08-23 | Go around firefox bug | Guillaume Gomez | -1/+7 |
| 2025-08-23 | Add GUI test for `--generate-macro-expansion` option | Guillaume Gomez | -1/+140 |
| 2025-08-23 | Update rustdoc-gui tests | Guillaume Gomez | -1/+1 |
| 2025-08-23 | Correctly handle multiple macro expansions on a same line | Guillaume Gomez | -18/+49 |
| 2025-08-23 | Update `tests/run-make/rustdoc-default-output` test | Guillaume Gomez | -0/+3 |
| 2025-08-23 | Add documentation for `--generate-macro-expansion` | Guillaume Gomez | -0/+4 |
| 2025-08-23 | Add new unstable `--generate-macro-expansion` rustdoc command line flag | Guillaume Gomez | -14/+42 |
| 2025-08-23 | Add support for macro expansion in rustdoc source code pages | Guillaume Gomez | -63/+339 |
| 2025-08-23 | Activate `range-diff` feature of triagebot | Samuel Tardieu | -0/+3 |
| 2025-08-22 | Fix `derivable_impls` suggests wrongly on `derive_const` (#15535) | Samuel Tardieu | -31/+287 |
| 2025-08-23 | Apply `derivable_impls` to Clippy itself | yanglsh | -7/+2 |
| 2025-08-23 | fix: `derivable_impls` FN when enum is qualified with `Self` | yanglsh | -25/+95 |
| 2025-08-22 | extract `bool_comparison` to a separate file | Ada Alakbarova | -167/+185 |
| 2025-08-22 | Auto merge of #145494 - cjgillot:span-decode-once, r=lqd | bors | -10/+9 |
| 2025-08-22 | `bool_comparison`: no longer lint on `!x != y` (#15498) | Samuel Tardieu | -435/+212 |
| 2025-08-22 | add regression test for issue 142488 | Rémy Rakic | -0/+109 |
| 2025-08-22 | Bless rustdoc-ui. | Camille Gillot | -8/+6 |
| 2025-08-22 | convert strings to symbols in attr diagnostics | Jana Dönszelmann | -31/+36 |
| 2025-08-22 | fix: don't check for `!x = y`/`x = !y` | Ada Alakbarova | -435/+212 |
| 2025-08-22 | Revert "Detect method not being present that is present in other tuple types" | Rémy Rakic | -218/+2 |
| 2025-08-22 | Fix stderr normalization. | Camille Gillot | -5/+5 |
| 2025-08-22 | Simplify implementation. | Camille Gillot | -44/+46 |
| 2025-08-22 | Separate transmute checking from typeck. | Camille Gillot | -254/+253 |
| 2025-08-22 | interpret/allocation: get_range on ProvenanceMap | Nia Espera | -8/+14 |
| 2025-08-22 | Recover param: Ty = EXPR | Michael Goulet | -2/+44 |
| 2025-08-22 | Add warning to the `Builder::llvm_config` function | Jakub Beránek | -0/+4 |
| 2025-08-22 | Ship LLVM tools for the correct target when cross-compiling | Jakub Beránek | -5/+43 |
| 2025-08-22 | bool_comparison: fix incorrect suggestion with `>`/`<` and macros (#15513) | Samuel Tardieu | -20/+59 |
| 2025-08-22 | bool_comparison: use correct span context for `>`/`<` sugg | Michael Howell | -20/+59 |
| 2025-08-22 | modify `LazyLock` poison panic message | Connor Tsui | -34/+59 |