rust/compiler/rustc_resolve/src
Mara Bos 5f4d676e70 Remove #[rustc_macro_edition_2021].
It was only temporarily used by pin!(), which no longer needs it.
2025-04-20 11:15:46 +02:00
..
late Move name field from AssocItem to AssocKind variants. 2025-04-15 08:07:15 +10:00
build_reduced_graph.rs Avoid storing the LocalDefId twice 2025-04-11 10:04:27 +00:00
check_unused.rs Move ast::Item::ident into ast::ItemKind. 2025-04-01 14:08:57 +11:00
def_collector.rs Address review comments. 2025-04-01 16:07:23 +11:00
diagnostics.rs Avoid a reverse map that is only used in diagnostics paths 2025-04-11 09:33:38 +00:00
effective_visibilities.rs Move ast::Item::ident into ast::ItemKind. 2025-04-01 14:08:57 +11:00
errors.rs Allow builtin macros to be used more than once. 2025-03-19 14:12:47 +01:00
ident.rs Avoid an empty trait name in impl blocks. 2025-04-09 15:01:14 +10:00
imports.rs Use a dummy ident for a lint_if_path_starts_with_module call. 2025-04-15 16:05:13 +10:00
late.rs Rollup merge of #139811 - yotamofek:pr/newtype_cleanups, r=oli-obk 2025-04-14 21:55:40 +02:00
lib.rs Rollup merge of #139084 - petrochenkov:transpaque, r=davidtwco 2025-04-17 00:14:24 +02:00
macros.rs Remove #[rustc_macro_edition_2021]. 2025-04-20 11:15:46 +02:00
rustdoc.rs rustc_resolve: prevent iteration of refids for completeness 2025-03-27 12:39:48 -04:00