rust/compiler/rustc_hir_analysis/src
bors 825f8edc2f Auto merge of #103530 - cjgillot:hir-lifetimes-direct, r=estebank
Resolve lifetimes independently for each item-like.

Now that the heavy-lifting is done on the AST and during lowering, we do not need to perform HIR lifetime resolution on a full item at once.  Instead, we can treat each item-like independently, and look at `generics_of` the parent exceptionally for associated items.
2022-11-12 05:22:17 +00:00
..
astconv Auto merge of #103171 - jackh726:gen-interior-hrtb-error, r=cjgillot 2022-11-09 02:02:28 +00:00
check Auto merge of #103530 - cjgillot:hir-lifetimes-direct, r=estebank 2022-11-12 05:22:17 +00:00
coherence Move fallback_has_occurred to FnCtxt 2022-11-06 02:40:25 +00:00
collect Clean-up formatting. 2022-11-11 10:32:49 +00:00
impl_wf_check Apply PR feedback. 2022-11-10 12:56:33 -06:00
outlives Rename some OwnerId fields. 2022-10-29 20:28:38 +11:00
structured_errors rustc_typeck to rustc_hir_analysis 2022-09-27 10:37:23 +02:00
variance Rename some OwnerId fields. 2022-10-29 20:28:38 +11:00
bounds.rs rustc_typeck to rustc_hir_analysis 2022-09-27 10:37:23 +02:00
check_unused.rs Rollup merge of #103618 - nnethercote:rename-OwnerId-fields, r=compiler-errors 2022-10-29 14:18:03 +02:00
collect.rs Visit opaque types during type collection too. 2022-11-11 10:29:27 +00:00
constrained_generic_params.rs Fix compiler docs 2022-10-10 18:28:29 +02:00
errors.rs Rollup merge of #103575 - Xiretza:suggestions-style-attr, r=davidtwco 2022-11-01 20:00:38 -04:00
hir_wf_check.rs Rollup merge of #102829 - compiler-errors:rename-impl-item-kind, r=TaKO8Ki 2022-10-10 00:09:42 +09:00
impl_wf_check.rs Rename some OwnerId fields. 2022-10-29 20:28:38 +11:00
lib.rs Move fallback_has_occurred to FnCtxt 2022-11-06 02:40:25 +00:00
structured_errors.rs rustc_typeck to rustc_hir_analysis 2022-09-27 10:37:23 +02:00