about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/ty
AgeCommit message (Expand)AuthorLines
2025-07-28Introduce assoc_parentCameron Steffen-14/+7
2025-07-28Remove TraitAlias from trait_of_itemCameron Steffen-1/+1
2025-07-28Auto merge of #144469 - Kivooeo:chains-cleanup, r=SparrowLiibors-12/+12
2025-07-28use let chains in hir, lint, mirKivooeo-12/+12
2025-07-28Rollup merge of #143607 - JonathanBrouwer:proc_macro_attrs, r=jdonszelmann,tr...Matthias Krüger-1/+4
2025-07-27Auto merge of #144434 - nnethercote:preintern-ty-bounds, r=compiler-errorsbors-9/+38
2025-07-26Use the new attributes throughout the codebaseJonathan Brouwer-1/+4
2025-07-26Rollup merge of #144412 - camsteffen:localkey-cell-refactors, r=petrochenkovTrevor Gross-3/+3
2025-07-25Pre-intern some `TyKind::Bound` values.Nicholas Nethercote-1/+30
2025-07-25Tweak bound region pre-interning.Nicholas Nethercote-8/+8
2025-07-24Use LocalKey<Cell> methods moreCameron Steffen-3/+3
2025-07-24Rollup merge of #144094 - saethlin:codegen-the-main-fn, r=petrochenkovLeón Orell Valerian Liehr-0/+14
2025-07-24Rollup merge of #143374 - cjgillot:bare-extern-crate-map, r=petrochenkovLeón Orell Valerian Liehr-2/+5
2025-07-23Remove useless lifetime parameter.Camille GILLOT-1/+2
2025-07-23Give an AllocId to ConstValue::Slice.Camille GILLOT-2/+14
2025-07-23properly use caller-side panic location for some GenericArgs methodsRalf Jung-5/+12
2025-07-22Unquerify extern_mod_stmt_cnum.Camille GILLOT-2/+5
2025-07-22Rollup merge of #143373 - cjgillot:bare-unused-trait-imports, r=petrochenkovMatthias Krüger-2/+0
2025-07-21Ensure we codegen and don't internalize the entrypointBen Kimock-0/+14
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-20Unquerify maybe_unused_trait_imports.Camille GILLOT-2/+0
2025-07-20Rollup merge of #144148 - compiler-errors:async-print-hack, r=lqdMatthias Krüger-25/+1
2025-07-18Remove pretty print hack for async blocksMichael Goulet-25/+1
2025-07-18Auto merge of #143845 - cjgillot:stability-query, r=jieyouxubors-5/+1
2025-07-18Auto merge of #143545 - compiler-errors:coroutine-obl, r=oli-obkbors-1/+19
2025-07-17Retire stability_index query.Camille GILLOT-5/+1
2025-07-17Auto merge of #141762 - compiler-errors:witnesser, r=lcnrbors-11/+7
2025-07-17Eagerly unify coroutine witness in old solverMichael Goulet-11/+7
2025-07-17parse `const trait Trait`Deadbeef-1/+1
2025-07-17Auto merge of #144044 - fmease:rollup-kg413pt, r=fmeasebors-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-16resolve: Merge `NameBindingKind::Module` into `NameBindingKind::Res`Vadim Petrochenkov-3/+1
2025-07-15Add alias for ArgOutlivesPredicateMichael Goulet-7/+8
2025-07-15Deduce outlives obligations from WF of coroutine interior typesMichael Goulet-0/+11
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-3/+2
2025-07-14Auto merge of #143779 - JonathanBrouwer:automatically_derived_parser, r=oli-obkbors-2/+2
2025-07-13Generalize TyCtxt::item_name.Camille GILLOT-5/+9
2025-07-13Remove hir::AssocItemKind.Camille GILLOT-0/+10
2025-07-12Clean up implementation of RPITIT assoc item loweringMichael Goulet-21/+23
2025-07-13query RPITIT in a trait or implbohan-2/+23
2025-07-12Port `#[automatically_derived]` to the new attribute parsing infrastructureJonathan Brouwer-2/+2
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-11/+8
2025-07-10Rollup merge of #143744 - fmease:lta-expand-proper-depth, r=compiler-errorsTrevor Gross-2/+4
2025-07-10Properly track the depth when expanding free alias typesLeón Orell Valerian Liehr-2/+4