about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/middle/resolve_lifetime.rs
AgeCommit message (Expand)AuthorLines
2021-05-11improve diagnosts for GATsb-naber-0/+14
2021-03-31Add var to BoundRegion. Add query to get bound vars for applicable items.Jack Huey-0/+2
2021-03-31Make late and late_anon regions track the bound var positionJack Huey-2/+7
2021-03-24resolve late lifetimes by itemJack Huey-5/+0
2021-01-16Enforce that query results implement DebugAaron Hill-1/+1
2020-08-30mv compiler to compiler/mark-0/+86