rust/compiler/rustc_resolve/src
Guillaume Gomez c37ee1a7e0
Rollup merge of #99728 - cjgillot:ast-lifetimes-anon-clean, r=petrochenkov
Clean up HIR-based lifetime resolution

Based on https://github.com/rust-lang/rust/pull/97313.

Fixes #98932.

r? `@petrochenkov`
2022-07-27 17:55:07 +02:00
..
diagnostics Implement the unused_macro_rules lint 2022-05-05 19:13:00 +02:00
late Rollup merge of #99728 - cjgillot:ast-lifetimes-anon-clean, r=petrochenkov 2022-07-27 17:55:07 +02:00
access_levels.rs Make ResolverAstLowering a struct. 2022-06-14 22:44:27 +02:00
build_reduced_graph.rs Unused tuple fields in rustc_resolve. 2022-07-25 19:45:26 +02:00
check_unused.rs Make ResolverAstLowering a struct. 2022-06-14 22:44:27 +02:00
def_collector.rs Parse closure binders 2022-07-12 16:25:16 +04:00
diagnostics.rs Rollup merge of #99729 - cjgillot:rm-unused-tuple, r=michaelwoerister 2022-07-26 16:57:50 +02:00
ident.rs Unused tuple fields in rustc_resolve. 2022-07-25 19:45:26 +02:00
imports.rs Avoid unnecessary work in finalize_resolutions_in. 2022-06-29 09:20:32 +10:00
late.rs Move fn parameter ribs outwards. 2022-07-26 19:00:31 +02:00
lib.rs Rollup merge of #99729 - cjgillot:rm-unused-tuple, r=michaelwoerister 2022-07-26 16:57:50 +02:00
macros.rs avoid embedding StabilityLevel::Unstable reason string into metadata multiple times 2022-07-21 22:53:02 +03:00