rust/clippy_lints/src
2018-04-28 12:56:31 +02:00
..
utils Rustup to latest nightly 2018-04-28 12:56:31 +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 Fix clippy warning 2018-04-02 07:04:25 +02:00
assign_ops.rs Categorize all the lints! 2018-03-28 15:24:26 +02:00
attrs.rs Fix compilation for nightly 2018-04-06 2018-04-07 07:32:30 +02: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 Allow float_cmp in consts lint code 2018-03-16 11:36:14 +01: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 Fix missing line comment in doc_markdown example 2018-04-27 02:31:36 -04: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 Rustup to latest nightly 2018-04-28 12:56:31 +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 Categorize all the lints! 2018-03-28 15:24:26 +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 New excessive precision lint for floats 2018-04-24 15:18:23 -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 Categorize all the lints! 2018-03-28 15:24:26 +02:00
inline_fn_without_body.rs Address review comments 2018-03-29 13:41:53 +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 Categorize all the lints! 2018-03-28 15:24:26 +02:00
let_if_seq.rs Categorize all the lints! 2018-03-28 15:24:26 +02:00
lib.rs rustup 2018-04-27 14:00:43 +02:00
lifetimes.rs Categorize all the lints! 2018-03-28 15:24:26 +02:00
literal_representation.rs Categorize all the lints! 2018-03-28 15:24:26 +02:00
loops.rs Rustup 2018-04-17 10:52:25 +02:00
map_clone.rs Categorize all the lints! 2018-03-28 15:24:26 +02:00
map_unit_fn.rs Refactor out enum and address nits 2018-04-15 15:37:11 +02: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 Fix clippy warning 2018-04-02 07:04:43 +02:00
minmax.rs Categorize all the lints! 2018-03-28 15:24:26 +02:00
misc_early.rs Fix compilation for nightly 2018-04-06 2018-04-07 07:32:30 +02:00
misc.rs Cleanup misc::check_nan 2018-04-15 13:01:09 +02:00
missing_doc.rs Categorize all the lints! 2018-03-28 15:24:26 +02:00
mut_mut.rs Categorize all the lints! 2018-03-28 15:24:26 +02:00
mut_reference.rs Categorize all the lints! 2018-03-28 15:24:26 +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 Temporarily disable the needless_borrow lint 2018-04-08 11:13:46 +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 rustup 2018-04-27 14:00:43 +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 Categorize all the lints! 2018-03-28 15:24:26 +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 Categorize all the lints! 2018-03-28 15:24:26 +02:00
question_mark.rs Categorize all the lints! 2018-03-28 15:24:26 +02:00
ranges.rs Categorize all the lints! 2018-03-28 15:24:26 +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 Fix compilation for nightly 2018-04-06 2018-04-07 07:32:30 +02: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 Remove extraneous `'s in {wrong,crosspointer}_transmute examples 2018-04-27 02:43:16 -04:00
types.rs Make cast_ptr_alignment ignore c_void 2018-04-24 11:37:51 -07: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 Categorize all the lints! 2018-03-28 15:24:26 +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