rust/compiler/rustc_resolve/src
bors d929a42a66 Auto merge of #125741 - petrochenkov:atvisord, r=davidtwco
ast: Standardize visiting order for attributes and node IDs

This should only affect `macro_rules` scopes and order of diagnostics.

Also add a deprecation lint for `macro_rules` called outside of their scope, like in https://github.com/rust-lang/rust/issues/124535.
2024-06-25 11:48:14 +00:00
..
late Remove redundant argument from subdiagnostic method 2024-06-18 15:42:11 +00:00
build_reduced_graph.rs resolve: Implement a lint for out-of-scope use of macro_rules 2024-06-24 17:12:08 +03:00
check_unused.rs Rename buffer_lint_with_diagnostic to buffer_lint 2024-05-21 20:16:39 +00:00
def_collector.rs Rollup merge of #126767 - compiler-errors:static-foreign-item, r=spastorino 2024-06-21 09:12:37 +02:00
diagnostics.rs Remove redundant argument from subdiagnostic method 2024-06-18 15:42:11 +00:00
effective_visibilities.rs Auto merge of #125105 - nnethercote:rustc_resolve-cleanups, r=estebank 2024-05-18 06:36:44 +00:00
errors.rs And more general error 2024-05-24 11:20:33 -04:00
ident.rs mark undetermined if target binding in current ns is not got 2024-06-17 11:29:43 +08:00
imports.rs Remove redundant argument from subdiagnostic method 2024-06-18 15:42:11 +00:00
late.rs Rework precise capturing syntax 2024-06-17 22:35:25 -04:00
lib.rs delegation: Implement glob delegation 2024-06-14 19:27:51 +03:00
macros.rs Auto merge of #125741 - petrochenkov:atvisord, r=davidtwco 2024-06-25 11:48:14 +00:00
rustdoc.rs Remove #[macro_use] extern crate tracing from rustc_resolve. 2024-05-10 15:34:41 +10:00