rust/compiler/rustc_resolve/src
bors 794c12416b Auto merge of - matthiaskrgr:rollup-ls2pilo, r=matthiaskrgr
Rollup of 10 pull requests

Successful merges:

 -  (rustdoc book: acknowledge --document-hidden-items)
 -  (Optionally add type names to `TypeId`s.)
 -  (libcore/net: `IpAddr::as_octets()`)
 -  (Stabilise `os_str_display`)
 -  (Move methods from Map to TyCtxt, part 3.)
 -  (Implement `read_buf` for WASI stdin)
 -  (Refactor `OperandRef::extract_field` to prep for MCP838)
 -  (Do not exempt nonexistent platforms from platform policy)
 -  (Stacker now handles miri using a noop impl itself)
 -  (remove few unused fields)

r? `@ghost`
`@rustbot` modify labels: rollup
2025-02-21 19:57:50 +00:00
..
late When giving a suggestion to use :: instead of . where the rhs is a macro giving a type, 2025-02-18 13:11:37 -06:00
build_reduced_graph.rs convert all_macro_rules from hashmap to hashset 2025-02-21 15:29:17 +03:00
check_unused.rs Run clippy --fix for unnecessary_map_or lint 2025-01-19 19:15:00 +00:00
def_collector.rs Rustfmt 2025-02-08 22:12:13 +00:00
diagnostics.rs Rollup merge of - yotamofek:resolve-cleanups2, r=compiler-errors 2025-02-11 18:04:28 +01:00
effective_visibilities.rs rustc_resolve: reduce rightwards drift with let..else 👉💨 2025-01-21 13:42:32 +00:00
errors.rs Use identifiers in diagnostics more often 2025-01-27 01:23:34 +00:00
ident.rs Rustfmt 2025-02-08 22:12:13 +00:00
imports.rs Enforce T: Hash for Interned<...> 2025-02-17 21:35:52 -05:00
late.rs Add a TyPat in the AST to reuse the generic arg lowering logic 2025-02-11 08:51:05 +00:00
lib.rs convert all_macro_rules from hashmap to hashset 2025-02-21 15:29:17 +03:00
macros.rs Reword message 2025-02-20 17:55:31 +00:00
rustdoc.rs rustdoc: improve refdef handling in the unresolved link lint 2025-02-15 12:21:35 -07:00