rust/compiler/rustc_hir_analysis/src
2023-02-15 20:22:41 +00:00
..
astconv Reduce direct mk_ty usage. 2023-02-13 09:32:48 +11:00
check Copy ty::AssocItem all other the place 2023-02-15 20:22:41 +00:00
coherence Copy ty::AssocItem all other the place 2023-02-15 20:22:41 +00:00
collect Add of_trait to DefKind::Impl. 2023-02-14 19:55:44 +00:00
impl_wf_check add AliasEq to PredicateKind 2023-02-10 13:44:46 +00:00
outlives Auto merge of #107507 - BoxyUwU:deferred_projection_equality, r=lcnr 2023-02-11 05:46:24 +00:00
structured_errors Copy ty::AssocItem all other the place 2023-02-15 20:22:41 +00:00
variance Make visiting traits generic over the Interner 2023-02-13 10:24:49 +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 Use expect_{use,fn} in a couple of places 2023-01-30 05:50:37 +00:00
collect.rs add a #[rustc_coinductive] attribute 2023-02-14 11:53:22 +01:00
constrained_generic_params.rs Make visiting traits generic over the Interner 2023-02-13 10:24:49 +00:00
errors.rs Move autoderef to rustc_hir_analysis 2023-01-11 20:12:57 +00:00
hir_wf_check.rs Rename folder traits' tcx method to interner 2023-02-13 10:24:51 +00:00
impl_wf_check.rs Add of_trait to DefKind::Impl. 2023-02-14 19:55:44 +00:00
lib.rs change fn_sig query to use EarlyBinder; remove bound_fn_sig query; add EarlyBinder to fn_sig in metadata 2023-01-26 20:28:25 -07:00
structured_errors.rs rustc_typeck to rustc_hir_analysis 2022-09-27 10:37:23 +02:00