about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-07-04Auto merge of #143247 - cjgillot:metadata-no-red, r=petrochenkovbors-28/+23
2025-07-04Reduce page size and number of DOM elements on clippy lints page (#15140)Samuel Tardieu-18/+29
2025-07-04Improve flycheck and build script progress reportingLukas Wirth-3/+12
2025-07-04Merge pull request #20169 from Veykril/push-quvvsupnqqwvLukas Wirth-11/+49
2025-07-04Update CI workflow to use rustc-josh-syncJakub Beránek-5/+4
2025-07-04Remove `josh-sync` tooling and update READMEJakub Beránek-789/+5
2025-07-04Skip unnecessary `eq` work in `BodySourceMap`Lukas Wirth-11/+49
2025-07-04Merge pull request #20031 from jnyfah/some-branchLukas Wirth-35/+75
2025-07-04Merge pull request #20168 from Veykril/push-wsozylrmsynsLukas Wirth-21/+11
2025-07-04bump termize (#15207)Samuel Tardieu-1/+1
2025-07-04Merge pull request #2489 from Kobzol/pull许杰友 Jieyou Xu (Joe)-18912/+759820
2025-07-04minor: Handle match arm commas in `make::match_arm`Lukas Wirth-21/+11
2025-07-04Merge ref 'c96a69059ecc' from rust-lang/rustJakub Beránek-18911/+759816
2025-07-04Prepare for merging from rust-lang/rustJakub Beránek-1/+1
2025-07-04Add josh-sync config fileJakub Beránek-0/+3
2025-07-04bump termizeklensy-1/+1
2025-07-04Get rid of build-powerpc64le-toolchain.shJens Reidel-90/+7
2025-07-04bump termize depklensy-5/+15
2025-07-04treat box patterns as deref patterns in THIR and usefulness analysisdianne-81/+55
2025-07-04Merge pull request #20148 from ShoyuVanilla/sysroot-no-depsLukas Wirth-4/+15
2025-07-04Merge pull request #20165 from Hmikihiro/migrate-unmerge_match_armLukas Wirth-22/+20
2025-07-04Merge pull request #20167 from ChayimFriedman2/enum-derive-defaultLukas Wirth-72/+190
2025-07-04Assign dependency bump PRs to meclubby789-0/+4
2025-07-04Auto merge of #143237 - JonathanBrouwer:no_implicit_prelude_parser, r=jdonsze...bors-26/+77
2025-07-04Merge pull request #4442 from rust-lang/rustup-2025-07-04Oli Scherer-1026/+2059
2025-07-03Allow all MIR `Aggregate`s to take the operand path (if layout permits)Scott McMurray-75/+372
2025-07-03Block SIMD in transmute_immediate; delete `OperandValueKind`Scott McMurray-190/+101
2025-07-04Merge from rustcThe Miri Cronjob Bot-1025/+2058
2025-07-04Enable xgot feature for mips64 musl targetsJens Reidel-2/+2
2025-07-04Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2025-07-04Auto merge of #143407 - jhpratt:rollup-ekkoubw, r=jhprattbors-125/+247
2025-07-03mbe: Gracefully handle macro rules that end after `=>`Josh Triplett-0/+87
2025-07-04Rollup merge of #143395 - Urgau:llvm-fallback-minimum-maximum, r=tgross35Jacob Pratt-14/+16
2025-07-04Rollup merge of #143394 - workingjubilee:reorganize-hir-analysis-provide-fn, ...Jacob Pratt-52/+36
2025-07-04Rollup merge of #143381 - fee1-dead-contrib:push-pzxuvlnymxpu, r=GuillaumeGomezJacob Pratt-1/+50
2025-07-04Rollup merge of #143380 - cjgillot:kw_span, r=compiler-errorsJacob Pratt-23/+31
2025-07-04Rollup merge of #143378 - hkBst:clippy-fix-6, r=tgross35Jacob Pratt-4/+4
2025-07-04Rollup merge of #143370 - hkBst:clippy-fix-4, r=tgross35Jacob Pratt-4/+0
2025-07-04Rollup merge of #143356 - hkBst:clippy-fix-2, r=scottmcmJacob Pratt-1/+1
2025-07-04Rollup merge of #143346 - emmanuel-ferdman:master, r=tshepangJacob Pratt-1/+1
2025-07-04Rollup merge of #143307 - compiler-errors:fast-path-nitpicks, r=lcnrJacob Pratt-24/+31
2025-07-04Rollup merge of #143288 - ehuss:fix-clean-fifo, r=KobzolJacob Pratt-1/+1
2025-07-04Rollup merge of #142749 - LimpSquid:bool_to_result, r=scottmcmJacob Pratt-0/+76
2025-07-04refactor: implement a new bridge trait `Allocation`Makai-15/+54
2025-07-04refactor: rewrite `adt_repr()`, `adt_discr_for_variant()` and `coroutine_disc...Makai-19/+88
2025-07-04refactor: don't use rustc_type_ir directlyMakai-13/+8
2025-07-04refactor: avoid calling internal functions in `predicates_of()` and `explicit...Makai-54/+82
2025-07-04refactor: move `convert` to `unstable`Makai-386/+317
2025-07-04fix: resolve the unsoundnessMakai-288/+422
2025-07-04refactor: move `IndexMap` to `rustc_smir`Makai-41/+35