rust/compiler/rustc_resolve/src
Matthias Krüger 453a1a8b7f
Rollup merge of #133545 - clubby789:symbol-intern-lit, r=jieyouxu
Lint against Symbol::intern on a string literal

Disabled in tests where this doesn't make much sense
2024-12-03 17:27:06 +01:00
..
late Replace Symbol::intern calls with preinterned symbols 2024-11-28 15:45:27 +00:00
build_reduced_graph.rs Make WalkItemKind::walk signature compatible between Visitor versions 2024-11-15 17:01:53 -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 always create DefIds when lowering anon-consts 2024-11-28 12:22:02 +00:00
diagnostics.rs Rollup merge of #132949 - clubby789:macro-rules-attr-derive, r=fmease 2024-11-23 20:19:53 +08:00
effective_visibilities.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
errors.rs Diagnostic for using macro_rules macro as attr/derive 2024-11-22 16:49:10 +00:00
ident.rs Store resolution for self and crate root module segments 2024-11-20 18:57:02 +00:00
imports.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
late.rs always create DefIds when lowering anon-consts 2024-11-28 12:22:02 +00:00
lib.rs Rollup merge of #133545 - clubby789:symbol-intern-lit, r=jieyouxu 2024-12-03 17:27:06 +01:00
macros.rs Rollup merge of #131375 - klensy:clone_on_ref_ptr, r=cjgillot 2024-10-29 03:11:39 -07:00
rustdoc.rs Add a helper method for extracting spans from AttrArgsEq 2024-12-02 11:04:57 +00:00