rust/compiler/rustc_hir_analysis/src
2024-02-19 09:17:00 +01:00
..
astconv split project into multiple files 2024-02-19 09:17:00 +01:00
check Auto merge of #117772 - surechen:for_117448, r=petrochenkov 2024-02-18 13:56:07 +00:00
coherence Auto merge of #120780 - fmease:lta-in-impls, r=oli-obk 2024-02-18 03:58:56 +00:00
collect Auto merge of #120780 - fmease:lta-in-impls, r=oli-obk 2024-02-18 03:58:56 +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 By tracking import use types to check whether it is scope uses or the other situations like module-relative uses, we can do more accurate redundant import checking. 2024-02-18 16:38:11 +08: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 Add more checks for unnamed_field during HIR analysis 2024-02-17 15:12:33 +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 Auto merge of #120486 - reitermarkus:use-generic-nonzero, r=dtolnay 2024-02-16 07:46:31 +00:00
structured_errors.rs Stop using String for error codes. 2024-01-29 07:41:41 +11:00