about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-08-21Auto merge of #145647 - RalfJung:miri, r=RalfJungbors-51/+214
2025-08-21Auto merge of #145701 - jhpratt:rollup-a0kg33p, r=jhprattbors-698/+1107
2025-08-21Rollup merge of #145678 - ttajakka:master, r=estebankJacob Pratt-1/+1
2025-08-21Rollup merge of #145674 - Urgau:triagebot-review-changes-since, r=KobzolJacob Pratt-0/+5
2025-08-21Rollup merge of #145673 - Berrysoft:cygwin-fix-flock, r=joshtriplettJacob Pratt-0/+10
2025-08-21Rollup merge of #145662 - GrigorenkoPV:x86-interrupt, r=compiler-errorsJacob Pratt-123/+197
2025-08-21Rollup merge of #145654 - Kobzol:gcc-ci-root, r=jieyouxuJacob Pratt-3/+3
2025-08-21Rollup merge of #145650 - GuillaumeGomez:fix-js-search-scripts-path, r=fmeaseJacob Pratt-2/+2
2025-08-21Rollup merge of #145642 - xizheyin:145611, r=lcnrJacob Pratt-1/+32
2025-08-21Rollup merge of #145627 - compiler-errors:const-supertrait-dyn-compat, r=fee1...Jacob Pratt-11/+75
2025-08-21Rollup merge of #145621 - dns2utf8:fix_some_typos, r=petrochenkovJacob Pratt-1/+1
2025-08-21Rollup merge of #145593 - RalfJung:unsafepinned-raw_get, r=Mark-SimulacrumJacob Pratt-2/+2
2025-08-21Rollup merge of #145590 - nnethercote:ModKind-Inline, r=petrochenkovJacob Pratt-25/+28
2025-08-21Rollup merge of #145525 - typesanitizer:vg/doc, r=Mark-SimulacrumJacob Pratt-1/+1
2025-08-21Rollup merge of #145415 - a4lg:riscv-implication-to-c, r=AmanieuJacob Pratt-1/+21
2025-08-21Rollup merge of #145390 - joshtriplett:rustc-diag-value-earlier, r=lcnrJacob Pratt-456/+508
2025-08-21Rollup merge of #145297 - adwinwhite:recursive-debuginfo, r=wesleywiserJacob Pratt-16/+47
2025-08-21Rollup merge of #145256 - GuillaumeGomez:bootstrap-test-codegen-backend, r=Ko...Jacob Pratt-20/+103
2025-08-21Rollup merge of #144915 - compiler-errors:tail-call-ret-ty-equality, r=Waffle...Jacob Pratt-25/+61
2025-08-21Rollup merge of #144758 - QnJ1c2kNCg:master, r=NoratriebJacob Pratt-6/+6
2025-08-21Rollup merge of #143383 - fee1-dead-contrib:push-mstmlwuskxyy, r=dtolnayJacob Pratt-4/+4
2025-08-21Auto merge of #145244 - lcnr:handle-opaque-types-before-region-inference, r=B...bors-1403/+1317
2025-08-20Auto merge of #145259 - nikic:read-only-capture, r=wesleywiserbors-14/+51
2025-08-20rustc_hir_id: Add a comment explaining why the crate existsJosh Triplett-0/+2
2025-08-20Eliminate unnecessary dependency from `rustc_traits` to `rustc_hir`Josh Triplett-4/+2
2025-08-20Eliminate unnecessary dependency from `rustc_mir_dataflow` to `rustc_hir`Josh Triplett-4/+2
2025-08-20rustc_lint_defs: Eliminate the dependency on `rustc_hir` for `Namespace`Josh Triplett-12/+10
2025-08-20rustc_lint_defs: Use `DefPathHash` from `rustc_span` rather than `rustc_hir`Josh Triplett-1/+1
2025-08-20Update test output for change to number of cratesJosh Triplett-5/+5
2025-08-20Split `rustc_hir_id` out of `rustc_hir`Josh Triplett-35/+61
2025-08-20Move `IntoDiagArg` earlier in the dependency chainsJosh Triplett-395/+425
2025-08-20fix: typoTuomas Tajakka-1/+1
2025-08-20Auto merge of #144086 - clubby789:alloc-zeroed, r=nikicbors-0/+36
2025-08-20Enable triagebot `[review-changes-since]` featureUrgau-0/+5
2025-08-20Adjust test to still show miscompileNikita Popov-0/+3
2025-08-20Tell LLVM about read-only capturesNikita Popov-14/+48
2025-08-21Add flock support for cygwin王宇逸-0/+10
2025-08-20Pass `alloc-variant-zeroed` to LLVMclubby789-0/+36
2025-08-20Unconditionally-const supertraits are considered not dyn compatibleMichael Goulet-11/+75
2025-08-20Enforce correct number of arguments for `"x86-interrupt"` functionsPavel Grigorenko-123/+197
2025-08-20Auto merge of #145645 - Kobzol:uplift-fix, r=jieyouxubors-9/+82
2025-08-20Fix JS search scripts pathGuillaume Gomez-2/+2
2025-08-20Download CI GCC into the correct directoryJakub Beránek-3/+3
2025-08-20Do not use effective_visibilities query for Adt types of a local trait while ...xizheyin-1/+32
2025-08-20Split compiletest `--codegen-backend` into two options `--default-codegen-bac...Guillaume Gomez-17/+33
2025-08-20Add new `--test-codegen-backend` bootstrap optionGuillaume Gomez-8/+75
2025-08-20diagnostics :3lcnr-59/+71
2025-08-20handle opaque types before region inferencelcnr-1236/+1094
2025-08-20`region_infer::opaque_types` to folderlcnr-0/+0
2025-08-20`fully_perform_op_raw` out of `TypeChecker`lcnr-31/+75