rust/compiler/rustc_resolve/src
Nicholas Nethercote d1d8be1d13 Tweak a resolutions loop.
In this case field access is more concise and easier to read than
destructuring, and it matches how other similar loops are done
elsewhere.
2024-11-14 11:35:26 +11:00
..
late use verbose for path separator suggestion 2024-11-08 16:58:19 +00:00
build_reduced_graph.rs expand: Stop using artificial ast::Item for macros loaded from metadata 2024-10-26 22:08:55 +03:00
check_unused.rs compiler: use is_none_or where it is clearly better 2024-10-16 23:50:13 -07:00
def_collector.rs Check for both StmtKind::MacCall and ExprKind::MacCall 2024-11-05 18:23:21 +00:00
diagnostics.rs Rename NestedMetaItem to MetaItemInner 2024-10-06 23:28:30 +09:00
effective_visibilities.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
errors.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
ident.rs Use iteration instead of indexing to access ribs. 2024-11-13 08:44:00 +11:00
imports.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
late.rs Review comments. 2024-10-30 16:20:49 +00:00
lib.rs Tweak a resolutions loop. 2024-11-14 11:35:26 +11:00
macros.rs Rollup merge of #131375 - klensy:clone_on_ref_ptr, r=cjgillot 2024-10-29 03:11:39 -07:00
rustdoc.rs Handle librustdoc cases of rustc::potential_query_instability lint 2024-10-06 10:39:03 +03:00