rust/compiler/rustc_hir_analysis/src
2024-03-22 11:13:29 -04:00
..
check Make RawPtr take Ty and Mutbl separately 2024-03-22 11:13:29 -04:00
coherence Make RawPtr take Ty and Mutbl separately 2024-03-22 11:13:29 -04:00
collect Rename module astconv to hir_ty_lowering 2024-03-22 06:32:49 +01:00
hir_ty_lowering Ty::new_ref and Ty::new_ptr stop using TypeAndMut 2024-03-22 11:13:27 -04:00
impl_wf_check Use expand_weak_alias_tys when collecting constrained generics params in impls 2024-02-20 17:31:59 +01:00
outlives Revert "Auto merge of #122140 - oli-obk:track_errors13, r=davidtwco" 2024-03-11 21:28:16 +00:00
structured_errors Rename StructuredDiagnostic as StructuredDiag. 2024-03-05 12:15:12 +11:00
variance Make RawPtr take Ty and Mutbl separately 2024-03-22 11:13:29 -04:00
autoderef.rs fix ICE for deref coercions with type errors 2024-02-12 14:37:35 +01:00
bounds.rs Update (doc) comments 2024-03-22 06:31:51 +01:00
check_unused.rs Rename TyCtxt::struct_span_lint_hir as TyCtxt::node_span_lint. 2024-01-23 08:09:01 +11:00
collect.rs Arrange methods on HirTyLowerer more logically 2024-03-22 06:32:51 +01:00
constrained_generic_params.rs Convert TypeVisitor and DefIdVisitor to use VisitorResult 2024-03-05 13:28:15 -05:00
errors.rs Rollup merge of #121258 - fmease:assoc-const-eq-reject-overly-generic-tys, r=compiler-errors 2024-03-18 22:24:36 +01:00
hir_wf_check.rs Auto merge of #122869 - matthiaskrgr:rollup-0navj4l, r=matthiaskrgr 2024-03-22 12:29:42 +00:00
impl_wf_check.rs Merge check_mod_impl_wf and check_mod_type_wf 2024-03-07 06:27:09 +00:00
lib.rs Rename module astconv to hir_ty_lowering 2024-03-22 06:32:49 +01:00
structured_errors.rs Rename StructuredDiagnostic as StructuredDiag. 2024-03-05 12:15:12 +11:00