about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-08-13suggest using `pub(crate)` for E0364Makai-1/+25
2025-08-13`fn new_coroutine_witness_for_coroutine` woopslcnr-61/+63
2025-08-13rework `add_placeholder_from_predicate_note`lcnr-9/+49
2025-08-13also consider HR boundslcnr-3/+17
2025-08-13avoid duplicate error stringlcnr-1/+1
2025-08-13Auto merge of #144722 - ywxt:parallel-reproducibile, r=SparrowLiibors-31/+39
2025-08-13fix scope of `super let` bindings within `if let`dianne-41/+43
2025-08-13Auto merge of #145334 - Kobzol:rollup-fs5a133, r=Kobzolbors-4/+17
2025-08-13check args in new_coroutine_witnesslcnr-2/+5
2025-08-13Rollup merge of #145274 - compiler-errors:unused-must-use, r=fmeaseJakub Beránek-4/+17
2025-08-13Auto merge of #145093 - nikic:dead-on-return, r=nnethercotebors-1/+19
2025-08-13Fix parallel rustc not being reproducible due to unstable sorting of items.ywxt-31/+39
2025-08-13fix tail calls to `#[track_caller]` functionsWaffle Lapkin-6/+90
2025-08-12Remove unused must_useMichael Goulet-4/+17
2025-08-12Change the desugaring of `assert!` for better error outputEsteban Küber-18/+57
2025-08-12mbe: Rename macro parsing state names to use `Bang` instead of `Not`Josh Triplett-9/+9
2025-08-12Detect and report macro kind mismatches early, and more preciselyJosh Triplett-21/+22
2025-08-12Only suggest changing `#[derive(mymacro)]` to `#[mymacro]` for attribute macrosJosh Triplett-0/+1
2025-08-12Expand documentation of `GlobDelegation`Josh Triplett-0/+2
2025-08-12Switch to a bitflags `MacroKinds` to support macros with more than one kindJosh Triplett-119/+211
2025-08-12Auto merge of #144678 - jdonszelmann:no-mangle-extern, r=bjorn3bors-51/+81
2025-08-12Revert "Partially outline code inside the panic! macro".Mara Bos-9/+6
2025-08-12Rollup merge of #145251 - tiif:support_trait, r=BoxyUwUStuart Cook-4/+3
2025-08-12Rollup merge of #145249 - Stypox:_span-to-_trace, r=joshtriplettStuart Cook-19/+19
2025-08-12Rollup merge of #145238 - estebank:attr-overhaul, r=jdonszelmannStuart Cook-190/+482
2025-08-12Rollup merge of #145214 - notJoon:fix/enable-self-assignment, r=petrochenkovStuart Cook-2/+4
2025-08-12Rollup merge of #145155 - scrabsha:push-tkvwkolzooyq, r=jdonszelmannStuart Cook-22/+76
2025-08-12Rollup merge of #144386 - camsteffen:imploftrait, r=fmeaseStuart Cook-389/+417
2025-08-12Rollup merge of #131477 - madsmtm:sdkroot-via-env-var, r=nnethercoteStuart Cook-53/+81
2025-08-12make no_mangle explicit on foreign itemsJana Dönszelmann-51/+81
2025-08-12fix(debuginfo): handle false positives in overflow checkAdwin White-16/+38
2025-08-12simplify stack handling, be completely lazylcnr-68/+95
2025-08-12[AVR] Changed data_layoutTom Vijlbrief-1/+7
2025-08-12E0793: Clarify that it applies to unions as well黑怕-1/+33
2025-08-11Convert moves of references to copies in RefPropBen Kimock-3/+36
2025-08-11Auto merge of #143054 - lcnr:search_graph-3, r=BoxyUwUbors-91/+100
2025-08-11Propagate TraitImplHeader to hirCameron Steffen-235/+245
2025-08-11Extract ast TraitImplHeaderCameron Steffen-126/+156
2025-08-11llvm: Accept new LLVM lifetime formatMatthew Maurer-1/+5
2025-08-11Tweak trait modifier errorsCameron Steffen-27/+18
2025-08-11Move trait impl modifier errors to parsingCameron Steffen-54/+59
2025-08-11Factor out InherentImplCannotUnsafeCameron Steffen-19/+11
2025-08-11Always attempt to invoke xcrun to get the Apple SDKMads Marquart-4/+8
2025-08-11Add new Tier-3 target: riscv64a23-unknown-linux-gnuChen Zhongyao-1/+146
2025-08-11Only warn when invoking xcrunMads Marquart-3/+24
2025-08-11Pass Apple SDK root to compiler driver via SDKROOT env varMads Marquart-30/+38
2025-08-11Simplify `add_apple_sdk`Mads Marquart-25/+20
2025-08-11Rework `NameValueStr`Esteban Küber-9/+9
2025-08-11Add more docs to templates for attrs with incorrect argumentsEsteban Küber-15/+56
2025-08-11Add link to invalid `repr` errorEsteban Küber-0/+2