rust/compiler/rustc_resolve/src
2025-10-21 11:22:51 +00:00
..
late prefer to use repeat_n over repeat and take 2025-10-09 01:24:55 +08:00
rustdoc Update tests to work with new DocFragment field and redundant_explicit_links new API 2025-06-23 16:02:34 +02:00
build_reduced_graph.rs use module_child index as disambiguator for external items 2025-10-17 18:04:28 +02:00
check_unused.rs resolver: Move local_modules from ResolverArenas to Resolver 2025-10-09 20:53:32 +03:00
def_collector.rs Pass the target type down to parse_attribute_list 2025-08-14 18:11:56 +02:00
diagnostics.rs Move more early buffered lints to dyn lint diagnostics (1/N) 2025-09-14 12:38:11 +02:00
effective_visibilities.rs resolve: Minimize borrow scopes for resolutions 2025-07-26 00:19:12 +03:00
errors.rs Move more early buffered lints to dyn lint diagnostics (3/N) 2025-09-14 12:38:12 +02:00
ident.rs resolve: Use primitives for conditional mutability more consistently 2025-10-09 23:10:25 +03:00
imports.rs resolve: Use primitives for conditional mutability more consistently 2025-10-09 23:10:25 +03:00
late.rs Add not-null pointer patterns to pattern types 2025-10-21 11:22:51 +00:00
lib.rs Rollup merge of #147539 - petrochenkov:cmresolve, r=eholk 2025-10-15 07:09:55 +02:00
macros.rs resolve: Use primitives for conditional mutability more consistently 2025-10-09 23:10:25 +03:00
rustdoc.rs Rollup merge of #147676 - jdonszelmann:span-is-doc-comment, r=GuillaumeGomez 2025-10-15 23:41:03 +02:00