about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-08-21next-solver fix const_trait_impl bootstraplcnr-9/+16
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-21Fix LoongArch C function ABI when passing/returning structs containing floatsWANG Rui-32/+105
2025-08-21remove an `as` cast in prefetch codegenFolkert de Vries-1/+1
2025-08-21-Zsanitize and -Zsanitizer-cfi-normalize-integers flags are now target modifi...Andrew Zhogin-7/+82
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-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-21Introduce ProjectionElem::try_map.Camille GILLOT-93/+67
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-20Detect missing `if let` or `let-else`Esteban Küber-0/+95
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
2025-08-19Auto merge of #145601 - jieyouxu:rollup-t5mbqhc, r=jieyouxubors-49/+78
2025-08-20make `prefetch` intrinsics safeFolkert de Vries-2/+12
2025-08-19Defer tail call ret ty equality to check_tail_callsMichael Goulet-25/+18
2025-08-19mention lint group in default level lint noteKarol Zwolak-6/+54
2025-08-19Auto merge of #145600 - jieyouxu:rollup-jw0bpnt, r=jieyouxubors-369/+316