rust/compiler/rustc_resolve/src
Maybe Waffle df4fee9841 Add an indirection for closures in hir::ExprKind
This helps bring `hir::Expr` size down, `Closure` was the biggest
variant, especially after `for<>` additions.
2022-07-12 21:00:13 +04:00
..
diagnostics Implement the unused_macro_rules lint 2022-05-05 19:13:00 +02:00
late Add an indirection for closures in hir::ExprKind 2022-07-12 21:00:13 +04:00
access_levels.rs Make ResolverAstLowering a struct. 2022-06-14 22:44:27 +02:00
build_reduced_graph.rs Auto merge of #98106 - cjgillot:split-definitions, r=michaelwoerister 2022-06-17 10:00:11 +00: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 suggest adding a derive for #[default] applied to variants 2022-07-07 04:57:01 +00:00
ident.rs Provide a segment res in more cases 2022-06-20 21:27:42 -07:00
imports.rs Avoid unnecessary work in finalize_resolutions_in. 2022-06-29 09:20:32 +10:00
late.rs Add LifetimeBinderKind::Closure 2022-07-12 21:00:13 +04:00
lib.rs update cfg(bootstrap)s 2022-07-01 15:48:23 +02:00
macros.rs Auto merge of #98106 - cjgillot:split-definitions, r=michaelwoerister 2022-06-17 10:00:11 +00:00