| Age | Commit message (Expand) | Author | Lines |
| 2025-08-14 | Rollup merge of #145372 - petrochenkov:noresmacpath, r=jackh726 | Guillaume Gomez | -101/+72 |
| 2025-08-14 | Rollup merge of #145361 - xizheyin:145294, r=compiler-errors | Guillaume Gomez | -0/+56 |
| 2025-08-14 | Rollup merge of #145323 - scrabsha:push-pqwvmznzzmpr, r=jdonszelmann | Guillaume Gomez | -124/+207 |
| 2025-08-14 | Rollup merge of #145299 - eval-exec:exec-fix-145293, r=tgross35 | Guillaume Gomez | -2/+6 |
| 2025-08-14 | Rollup merge of #145266 - camsteffen:reduce-queries, r=petrochenkov | Guillaume Gomez | -64/+79 |
| 2025-08-14 | Rollup merge of #145250 - fmease:regr-test-for-attr-meta-ice, r=jdonszelmann | Guillaume Gomez | -0/+28 |
| 2025-08-14 | Rollup merge of #145179 - joshtriplett:number, r=RalfJung | Guillaume Gomez | -10/+8 |
| 2025-08-14 | Rollup merge of #144959 - Marcondiro:master, r=Mark-Simulacrum | Guillaume Gomez | -1/+1 |
| 2025-08-14 | Rollup merge of #144727 - Stypox:add-tracing-to-resolve, r=RalfJung | Guillaume Gomez | -23/+43 |
| 2025-08-14 | Rollup merge of #144515 - scottmcm:ptr_cast_array, r=Mark-Simulacrum | Guillaume Gomez | -10/+35 |
| 2025-08-14 | Rollup merge of #142741 - a1phyr:fix_unsoundness, r=Mark-Simulacrum | Guillaume Gomez | -2/+2 |
| 2025-08-14 | Rollup merge of #142372 - Urgau:improve-remap_path_prefix-doc, r=wesleywiser | Guillaume Gomez | -14/+61 |
| 2025-08-14 | Rollup merge of #140434 - a4lg:rustdoc-multi-footnote-refs, r=fmease,Guillaum... | Guillaume Gomez | -10/+48 |
| 2025-08-14 | rewrite test with `#![no_core]` | StackOverflowExcept1on | -69/+53 |
| 2025-08-14 | Adjust `declare_interior_mutable_const` lint's category (#15454) | Timo | -1/+1 |
| 2025-08-14 | Merge pull request #20455 from A4-Tacks/fix-indent-conv-match-to-let-else | Shoyu Vanilla (Flint) | -6/+58 |
| 2025-08-14 | Merge pull request #20456 from A4-Tacks/match-with-if-let-guard | Shoyu Vanilla (Flint) | -12/+52 |
| 2025-08-14 | Apply suggestions from code review | Ralf Jung | -7/+7 |
| 2025-08-14 | avoid unnecessary type sanity checks | Ralf Jung | -15/+11 |
| 2025-08-14 | shrink TestBranch::Constant and PatRangeBoundary::Finite | Ralf Jung | -17/+23 |
| 2025-08-14 | change StrLit type to ty::Value as well | Ralf Jung | -5/+2 |
| 2025-08-14 | use ty::Value instead of manual pairs of types and valtrees | Ralf Jung | -88/+84 |
| 2025-08-14 | pattern testing: store constants as valtrees | Ralf Jung | -120/+106 |
| 2025-08-14 | PatKind: store constants as valtrees | Ralf Jung | -78/+68 |
| 2025-08-14 | resolve: Improve code reuse in typo candidate collection | Vadim Petrochenkov | -46/+52 |
| 2025-08-14 | resolve: Do not show deprecated helper attributes in typo recommendations | Vadim Petrochenkov | -28/+8 |
| 2025-08-14 | resolve: Do not call `resolve_macro_path` from late resolution | Vadim Petrochenkov | -28/+13 |
| 2025-08-13 | bootstrap: Update completions for new --timings argument | Josh Triplett | -4/+16 |
| 2025-08-14 | Sometimes skip over tokens in `parse_token_tree`. | Nicholas Nethercote | -6/+23 |
| 2025-08-13 | bootstrap: Support passing `--timings` to cargo | Josh Triplett | -8/+31 |
| 2025-08-14 | rustdoc: Allow multiple references to a single footnote | Tsukasa OI | -10/+48 |
| 2025-08-14 | Auto merge of #145131 - Kobzol:bootstrap-clippy, r=jieyouxu | bors | -144/+431 |
| 2025-08-14 | fix: `match_ref_pats` FP on match scrutinee of never type | yanglsh | -7/+80 |
| 2025-08-14 | Add guard to let-chain for replace_match_with_if_let | A4-Tacks | -12/+52 |
| 2025-08-14 | Add regression test for a former ICE involving helper attributes containing i... | León Orell Valerian Liehr | -0/+28 |
| 2025-08-13 | Remove TmpLayout in layout_of_enum | Zachary S | -30/+9 |
| 2025-08-14 | Fix indent for convert_match_to_let_else | A4-Tacks | -6/+58 |
| 2025-08-14 | or_then_unwrap suggestion preserves macro calls | Daniel Wagner-Hall | -3/+21 |
| 2025-08-13 | Auto merge of #144793 - petrochenkov:extprel3, r=davidtwco | bors | -2/+22 |
| 2025-08-13 | Auto merge of #144793 - petrochenkov:extprel3, r=davidtwco | bors | -90/+235 |
| 2025-08-13 | Merge pull request #747 from GuillaumeGomez/update | antoyo | -6/+6 |
| 2025-08-14 | Stabilize `sse4a` and `tbm` target features | sayantn | -15/+7 |
| 2025-08-13 | Bump slab from 0.4.10 to 0.4.11 in /clippy_test_deps (#15471) | Philipp Krones | -2/+2 |
| 2025-08-13 | Shift vars when mapping Dyn | jackh726 | -0/+3 |
| 2025-08-13 | Don't panic if unable to identify host in metrics | jackh726 | -2/+6 |
| 2025-08-13 | Auto merge of #145366 - GuillaumeGomez:rollup-v0a6v3u, r=GuillaumeGomez | bors | -503/+941 |
| 2025-08-13 | Port the `#[linkage]` attribute to the new attribute system | Sasha Pourcelot | -3/+4 |
| 2025-08-13 | Port the `#[linkage]` attribute to the new attribute system | Sasha Pourcelot | -124/+207 |
| 2025-08-13 | Improve `--remap-path-prefix` documentation | Urgau | -14/+61 |
| 2025-08-13 | fix(compiler/rustc_codegen_llvm): apply `target-cpu` attribute | StackOverflowExcept1on | -3/+103 |