about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-09-29Merge pull request #20760 from A4-Tacks/all-any-not-attr-compShoyu Vanilla (Flint)-6/+56
2025-09-29Merge pull request #20761 from rust-lang/rustc-pullLaurențiu Nicola-4306/+9693
2025-09-29Merge ref 'f957826bff7a' from rust-lang/rustThe rustc-josh-sync Cronjob Bot-4305/+9692
2025-09-29Prepare for merging from rust-lang/rustThe rustc-josh-sync Cronjob Bot-1/+1
2025-09-28Auto merge of #146513 - madsmtm:apple-reenable-assertions, r=Mark-Simulacrumbors-12/+1
2025-09-28Auto merge of #147128 - matthiaskrgr:rollup-mqey4c4, r=matthiaskrgrbors-62/+1631
2025-09-28Rollup merge of #147120 - Shunpoco:issue-147105, r=KobzolMatthias Krüger-5/+6
2025-09-28Rollup merge of #147113 - heiher:src-analysis-lsx, r=lqdMatthias Krüger-3/+107
2025-09-28Rollup merge of #146675 - Jules-Bertholet:sync-nonexclusive, r=Mark-SimulacrumMatthias Krüger-11/+109
2025-09-28Rollup merge of #144197 - KMJ-007:type-tree, r=ZuseZ4Matthias Krüger-14/+1250
2025-09-28Rollup merge of #141469 - Kivooeo:remove-usnsafegate, r=compiler-errorsMatthias Krüger-12/+132
2025-09-28Rollup merge of #140482 - devnexen:tcp_deferaccept_toduration, r=joboetMatthias Krüger-17/+27
2025-09-28Auto merge of #147002 - notriddle:stringdex3, r=GuillaumeGomezbors-30/+54
2025-09-28Merge pull request #19867 from Kivooeo/unsafegateLukas Wirth-1/+60
2025-09-28Auto merge of #147118 - matthiaskrgr:rollup-4yqmoyr, r=matthiaskrgrbors-883/+1047
2025-09-28modify ensure_version_or_cargo_install to check existing binaryShunpoco-5/+6
2025-09-28Rollup merge of #147110 - SebastianSpeitel:patch-1, r=saethlinMatthias Krüger-1/+1
2025-09-28Rollup merge of #147098 - Shunpoco:issue-147088, r=KobzolMatthias Krüger-1/+4
2025-09-28Rollup merge of #147095 - fmease:libprivrepr, r=dtolnayMatthias Krüger-7/+7
2025-09-28Rollup merge of #147093 - jackpot51:redox-path, r=bjorn3Matthias Krüger-1/+1
2025-09-28Rollup merge of #147086 - Zalathar:payload, r=jieyouxuMatthias Krüger-14/+1
2025-09-28Rollup merge of #147082 - danielverkamp:fmt-alternate-octal-binary-mixup, r=N...Matthias Krüger-2/+2
2025-09-28Rollup merge of #147081 - moturus:fix_md, r=workingjubileeMatthias Krüger-1/+2
2025-09-28Rollup merge of #147066 - SimonSapin:macro_attr-tracking, r=lqdMatthias Krüger-2/+2
2025-09-28Rollup merge of #147061 - lcnr:provisional-cache-woops, r=BoxyUwUMatthias Krüger-56/+173
2025-09-28Rollup merge of #146942 - yotamofek:pr/rustdoc/finish_deprecating_write_str, ...Matthias Krüger-117/+90
2025-09-28Rollup merge of #146788 - sysrex:146756/discord_invite, r=workingjubileeMatthias Krüger-5/+4
2025-09-28Rollup merge of #146763 - Zalathar:di-builder, r=jdonszelmannMatthias Krüger-133/+102
2025-09-28Rollup merge of #146745 - helldawg:master, r=workingjubileeMatthias Krüger-31/+31
2025-09-28Rollup merge of #142139 - erickt:include-hashes, r=Mark-SimulacrumMatthias Krüger-512/+627
2025-09-28Auto merge of #147045 - notriddle:search-index-entrydata-path, r=GuillaumeGomezbors-8/+32
2025-09-28Auto merge of #147042 - Noratrieb:untrack-caller-vec, r=tgross35bors-122/+1
2025-09-28Add LSX accelerated implementation for source file analysisWANG Rui-3/+107
2025-09-28Add `all` `any` and `not` attribute completionsA4-Tacks-6/+56
2025-09-28Fix typoSebastian Speitel-1/+1
2025-09-27Auto merge of #147104 - matthiaskrgr:rollup-gap1v0w, r=matthiaskrgrbors-114/+576
2025-09-27fix build for androidDavid Carlier-0/+1
2025-09-27Auto merge of #146927 - Kobzol:install-clif, r=jieyouxubors-52/+63
2025-09-27Rollup merge of #147076 - joshuarayton:more-float-constants-issue, r=tgross35Matthias Krüger-24/+24
2025-09-27Rollup merge of #147075 - Lysxia:no-panic-def-path-hash, r=petrochenkovMatthias Krüger-9/+10
2025-09-27Rollup merge of #147050 - durin42:llvm-22-pgo-options-args, r=cuviperMatthias Krüger-0/+18
2025-09-27Rollup merge of #147046 - Kobzol:bootstrap-ll, r=jieyouxuMatthias Krüger-54/+113
2025-09-27Rollup merge of #147032 - GuillaumeGomez:fix-doctest-compilation-time-display...Matthias Krüger-11/+143
2025-09-27Rollup merge of #147018 - Fabian-Gruenbichler:mr/fix-linker-warning-test-norm...Matthias Krüger-1/+1
2025-09-27Rollup merge of #146732 - durin42:llvm-22-less-assumes, r=nikicMatthias Krüger-4/+13
2025-09-27Rollup merge of #146037 - aapoalas:reborrow-lang-experiment, r=tmandryMatthias Krüger-11/+254
2025-09-27Add auto extra-checks in pre-push scriptShunpoco-1/+4
2025-09-27Re-enable assertions on macOSMads Marquart-12/+0
2025-09-27Auto merge of #138907 - GuillaumeGomez:rfc-3631, r=fmease,camelid,Manishearth...bors-371/+1046
2025-09-27Library: Remove remaining private `#[repr]` workaroundsLeón Orell Valerian Liehr-7/+7