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
Age
Commit message (
Expand
)
Author
Lines
2022-08-04
Improve record_def_id_remap docs
Santiago Pastorino
-1
/
+4
2022-08-04
Do not collect lifetimes with Infer resolution
Santiago Pastorino
-5
/
+21
2022-08-04
Use span_bug instead of panic
Santiago Pastorino
-4
/
+8
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
Move new_remapping inside with_hir_id_owner
Santiago Pastorino
-1
/
+2
2022-08-04
Add documentation for create_lifetime_defs
Santiago Pastorino
-0
/
+4
2022-08-04
Add more debug calls
Santiago Pastorino
-4
/
+5
2022-08-04
Add documentation about lifetime args
Santiago Pastorino
-0
/
+2
2022-08-04
Add documentation about lifetime_defs
Santiago Pastorino
-0
/
+3
2022-08-04
Move hir_bounds after lifetime_defs
Santiago Pastorino
-5
/
+4
2022-08-04
captures -> collected_lifetimes
Santiago Pastorino
-9
/
+10
2022-08-04
Move lifetimes_in_bounds call to outside with_hir_id_owner block in lower_asy...
Santiago Pastorino
-5
/
+14
2022-08-04
Move lifetimes_in_bounds call to outside with_hir_id_owner block in lower_opa...
Santiago Pastorino
-18
/
+23
2022-08-04
Document what collected_lifetimes vec containts
Santiago Pastorino
-0
/
+3
2022-08-04
Document lower_opaque_impl_trait
Santiago Pastorino
-0
/
+29
2022-08-04
with_lifetime_binder is now lower_lifetime_binder and doesn't need a closure
Santiago Pastorino
-55
/
+52
2022-08-04
Add comments on with_remapping
Santiago Pastorino
-0
/
+10
2022-08-04
Document opt_local_def_id
Santiago Pastorino
-0
/
+11
2022-08-04
Document generics_def_id_map field and record/get methods on it
Santiago Pastorino
-0
/
+4
2022-08-04
Add comments about lifetime collect and create lifetime defs for RPITs
Santiago Pastorino
-0
/
+8
2022-08-04
Avoid explicitly handling res when is not needed
Santiago Pastorino
-31
/
+46
2022-08-04
create_and_capture_lifetime_defs -> create_lifetime_defs
Santiago Pastorino
-3
/
+3
2022-08-04
Remove captured_lifetimes and LifetimeCaptureContext and make create_lifetime...
Santiago Pastorino
-82
/
+43
2022-08-04
Implement def_id based remapping
Santiago Pastorino
-107
/
+133
2022-08-04
Remove local_def_id from captured_lifetimes
Santiago Pastorino
-22
/
+17
2022-08-04
Capture things as Lifetime object to simplify things
Santiago Pastorino
-49
/
+59
2022-08-04
Create new_mapping local structure and avoid checking def_ids on captures
Santiago Pastorino
-34
/
+48
2022-08-04
Remove binders_to_ignore from LifetimeCaptureContext
Santiago Pastorino
-16
/
+3
2022-08-04
No need to store parent_def_id in LifetimeCaptureContext
Santiago Pastorino
-9
/
+9
2022-08-04
No need to check binders to ignore on new_named_lifetime_with_res's LifetimeR...
Santiago Pastorino
-8
/
+3
2022-08-04
No need to check binders to ignore on new_named_lifetime_with_res's LifetimeR...
Santiago Pastorino
-8
/
+3
2022-08-04
new_named_lifetime_with_res's LifetimeRes::Fresh should have created def_id a...
Santiago Pastorino
-11
/
+2
2022-08-04
new_named_lifetime_with_res's LifetimeRes::Param should have created def_id a...
Santiago Pastorino
-11
/
+2
2022-08-04
Fail if LifetimeRes is Infer when creating def ids for lifetimes copies
Santiago Pastorino
-1
/
+1
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
-18
/
+35
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
-78
/
+67
2022-08-04
Move LifetimeCollectVisitor to rustc_ast_lowering
Santiago Pastorino
-2
/
+67
2022-08-04
Completely remove captures flag
Santiago Pastorino
-193
/
+92
2022-08-04
Do not execute captures code when lowering lifetimes as GenericArg
Santiago Pastorino
-1
/
+1
2022-08-04
Do not execute captures code for async fns
Santiago Pastorino
-1
/
+1
2022-08-04
There's no need to check binders_to_ignore using the old code anymore
Santiago Pastorino
-10
/
+8
2022-08-04
Explicitly gather lifetimes and definitions for bare async fns
Santiago Pastorino
-39
/
+30
2022-08-04
Extract create_and_capture_lifetime_defs function
Santiago Pastorino
-74
/
+81
2022-08-04
Remove NEW_COLLECT_LIFETIMES env var
Santiago Pastorino
-104
/
+82
2022-08-04
Add debug! calls
Santiago Pastorino
-0
/
+5
2022-08-04
Explicitly gather lifetimes and definitions in RPIT
Santiago Pastorino
-41
/
+147
2022-08-04
Unroll while_capturing_lifetimes into lower_opaque_impl_trait
Santiago Pastorino
-5
/
+15
[prev]
[next]