about summary refs log tree commit diff
path: root/compiler/rustc_middle
AgeCommit message (Expand)AuthorLines
2025-07-22Rollup merge of #144080 - jieyouxu:realign, r=BoxyUwU许杰友 Jieyou Xu (Joe)-0/+1
2025-07-20Rollup merge of #144216 - Nadrieril:revert-pin-hack, r=compiler-errorsJacob Pratt-16/+0
2025-07-20Don't consider unstable fields always-inhabitedNadrieril-16/+0
2025-07-20Rollup merge of #144148 - compiler-errors:async-print-hack, r=lqdMatthias Krüger-25/+1
2025-07-19Auto merge of #144145 - matthiaskrgr:rollup-swc74s4, r=matthiaskrgrbors-2/+5
2025-07-19Mitigate `#[align]` name resolution ambiguity regression with a renameJieyou Xu-0/+1
2025-07-18Remove pretty print hack for async blocksMichael Goulet-25/+1
2025-07-18Rollup merge of #142673 - oli-obk:uninit-read-mem, r=RalfJungMatthias Krüger-2/+5
2025-07-18Auto merge of #143845 - cjgillot:stability-query, r=jieyouxubors-55/+15
2025-07-18Auto merge of #144109 - matthiaskrgr:rollup-mz0mrww, r=matthiaskrgrbors-7/+37
2025-07-18Rollup merge of #143293 - folkertdev:naked-function-kcfi, r=compiler-errorsMatthias Krüger-7/+37
2025-07-18Auto merge of #143545 - compiler-errors:coroutine-obl, r=oli-obkbors-7/+29
2025-07-17Retire stability_index query.Camille GILLOT-30/+14
2025-07-17Querify lookup_const_stability.Camille GILLOT-10/+1
2025-07-17Querify lookup_stability.Camille GILLOT-5/+0
2025-07-17Querify lookup_default_body_stability.Camille GILLOT-5/+0
2025-07-17Querify lookup_deprecation_entry.Camille GILLOT-5/+0
2025-07-17Auto merge of #141762 - compiler-errors:witnesser, r=lcnrbors-11/+7
2025-07-17Report the range of uninit bytes in CTFE errorsOli Scherer-2/+5
2025-07-17Eagerly unify coroutine witness in old solverMichael Goulet-11/+7
2025-07-17parse `const trait Trait`Deadbeef-2/+2
2025-07-17Auto merge of #144044 - fmease:rollup-kg413pt, r=fmeasebors-2/+2
2025-07-17Rollup merge of #143922 - nnethercote:join_path, r=petrochenkovLeón Orell Valerian Liehr-1/+1
2025-07-17Rollup merge of #143595 - fee1-dead-contrib:push-sylpykzkmynr, r=RalfJung,fee...León Orell Valerian Liehr-1/+1
2025-07-17Auto merge of #140399 - tiif:unstable_impl, r=lcnr,BoxyUwUbors-0/+12
2025-07-17Use `join_path_syms` in one more place.Nicholas Nethercote-1/+1
2025-07-16use `codegen_instance_attrs` where an instance is (easily) availableFolkert de Vries-8/+18
2025-07-16add `codegen_instance_attrs` queryFolkert de Vries-0/+20
2025-07-16resolve: Merge `NameBindingKind::Module` into `NameBindingKind::Res`Vadim Petrochenkov-3/+1
2025-07-16add `const_make_global`; err for `const_allocate` ptrs if didn't callDeadbeef-1/+1
2025-07-15Add alias for ArgOutlivesPredicateMichael Goulet-10/+10
2025-07-15Consider outlives assumptions when proving auto traits for coroutine interiorsMichael Goulet-3/+8
2025-07-15Deduce outlives obligations from WF of coroutine interior typesMichael Goulet-1/+12
2025-07-15Add outlives to CoroutineWitnessTypesMichael Goulet-0/+6
2025-07-15Implement other logicstiif-0/+5
2025-07-15Add the core logic in old and new solverstiif-0/+7
2025-07-15Define datastructures for `#[cfg]` attribute, move StrippedCfgItemJonathan Brouwer-5/+4
2025-07-14Auto merge of #143779 - JonathanBrouwer:automatically_derived_parser, r=oli-obkbors-2/+2
2025-07-13Auto merge of #143357 - cjgillot:no-assoc-item-kind, r=compiler-errorsbors-5/+19
2025-07-13Generalize TyCtxt::item_name.Camille GILLOT-5/+9
2025-07-13Remove hir::AssocItemKind.Camille GILLOT-0/+10
2025-07-13Rollup merge of #143634 - nia-e:init-and-wildcards, r=RalfJungMatthias Krüger-24/+37
2025-07-12Clean up implementation of RPITIT assoc item loweringMichael Goulet-23/+27
2025-07-13query RPITIT in a trait or implbohan-16/+25
2025-07-13compute all rpitit of a traitbohan-0/+6
2025-07-12Port `#[automatically_derived]` to the new attribute parsing infrastructureJonathan Brouwer-2/+2
2025-07-11Rollup merge of #143769 - tmiasko:rm-backward-switch-int, r=lqdMatthias Krüger-39/+1
2025-07-11Rollup merge of #143716 - workingjubilee:document-some-codegen-backend-stuff,...Matthias Krüger-8/+6
2025-07-11Rollup merge of #143403 - GrigorenkoPV:attributes/traits, r=jdonszelmannMatthias Krüger-13/+11
2025-07-11Remove support for SwitchInt edge effects in backward dataflow analysesTomasz Miąsko-39/+1