granite-rust/compiler/rustc_hir_analysis/src
2024-02-22 09:22:50 +00:00
..
astconv Auto merge of #120576 - nnethercote:merge-Diagnostic-DiagnosticBuilder, r=davidtwco 2024-02-20 12:05:09 +00:00
check Avoid emitting type mismatches against {type error} 2024-02-22 09:22:50 +00:00
coherence Inline do_orphan_check_impl 2024-02-19 17:41:51 -03:00
collect Avoid emitting type mismatches against {type error} 2024-02-22 09:22:50 +00:00
impl_wf_check Properly check constrainedness of gen params in the presence of weak alias types 2024-02-17 08:39:01 +01:00
outlives Auto merge of #120931 - chenyukang:yukang-cleanup-hashmap, r=michaelwoerister 2024-02-15 12:36:37 +00:00
structured_errors Prefer DiagnosticBuilder over Diagnostic in diagnostic modifiers. 2024-02-19 20:23:20 +11:00
variance Dejargnonize subst 2024-02-12 15:46:35 +09:00
autoderef.rs fix ICE for deref coercions with type errors 2024-02-12 14:37:35 +01:00
bounds.rs ~const trait or projection bounds do not imply non-const bounds 2024-01-08 15:01:14 +00: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 Drive-by DUMMY_SP -> Span and fmt changes 2024-02-19 17:04:23 +00:00
constrained_generic_params.rs Properly check constrainedness of gen params in the presence of weak alias types 2024-02-17 08:39:01 +01:00
errors.rs Rollup merge of #121247 - scottmcm:intrinsic-reminder, r=petrochenkov 2024-02-18 18:54:33 +01:00
hir_wf_check.rs Remove Session methods that duplicate DiagCtxt methods. 2023-12-24 08:05:28 +11:00
impl_wf_check.rs Properly check constrainedness of gen params in the presence of weak alias types 2024-02-17 08:39:01 +01:00
lib.rs Always evaluate free constants and statics, even if previous errors occurred 2024-02-19 22:11:13 +00:00
structured_errors.rs Stop using String for error codes. 2024-01-29 07:41:41 +11:00