index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_ast_lowering
/
src
/
lifetime_collector.rs
Age
Commit message (
Expand
)
Author
Lines
2023-11-28
Reduce exposure of some things.
Nicholas Nethercote
-1
/
+1
2023-10-13
Format all the let chains in compiler
Michael Goulet
-1
/
+2
2023-08-11
Record binder for bare trait object in LifetimeCollectVisitor
Michael Goulet
-2
/
+15
2023-08-05
Consolidate opaque ty and async fn lowering code
Michael Goulet
-7
/
+1
2022-12-28
Rename `Rptr` to `Ref` in AST and HIR
Nilstrieb
-1
/
+1
2022-09-12
Remove `path_span` argument to the `visit_path_segment` methods.
Nicholas Nethercote
-3
/
+3
2022-08-11
Simplify `rustc_ast::visit::Visitor::visit_poly_trait_ref`.
Nicholas Nethercote
-6
/
+3
2022-08-04
Do not collect lifetimes with Infer resolution
Santiago Pastorino
-5
/
+21
2022-08-04
Add docs to record_elided_anchor
Santiago Pastorino
-0
/
+3
2022-08-04
Extract record_elided_anchor
Santiago Pastorino
-18
/
+13
2022-08-04
Record RPITs elided lifetimes in Rptr Tys
Santiago Pastorino
-0
/
+12
2022-08-04
Record RPITs elided lifetimes in path segments
Santiago Pastorino
-17
/
+34
2022-08-04
Restructure visit_ty in a more clear way
Santiago Pastorino
-6
/
+9
2022-08-04
Skip lifetimes in binders when visiting
Santiago Pastorino
-23
/
+30
2022-08-04
Move LifetimeCollectVisitor to rustc_ast_lowering
Santiago Pastorino
-0
/
+62