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_hir_analysis
/
src
/
collect
/
lifetimes.rs
Age
Commit message (
Expand
)
Author
Lines
2023-02-16
Rename some region-specific stuff
Michael Goulet
-1874
/
+0
2023-02-14
Add `of_trait` to DefKind::Impl.
Camille GILLOT
-1
/
+1
2023-02-13
Make visiting traits generic over the Interner
Alan Egerton
-1
/
+1
2023-02-13
Alias folding/visiting traits instead of re-export
Alan Egerton
-1
/
+1
2023-01-28
Remove `HirId -> LocalDefId` map from HIR.
Camille GILLOT
-18
/
+25
2023-01-28
Take a LocalDefId in hir::Visitor::visit_fn.
Camille GILLOT
-1
/
+1
2023-01-20
Auto merge of #106090 - WaffleLapkin:dereffffffffff, r=Nilstrieb
bors
-31
/
+31
2023-01-17
Remove double spaces after dots in comments
Maybe Waffle
-6
/
+6
2023-01-17
`rustc_hir_analysis`: remove `ref` patterns
Maybe Waffle
-31
/
+31
2023-01-05
Correct detection of elided lifetimes in impl-trait.
Camille GILLOT
-2
/
+4
2023-01-04
rename get_parent_node to parent_id
Michael Goulet
-1
/
+1
2022-12-28
Rename `Rptr` to `Ref` in AST and HIR
Nilstrieb
-1
/
+1
2022-12-20
rustc: Remove needless lifetimes
Jeremy Stucki
-2
/
+2
2022-12-13
Combine projection and opaque into alias
Michael Goulet
-1
/
+1
2022-12-01
rustc_hir: Relax lifetime requirements on `Visitor::visit_path`
Vadim Petrochenkov
-1
/
+1
2022-11-27
Auto merge of #104048 - cjgillot:split-lifetime, r=compiler-errors
bors
-47
/
+52
2022-11-25
Introduce PredicateKind::Clause
Santiago Pastorino
-1
/
+1
2022-11-24
Use kw::Empty for elided lifetimes in path.
Camille GILLOT
-6
/
+8
2022-11-23
Separate lifetime ident from resolution in HIR.
Camille GILLOT
-48
/
+51
2022-11-13
Store a LocalDefId in hir::GenericParam.
Camille GILLOT
-29
/
+19
2022-11-11
Clean-up formatting.
Camille GILLOT
-5
/
+4
2022-11-11
Resolve lifetimes using the regular logic for RPIT.
Camille GILLOT
-37
/
+36
2022-11-11
Resolve lifetimes independently for each item-like.
Camille GILLOT
-177
/
+66
2022-11-08
comment
Boxy
-11
/
+23
2022-11-06
fixyfixfix
Boxy
-5
/
+87
2022-10-31
Free late-bound lifetimes in closures as well
Michael Goulet
-3
/
+4
2022-10-29
Rename some `OwnerId` fields.
Nicholas Nethercote
-4
/
+4
2022-10-10
Move lifetime resolution module to rustc_hir_analysis.
Camille GILLOT
-0
/
+1888