rust/compiler/rustc_middle/src
2026-02-18 17:29:44 +11:00
..
dep_graph Rename DepNodeKey::recover to try_recover_key 2026-02-18 17:20:32 +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
ich Remove last remnants of rustc_query_system. 2026-02-16 22:56:47 +11:00
infer Use the name var_kinds more. 2026-01-08 13:37:34 +11:00
middle Remove last remnants of rustc_query_system. 2026-02-16 22:56:47 +11:00
mir Remove ShallowInitBox. 2026-02-17 11:25:50 +00:00
query Rename dep node "fingerprints" to distinguish key and value hashes 2026-02-18 17:20:32 +11:00
thir add write_box_via_move intrinsic and use it for vec! 2026-02-16 17:27:40 +01:00
traits Don't use DepContext in rustc_middle::traits::cache 2026-02-12 18:30:16 +11:00
ty Remove last remnants of rustc_query_system. 2026-02-16 22:56:47 +11:00
util Fix references and remove inner queries module 2026-02-03 21:32:52 +01:00
arena.rs Rename DepKindStruct to DepKindVTable 2026-01-24 18:22:14 +11:00
error.rs Move rustc_query_system::query::dep_graph to rustc_middle. 2026-02-14 18:46:05 +11:00
lib.rs Remove last remnants of rustc_query_system. 2026-02-16 22:56:47 +11: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
queries.rs Rollup merge of #151365 - RalfJung:unsafe-unpin-opsem, r=BoxyUwU 2026-02-14 22:11:53 +01:00
tests.rs Give an item related to issue 27438 a more meaningful name 2024-04-30 22:27:19 +02:00
thir.rs add write_box_via_move intrinsic and use it for vec! 2026-02-16 17:27:40 +01:00
verify_ich.rs Rename dep node "fingerprints" to distinguish key and value hashes 2026-02-18 17:20:32 +11:00