| Age | Commit message (Expand) | Author | Lines |
| 2025-06-18 | Rollup merge of #142123 - Kobzol:timings, r=nnethercote | Urgau | -0/+32 |
| 2025-06-18 | Rollup merge of #135656 - joshtriplett:hint-mostly-unused, r=saethlin | Urgau | -0/+33 |
| 2025-06-19 | fix: Closure capturing for let exprs | Shoyu Vanilla | -1/+43 |
| 2025-06-18 | Rollup merge of #142672 - Kobzol:bootstrap-tool-clarification, r=jieyouxu | Jakub Beránek | -10/+21 |
| 2025-06-18 | Rollup merge of #142666 - jieyouxu:skip-triagebot-check, r=Kobzol | Jakub Beránek | -1/+4 |
| 2025-06-18 | Rollup merge of #142627 - Kobzol:bootstrap-metadata, r=jieyouxu | Jakub Beránek | -45/+83 |
| 2025-06-18 | Rollup merge of #142624 - Kobzol:bootstrap-fix-host, r=jieyouxu | Jakub Beránek | -704/+285 |
| 2025-06-18 | Rollup merge of #142619 - klensy:or_fun_call, r=nnethercote | Jakub Beránek | -4/+5 |
| 2025-06-18 | Rollup merge of #142591 - Shourya742:2025-06-14-add-spawn-execution-api, r=Ko... | Jakub Beránek | -118/+176 |
| 2025-06-18 | Rollup merge of #141610 - BoxyUwU:stabilize_generic_arg_infer, r=lcnr,travisc... | Jakub Beránek | -11/+10 |
| 2025-06-18 | Reduce uses of `hir_crate`. | Camille GILLOT | -2/+0 |
| 2025-06-18 | {aarch64,x86_64}-pc-windows-gnullvm: build host tools | Mateusz Mikuła | -21/+121 |
| 2025-06-18 | Merge pull request #2474 from BoxyUwU/ambig_unambig_ty_consts | Boxy | -6/+70 |
| 2025-06-18 | Reviews | Boxy | -12/+12 |
| 2025-06-18 | Fix compiletest and rustc-dev-guide | Jakub Beránek | -4/+4 |
| 2025-06-18 | Clarify bootstrap tool description and change its directory to simply `bootst... | Jakub Beránek | -6/+17 |
| 2025-06-18 | bump rustdoc json format number for pretty print change of attribute | Jana Dönszelmann | -2/+2 |
| 2025-06-18 | Add --color=always to test explorer command | Josh McKinney | -0/+1 |
| 2025-06-18 | Skip tidy triagebot linkcheck if `triagebot.toml` doesn't exist | Jieyou Xu | -1/+4 |
| 2025-06-18 | Enable `run-make-support` auto cross-compilation for `rustdoc` too | Jieyou Xu | -7/+32 |
| 2025-06-18 | Enable automatic cross-compilation in run-make tests | Jakub Beránek | -7/+26 |
| 2025-06-18 | add `#[align]` attribute | Folkert de Vries | -5/+5 |
| 2025-06-18 | `Result::expect` instead of `match` and `panic!` | Yotam Ofek | -6/+2 |
| 2025-06-18 | Auto merge of #141061 - dpaoliello:shimasfn, r=bjorn3 | bors | -6/+6 |
| 2025-06-18 | Update/bless clippy tests. | Mara Bos | -52/+47 |
| 2025-06-18 | Remove outdated test. | Mara Bos | -1/+0 |
| 2025-06-18 | Clarify documentation | Jakub Beránek | -2/+6 |
| 2025-06-18 | Remove unused bootstrap flag | Jakub Beránek | -650/+187 |
| 2025-06-18 | Destructure bootstrap flags to make sure that none of them are unused | Jakub Beránek | -55/+97 |
| 2025-06-18 | Auto merge of #138165 - jdonszelmann:inline, r=oli-obk | bors | -31/+30 |
| 2025-06-18 | Merge from rust-lang/rust | Laurențiu Nicola | -3948/+8004 |
| 2025-06-18 | Preparing for merge from rust-lang/rust | Laurențiu Nicola | -1/+1 |
| 2025-06-18 | Auto merge of #142644 - jhpratt:rollup-f2jed9t, r=jhpratt | bors | -44/+30 |
| 2025-06-17 | bump rustdoc json version for inline attribute representation | Jana Dönszelmann | -2/+2 |
| 2025-06-17 | fix clippy | Jana Dönszelmann | -4/+4 |
| 2025-06-17 | Rollup merge of #142632 - ehuss:update-cargo, r=ehuss | Jacob Pratt | -0/+0 |
| 2025-06-17 | Rollup merge of #142618 - GuillaumeGomez:eslint-no-console, r=lolbinarycat | Jacob Pratt | -0/+2 |
| 2025-06-17 | Rollup merge of #142605 - ZuseZ4:autodiff-check-builds2, r=oli-obk | Jacob Pratt | -13/+14 |
| 2025-06-17 | Rollup merge of #142371 - fee1-dead-contrib:push-xqlkumzurkus, r=petrochenkov | Jacob Pratt | -3/+3 |
| 2025-06-17 | Rollup merge of #142100 - lolbinarycat:rustdoc-srcIndex-138467, r=GuillaumeGomez | Jacob Pratt | -28/+11 |
| 2025-06-17 | convert entire codebase to parsed inline attrs | Jana Dönszelmann | -29/+28 |
| 2025-06-17 | Auto merge of #142567 - lnicola:sync-from-ra, r=lnicola | bors | -3488/+4773 |
| 2025-06-17 | Auto merge of #142613 - workingjubilee:rollup-yuod2hg, r=workingjubilee | bors | -0/+8 |
| 2025-06-17 | Update libc to 0.2.174 | Trevor Gross | -2/+2 |
| 2025-06-17 | allow spawn to behave according to failure behavior | bit-aloo | -36/+52 |
| 2025-06-17 | Add links | Boxy | -9/+19 |
| 2025-06-17 | Write chapter on Unambig vs Ambig Types/Consts | Boxy | -1/+53 |
| 2025-06-17 | Stub chapter and consolidate under `/hir/` | Boxy | -6/+8 |
| 2025-06-17 | Profiling with perf: specify the section of bootstrap settings. | lolbinarycat | -2/+2 |
| 2025-06-17 | Update cargo | Eric Huss | -0/+0 |