rust-clippy/src
Andreas Fackler 87df6ae8cb fix typos
2016-05-13 08:50:51 +03:00
..
utils suggest a op= b over a = a op b 2016-05-11 15:32:20 +02:00
approx_const.rs Rustup to 1.9.0-nightly (bf5da36f1 2016-04-06) 2016-04-08 02:23:14 +02:00
arithmetic.rs fixed tests, added clippy_restrictions lint group 2016-04-30 23:54:10 +02:00
array_indexing.rs needless borrows found in clippy 2016-05-09 13:07:55 +02:00
assign_ops.rs add known problems 2016-05-11 17:04:27 +02:00
attrs.rs Remove unused imports 2016-05-10 00:35:51 +09:00
bit_mask.rs rustfmt all the things 2016-04-14 20:14:03 +02:00
blacklisted_name.rs Rustup to 1.9.0-nightly (bf5da36f1 2016-04-06) 2016-04-08 02:23:14 +02:00
block_in_if_condition.rs needless borrows found in clippy 2016-05-09 13:07:55 +02:00
booleans.rs needless borrows found in clippy 2016-05-09 13:07:55 +02:00
collapsible_if.rs rustfmt all the things 2016-04-14 20:14:03 +02:00
consts.rs fallout 2016-05-09 13:08:00 +02:00
copies.rs needless borrows found in clippy 2016-05-09 13:07:55 +02:00
cyclomatic_complexity.rs needless borrows found in clippy 2016-05-09 13:07:55 +02:00
deprecated_lints.rs Deprecates 4 lints 2016-03-24 19:56:48 +01:00
derive.rs Move paths to their own module 2016-04-14 18:38:28 +02:00
doc.rs Don’t warn in titles in DOC_MARKDOWN 2016-05-05 21:49:57 +02:00
drop_ref.rs Move paths to their own module 2016-04-14 18:38:28 +02:00
entry.rs rustfmt all the things 2016-04-14 20:14:03 +02:00
enum_clike.rs Remove unused imports 2016-05-10 00:35:51 +09:00
enum_glob_use.rs rustfmt all the things 2016-04-14 20:14:03 +02:00
enum_variants.rs Remove unused imports 2016-05-10 00:35:51 +09:00
eq_op.rs Rustup to 1.9.0-nightly (bf5da36f1 2016-04-06) 2016-04-08 02:23:14 +02:00
escape.rs fix markdown generated from code 2016-05-06 16:09:05 +02:00
eta_reduction.rs Rustup to rustc 1.10.0-nightly (645dd013a 2016-04-24); release 0.0.64 2016-04-26 02:10:48 +05:30
format.rs Move paths to their own module 2016-04-14 18:38:28 +02:00
formatting.rs Beautify more docs 2016-03-28 21:24:36 +02:00
functions.rs fix typos 2016-05-13 08:50:51 +03:00
identity_op.rs Rustup to 1.9.0-nightly (bf5da36f1 2016-04-06) 2016-04-08 02:23:14 +02:00
if_not_else.rs Remove unused imports 2016-05-10 00:35:51 +09:00
items_after_statements.rs Remove unused imports 2016-05-10 00:35:51 +09:00
len_zero.rs needless borrows found in clippy 2016-05-09 13:07:55 +02:00
lib.rs Merge pull request #913 from oli-obk/assign_ops 2016-05-11 23:36:10 +02:00
lifetimes.rs needless borrows found in clippy 2016-05-09 13:07:55 +02:00
loops.rs needless borrows found in clippy 2016-05-09 13:07:55 +02:00
map_clone.rs Centralize more paths 2016-04-26 13:43:23 +02:00
matches.rs needless borrows found in clippy 2016-05-09 13:07:55 +02:00
mem_forget.rs Fixed destructor detection in mem_forget 2016-04-21 09:36:39 -07:00
methods.rs don't suggest closures over constants 2016-05-12 10:23:06 +02:00
minmax.rs Fix paths resolution 2016-04-26 13:31:52 +02:00
misc.rs needless borrows found in clippy 2016-05-09 13:07:55 +02:00
misc_early.rs Rustup to rustc 1.10.0-nightly (645dd013a 2016-04-24); release 0.0.64 2016-04-26 02:10:48 +05:30
mut_mut.rs rustfmt all the things 2016-04-14 20:14:03 +02:00
mut_reference.rs needless borrows found in clippy 2016-05-09 13:07:55 +02:00
mutex_atomic.rs Move paths to their own module 2016-04-14 18:38:28 +02:00
needless_bool.rs rustfmt all the things 2016-04-14 20:14:03 +02:00
needless_borrow.rs add needless_borrow lint 2016-05-09 13:07:43 +02:00
needless_update.rs Rustup to 1.9.0-nightly (bf5da36f1 2016-04-06) 2016-04-08 02:23:14 +02:00
neg_multiply.rs add neg_multiply lint (#862) 2016-04-17 23:33:21 +02:00
new_without_default.rs Improve new_without_default docs 2016-04-24 17:15:54 +05:30
no_effect.rs rustfmt all the things 2016-04-14 20:14:03 +02:00
non_expressive_names.rs properly lint function argument patterns in similar_names 2016-05-11 16:45:06 +02:00
open_options.rs rustfmt all the things 2016-04-14 20:14:03 +02:00
overflow_check_conditional.rs rustfmt all the things 2016-04-14 20:14:03 +02:00
panic.rs Move paths to their own module 2016-04-14 18:38:28 +02:00
precedence.rs rustfmt all the things 2016-04-14 20:14:03 +02:00
print.rs Move paths to their own module 2016-04-14 18:38:28 +02:00
ptr_arg.rs Move paths to their own module 2016-04-14 18:38:28 +02:00
ranges.rs Fix paths resolution 2016-04-26 13:31:52 +02:00
regex.rs Fix tests 2016-05-08 01:13:05 +02:00
returns.rs rustfmt all the things 2016-04-14 20:14:03 +02:00
shadow.rs properly lint function argument patterns in similar_names 2016-05-11 16:45:06 +02:00
strings.rs rustfmt all the things 2016-04-14 20:14:03 +02:00
swap.rs rustup: fix breakage in diagnostics API 2016-05-04 08:54:59 +02:00
temporary_assignment.rs rustfmt all the things 2016-04-14 20:14:03 +02:00
transmute.rs rustfmt all the things 2016-04-14 20:14:03 +02:00
types.rs needless borrows found in clippy 2016-05-09 13:07:55 +02:00
unicode.rs fix markdown generated from code 2016-05-06 16:09:05 +02:00
unsafe_removed_from_name.rs Removed unnecessary restriction of unsafe_removed_from_name to top-level use statements 2016-04-19 21:41:45 -07:00
unused_label.rs Rustup to 1.9.0-nightly (bf5da36f1 2016-04-06) 2016-04-08 02:23:14 +02:00
vec.rs rustfmt all the things 2016-04-14 20:14:03 +02:00
zero_div_zero.rs Rustup to 1.9.0-nightly (bf5da36f1 2016-04-06) 2016-04-08 02:23:14 +02:00