rust/clippy_utils/src
Nilstrieb 84b6049eb9 Use uninit checking from rustc
rustc has proper heuristics for actually checking whether a type allows
being left uninitialized (by asking CTFE). We can now use this for our
helper instead of rolling our own bad version with false positives.
2023-03-21 18:28:06 +01:00
..
ast_utils
mir Remove type-traversal trait aliases 2023-02-22 17:04:58 +00:00
ast_utils.rs Use ThinVec in various AST types. 2023-02-21 11:51:56 +11:00
attrs.rs Revert "Dogfood missing_assert_message on Clippy" 2023-03-08 08:51:50 +00:00
check_proc_macro.rs
comparisons.rs
consts.rs Use List::empty() instead of mk_substs(&[]). 2023-02-24 07:33:02 +11:00
diagnostics.rs
eager_or_lazy.rs Make clippy happy 2023-02-25 19:46:36 +00:00
higher.rs Restrict #[rustc_box] to Box::new calls 2023-03-02 02:42:19 +00:00
hir_utils.rs Make clippy happy 2023-02-25 19:46:36 +00:00
lib.rs Merge remote-tracking branch 'upstream/master' into rustup 2023-03-10 10:22:18 +01:00
macros.rs Auto merge of #10275 - Alexendoo:format-args-ast, r=flip1995 2023-03-10 09:38:18 +00:00
msrvs.rs New lint to detect &std::path::MAIN_SEPARATOR.to_string() 2023-03-16 21:42:04 +01:00
numeric_literal.rs Revert "Dogfood missing_assert_message on Clippy" 2023-03-08 08:51:50 +00:00
paths.rs New lint to detect &std::path::MAIN_SEPARATOR.to_string() 2023-03-16 21:42:04 +01:00
ptr.rs
qualify_min_const_fn.rs Remove DropAndReplace terminator 2023-03-07 14:25:22 +01:00
source.rs Remove snippet_with_macro_callsite 2023-03-02 00:51:04 -05:00
str_utils.rs
sugg.rs Auto merge of #10434 - Jarcho:snip_context, r=dswij 2023-03-11 12:45:20 +00:00
sym_helper.rs
ty.rs Use uninit checking from rustc 2023-03-21 18:28:06 +01:00
usage.rs
visitors.rs Make clippy happy 2023-02-25 19:46:36 +00:00