rust/compiler/rustc_resolve/src
Nicholas Nethercote 824667f753 Improve some names.
Lots of vectors of messages called `message` or `msg`. This commit
pluralizes them.

Note that `emit_message_default` and `emit_messages_default` both
already existed, and both process a vector, so I renamed the former
`emit_messages_default_inner` because it's called by the latter.
2023-12-23 13:23:28 +11:00
..
diagnostics
late Give DiagnosticBuilder a default type. 2023-12-23 13:23:10 +11:00
build_reduced_graph.rs resolve: Stop feeding visibilities for import list stems 2023-12-20 20:27:10 +03:00
check_unused.rs Rollup merge of #116905 - Fenex:refactor/compiler/resolve, r=petrochenkov 2023-10-26 17:45:43 +02:00
def_collector.rs Introduce closure_id method on CoroutineKind 2023-12-08 21:46:39 +00:00
diagnostics.rs Give DiagnosticBuilder a default type. 2023-12-23 13:23:10 +11:00
effective_visibilities.rs resolve: Replace visibility table in resolver outputs with query feeding 2023-12-18 02:26:55 +03:00
errors.rs tip for define macro name after macro_rules! 2023-12-06 23:19:39 +08:00
ident.rs Rename HandlerInner::delay_span_bug as HandlerInner::span_delayed_bug. 2023-12-02 09:01:19 +11:00
imports.rs more clippy::complexity fixes 2023-12-12 20:41:51 +01:00
late.rs Improve some names. 2023-12-23 13:23:28 +11:00
lib.rs Give DiagnosticBuilder a default type. 2023-12-23 13:23:10 +11:00
macros.rs Rename Session::span_diagnostic as Session::dcx. 2023-12-18 16:06:21 +11:00
rustdoc.rs NFC don't convert types to identical types 2023-12-15 23:56:24 +01:00