about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/ty/context.rs
AgeCommit message (Expand)AuthorLines
2025-08-09rename `TraitRef::from_method` to `from_assoc`Deadbeef-5/+2
2025-08-03Rollup merge of #144822 - Zalathar:hash-owner-nodes, r=compiler-errorsSamuel Tardieu-1/+1
2025-08-03Auto merge of #144677 - nnethercote:bound-const-handling, r=lcnrbors-1/+1
2025-08-02Return a struct with named fields from `hash_owner_nodes`Zalathar-1/+1
2025-07-31remove rustc_attr_data_structuresJana Dönszelmann-2/+2
2025-07-31Make const bound handling more like types/regions.Nicholas Nethercote-1/+1
2025-07-27Auto merge of #144434 - nnethercote:preintern-ty-bounds, r=compiler-errorsbors-7/+28
2025-07-25Pre-intern some `TyKind::Bound` values.Nicholas Nethercote-0/+21
2025-07-25Tweak bound region pre-interning.Nicholas Nethercote-7/+7
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-23Give an AllocId to ConstValue::Slice.Camille GILLOT-2/+6
2025-07-22Unquerify extern_mod_stmt_cnum.Camille GILLOT-2/+5
2025-07-21Ensure we codegen and don't internalize the entrypointBen Kimock-0/+14
2025-07-20Unquerify maybe_unused_trait_imports.Camille GILLOT-2/+0
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-0/+16
2025-07-17Retire stability_index query.Camille GILLOT-5/+1
2025-07-17Eagerly unify coroutine witness in old solverMichael Goulet-11/+7
2025-07-15Add alias for ArgOutlivesPredicateMichael Goulet-5/+5
2025-07-15Deduce outlives obligations from WF of coroutine interior typesMichael Goulet-0/+11
2025-07-15Add outlives to CoroutineWitnessTypesMichael Goulet-0/+5
2025-07-15Implement other logicstiif-0/+1
2025-07-15Add the core logic in old and new solverstiif-0/+7
2025-07-05Auto merge of #139598 - compiler-errors:no-bound-var-symbol, r=WaffleLapkinbors-4/+1
2025-07-05Rollup merge of #143372 - cjgillot:bare-glob-map, r=petrochenkovMatthias Krüger-4/+0
2025-07-04Remove Symbol for Named LateParam/Bound variantsMichael Goulet-4/+1
2025-07-04Reuse metadata file from work products.Camille GILLOT-0/+4
2025-07-04Remove names_imported_by_glob_use query.Camille GILLOT-4/+0
2025-07-04Auto merge of #143247 - cjgillot:metadata-no-red, r=petrochenkovbors-6/+4
2025-07-03Rollup merge of #143038 - Qelxiros:142676-private-dependency-traits, r=tgross35Jana Dönszelmann-1/+1
2025-07-02avoid suggesting traits from private dependenciesJeremy Smart-1/+1
2025-07-02Do not depend on FOREVER_RED_NODE.Camille GILLOT-6/+4
2025-07-01Update `cfg(bootstrap)`Josh Stone-2/+1
2025-06-27Port `#[rustc_layout_scalar_valid_range_start/end]` to the new attribute pars...Jonathan Brouwer-26/+4
2025-06-27Auto merge of #143074 - compiler-errors:rollup-cv64hdh, r=compiler-errorsbors-8/+0
2025-06-26Rollup merge of #142927 - compiler-errors:note-find-const, r=BoxyUwUMichael Goulet-8/+0
2025-06-26Rollup merge of #141311 - folkertdev:tidy-natural-sort, r=jieyouxuMatthias Krüger-1/+1
2025-06-25make `tidy-alphabetical` use a natural sortFolkert de Vries-1/+1
2025-06-25Auto merge of #142746 - compiler-errors:super-implied-outlives, r=lcnrbors-0/+7
2025-06-23Uplift find_const_ty_from_envMichael Goulet-8/+0
2025-06-20Use gen blocks in the compiler instead of from_coroutineMichael Goulet-16/+13
2025-06-20Auto merge of #142316 - compiler-errors:cache-param-env, r=lcnrbors-0/+8
2025-06-20Rollup merge of #142687 - cjgillot:less-hir_crate, r=oli-obkTrevor Gross-22/+13
2025-06-19Apply impl_super_outlives optimization to new trait solverMichael Goulet-0/+7
2025-06-19Cache instantiation of canonical binderMichael Goulet-0/+8
2025-06-18Make feature suggestion more consistent.Camille GILLOT-21/+12
2025-06-18Reduce uses of `hir_crate`.Camille GILLOT-1/+1
2025-06-16hir_analysis: add `{Meta,Pointee}Sized` boundsDavid Wood-5/+6
2025-06-16library/compiler: add `PointeeSized` boundsDavid Wood-4/+5