rust/compiler/rustc_resolve/src
Matthias Krüger cf07246ae9
Rollup merge of #124382 - petrochenkov:itemvisit, r=lcnr
ast: Generalize item kind visiting

And avoid duplicating logic for visiting `Item`s with different kinds (regular, associated, foreign).

The diff is better viewed with whitespace ignored.
2024-04-27 07:55:37 +02:00
..
diagnostics Implement the unused_macro_rules lint 2022-05-05 19:13:00 +02:00
late delegation: Support async, const, extern "ABI" and C-variadic functions 2024-04-23 23:05:39 +03:00
build_reduced_graph.rs Rollup merge of #124382 - petrochenkov:itemvisit, r=lcnr 2024-04-27 07:55:37 +02:00
check_unused.rs fixes #121331 2024-03-14 09:54:42 +08:00
def_collector.rs Rollup merge of #124382 - petrochenkov:itemvisit, r=lcnr 2024-04-27 07:55:37 +02:00
diagnostics.rs Migrate more diagnostics 2024-04-13 14:50:25 +01:00
effective_visibilities.rs Delegation implementation: step 1 2024-01-12 14:11:16 +03:00
errors.rs Move "elided lifetime in path" to subdiagnostic struct 2024-04-21 07:45:03 +00:00
ident.rs Fix f16 and f128 feature gates in editions other than 2015 2024-04-03 16:03:22 -04:00
imports.rs Silence unused_imports lint for redundant imports 2024-04-11 14:38:21 -04:00
late.rs ast: Generalize item kind visiting 2024-04-25 22:49:58 +03:00
lib.rs Rollup merge of #124391 - nnethercote:builtin_macros-cleanups, r=fee1-dead 2024-04-26 19:25:55 -04:00
macros.rs Introduce DeriveResolution. 2024-04-26 07:55:21 +10:00
rustdoc.rs rustdoc: point at span in include_str!-ed md file 2024-03-29 13:31:35 -07:00