rust/compiler/rustc_resolve/src
Takayuki Maeda 117b3fdbb8
Rollup merge of #138837 - petrochenkov:resinstab2, r=jieyouxu
resolve: Avoid remaining unstable iteration

Continuation of #138580.
This should be the performance sensitive part.
2025-03-25 15:36:35 +09:00
..
late Rollup merge of #138837 - petrochenkov:resinstab2, r=jieyouxu 2025-03-25 15:36:35 +09:00
build_reduced_graph.rs resolve: Avoid some unstable iteration 2 2025-03-24 23:03:11 +03:00
check_unused.rs Run clippy --fix for unnecessary_map_or lint 2025-01-19 19:15:00 +00:00
def_collector.rs Pass Option<Symbol> to def_path_data/create_def methods. 2025-03-07 20:53:00 +11:00
diagnostics.rs resolve: Avoid some unstable iteration 2 2025-03-24 23:03:11 +03: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 Rollup merge of #138837 - petrochenkov:resinstab2, r=jieyouxu 2025-03-25 15:36:35 +09:00
lib.rs resolve: Avoid some unstable iteration 2 2025-03-24 23:03:11 +03:00
macros.rs Rollup merge of #138580 - petrochenkov:resinstab, r=Nadrieril 2025-03-25 15:36:32 +09:00
rustdoc.rs rustdoc: improve refdef handling in the unresolved link lint 2025-02-15 12:21:35 -07:00