rust/compiler
Vadim Petrochenkov 64b6b5b6ce hir: Simplify hir_owner_nodes query
The query accept arbitrary DefIds, not just owner DefIds.
The return can be an `Option` because if there are no nodes, then it doesn't matter whether it's due to NonOwner or Phantom.
Also rename the query to `opt_hir_owner_nodes`.
2024-01-30 15:00:52 +03:00
..
rustc
rustc_abi
rustc_arena
rustc_ast Rollup merge of #120329 - nnethercote:3349-precursors, r=fee1-dead 2024-01-26 14:43:31 +01:00
rustc_ast_lowering Rollup merge of #120428 - petrochenkov:somehir2, r=compiler-errors 2024-01-29 12:56:54 +00:00
rustc_ast_passes Stop using String for error codes. 2024-01-29 07:41:41 +11:00
rustc_ast_pretty
rustc_attr Stop using String for error codes. 2024-01-29 07:41:41 +11:00
rustc_baked_icu_data
rustc_borrowck Rollup merge of #120390 - matthewjasper:inline-constant-pat-mir, r=davidtwco 2024-01-29 12:56:53 +00:00
rustc_builtin_macros Stop using String for error codes. 2024-01-29 07:41:41 +11:00
rustc_codegen_cranelift Merge commit '3e50cf65025f96854d6597e80449b0d64ad89589' into sync_cg_clif-2024-01-26 2024-01-26 18:33:45 +00:00
rustc_codegen_gcc
rustc_codegen_llvm Auto merge of #120062 - davidtwco:llvm-data-layout-check, r=wesleywiser 2024-01-27 12:19:41 +00:00
rustc_codegen_ssa Stop using String for error codes. 2024-01-29 07:41:41 +11:00
rustc_const_eval Stop using String for error codes. 2024-01-29 07:41:41 +11:00
rustc_data_structures
rustc_driver
rustc_driver_impl Stop using String for error codes. 2024-01-29 07:41:41 +11:00
rustc_error_codes Stop using String for error codes. 2024-01-29 07:41:41 +11:00
rustc_error_messages
rustc_errors Stop using String for error codes. 2024-01-29 07:41:41 +11:00
rustc_expand Stop using String for error codes. 2024-01-29 07:41:41 +11:00
rustc_feature
rustc_fluent_macro
rustc_fs_util
rustc_graphviz
rustc_hir hir: Use InferArg in ArrayLen::Infer 2024-01-28 02:04:39 +03:00
rustc_hir_analysis Auto merge of #120466 - Dylan-DPC:rollup-v0or19a, r=Dylan-DPC 2024-01-29 21:53:39 +00:00
rustc_hir_pretty hir: Use InferArg in ArrayLen::Infer 2024-01-28 02:04:39 +03:00
rustc_hir_typeck Rollup merge of #120428 - petrochenkov:somehir2, r=compiler-errors 2024-01-29 12:56:54 +00:00
rustc_incremental hir: Simplify hir_owner_nodes query 2024-01-30 15:00:52 +03:00
rustc_index Auto merge of #120024 - Mark-Simulacrum:fast-union-merge, r=cjgillot 2024-01-27 22:26:37 +00:00
rustc_index_macros
rustc_infer Stop using String for error codes. 2024-01-29 07:41:41 +11:00
rustc_interface
rustc_lexer
rustc_lint Stop using String for error codes. 2024-01-29 07:41:41 +11:00
rustc_lint_defs
rustc_llvm
rustc_log
rustc_macros Stop using String for error codes. 2024-01-29 07:41:41 +11:00
rustc_metadata Stop using String for error codes. 2024-01-29 07:41:41 +11:00
rustc_middle hir: Simplify hir_owner_nodes query 2024-01-30 15:00:52 +03:00
rustc_mir_build Rollup merge of #120390 - matthewjasper:inline-constant-pat-mir, r=davidtwco 2024-01-29 12:56:53 +00:00
rustc_mir_dataflow
rustc_mir_transform hir: Simplify hir_owner_nodes query 2024-01-30 15:00:52 +03:00
rustc_monomorphize
rustc_next_trait_solver
rustc_parse Rollup merge of #118625 - ShE3py:expr-in-pats, r=WaffleLapkin 2024-01-29 12:56:51 +00:00
rustc_parse_format
rustc_passes Rollup merge of #120428 - petrochenkov:somehir2, r=compiler-errors 2024-01-29 12:56:54 +00:00
rustc_pattern_analysis Stop using derivative in rustc_pattern_analysis 2024-01-27 14:21:01 +02:00
rustc_privacy Stop using String for error codes. 2024-01-29 07:41:41 +11:00
rustc_query_impl
rustc_query_system Stop using String for error codes. 2024-01-29 07:41:41 +11:00
rustc_resolve Stop using String for error codes. 2024-01-29 07:41:41 +11:00
rustc_serialize
rustc_session Stop using String for error codes. 2024-01-29 07:41:41 +11:00
rustc_smir
rustc_span Rollup merge of #120453 - mattheww:2024-01_normalize_newlines, r=oli-obk 2024-01-29 12:56:54 +00:00
rustc_symbol_mangling Auto merge of #118636 - h1467792822:dev, r=michaelwoerister 2024-01-27 02:32:30 +00:00
rustc_target
rustc_trait_selection merge builtin unsize candidates again 2024-01-29 14:32:06 +01:00
rustc_traits
rustc_transmute
rustc_ty_utils Stop using String for error codes. 2024-01-29 07:41:41 +11:00
rustc_type_ir
stable_mir