about summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis/src/collect/lifetimes.rs
AgeCommit message (Expand)AuthorLines
2023-02-16Rename some region-specific stuffMichael Goulet-1874/+0
2023-02-14Add `of_trait` to DefKind::Impl.Camille GILLOT-1/+1
2023-02-13Make visiting traits generic over the InternerAlan Egerton-1/+1
2023-02-13Alias folding/visiting traits instead of re-exportAlan Egerton-1/+1
2023-01-28Remove `HirId -> LocalDefId` map from HIR.Camille GILLOT-18/+25
2023-01-28Take a LocalDefId in hir::Visitor::visit_fn.Camille GILLOT-1/+1
2023-01-20Auto merge of #106090 - WaffleLapkin:dereffffffffff, r=Nilstriebbors-31/+31
2023-01-17Remove double spaces after dots in commentsMaybe Waffle-6/+6
2023-01-17`rustc_hir_analysis`: remove `ref` patternsMaybe Waffle-31/+31
2023-01-05Correct detection of elided lifetimes in impl-trait.Camille GILLOT-2/+4
2023-01-04rename get_parent_node to parent_idMichael Goulet-1/+1
2022-12-28Rename `Rptr` to `Ref` in AST and HIRNilstrieb-1/+1
2022-12-20rustc: Remove needless lifetimesJeremy Stucki-2/+2
2022-12-13Combine projection and opaque into aliasMichael Goulet-1/+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-47/+52
2022-11-25Introduce PredicateKind::ClauseSantiago Pastorino-1/+1
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-48/+51
2022-11-13Store a LocalDefId in hir::GenericParam.Camille GILLOT-29/+19
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-08commentBoxy-11/+23
2022-11-06fixyfixfixBoxy-5/+87
2022-10-31Free late-bound lifetimes in closures as wellMichael Goulet-3/+4
2022-10-29Rename some `OwnerId` fields.Nicholas Nethercote-4/+4
2022-10-10Move lifetime resolution module to rustc_hir_analysis.Camille GILLOT-0/+1888