rust/compiler/rustc_hir_analysis/src
2023-01-13 23:06:29 +00:00
..
astconv Make selfless dyn AstConv methods into toplevel functions 2023-01-11 19:07:03 +00:00
check Only point at impl self ty in WF if trait predicate shares self ty 2023-01-12 22:25:30 +00:00
coherence Check ADT fields for copy implementations considering regions 2023-01-13 23:06:29 +00:00
collect Rollup merge of #106759 - compiler-errors:revert-105255, r=cjgillot 2023-01-13 05:47:24 +09:00
impl_wf_check Move check_region_obligations_and_report_errors to TypeErrCtxt 2023-01-03 23:58:12 +00:00
outlives rustc: Remove needless lifetimes 2022-12-20 22:10:40 +01:00
structured_errors use smaller spans for missing lifetime/generic args 2023-01-06 21:55:23 +09:00
variance Prevent the creation of TraitRef without dedicated methods 2022-12-14 15:36:39 +00:00
autoderef.rs Move autoderef to rustc_hir_analysis 2023-01-11 20:12:57 +00:00
bounds.rs Rework hir Bounds collection 2022-12-28 23:40:09 +00:00
check_unused.rs Remove useless filter in unused extern crate check. 2022-12-03 09:23:03 +00:00
collect.rs Add AstConv::astconv method to remove <dyn AstConv>:: calls 2023-01-11 18:58:44 +00:00
constrained_generic_params.rs Combine projection and opaque into alias 2022-12-13 17:48:55 +00:00
errors.rs Move autoderef to rustc_hir_analysis 2023-01-11 20:12:57 +00:00
hir_wf_check.rs Point at HIR types when impl trait ref doesn't normalize 2023-01-12 20:44:47 +00:00
impl_wf_check.rs Rename some OwnerId fields. 2022-10-29 20:28:38 +11:00
lib.rs Rollup merge of #106739 - WaffleLapkin:astconv, r=estebank 2023-01-11 22:25:50 -08:00
structured_errors.rs rustc_typeck to rustc_hir_analysis 2022-09-27 10:37:23 +02:00