summary refs log tree commit diff
path: root/compiler/rustc_middle/src/ty/context.rs
AgeCommit message (Expand)AuthorLines
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-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
2025-04-28Add or-patterns to pattern typesOli Scherer-0/+12
2025-04-25handle specialization in the new trait solverlcnr-0/+4
2025-04-24Remove `weak` alias terminologyBoxy-2/+2
2025-04-23MoreMichael Goulet-5/+12
2025-04-22Don't compute query unless in new solverMichael Goulet-1/+5
2025-04-22Properly drain pending obligations for coroutinesMichael Goulet-2/+6
2025-04-15Rollup merge of #139772 - nnethercote:rm-hir-Map, r=ZalatharStuart Cook-2/+2
2025-04-15Rollup merge of #139669 - nnethercote:overhaul-AssocItem, r=oli-obkStuart Cook-1/+1
2025-04-15Move `opt_rpitit_info` field to `hir::AssocKind::Type`.Nicholas Nethercote-1/+1
2025-04-14Remove unused `Map` field from `TraitObjectVisitor`.Nicholas Nethercote-2/+2
2025-04-12Move FlagComputation, PatternKind, and TypeWalker to rustc_type_irjackh726-5/+5
2025-04-09Use a query rather than recomputing the tail repeatedlyMichael Goulet-0/+4