rust/compiler/rustc_resolve/src
bors 8c7ad16e82 Auto merge of #109986 - JohnTitor:rollup-3aax38t, r=JohnTitor
Rollup of 7 pull requests

Successful merges:

 - #109909 (Deny `use`ing tool paths)
 - #109921 (Don't ICE when encountering `dyn*` in statics or consts)
 - #109922 (Disable `has_thread_local` on OpenHarmony)
 - #109926 (write threads info into log only when debugging)
 - #109968 (Add regression test for #80409)
 - #109969 (Add regression test for #86351)
 - #109973 (rustdoc: Improve logo display very small screen)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2023-04-05 23:10:09 +00:00
..
diagnostics Implement the unused_macro_rules lint 2022-05-05 19:13:00 +02:00
late error-msg: impl better suggestion for E0532 2023-03-15 22:19:54 +13:00
build_reduced_graph.rs Rename ast::Static to ast::StaticItem to match ast::ConstItem 2023-04-04 15:34:40 +00:00
check_unused.rs Move useless_anynous_reexport lint into unused_imports 2023-03-22 16:05:20 +01:00
def_collector.rs Remove the NodeId of ast::ExprKind::Async 2023-03-19 19:01:31 +01:00
diagnostics.rs fix clippy::iter_kv_map 2023-04-01 23:44:16 +02:00
effective_visibilities.rs resolve: Restore some effective visibility optimizations 2023-03-31 17:07:59 +04:00
errors.rs Deny useing tool paths 2023-04-04 14:10:13 +01:00
ident.rs Rollup merge of #109909 - clubby789:import-tool-mod, r=petrochenkov 2023-04-06 07:18:29 +09:00
imports.rs Rollup merge of #107880 - jieyouxu:issue-107563, r=petrochenkov 2023-03-23 19:55:43 +01:00
late.rs Rename ast::Static to ast::StaticItem to match ast::ConstItem 2023-04-04 15:34:40 +00:00
lib.rs Add (..) syntax for RTN 2023-03-28 01:14:28 +00:00
macros.rs rustc_interface: Add a new query pre_configure 2023-03-23 14:22:48 +04:00
rustdoc.rs Update doc(primitive) in rustc_resolve 2023-03-31 00:04:24 +02:00