rust/compiler/rustc_hir_analysis/src
Vincenzo Palazzo 7d2c1103d7 fix: use LocalDefId instead of HirId in trait res
use LocalDefId instead of HirId in trait resolution to simplify
the obligation clause resolution

Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
2023-01-23 11:42:18 +00:00
..
astconv Auto merge of #106090 - WaffleLapkin:dereffffffffff, r=Nilstrieb 2023-01-20 04:52:28 +00:00
check fix: use LocalDefId instead of HirId in trait res 2023-01-23 11:42:18 +00:00
coherence fix: use LocalDefId instead of HirId in trait res 2023-01-23 11:42:18 +00:00
collect Auto merge of #106090 - WaffleLapkin:dereffffffffff, r=Nilstrieb 2023-01-20 04:52:28 +00:00
impl_wf_check fix: use LocalDefId instead of HirId in trait res 2023-01-23 11:42:18 +00:00
outlives even more unify Projection/Opaque in outlives code 2023-01-19 15:31:53 +03:00
structured_errors rustc_hir_analysis: remove ref patterns 2023-01-17 07:48:19 +00:00
variance Auto merge of #106977 - michaelwoerister:unord_id_collections, r=oli-obk 2023-01-21 14:18:17 +00:00
autoderef.rs fix: use LocalDefId instead of HirId in trait res 2023-01-23 11:42:18 +00:00
bounds.rs Rework hir Bounds collection 2022-12-28 23:40:09 +00:00
check_unused.rs Remove double spaces after dots in comments 2023-01-17 08:09:33 +00:00
collect.rs fix: use LocalDefId instead of HirId in trait res 2023-01-23 11:42:18 +00:00
constrained_generic_params.rs Stop using BREAK & CONTINUE in compiler 2023-01-17 23:17:51 -08:00
errors.rs Move autoderef to rustc_hir_analysis 2023-01-11 20:12:57 +00:00
hir_wf_check.rs fix: use LocalDefId instead of HirId in trait res 2023-01-23 11:42:18 +00:00
impl_wf_check.rs change impl_trait_ref query to return EarlyBinder; remove bound_impl_trait_ref query; add EarlyBinder to impl_trait_ref in metadata 2023-01-14 00:29:56 -07:00
lib.rs fix: use LocalDefId instead of HirId in trait res 2023-01-23 11:42:18 +00:00
structured_errors.rs rustc_typeck to rustc_hir_analysis 2022-09-27 10:37:23 +02:00