about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-08-15Auto merge of #145475 - jhpratt:rollup-jr0wado, r=jhprattbors-2/+209
2025-08-15Rollup merge of #144922 - Kobzol:derive-from, r=nnethercoteJacob Pratt-2/+176
2025-08-15Rollup merge of #144907 - ShoyuVanilla:no-const-async, r=fmeaseJacob Pratt-0/+33
2025-08-15Auto merge of #142071 - lcnr:revealing-use, r=compiler-errorsbors-1/+12
2025-08-15Extend `QueryStability` to handle `IntoIterator` implementationsSamuel Moelius-50/+92
2025-08-15Demote x86_64-apple-darwin to Tier 2 with host toolsJake Goulding-1/+1
2025-08-15Detect missing `derive` on unresolved attribute even when not importedEsteban Küber-27/+39
2025-08-15Auto merge of #145450 - Kobzol:rollup-cqclix0, r=Kobzolbors-11/+22
2025-08-15Rollup merge of #145430 - Urgau:drop_forget_useless-145427, r=lqdJakub Beránek-1/+1
2025-08-15Rollup merge of #145408 - Kobzol:deduplicate-search-paths, r=petrochenkovJakub Beránek-10/+21
2025-08-15Auto merge of #144991 - lcnr:ignore-usages-from-ignored-candidates, r=BoxyUwUbors-149/+386
2025-08-15Sort mono items by symbol nameJakub Beránek-3/+20
2025-08-15Simplify the `args_cstr_buff` assertionZalathar-5/+4
2025-08-15Avoid an unnecessary intermediate `&mut` referenceZalathar-1/+1
2025-08-15Avoid an explicit cast from `*const c_uchar` to `*const c_char`Zalathar-3/+3
2025-08-15Declare module `rustc_codegen_llvm::back` in the normal wayZalathar-8/+6
2025-08-15Implement `#[derive(From)]`Jakub Beránek-5/+161
2025-08-15Create unstable `From` builtin macro and register itJakub Beránek-0/+15
2025-08-15Add `derive_from` unstable featureJakub Beránek-0/+3
2025-08-15Remove unused feature gatebjorn3-1/+0
2025-08-15Merge link_name and export_namebjorn3-43/+32
2025-08-15Fix wrong spans with external macros in the `dropping_copy_types` lintUrgau-1/+1
2025-08-15Use `LLVMGetTypeKind`Zalathar-61/+11
2025-08-15Combining no_mangle and rustc_std_internal_symbol is not allowedbjorn3-11/+6
2025-08-15All weak lang items have an explicit link name and vice versabjorn3-9/+6
2025-08-15Port `#[custom_mir(..)]` to the new attribute systemSasha Pourcelot-91/+318
2025-08-15Auto merge of #145423 - Zalathar:rollup-9jtefpl, r=Zalatharbors-1295/+980
2025-08-15fix: Reject async assoc fns of const traits/impls in ast_passesShoyu Vanilla-0/+33
2025-08-15Rollup merge of #145392 - Zalathar:create-mappings, r=petrochenkovStuart Cook-77/+31
2025-08-15Rollup merge of #145378 - xizheyin:144968, r=davidtwcoStuart Cook-34/+94
2025-08-15Rollup merge of #145369 - estebank:issue-145367, r=compiler-errorsStuart Cook-3/+3
2025-08-15Rollup merge of #145322 - LorrensP-2158466:early-prelude-processing, r=petroc...Stuart Cook-24/+19
2025-08-15Rollup merge of #145275 - StackOverflowExcept1on:fix-wasm32v1-none, r=alexcri...Stuart Cook-1/+16
2025-08-15Rollup merge of #145235 - compiler-errors:comment, r=BoxyUwUStuart Cook-61/+2
2025-08-15Rollup merge of #145120 - maurer:llvm-time, r=nikicStuart Cook-1/+5
2025-08-15Rollup merge of #145065 - petrochenkov:riblock, r=davidtwcoStuart Cook-91/+78
2025-08-15Rollup merge of #145012 - Kivooeo:fun-problem-fun-fix, r=compiler-errorsStuart Cook-1/+10
2025-08-15Rollup merge of #145005 - tardyp:lto_big_filesize, r=bjorn3Stuart Cook-2/+21
2025-08-15Rollup merge of #145004 - bjorn3:remove_unused_fields, r=WaffleLapkinStuart Cook-51/+37
2025-08-15Rollup merge of #144944 - He1pa:E0793, r=compiler-errorsStuart Cook-1/+33
2025-08-15Rollup merge of #144865 - WaffleLapkin:track-tail, r=lqdStuart Cook-7/+91
2025-08-15Rollup merge of #143075 - workingjubilee:interrupts-may-return-nevermore, r=d...Stuart Cook-3/+15
2025-08-15Rollup merge of #142640 - Sa4dUs:ad-intrinsic, r=ZuseZ4Stuart Cook-920/+468
2025-08-15Rollup merge of #122661 - estebank:assert-macro-span, r=petrochenkovStuart Cook-18/+57
2025-08-15Auto merge of #144591 - RalfJung:pattern-valtrees, r=BoxyUwUbors-173/+144
2025-08-15Use `LLVMSetTailCallKind`Zalathar-28/+3
2025-08-14Auto merge of #145407 - Kobzol:rollup-g6yhx82, r=Kobzolbors-57/+67
2025-08-14rustc_expand: ensure stack in `InvocationCollector::visit_expr`Josh Stone-1/+2
2025-08-14mbe: Handle applying `macro_rules` derivesJosh Triplett-14/+163
2025-08-14mbe: Parse macro `derive` rulesJosh Triplett-7/+58