| Age | Commit message (Expand) | Author | Lines |
| 2025-07-23 | Merge pull request #20281 from ChayimFriedman2/parse-hrtb-const | Shoyu Vanilla (Flint) | -352/+463 |
| 2025-07-22 | Auto merge of #144249 - GuillaumeGomez:asm-tests, r=jieyouxu | bors | -8/+25 |
| 2025-07-22 | Move tests around to appease `tidy` | Jakub Beránek | -1/+2 |
| 2025-07-22 | Allow platform-specific code in `std_detect` | Jakub Beránek | -0/+1 |
| 2025-07-22 | pass build.npm from bootstrap to tidy and use it for npm install | binarycat | -4/+8 |
| 2025-07-22 | Merge pull request #20280 from Kobzol/josh-sync | Laurențiu Nicola | -229/+42 |
| 2025-07-22 | Add CI workflow for periodically performing josh pulls | Jakub Beránek | -0/+20 |
| 2025-07-22 | Apply suggestions from code review | Jakub Beránek | -4/+5 |
| 2025-07-22 | miropt: move to edition 2024 | Marijn Schouten | -1/+1 |
| 2025-07-22 | miropt: clippy fixes | Marijn Schouten | -12/+11 |
| 2025-07-22 | Only run `tests/assembly-*` and `tests/codegen-*` tests if they match the cur... | Guillaume Gomez | -3/+20 |
| 2025-07-22 | Document synces using `josh-sync` | Jakub Beránek | -12/+41 |
| 2025-07-22 | Remove pull/push functionality from `xtask` | Jakub Beránek | -217/+0 |
| 2025-07-22 | Parse `for<'a> [const]` | Chayim Refael Friedman | -352/+463 |
| 2025-07-22 | Add josh-sync.toml | Laurențiu Nicola | -0/+2 |
| 2025-07-22 | Rename `tests/codegen` into `tests/codegen-llvm` | Guillaume Gomez | -1/+1 |
| 2025-07-22 | Rename `tests/assembly` into `tests/assembly-llvm` | Guillaume Gomez | -4/+4 |
| 2025-07-22 | Merge pull request #20277 from rust-lang/dependabot/npm_and_yarn/editors/code... | Shoyu Vanilla (Flint) | -3/+4 |
| 2025-07-22 | Rollup merge of #144164 - ognevny:opt-dist-stage0-root, r=Kobzol | Matthias Krüger | -8/+14 |
| 2025-07-22 | Rollup merge of #143373 - cjgillot:bare-unused-trait-imports, r=petrochenkov | Matthias Krüger | -1/+1 |
| 2025-07-22 | Rollup merge of #142924 - lolbinarycat:tidy-js-extra-checks, r=Kobzol | Matthias Krüger | -108/+155 |
| 2025-07-22 | Support filtering in analysis-stats MIR lowering | Laurențiu Nicola | -62/+66 |
| 2025-07-22 | Bump form-data from 4.0.2 to 4.0.4 in /editors/code | dependabot[bot] | -3/+4 |
| 2025-07-22 | Merge from rustc | The Miri Cronjob Bot | -115/+423 |
| 2025-07-22 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-07-22 | Merge pull request #20269 from Hmikihiro/migrate_indent_mapping | Shoyu Vanilla (Flint) | -35/+74 |
| 2025-07-22 | Merge pull request #20270 from Hmikihiro/migrate_generate_new | Shoyu Vanilla (Flint) | -58/+97 |
| 2025-07-21 | Use serde for target spec json deserialize | Noratrieb | -0/+1 |
| 2025-07-22 | Rollup merge of #144254 - ognevny:opt-dist-artifact-dir, r=Kobzol | 许杰友 Jieyou Xu (Joe) | -2/+2 |
| 2025-07-22 | Rollup merge of #144243 - lnicola:sync-from-ra, r=lnicola | 许杰友 Jieyou Xu (Joe) | -28/+278 |
| 2025-07-22 | Rollup merge of #144187 - RalfJung:type-id-base-addr, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -27/+37 |
| 2025-07-22 | Rollup merge of #144080 - jieyouxu:realign, r=BoxyUwU | 许杰友 Jieyou Xu (Joe) | -3/+7 |
| 2025-07-22 | Rollup merge of #144027 - RalfJung:clippy, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -39/+64 |
| 2025-07-22 | Rollup merge of #142097 - ZuseZ4:offload-host1, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -0/+0 |
| 2025-07-21 | Merge pull request #20273 from ShoyuVanilla/match-adjusts | Chayim Refael Friedman | -48/+94 |
| 2025-07-22 | fix: Apply adjusts to pats and exprs when doing pat analysis | Shoyu Vanilla | -48/+94 |
| 2025-07-21 | hir-def: Don't apply x86_64-specific asserts on x32 | John Paul Adrian Glaubitz | -2/+2 |
| 2025-07-21 | Merge pull request #20271 from ChayimFriedman2/cfg-settest-flycheck | Shoyu Vanilla (Flint) | -1/+10 |
| 2025-07-21 | Disable tests in flycheck if `cfg.setTest` is set to false | Chayim Refael Friedman | -1/+10 |
| 2025-07-21 | Merge pull request #4481 from RalfJung/read-write-truncate | Oli Scherer | -123/+326 |
| 2025-07-21 | opt-dist: add an option for setting path to stage0 root | Maksim Bondarenkov | -8/+14 |
| 2025-07-21 | opt-dist: make `artifact-dir` an absolute path for `opt-dist local` | Maksim Bondarenkov | -2/+2 |
| 2025-07-21 | removed tidy check on issues files | Kivooeo | -1275/+4 |
| 2025-07-21 | Auto merge of #144238 - jhpratt:rollup-xb8aida, r=jhpratt | bors | -692/+1370 |
| 2025-07-21 | migrate generate new | Hayashi Mikihiro | -58/+97 |
| 2025-07-21 | Downgrade ra-ap-rustc_parse_format | Laurențiu Nicola | -17/+22 |
| 2025-07-21 | Revert "Bump rustc-literal-escaper" | Laurențiu Nicola | -6/+12 |
| 2025-07-21 | Bump rustc-literal-escaper | Laurențiu Nicola | -12/+6 |
| 2025-07-21 | Migrate AstNodeEdit | Hayashi Mikihiro | -35/+74 |
| 2025-07-21 | Bump rustc crates | Laurențiu Nicola | -22/+28 |