rust/compiler/rustc_resolve/src
Stuart Cook 9ace0de26b
Rollup merge of #147489 - chenyukang:yukang-prefer-repeat-n, r=Kivooeo,oli-obk
Prefer to use repeat_n over repeat().take()

More from https://github.com/rust-lang/rust/pull/147464, but batch processed with `ast-grep` to find and replace.

second commit add notes for library: affaf532f9

r? ``@RalfJung``
2025-10-09 18:43:26 +11: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 Introduce and use CmCell during import resolution. 2025-09-25 18:38:36 +02:00
check_unused.rs Move more early buffered lints to dyn lint diagnostics (3/N) 2025-09-14 12:38:12 +02: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 Convert impossible cases in macro resolution into assertions 2025-10-07 14:48:28 -07:00
imports.rs Trivial code cleanup in resolve 2025-10-05 17:27:45 +08:00
late.rs Move more early buffered lints to dyn lint diagnostics (3/N) 2025-09-14 12:38:12 +02:00
lib.rs Convert impossible cases in macro resolution into assertions 2025-10-07 14:48:28 -07:00
macros.rs Rollup merge of #146283 - LorrensP-2158466:resolve-cm-cell, r=petrochenkov 2025-09-26 06:36:30 +02:00
rustdoc.rs Add new doc(attribute = "...") attribute 2025-08-28 15:56:29 +02:00