about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-08-22address review commentsDeadbeef-19/+14
2025-08-22don't print invalid labels with `r#`Deadbeef-2/+8
2025-08-22print raw lifetime idents with `r#`Deadbeef-48/+103
2025-08-22Auto merge of #145410 - cuviper:expand-stack, r=lqdbors-1/+2
2025-08-22Uplift rustc_mir_transform::coverage::counters::union_find to rustc_data_stru...Camille Gillot-8/+7
2025-08-21Correct comments.Camille Gillot-13/+12
2025-08-22Add an experimental unsafe(force_target_feature) attribute.Luca Versari-58/+125
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-21Introduce Reborrow lang item and traitAapo Alasuutari-1/+5
2025-08-21Introduce reborrow unstable featureAapo Alasuutari-0/+1
2025-08-21Promote aarch64-pc-windows-msvc to Tier 1Daniel Paoliello-1/+1
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