rust-clippy/clippy_lints/src
2018-05-11 19:05:34 +02:00
..
utils Patterns, locals and matches for author lint 2018-05-11 19:05:34 +02:00
approx_const.rs Implementation + move one lint 2018-03-27 17:13:55 +02:00
arithmetic.rs Categorize all the lints! 2018-03-28 15:24:26 +02:00
array_indexing.rs Check that we don't treat any type but a range type as a range 2018-05-08 17:16:01 +02:00
assign_ops.rs Categorize all the lints! 2018-03-28 15:24:26 +02:00
attrs.rs Fixed build for latest nightly (again) 2018-05-03 23:28:48 +01:00
bit_mask.rs Categorize all the lints! 2018-03-28 15:24:26 +02:00
blacklisted_name.rs Categorize all the lints! 2018-03-28 15:24:26 +02:00
block_in_if_condition.rs Categorize all the lints! 2018-03-28 15:24:26 +02:00
booleans.rs Fix nonminimal_bool false positive 2018-04-07 12:52:59 +02:00
bytecount.rs Categorize all the lints! 2018-03-28 15:24:26 +02:00
collapsible_if.rs Categorize all the lints! 2018-03-28 15:24:26 +02:00
const_static_lifetime.rs Fix compilation for nightly 2018-04-06 2018-04-07 07:32:30 +02:00
consts.rs Rustup to 2018-05-11 2018-05-11 09:53:21 +02:00
copies.rs Rustup to latest nightly 2018-04-28 12:56:31 +02:00
cyclomatic_complexity.rs Categorize all the lints! 2018-03-28 15:24:26 +02:00
deprecated_lints.rs Deprecate misaligned_transmute 2018-04-11 02:50:04 -07:00
derive.rs Fix docs to match behavior 2018-04-06 22:44:25 -07:00
doc.rs Satisfy dogfood 2018-05-04 12:59:45 +02:00
double_comparison.rs Categorize all the lints! 2018-03-28 15:24:26 +02:00
double_parens.rs Categorize all the lints! 2018-03-28 15:24:26 +02:00
drop_forget_ref.rs Fix missing line comments in {drop,forget}_copy examples 2018-04-27 02:40:19 -04:00
else_if_without_else.rs Categorize all the lints! 2018-03-28 15:24:26 +02:00
empty_enum.rs Categorize all the lints! 2018-03-28 15:24:26 +02:00
entry.rs Categorize all the lints! 2018-03-28 15:24:26 +02:00
enum_clike.rs Categorize all the lints! 2018-03-28 15:24:26 +02:00
enum_glob_use.rs Categorize all the lints! 2018-03-28 15:24:26 +02:00
enum_variants.rs Merge pull request #2701 from nathan/patch-1 2018-05-01 16:47:53 +02:00
eq_op.rs Categorize all the lints! 2018-03-28 15:24:26 +02:00
erasing_op.rs Categorize all the lints! 2018-03-28 15:24:26 +02:00
escape.rs Fixes compilation for rust nightly 2018-05-05 2018-05-06 14:05:41 +02:00
eta_reduction.rs Categorize all the lints! 2018-03-28 15:24:26 +02:00
eval_order_dependence.rs Categorize all the lints! 2018-03-28 15:24:26 +02:00
excessive_precision.rs Fix 1x..x.0 false positive, pretty suggestion 2018-05-05 09:45:14 -07:00
explicit_write.rs Categorize all the lints! 2018-03-28 15:24:26 +02:00
fallible_impl_from.rs Categorize all the lints! 2018-03-28 15:24:26 +02:00
format.rs Fix clippy warnings 2018-04-12 08:50:42 +02:00
formatting.rs Address review comments 2018-03-29 13:41:53 +02:00
functions.rs rustup 2018-04-27 14:00:43 +02:00
identity_conversion.rs Categorize all the lints! 2018-03-28 15:24:26 +02:00
identity_op.rs Categorize all the lints! 2018-03-28 15:24:26 +02:00
if_let_redundant_pattern_matching.rs Categorize all the lints! 2018-03-28 15:24:26 +02:00
if_not_else.rs Categorize all the lints! 2018-03-28 15:24:26 +02:00
infallible_destructuring_match.rs Implement lint for destructuring tuple structs with a let and a match (closes #2671) 2018-04-24 17:56:13 +01:00
infinite_iter.rs Check that we don't treat any type but a range type as a range 2018-05-08 17:16:01 +02:00
inline_fn_without_body.rs Update inline_fn_without_body.rs 2018-05-04 10:17:30 +02:00
int_plus_one.rs Categorize all the lints! 2018-03-28 15:24:26 +02:00
invalid_ref.rs Categorize all the lints! 2018-03-28 15:24:26 +02:00
items_after_statements.rs Categorize all the lints! 2018-03-28 15:24:26 +02:00
large_enum_variant.rs Categorize all the lints! 2018-03-28 15:24:26 +02:00
len_zero.rs Update len_zero to handle comparisions with one 2018-05-06 23:54:05 +02:00
let_if_seq.rs Categorize all the lints! 2018-03-28 15:24:26 +02:00
lib.rs Merge pull request #2713 from alexreg/nightly-fix 2018-05-04 15:06:59 +02:00
lifetimes.rs Categorize all the lints! 2018-03-28 15:24:26 +02:00
literal_representation.rs Fix 1x..x.0 false positive, pretty suggestion 2018-05-05 09:45:14 -07:00
loops.rs Rustup to 2018-05-11 2018-05-11 09:53:21 +02:00
map_clone.rs Rustup to 2018-05-11 2018-05-11 09:53:21 +02:00
map_unit_fn.rs Fixed build for latest nightly 2018-05-01 17:10:25 +01:00
matches.rs Categorize all the lints! 2018-03-28 15:24:26 +02:00
mem_forget.rs Categorize all the lints! 2018-03-28 15:24:26 +02:00
methods.rs Rustup to 2018-05-11 2018-05-11 09:53:21 +02:00
minmax.rs Categorize all the lints! 2018-03-28 15:24:26 +02:00
misc.rs Cleanup misc::check_nan 2018-04-15 13:01:09 +02:00
misc_early.rs Fix compilation for nightly 2018-04-06 2018-04-07 07:32:30 +02:00
missing_doc.rs Fixed build for latest nightly (again) 2018-05-03 23:28:48 +01:00
multiple_crate_versions.rs Lint for multiple versions of dependencies 2018-04-30 06:20:39 +07:00
mut_mut.rs Reintroduce the lost (im)mutability checks 2018-05-11 09:53:22 +02:00
mut_reference.rs Reintroduce the lost (im)mutability checks 2018-05-11 09:53:22 +02:00
mutex_atomic.rs Address review comments 2018-03-29 13:41:53 +02:00
needless_bool.rs Address review comments 2018-03-29 13:41:53 +02:00
needless_borrow.rs Rustup to 2018-05-11 2018-05-11 09:53:21 +02:00
needless_borrowed_ref.rs Categorize all the lints! 2018-03-28 15:24:26 +02:00
needless_continue.rs Categorize all the lints! 2018-03-28 15:24:26 +02:00
needless_pass_by_value.rs Fixes compilation for rust nightly 2018-05-05 2018-05-06 14:05:41 +02:00
needless_update.rs Categorize all the lints! 2018-03-28 15:24:26 +02:00
neg_multiply.rs Categorize all the lints! 2018-03-28 15:24:26 +02:00
new_without_default.rs Categorize all the lints! 2018-03-28 15:24:26 +02:00
no_effect.rs Fix compilation for nightly 2018-04-15 2018-04-15 05:01:43 +02:00
non_expressive_names.rs Rustup to latest nightly 2018-04-28 12:56:31 +02:00
ok_if_let.rs Categorize all the lints! 2018-03-28 15:24:26 +02:00
open_options.rs Categorize all the lints! 2018-03-28 15:24:26 +02:00
overflow_check_conditional.rs Categorize all the lints! 2018-03-28 15:24:26 +02:00
panic.rs panic_params: don't lint escaped squigglies 2018-05-09 12:29:28 +02:00
partialeq_ne_impl.rs Categorize all the lints! 2018-03-28 15:24:26 +02:00
precedence.rs Categorize all the lints! 2018-03-28 15:24:26 +02:00
ptr.rs Reintroduce the lost (im)mutability checks 2018-05-11 09:53:22 +02:00
question_mark.rs Categorize all the lints! 2018-03-28 15:24:26 +02:00
ranges.rs Check that we don't treat any type but a range type as a range 2018-05-08 17:16:01 +02:00
redundant_field_names.rs Categorize all the lints! 2018-03-28 15:24:26 +02:00
reference.rs Categorize all the lints! 2018-03-28 15:24:26 +02:00
regex.rs Version bump 2018-04-19 08:36:22 +02:00
replace_consts.rs Categorize all the lints! 2018-03-28 15:24:26 +02:00
returns.rs Fixed build for latest nightly (again) 2018-05-03 23:28:48 +01:00
serde_api.rs Categorize all the lints! 2018-03-28 15:24:26 +02:00
shadow.rs Fix compilation for nightly 2018-04-15 2018-04-15 05:01:43 +02:00
strings.rs Categorize all the lints! 2018-03-28 15:24:26 +02:00
suspicious_trait_impl.rs Categorize all the lints! 2018-03-28 15:24:26 +02:00
swap.rs Categorize all the lints! 2018-03-28 15:24:26 +02:00
temporary_assignment.rs Fix clippy error 2018-04-15 05:20:30 +02:00
transmute.rs Rustup to 2018-05-11 2018-05-11 09:53:21 +02:00
types.rs Prevent crash when macro is in different file 2018-05-01 18:46:15 +02:00
unicode.rs Categorize all the lints! 2018-03-28 15:24:26 +02:00
unsafe_removed_from_name.rs Rustup to latest nightly 2018-04-28 12:56:31 +02:00
unused_io_amount.rs Categorize all the lints! 2018-03-28 15:24:26 +02:00
unused_label.rs Rustup to latest nightly 2018-04-28 12:56:31 +02:00
use_self.rs Categorize all the lints! 2018-03-28 15:24:26 +02:00
vec.rs Rustup to 2018-05-11 2018-05-11 09:53:21 +02:00
write.rs Rustup to latest nightly 2018-04-28 12:56:31 +02:00
zero_div_zero.rs Categorize all the lints! 2018-03-28 15:24:26 +02:00