summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis/src/collect
AgeCommit message (Expand)AuthorLines
2023-01-20Auto merge of #106090 - WaffleLapkin:dereffffffffff, r=Nilstriebbors-83/+80
2023-01-17Rollup merge of #106970 - kylematsuda:earlybinder-item-bounds, r=lcnrMatthias Krüger-3/+7
2023-01-17Rollup merge of #104505 - WaffleLapkin:no-double-spaces-in-comments, r=jackh726Matthias Krüger-7/+7
2023-01-17change item_bounds query to return EarlyBinder; remove bound_item_bounds queryKyle Matsuda-3/+7
2023-01-17Remove double spaces after dots in commentsMaybe Waffle-7/+7
2023-01-17`rustc_hir_analysis`: remove `ref` patternsMaybe Waffle-83/+80
2023-01-14change impl_trait_ref query to return EarlyBinder; remove bound_impl_trait_re...Kyle Matsuda-5/+4
2023-01-14change usages of impl_trait_ref to bound_impl_trait_refKyle Matsuda-3/+5
2023-01-13Rollup merge of #106759 - compiler-errors:revert-105255, r=cjgillotYuki Okushi-1/+15
2023-01-12Revert "Make nested RPITIT inherit the parent opaque's generics." and adjust ...Michael Goulet-1/+15
2023-01-11Add `AstConv::astconv` method to remove `<dyn AstConv>::` callsMaybe Waffle-23/+11
2023-01-08Auto merge of #106235 - compiler-errors:rework-bounds-collection, r=davidtwcobors-10/+9
2023-01-05Correct detection of elided lifetimes in impl-trait.Camille GILLOT-2/+4
2023-01-04get_parent and find_parentMichael Goulet-5/+5
2023-01-04rename get_parent_node to parent_idMichael Goulet-8/+8
2022-12-29Rollup merge of #106221 - Nilstrieb:rptr-more-like-ref-actually, r=compiler-e...Matthias Krüger-1/+1
2022-12-28Rework hir Bounds collectionMichael Goulet-10/+9
2022-12-28Rename `Rptr` to `Ref` in AST and HIRNilstrieb-1/+1
2022-12-27Shorten type in noteEsteban Küber-6/+7
2022-12-20rustc: Remove needless lifetimesJeremy Stucki-5/+5
2022-12-14Auto merge of #104986 - compiler-errors:opaques, r=oli-obkbors-8/+8
2022-12-13Combine projection and opaque into aliasMichael Goulet-4/+4
2022-12-13ProjectionTy.item_def_id -> ProjectionTy.def_idMichael Goulet-2/+2
2022-12-13Use ty::OpaqueTy everywhereMichael Goulet-2/+2
2022-12-13Clarify explicit_predicates_of is_assoc_item_ty commentSantiago Pastorino-3/+4
2022-12-12Join match arms since they do the same thingSantiago Pastorino-5/+1
2022-12-12Fix typoSantiago Pastorino-1/+1
2022-12-10Rollup merge of #105410 - TaKO8Ki:fix-105257, r=BoxyUwUMatthias Krüger-1/+1
2022-12-08add a test case for `generic_const_exprs` in trait itemsTakayuki Maeda-1/+1
2022-12-07consider `parent_count` for const param defaultsTakayuki Maeda-1/+1
2022-12-04Make nested RPITIT inherit the parent opaque's generics.Camille GILLOT-15/+1
2022-12-01rustc_hir: Relax lifetime requirements on `Visitor::visit_path`Vadim Petrochenkov-1/+1
2022-11-27Auto merge of #104048 - cjgillot:split-lifetime, r=compiler-errorsbors-49/+54
2022-11-25Introduce PredicateKind::ClauseSantiago Pastorino-17/+21
2022-11-24Use kw::Empty for elided lifetimes in path.Camille GILLOT-6/+8
2022-11-23Separate lifetime ident from resolution in HIR.Camille GILLOT-50/+53
2022-11-21Auto merge of #103491 - cjgillot:self-rpit, r=oli-obkbors-52/+71
2022-11-13Store a LocalDefId in hir::AnonConst.Camille GILLOT-3/+2
2022-11-13Store a LocalDefId in hir::GenericParam.Camille GILLOT-45/+32
2022-11-13Store LocalDefId in hir::Closure.Camille GILLOT-6/+4
2022-11-13Create bidirectional bounds between original and duplicated parameters.Camille GILLOT-32/+71
2022-11-12Verify predicates on RPIT and async opaques.Camille GILLOT-20/+0
2022-11-11Clean-up formatting.Camille GILLOT-5/+4
2022-11-11Resolve lifetimes using the regular logic for RPIT.Camille GILLOT-37/+36
2022-11-11Resolve lifetimes independently for each item-like.Camille GILLOT-177/+66
2022-11-08Rollup merge of #100508 - BoxyUwU:make_less_things_late_bound, r=nikomatsakisManish Goregaokar-5/+99
2022-11-08commentBoxy-11/+23
2022-11-08add 'ty_error_with_guaranteed' and 'const_error_with_guaranteed'yukang-2/+2
2022-11-06fixyfixfixBoxy-5/+87
2022-11-04Rollup merge of #103780 - compiler-errors:bound-closure-lifetimes, r=jackh726Matthias Krüger-3/+4