rust/clippy_utils/src
y21 f74ec6b1b8 new lint: missing_field_in_debug
move some strings into consts, more tests

s/missing_field_in_debug/missing_fields_in_debug

dont trigger in macro expansions

make dogfood tests happy

minor cleanups

replace HashSet with FxHashSet

replace match_def_path with match_type

if_chain -> let chains, fix markdown, allow newtype pattern

fmt

consider string literal in `.field()` calls as used

don't intern defined symbol, remove mentions of 'debug_tuple'

special-case PD, account for field access through `Deref`
2023-05-31 23:52:02 +02:00
..
ast_utils Merge commit '928e72dd10' into clippyup 2021-02-25 11:25:22 +01:00
mir Remove type-traversal trait aliases 2023-02-22 17:04:58 +00:00
ast_utils.rs Make clippy happy 2023-04-27 17:18:12 +00:00
attrs.rs Restrict From<S> for {D,Subd}iagnosticMessage. 2023-05-03 08:44:39 +10:00
check_proc_macro.rs Merge commit '371120bdbf' into clippyup 2023-05-05 17:45:49 +02:00
comparisons.rs Merge commit '928e72dd10' into clippyup 2021-02-25 11:25:22 +01:00
consts.rs Merge remote-tracking branch 'upstream/master' into rustup 2023-05-20 15:32:20 +02:00
diagnostics.rs Merge commit '4f3ab69ea0' into clippyup 2022-12-29 14:28:34 +01:00
eager_or_lazy.rs offset_of 2023-04-21 02:14:02 -07:00
higher.rs Merge commit '371120bdbf' into clippyup 2023-05-05 17:45:49 +02:00
hir_utils.rs Improve SpanlessEq 2023-05-18 16:42:13 -04:00
lib.rs [default_constructed_unit_structs]: do not lint type aliases 2023-05-22 16:13:23 +02:00
macros.rs Merge commit '371120bdbf' into clippyup 2023-05-05 17:45:49 +02:00
msrvs.rs add description and rename msrv tests 2023-05-16 11:20:00 -05:00
numeric_literal.rs Revert "Dogfood missing_assert_message on Clippy" 2023-03-08 08:51:50 +00:00
paths.rs new lint: missing_field_in_debug 2023-05-31 23:52:02 +02:00
ptr.rs Merge commit 'ac0e10aa68' into clippyup 2022-10-06 09:44:38 +02:00
qualify_min_const_fn.rs Merge commit '371120bdbf' into clippyup 2023-05-05 17:45:49 +02:00
source.rs remove todo 2023-05-22 20:06:58 -04:00
str_utils.rs Merge commit '0eff589afc' into clippyup 2021-12-30 15:10:43 +01:00
sugg.rs Merge commit '371120bdbf' into clippyup 2023-05-05 17:45:49 +02:00
sym_helper.rs Merge commit '928e72dd10' into clippyup 2021-02-25 11:25:22 +01:00
ty.rs Merge commit '371120bdbf' into clippyup 2023-05-05 17:45:49 +02:00
usage.rs rustc_hir: Relax lifetime requirements on Visitor::visit_path 2022-12-01 17:04:02 +03:00
visitors.rs offset_of 2023-04-21 02:14:02 -07:00