about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-08-18Allow stability attributes on extern cratesJonathan Brouwer-0/+1
2025-08-18nll-relate: improve hr opaque types supportlcnr-9/+22
2025-08-18Rollup merge of #145485 - JonathanBrouwer:fix-deprecation-targets, r=jdonszel...Stuart Cook-0/+5
2025-08-18Rollup merge of #145420 - Zalathar:llvm-c, r=WaffleLapkinStuart Cook-89/+14
2025-08-18Rollup merge of #145309 - winstonallo:issue-145271-fix, r=tgross35Stuart Cook-0/+9
2025-08-18Rollup merge of #145208 - joshtriplett:mbe-derive, r=petrochenkovStuart Cook-20/+220
2025-08-18Rollup merge of #145206 - scrabsha:push-uxovoqzrxnlx, r=jdonszelmannStuart Cook-91/+318
2025-08-18change riscv64a23 target reqirements comments: linux kernel 6.8.0, glibc 2.39Zhongyao Chen-1/+1
2025-08-17Do not consider a `T: !Sized` candidate to satisfy a `T: !MetaSized` obligation.Zachary S-7/+18
2025-08-17Add `-Zindirect-branch-cs-prefix` optionMiguel Ojeda-1/+13
2025-08-17Add -Zindirect-branch-cs-prefix (from draft PR)Alice Ryhl-0/+12
2025-08-17resolve: debug for block modulebohan-1/+4
2025-08-17Auto merge of #145284 - nnethercote:type_name-print-regions, r=lcnrbors-45/+62
2025-08-17Auto merge of #144081 - RalfJung:const-ptr-fragments, r=oli-obkbors-202/+230
2025-08-16tidy now installs typos-cli as-needed via cargobinarycat-3/+3
2025-08-16Visit and print async_fut local for async drop.Camille Gillot-2/+12
2025-08-16Only unpack span data once.Camille Gillot-7/+7
2025-08-17refactor return type of `suggest_ampmut` into an enumDeadbeef-171/+178
2025-08-16Only scan each definition once.Camille GILLOT-13/+16
2025-08-16Simplify span_data_to_lines_and_cols.Camille Gillot-16/+14
2025-08-16Simplify decode_span.Camille Gillot-28/+23
2025-08-16run spellcheck as a tidy extra check in cibinarycat-2/+2
2025-08-16overhaul `&mut` suggestions in borrowck errorsDeadbeef-323/+360
2025-08-16Clean up parsers related to generic boundsLeón Orell Valerian Liehr-97/+79
2025-08-16remove `should_render` in `PrintAttribute` deriveDeadbeef-40/+20
2025-08-16Auto merge of #145304 - m-ou-se:simplify-panic, r=oli-obkbors-9/+6
2025-08-16take attr style into account in attr diagnosticsJana Dönszelmann-13/+35
2025-08-16Fix deprecation attribute on foreign statics & typesJonathan Brouwer-0/+2
2025-08-16Don't show foreign types as an allowed target if the feature is not enabledJonathan Brouwer-0/+3
2025-08-16Add parentheses for closure when suggesting calling closureMu001999-6/+10
2025-08-16Remove `LlvmArchiveBuilder` and supporting code/bindingsZalathar-543/+6
2025-08-16Properly recover from parenthesized use-bounds (precise capturing)León Orell Valerian Liehr-16/+26
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