about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-08-22Merge ref '8e3710ef31a0' from rust-lang/rustThe Miri Cronjob Bot-1316/+1439
2025-08-21Rollup merge of #145712 - notJoon:fix/outdate-link, r=lqdJacob Pratt-1/+1
2025-08-21Rollup merge of #145705 - folkertdev:prefetch-remove-as-cast, r=RalfJungJacob Pratt-1/+1
2025-08-21Rollup merge of #145700 - nnethercote:fix-145696, r=lcnrJacob Pratt-3/+3
2025-08-21Rollup merge of #145672 - compiler-errors:query-instab-ice, r=lcnrJacob Pratt-9/+14
2025-08-21Rollup merge of #145604 - compiler-errors:static-closure, r=fmeaseJacob Pratt-2/+7
2025-08-21Rollup merge of #145507 - jdonszelmann:refactor-attr-parsing, r=davidtwcoJacob Pratt-787/+754
2025-08-21Rollup merge of #144780 - bjorn3:mir_build_debug, r=matthewjasperJacob Pratt-0/+37
2025-08-21Rollup merge of #144613 - pantsman0:nintendo_switch_cpu_features, r=wesleywiserJacob Pratt-1/+1
2025-08-21update early and late bound docs linkLee ByeongJun-1/+1
2025-08-21split up context.rsJana Dönszelmann-329/+359
2025-08-21Introduce a prelude for very common imports across dozens of filesJana Dönszelmann-216/+70
2025-08-21refactor target checking, move out of context.rs and rename MaybeWarn to PolicyJana Dönszelmann-328/+405
2025-08-21impl IntoDiagArg for AttrPathJana Dönszelmann-0/+6
2025-08-21remove an `as` cast in prefetch codegenFolkert de Vries-1/+1
2025-08-21Auto merge of #145701 - jhpratt:rollup-a0kg33p, r=jhprattbors-512/+621
2025-08-21Rollup merge of #145662 - GrigorenkoPV:x86-interrupt, r=compiler-errorsJacob Pratt-0/+24
2025-08-21Rollup merge of #145642 - xizheyin:145611, r=lcnrJacob Pratt-1/+1
2025-08-21Rollup merge of #145627 - compiler-errors:const-supertrait-dyn-compat, r=fee1...Jacob Pratt-11/+39
2025-08-21Rollup merge of #145590 - nnethercote:ModKind-Inline, r=petrochenkovJacob Pratt-16/+18
2025-08-21Rollup merge of #145390 - joshtriplett:rustc-diag-value-earlier, r=lcnrJacob Pratt-443/+483
2025-08-21Rollup merge of #145297 - adwinwhite:recursive-debuginfo, r=wesleywiserJacob Pratt-16/+38
2025-08-21Rollup merge of #144915 - compiler-errors:tail-call-ret-ty-equality, r=Waffle...Jacob Pratt-25/+18
2025-09-01pub async fn implementation coroutine (func::{closure#0}) is monomorphized, w...Andrew Zhogin-1/+14
2025-08-21Handle `ReEarlyParam` in `type_name`.Nicholas Nethercote-3/+3
2025-08-21Auto merge of #145244 - lcnr:handle-opaque-types-before-region-inference, r=B...bors-1322/+1220
2025-08-20Auto merge of #145259 - nikic:read-only-capture, r=wesleywiserbors-1/+17
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-3/+2
2025-08-20Eliminate unnecessary dependency from `rustc_mir_dataflow` to `rustc_hir`Josh Triplett-3/+2
2025-08-20rustc_lint_defs: Eliminate the dependency on `rustc_hir` for `Namespace`Josh Triplett-11/+10
2025-08-20rustc_lint_defs: Use `DefPathHash` from `rustc_span` rather than `rustc_hir`Josh Triplett-1/+1
2025-08-20Split `rustc_hir_id` out of `rustc_hir`Josh Triplett-34/+47
2025-08-20Move `IntoDiagArg` earlier in the dependency chainsJosh Triplett-391/+419
2025-08-20Auto merge of #144086 - clubby789:alloc-zeroed, r=nikicbors-0/+15
2025-08-20Tell LLVM about read-only capturesNikita Popov-1/+17
2025-08-20Instantiate higher-ranked binder with erased when checking IntoIterator predi...Michael Goulet-9/+14
2025-08-20Pass `alloc-variant-zeroed` to LLVMclubby789-0/+15
2025-08-20Unconditionally-const supertraits are considered not dyn compatibleMichael Goulet-11/+39
2025-08-20Enforce correct number of arguments for `"x86-interrupt"` functionsPavel Grigorenko-0/+24
2025-08-20Do not use effective_visibilities query for Adt types of a local trait while ...xizheyin-1/+1
2025-08-20diagnostics :3lcnr-19/+43
2025-08-20handle opaque types before region inferencelcnr-1128/+958
2025-08-20`region_infer::opaque_types` to folderlcnr-0/+0
2025-08-20`fully_perform_op_raw` out of `TypeChecker`lcnr-31/+75
2025-08-20Auto merge of #145348 - nnethercote:parse_token_tree-speedup-for-uom, r=petro...bors-6/+23
2025-08-20Rollup merge of #145626 - folkertdev:prefetch-fallback, r=AmanieuJacob Pratt-2/+12
2025-08-20Rollup merge of #145623 - compiler-errors:pretty-async-name, r=wesleywiserJacob Pratt-4/+43
2025-08-20Rollup merge of #145252 - shepmaster:demote-x86_64-apple-darwin-to-tier-2, r=...Jacob Pratt-1/+1
2025-08-20Rollup merge of #140794 - karolzwolak:allow-unused-doc-65464, r=davidtwcoJacob Pratt-6/+54