about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/ty/context.rs
AgeCommit message (Expand)AuthorLines
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
2025-06-16trait_sel: `{Meta,Pointee}Sized` on `Sized` typesDavid Wood-0/+2
2025-06-15Rollup merge of #141769 - bjorn3:codegen_metadata_module_rework, r=workingjub...León Orell Valerian Liehr-17/+8
2025-06-14Auto merge of #142289 - fmease:maybe-perf-gen-args, r=compiler-errorsbors-3/+3
2025-06-13[perf] Change asserts to debug ones in trait_ref_and_own_argsLeón Orell Valerian Liehr-3/+3
2025-06-12introduce new lint infraJana Dönszelmann-3/+15
2025-06-11Auto merge of #141763 - lcnr:fixme-gamer, r=BoxyUwUbors-0/+4
2025-06-08add `param_env` cache to canonicalizationlcnr-0/+14
2025-06-05Replace some `Option<Span>` with `Span` and use DUMMY_SP instead of NoneOli Scherer-4/+4
2025-06-03`FIXME(-Znext-solver)` triagelcnr-0/+4
2025-06-03Move metadata object generation for dylibs to the linker codebjorn3-17/+8
2025-05-27Rename unpack to kindMichael Goulet-2/+2
2025-05-26extend allocbytes with associated typeNia Espera-1/+1
2025-05-23yeet `CanonicalVarInfo`lcnr-9/+12
2025-05-20Querify coroutine_hidden_typesMichael Goulet-1/+1
2025-05-07Auto merge of #140590 - lcnr:closure-in-dead-code, r=compiler-errorsbors-4/+6
2025-05-06Auto merge of #131160 - ismailarilik:handle-potential-query-instability-lint-...bors-4/+3
2025-05-05Handle rustc_middle cases of rustc::potential_query_instability lintismailarilik-4/+3
2025-05-05Auto merge of #140453 - Zoxc:next-disambiguator, r=oli-obkbors-9/+9
2025-05-04Initial support for dynamically linked cratesBryanskiy-4/+10
2025-05-02borrowck nested items in dead codelcnr-4/+6
2025-05-02Rename parameter to `override_def_path_data`John Kåre Alsaker-4/+5
2025-05-01Set groundwork for proper const normalizationBoxy-2/+10
2025-05-01Auto merge of #140145 - Zoxc:job-server-proxy, r=SparrowLiibors-0/+6
2025-04-29Rollup merge of #139909 - oli-obk:or-patterns, r=BoxyUwUTrevor Gross-0/+12
2025-04-29Remove global `next_disambiguator` state and handle it with a `DisambiguatorS...John Kåre Alsaker-9/+8
2025-04-29Add some commentsJohn Kåre Alsaker-0/+1
2025-04-29Add a jobserver proxy to ensure at least one token is always heldJohn Kåre Alsaker-0/+5
2025-04-28Auto merge of #140388 - GuillaumeGomez:rollup-aj9o3ch, r=GuillaumeGomezbors-2/+2
2025-04-28Rollup merge of #140249 - BoxyUwU:remove_weak_alias_terminology, r=oli-obkGuillaume Gomez-2/+2
2025-04-28AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}...Andrew Zhogin-1/+4