.. |
utils
|
Update to rustc master
|
2018-03-13 11:38:21 +01:00 |
approx_const.rs
|
|
|
arithmetic.rs
|
|
|
array_indexing.rs
|
Update to rustc master
|
2018-03-13 11:38:21 +01:00 |
assign_ops.rs
|
Additionally suggest the semantic equal variant
|
2018-01-30 17:45:35 +01:00 |
attrs.rs
|
Lint multiline attributes properly
|
2018-02-21 21:29:05 +01:00 |
bit_mask.rs
|
Update to rustc master
|
2018-03-13 11:38:21 +01:00 |
blacklisted_name.rs
|
|
|
block_in_if_condition.rs
|
|
|
booleans.rs
|
|
|
bytecount.rs
|
|
|
collapsible_if.rs
|
|
|
const_static_lifetime.rs
|
don't suggest eliding 'static on associated consts
|
2018-02-06 12:22:34 -06:00 |
consts.rs
|
Update to rustc master
|
2018-03-13 11:38:21 +01:00 |
copies.rs
|
Fixes #2426 (if_same_then_else false positive)
|
2018-02-09 15:31:55 +01:00 |
cyclomatic_complexity.rs
|
|
|
deprecated_lints.rs
|
|
|
derive.rs
|
Rustup to rustc 1.26.0-nightly (322d7f7b9 2018-02-25)
|
2018-02-26 11:57:14 -08:00 |
doc.rs
|
|
|
double_comparison.rs
|
Add double comparions lint
|
2018-01-30 10:35:35 +09:00 |
double_parens.rs
|
|
|
drop_forget_ref.rs
|
|
|
else_if_without_else.rs
|
|
|
empty_enum.rs
|
|
|
entry.rs
|
|
|
enum_clike.rs
|
Rustup
|
2018-03-15 10:25:40 +01:00 |
enum_glob_use.rs
|
Add known false positive for enum_glob_use
|
2018-01-25 12:55:58 +05:30 |
enum_variants.rs
|
Update Rust to 063deba92e
|
2018-02-23 09:01:26 -08:00 |
eq_op.rs
|
|
|
erasing_op.rs
|
Update to rustc master
|
2018-03-13 11:38:21 +01:00 |
escape.rs
|
Remove rarely used type_size helper function
|
2018-02-09 15:24:31 +01:00 |
eta_reduction.rs
|
|
|
eval_order_dependence.rs
|
|
|
explicit_write.rs
|
|
|
fallible_impl_from.rs
|
|
|
format.rs
|
|
|
formatting.rs
|
|
|
functions.rs
|
|
|
identity_conversion.rs
|
|
|
identity_op.rs
|
Update to rustc master
|
2018-03-13 11:38:21 +01:00 |
if_let_redundant_pattern_matching.rs
|
|
|
if_not_else.rs
|
|
|
infinite_iter.rs
|
|
|
inline_fn_without_body.rs
|
Suggest removing inline attributes
|
2018-01-18 20:02:42 +11:00 |
int_plus_one.rs
|
|
|
invalid_ref.rs
|
Allow empty lines in lint doc examples
|
2018-02-01 23:21:36 +01:00 |
items_after_statements.rs
|
|
|
large_enum_variant.rs
|
Remove rarely used type_size helper function
|
2018-02-09 15:24:31 +01:00 |
len_zero.rs
|
|
|
let_if_seq.rs
|
|
|
lib.rs
|
Update to rustc master
|
2018-03-13 11:38:21 +01:00 |
lifetimes.rs
|
|
|
literal_representation.rs
|
Increase unreadable_literal digits (fixes #1958)
|
2018-03-06 14:24:01 +01:00 |
loops.rs
|
Update to rustc master
|
2018-03-13 11:38:21 +01:00 |
map_clone.rs
|
Merge branch 'master' of github.com:Manishearth/rust-clippy into fold_any
|
2018-01-19 12:10:24 +01:00 |
matches.rs
|
Update to rustc master
|
2018-03-13 11:38:21 +01:00 |
mem_forget.rs
|
|
|
methods.rs
|
Update to rustc master
|
2018-03-13 11:38:21 +01:00 |
minmax.rs
|
|
|
misc_early.rs
|
Rustup to rustc 1.25.0-nightly (a0dcecff9 2018-01-24)
|
2018-01-25 13:14:04 +05:30 |
misc.rs
|
Update to rustc master
|
2018-03-13 11:38:21 +01:00 |
missing_doc.rs
|
|
|
mut_mut.rs
|
|
|
mut_reference.rs
|
|
|
mutex_atomic.rs
|
|
|
needless_bool.rs
|
|
|
needless_borrow.rs
|
|
|
needless_borrowed_ref.rs
|
|
|
needless_continue.rs
|
|
|
needless_pass_by_value.rs
|
Rustup
|
2018-03-15 10:25:40 +01:00 |
needless_update.rs
|
|
|
neg_multiply.rs
|
Update to rustc master
|
2018-03-13 11:38:21 +01:00 |
new_without_default.rs
|
|
|
no_effect.rs
|
|
|
non_expressive_names.rs
|
Fix non_expressive_names
|
2018-02-02 01:54:07 -05:00 |
ok_if_let.rs
|
|
|
open_options.rs
|
|
|
overflow_check_conditional.rs
|
|
|
panic.rs
|
|
|
partialeq_ne_impl.rs
|
|
|
precedence.rs
|
|
|
print.rs
|
|
|
ptr.rs
|
Change recomendation to: &[type] from Cow<type>
|
2018-03-03 12:25:20 -05:00 |
question_mark.rs
|
Add question mark operator
|
2018-01-31 00:10:35 +01:00 |
ranges.rs
|
Update to rustc master
|
2018-03-13 11:38:21 +01:00 |
redundant_field_names.rs
|
Fix comment
|
2018-03-11 14:03:09 +09:00 |
reference.rs
|
|
|
regex.rs
|
Merge branch 'miri'
|
2018-03-15 10:49:13 +01:00 |
replace_consts.rs
|
|
|
returns.rs
|
|
|
serde_api.rs
|
|
|
shadow.rs
|
|
|
strings.rs
|
|
|
suspicious_trait_impl.rs
|
UnNeg and UnNot count as additional operations now
|
2018-03-06 13:58:03 +01:00 |
swap.rs
|
|
|
temporary_assignment.rs
|
|
|
transmute.rs
|
Cleanup calls to layout_of
|
2018-02-05 11:28:09 +01:00 |
types.rs
|
Update to rustc master
|
2018-03-13 11:38:21 +01:00 |
unicode.rs
|
|
|
unsafe_removed_from_name.rs
|
|
|
unused_io_amount.rs
|
|
|
unused_label.rs
|
Fix compilation
|
2018-01-27 15:03:17 +02:00 |
use_self.rs
|
|
|
vec.rs
|
Update to rustc master
|
2018-03-13 11:38:21 +01:00 |
zero_div_zero.rs
|
Update to rustc master
|
2018-03-13 11:38:21 +01:00 |