]> git.lizzy.rs Git - rust.git/history - src/librustc_resolve/late.rs
Rename `Item.node` to `Item.kind`
[rust.git] / src / librustc_resolve / late.rs
2019-08-10 Vadim PetrochenkovFix calls to resolver from rustdoc and HIR lowering
2019-08-10 Vadim Petrochenkovresolve: Move some more code around
2019-08-10 Vadim Petrochenkovresolve: Turn `resolve_error` into a method on `Resolver`
2019-08-10 Vadim Petrochenkovresolve: Remove `Deref<Target=Resolver>` implementations
2019-08-10 Vadim Petrochenkovresolve: Track whole parent scope in the visitors
2019-08-10 Vadim Petrochenkovresolve: Move late resolution visitor into a separate...