1
Fork 0
rust/compiler/rustc_resolve/src
Nicholas Nethercote a6a6d01bbc Use sym::dummy in one more place.
It makes it clearer that the symbol is unused and doesn't matter.
2025-04-01 07:34:23 +11:00
..
late Rollup merge of #139014 - xizheyin:issue-138931, r=oli-obk 2025-03-27 13:11:20 -04:00
build_reduced_graph.rs Rollup merge of #138929 - oli-obk:assoc-ctxt-of-trait, r=compiler-errors 2025-03-25 18:09:07 +01:00
check_unused.rs Fix autofix for self and self as … in unused_imports lint 2025-03-24 13:01:47 +01:00
def_collector.rs Don't deaggregate InvocationParent just to reaggregate it again 2025-03-26 09:40:27 +00:00
diagnostics.rs Use sym::dummy in one more place. 2025-04-01 07:34:23 +11:00
effective_visibilities.rs rustc_resolve: reduce rightwards drift with let..else 👉💨 2025-01-21 13:42:32 +00:00
errors.rs Allow builtin macros to be used more than once. 2025-03-19 14:12:47 +01:00
ident.rs resolve: Avoid some unstable iteration 2 2025-03-24 23:03:11 +03:00
imports.rs resolve: Avoid some unstable iteration 2 2025-03-24 23:03:11 +03:00
late.rs Do not treat lifetimes from parent items as influencing child items 2025-03-28 17:06:00 +00:00
lib.rs Rollup merge of #138929 - oli-obk:assoc-ctxt-of-trait, r=compiler-errors 2025-03-25 18:09:07 +01:00
macros.rs Rollup merge of #138929 - oli-obk:assoc-ctxt-of-trait, r=compiler-errors 2025-03-25 18:09:07 +01:00
rustdoc.rs rustc_resolve: prevent iteration of refids for completeness 2025-03-27 12:39:48 -04:00