| Age | Commit message (Expand) | Author | Lines |
| 2025-06-10 | [minor] Fix typos | Wilfred Hughes | -2/+2 |
| 2025-06-09 | Merge pull request #19930 from regexident/dyn-semantics-take-two | David Barsky | -2/+18 |
| 2025-06-09 | Merge from rust-lang/rust | Laurențiu Nicola | -11455/+17581 |
| 2025-06-09 | Preparing for merge from rust-lang/rust | Laurențiu Nicola | -1/+1 |
| 2025-06-09 | Rollup merge of #142218 - ojeda:rfl, r=Kobzol | Matthias Krüger | -2/+1 |
| 2025-06-09 | Rollup merge of #142211 - Kobzol:try-fast-submodule-checkout, r=Mark-Simulacrum | Matthias Krüger | -0/+8 |
| 2025-06-09 | Rollup merge of #142160 - Urgau:check-cfg-bootstrap-only-rustc, r=Kobzol | Matthias Krüger | -8/+13 |
| 2025-06-09 | Rollup merge of #141751 - jieyouxu:remap, r=Kobzol | Matthias Krüger | -10/+70 |
| 2025-06-09 | Do not checkout GCC submodule for the tidy job | Jakub Beránek | -0/+8 |
| 2025-06-09 | Auto merge of #142220 - workingjubilee:rollup-idgfpof, r=workingjubilee | bors | -15/+49 |
| 2025-06-08 | Rollup merge of #142210 - Kobzol:tidy-auto-builds, r=Mark-Simulacrum | Jubilee | -0/+4 |
| 2025-06-08 | Rollup merge of #142199 - Kobzol:tidy-speed-up, r=Mark-Simulacrum | Jubilee | -0/+1 |
| 2025-06-08 | Rollup merge of #142053 - heiher:loong32-none, r=wesleywiser | Jubilee | -15/+44 |
| 2025-06-08 | Auto merge of #142008 - RalfJung:const-eval-error-here, r=oli-obk | bors | -2/+2 |
| 2025-06-09 | Stabilize the "JSON is not Rust" diagnostic | Chayim Refael Friedman | -0/+1 |
| 2025-06-08 | Auto merge of #141700 - RalfJung:atomic-intrinsics-part2, r=bjorn3 | bors | -65/+88 |
| 2025-06-08 | CI: rfl: move job forward to Linux v6.16-rc1 | Miguel Ojeda | -2/+1 |
| 2025-06-08 | Run `mingw-check-tidy` on auto builds | Jakub Beránek | -0/+4 |
| 2025-06-08 | Do not free disk space in the `mingw-check-tidy` job | Jakub Beránek | -0/+1 |
| 2025-06-07 | Rollup merge of #142116 - jieyouxu:fix-tracing, r=Mark-Simulacrum | Guillaume Gomez | -4/+0 |
| 2025-06-07 | Rollup merge of #142065 - paolobarbolini:stabilize-const_eq_ignore_ascii_case... | Guillaume Gomez | -14/+0 |
| 2025-06-07 | Rollup merge of #140560 - Urgau:test_attr-module-level, r=GuillaumeGomez | Guillaume Gomez | -68/+150 |
| 2025-06-07 | intrinsics: use const generic to set atomic ordering | Ralf Jung | -65/+88 |
| 2025-06-07 | Only allow `bootstrap` cfg in rustc, related and tool-std | Urgau | -8/+13 |
| 2025-06-07 | Auto merge of #141964 - sayantn:update-stdarch, r=Amanieu | bors | -6/+0 |
| 2025-06-07 | const-eval error: always say in which item the error occurred | Ralf Jung | -2/+2 |
| 2025-06-07 | Auto merge of #141917 - petrochenkov:nobinroot, r=jieyouxu | bors | -4/+2 |
| 2025-06-07 | Auto merge of #142142 - jhpratt:rollup-frlezq2, r=jhpratt | bors | -0/+3 |
| 2025-06-07 | Rollup merge of #142110 - psumbera:solaris-ci-build4, r=marcoieni | Jacob Pratt | -0/+2 |
| 2025-06-07 | Rollup merge of #142076 - Kobzol:doc-bootstrap-ci, r=marcoieni | Jacob Pratt | -0/+1 |
| 2025-06-07 | Auto merge of #141910 - Kobzol:new-bors-try-branch-name-doc, r=marcoieni | bors | -1/+2 |
| 2025-06-07 | Auto merge of #142133 - GuillaumeGomez:rollup-fvzdren, r=GuillaumeGomez | bors | -27/+33 |
| 2025-06-06 | Rollup merge of #142103 - scottmcm:fieldidx-in-interp, r=oli-obk | Guillaume Gomez | -24/+30 |
| 2025-06-06 | Rollup merge of #141603 - nnethercote:reduce-P, r=fee1-dead | Guillaume Gomez | -3/+3 |
| 2025-06-06 | Auto merge of #141800 - workingjubilee:build-std-with-less-leaf-pointers, r=s... | bors | -1/+2 |
| 2025-06-06 | bootstrap: fix tracing imports | Jieyou Xu | -4/+0 |
| 2025-06-06 | Auto merge of #142099 - matthiaskrgr:rollup-r9s3c35, r=matthiaskrgr | bors | -134/+109 |
| 2025-06-06 | add solaris targets to build-manifest | Petr Sumbera | -0/+2 |
| 2025-06-06 | Make `Semantics<'db, dyn HirDatabase>` actually usable | Vincent Esche | -2/+18 |
| 2025-06-06 | Merge pull request #19908 from rmehri01/rmehri01/diagnostic_attribute_complet... | Lukas Wirth | -25/+190 |
| 2025-06-06 | Merge pull request #19937 from Veykril/push-rvnylnlnxxyr | Lukas Wirth | -10/+28 |
| 2025-06-06 | Merge pull request #19935 from ChayimFriedman2/exp-diag-show-quickfix | Lukas Wirth | -2/+12 |
| 2025-06-06 | fix: Record macro calls for fields in `ChildBySource` impls | Lukas Wirth | -10/+28 |
| 2025-06-06 | Auto merge of #141272 - Shourya742:2025-05-18-modularize-config-module, r=Kobzol | bors | -1986/+2228 |
| 2025-06-05 | Update `InterpCx::project_field` to take `FieldIdx` | Scott McMurray | -24/+30 |
| 2025-06-06 | Stabilize unlinked file diagnostic | Chayim Refael Friedman | -0/+1 |
| 2025-06-06 | Always include quickfixes for diagnostics, even when diagnostics are disabled | Chayim Refael Friedman | -2/+12 |
| 2025-06-06 | Add new Tier-3 targets: `loongarch32-unknown-none*` | WANG Rui | -15/+44 |
| 2025-06-06 | Rollup merge of #142092 - fmease:rustdoc-alias-terms, r=GuillaumeGomez | Matthias Krüger | -131/+106 |
| 2025-06-06 | Rollup merge of #142012 - oli-obk:no-optional-spans, r=fee1-dead | Matthias Krüger | -3/+3 |