| Age | Commit message (Expand) | Author | Lines |
| 2025-07-28 | Merge pull request #20324 from lnicola/triagebot-josh-sync | Laurențiu Nicola | -0/+1 |
| 2025-07-27 | Remove `[T]::array_chunks(_mut)` | Scott McMurray | -540/+23 |
| 2025-07-28 | Adjust triagebot config for rustc-josh-sync | Laurențiu Nicola | -0/+1 |
| 2025-07-28 | Auto merge of #144469 - Kivooeo:chains-cleanup, r=SparrowLii | bors | -1203/+1109 |
| 2025-07-28 | Merge ref '2b5e239c6b86' from rust-lang/rust | The rustc-josh-sync Cronjob Bot | -5139/+10016 |
| 2025-07-28 | Prepare for merging from rust-lang/rust | The rustc-josh-sync Cronjob Bot | -1/+1 |
| 2025-07-28 | Auto merge of #144556 - matthiaskrgr:rollup-aayo3h5, r=matthiaskrgr | bors | -464/+641 |
| 2025-07-28 | use let chains in mir, resolve, target | Kivooeo | -450/+417 |
| 2025-07-28 | use let chains in hir, lint, mir | Kivooeo | -308/+279 |
| 2025-07-28 | use let chains in ast, borrowck, codegen, const_eval | Kivooeo | -445/+413 |
| 2025-07-28 | Complete span lowering. | Camille GILLOT | -16/+45 |
| 2025-07-28 | Rollup merge of #144535 - RalfJung:abi-mismatch-err, r=compiler-errors | Matthias Krüger | -35/+45 |
| 2025-07-28 | Rollup merge of #144534 - RalfJung:should_check_for_sync, r=compiler-errors | Matthias Krüger | -3/+9 |
| 2025-07-28 | Rollup merge of #144523 - ojeda:rustdoc-target-modifiers, r=GuillaumeGomez | Matthias Krüger | -0/+53 |
| 2025-07-28 | Rollup merge of #144495 - klensy:cargo_metadata, r=lqd | Matthias Krüger | -27/+14 |
| 2025-07-28 | Rollup merge of #144471 - tgross35:compiler-builtins-asm, r=Amanieu | Matthias Krüger | -6/+0 |
| 2025-07-28 | Rollup merge of #143607 - JonathanBrouwer:proc_macro_attrs, r=jdonszelmann,tr... | Matthias Krüger | -393/+520 |
| 2025-07-27 | Auto merge of #144225 - purplesyringa:unwinding-intrinsics, r=nikic | bors | -10/+25 |
| 2025-07-28 | In rustc_pattern_analysis, put `true` witnesses before `false` witnesses | Chayim Refael Friedman | -12/+15 |
| 2025-07-27 | Do not fetch spans if not required. | Camille GILLOT | -2/+4 |
| 2025-07-27 | Parallelize check_private_in_public. | Camille GILLOT | -9/+5 |
| 2025-07-27 | Merge pull request #4499 from RalfJung/clockid | Ralf Jung | -114/+79 |
| 2025-07-27 | Remove `no-asm` gating when there is no alternative implementation | Trevor Gross | -29/+12 |
| 2025-07-27 | Merge pull request #20319 from Veykril/push-znwukpmpsqxt | Lukas Wirth | -21/+15 |
| 2025-07-27 | Implement `floor` and `ceil` in assembly on `i586` | Folkert de Vries | -52/+55 |
| 2025-07-27 | centralize clockid_t interpretation | Ralf Jung | -114/+79 |
| 2025-07-27 | fix: Consider all produced artifacts for proc-macro dylib search | Lukas Wirth | -21/+15 |
| 2025-07-27 | Merge pull request #20318 from Veykril/push-vpqsrylmkqqm | Lukas Wirth | -20/+58 |
| 2025-07-27 | Ignore `Destruct` bounds again | Lukas Wirth | -2/+41 |
| 2025-07-27 | Cleanup unstable flags handling | Lukas Wirth | -19/+18 |
| 2025-07-27 | miri: for ABI mismatch errors, say which argument is the problem | Ralf Jung | -35/+45 |
| 2025-07-27 | Allow more MIR SROA | Scott McMurray | -68/+40 |
| 2025-07-27 | Merge pull request #20317 from Veykril/push-koossvzyyvmm | Laurențiu Nicola | -1/+1 |
| 2025-07-27 | fix: Fix incorrect build script version check | Lukas Wirth | -1/+1 |
| 2025-07-27 | Auto merge of #144434 - nnethercote:preintern-ty-bounds, r=compiler-errors | bors | -9/+38 |
| 2025-07-27 | Ensure correct aligement of rustc_hir::Lifetime on platforms with lower defau... | FractalFir | -0/+5 |
| 2025-07-27 | Merge pull request #20315 from Veykril/push-pvmslwwouzzx | Lukas Wirth | -182/+246 |
| 2025-07-27 | Copy lockfile when building build scripts | Lukas Wirth | -73/+76 |
| 2025-07-27 | internal: Better type proc macro dylib build data state | Lukas Wirth | -114/+175 |
| 2025-07-27 | Auto merge of #144425 - nnethercote:avoid-new_adt-new_fn_def, r=compiler-errors | bors | -4/+12 |
| 2025-07-27 | Merge pull request #4498 from RalfJung/genmc-build | Ralf Jung | -42/+1130 |
| 2025-07-27 | constify with_exposed_provenance | Ralf Jung | -2/+4 |
| 2025-07-27 | Merge pull request #20305 from Hmikihiro/Migrate_part_of_utils | Shoyu Vanilla (Flint) | -3/+5 |
| 2025-07-27 | various minor adjustments | Ralf Jung | -79/+49 |
| 2025-07-27 | Add support for building and linking against genmc | Patrick-6 | -42/+1160 |
| 2025-07-27 | Migrate `convert_tuple_struct_to_named_struct' assist to use `SyntaxEditor' | Hayashi Mikihiro | -35/+68 |
| 2025-07-27 | migrate `fn edit_struct_def` in `convert_tuple_struct_to_named_struct` to Syn... | Hayashi Mikihiro | -30/+24 |
| 2025-07-27 | remove ted from convert_tuple_struct_to_named_struct | Hayashi Mikihiro | -5/+7 |
| 2025-07-27 | Migrate `inline_type_alias` assist to use `SyntaxEditor` | Hmikihiro | -29/+34 |
| 2025-07-27 | refactor: conpare text of name_ref instead of syntax name_ref | Hmikihiro | -1/+4 |