rust/compiler/rustc_middle/src
Nicholas Nethercote 4ff360e997 Rename some query-related things.
Various `QueryStackFrame` variables are called `query`; `frame` is a
better name. And various `QueryInfo` variables are called `frame`;
`info` is a better name.

This eliminates some confusing `query.query()` occurrences, which is a
good sign, and some `frame.query` occurrences become `info.frame`.
2026-02-02 10:29:55 +11:00
..
dep_graph Rename DepKindStruct to DepKindVTable 2026-01-24 18:22:14 +11:00
hir hir_owner_parent optimized to inlined call for non-incremental build 2026-01-29 13:24:46 +07:00
hooks Use a hook to decouple rustc_mir_transform from rustc_mir_build 2026-01-10 22:14:35 +11:00
infer Use the name var_kinds more. 2026-01-08 13:37:34 +11:00
middle Part 2 refactoring of moving placeholder types to rustc_type_ir 2026-01-29 11:11:40 +00:00
mir two phase borrow handling cleanups 2026-01-19 16:08:54 +00:00
query Auto merge of #151860 - JonathanBrouwer:rollup-FqYVDlY, r=JonathanBrouwer 2026-01-30 15:41:56 +00:00
thir THIR patterns: Explicitly distinguish &pin from plain &/&mut 2026-01-20 13:41:32 +11:00
traits mGCA: Render traits dyn incompatible if the ty of an assoc const refs Self (barring Self projections) 2026-01-21 12:53:48 +01:00
ty Rollup merge of #151928 - tshepang:patch-2, r=Kivooeo 2026-02-01 14:26:47 +11:00
util Remove Deref/DerefMut impl for Providers. 2026-01-14 15:55:59 +11:00
arena.rs Rename DepKindStruct to DepKindVTable 2026-01-24 18:22:14 +11:00
error.rs Rollup merge of #144197 - KMJ-007:type-tree, r=ZuseZ4 2025-09-28 18:13:11 +02:00
lib.rs Bump stage0 2026-01-21 20:03:56 -05:00
lint.rs compiler/middle/lint: Suggest #[expect(dead_code)] as alternative to #[allow(dead_code)] 2025-12-26 08:38:20 +01:00
macros.rs Fold visit into ty 2025-03-15 06:34:36 +00:00
metadata.rs resolve: Rename NameBinding(Data,Kind) to Decl(Data,Kind) 2026-01-06 18:21:37 +03:00
tests.rs Give an item related to issue 27438 a more meaningful name 2024-04-30 22:27:19 +02:00
thir.rs THIR patterns: Explicitly distinguish &pin from plain &/&mut 2026-01-20 13:41:32 +11:00
values.rs Rename some query-related things. 2026-02-02 10:29:55 +11:00