about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-07-28Merge pull request #20324 from lnicola/triagebot-josh-syncLaurențiu Nicola-0/+1
2025-07-27Remove `[T]::array_chunks(_mut)`Scott McMurray-540/+23
2025-07-28Adjust triagebot config for rustc-josh-syncLaurențiu Nicola-0/+1
2025-07-28Auto merge of #144469 - Kivooeo:chains-cleanup, r=SparrowLiibors-1203/+1109
2025-07-28Merge ref '2b5e239c6b86' from rust-lang/rustThe rustc-josh-sync Cronjob Bot-5139/+10016
2025-07-28Prepare for merging from rust-lang/rustThe rustc-josh-sync Cronjob Bot-1/+1
2025-07-28Auto merge of #144556 - matthiaskrgr:rollup-aayo3h5, r=matthiaskrgrbors-464/+641
2025-07-28use let chains in mir, resolve, targetKivooeo-450/+417
2025-07-28use let chains in hir, lint, mirKivooeo-308/+279
2025-07-28use let chains in ast, borrowck, codegen, const_evalKivooeo-445/+413
2025-07-28Complete span lowering.Camille GILLOT-16/+45
2025-07-28Rollup merge of #144535 - RalfJung:abi-mismatch-err, r=compiler-errorsMatthias Krüger-35/+45
2025-07-28Rollup merge of #144534 - RalfJung:should_check_for_sync, r=compiler-errorsMatthias Krüger-3/+9
2025-07-28Rollup merge of #144523 - ojeda:rustdoc-target-modifiers, r=GuillaumeGomezMatthias Krüger-0/+53
2025-07-28Rollup merge of #144495 - klensy:cargo_metadata, r=lqdMatthias Krüger-27/+14
2025-07-28Rollup merge of #144471 - tgross35:compiler-builtins-asm, r=AmanieuMatthias Krüger-6/+0
2025-07-28Rollup merge of #143607 - JonathanBrouwer:proc_macro_attrs, r=jdonszelmann,tr...Matthias Krüger-393/+520
2025-07-27Auto merge of #144225 - purplesyringa:unwinding-intrinsics, r=nikicbors-10/+25
2025-07-28In rustc_pattern_analysis, put `true` witnesses before `false` witnessesChayim Refael Friedman-12/+15
2025-07-27Do not fetch spans if not required.Camille GILLOT-2/+4
2025-07-27Parallelize check_private_in_public.Camille GILLOT-9/+5
2025-07-27Merge pull request #4499 from RalfJung/clockidRalf Jung-114/+79
2025-07-27Remove `no-asm` gating when there is no alternative implementationTrevor Gross-29/+12
2025-07-27Merge pull request #20319 from Veykril/push-znwukpmpsqxtLukas Wirth-21/+15
2025-07-27Implement `floor` and `ceil` in assembly on `i586`Folkert de Vries-52/+55
2025-07-27centralize clockid_t interpretationRalf Jung-114/+79
2025-07-27fix: Consider all produced artifacts for proc-macro dylib searchLukas Wirth-21/+15
2025-07-27Merge pull request #20318 from Veykril/push-vpqsrylmkqqmLukas Wirth-20/+58
2025-07-27Ignore `Destruct` bounds againLukas Wirth-2/+41
2025-07-27Cleanup unstable flags handlingLukas Wirth-19/+18
2025-07-27miri: for ABI mismatch errors, say which argument is the problemRalf Jung-35/+45
2025-07-27Allow more MIR SROAScott McMurray-68/+40
2025-07-27Merge pull request #20317 from Veykril/push-koossvzyyvmmLaurențiu Nicola-1/+1
2025-07-27fix: Fix incorrect build script version checkLukas Wirth-1/+1
2025-07-27Auto merge of #144434 - nnethercote:preintern-ty-bounds, r=compiler-errorsbors-9/+38
2025-07-27Ensure correct aligement of rustc_hir::Lifetime on platforms with lower defau...FractalFir-0/+5
2025-07-27Merge pull request #20315 from Veykril/push-pvmslwwouzzxLukas Wirth-182/+246
2025-07-27Copy lockfile when building build scriptsLukas Wirth-73/+76
2025-07-27internal: Better type proc macro dylib build data stateLukas Wirth-114/+175
2025-07-27Auto merge of #144425 - nnethercote:avoid-new_adt-new_fn_def, r=compiler-errorsbors-4/+12
2025-07-27Merge pull request #4498 from RalfJung/genmc-buildRalf Jung-42/+1130
2025-07-27constify with_exposed_provenanceRalf Jung-2/+4
2025-07-27Merge pull request #20305 from Hmikihiro/Migrate_part_of_utilsShoyu Vanilla (Flint)-3/+5
2025-07-27various minor adjustmentsRalf Jung-79/+49
2025-07-27Add support for building and linking against genmcPatrick-6-42/+1160
2025-07-27Migrate `convert_tuple_struct_to_named_struct' assist to use `SyntaxEditor'Hayashi Mikihiro-35/+68
2025-07-27migrate `fn edit_struct_def` in `convert_tuple_struct_to_named_struct` to Syn...Hayashi Mikihiro-30/+24
2025-07-27remove ted from convert_tuple_struct_to_named_structHayashi Mikihiro-5/+7
2025-07-27Migrate `inline_type_alias` assist to use `SyntaxEditor`Hmikihiro-29/+34
2025-07-27refactor: conpare text of name_ref instead of syntax name_refHmikihiro-1/+4