| .. |
|
utils
|
use span_lint_and_then instead of adding to the DiagnosticWrapper
|
2016-06-27 17:14:04 +02:00 |
|
approx_const.rs
|
round 1
|
2016-06-16 12:20:05 +02:00 |
|
arithmetic.rs
|
Run rustfmt
|
2016-06-10 00:08:14 +02:00 |
|
array_indexing.rs
|
Run rustfmt
|
2016-06-10 00:08:14 +02:00 |
|
assign_ops.rs
|
Run rustfmt
|
2016-06-10 00:08:14 +02:00 |
|
attrs.rs
|
split clippy into lints, plugin and cargo-clippy
|
2016-05-27 13:03:58 +02:00 |
|
bit_mask.rs
|
Cleanup
|
2016-06-10 00:08:14 +02:00 |
|
blacklisted_name.rs
|
s/PatKind::Ident/PatKind::Binding/g
|
2016-05-31 23:30:49 +02:00 |
|
block_in_if_condition.rs
|
Cleanup, use matches! some more
|
2016-06-05 20:46:42 +02:00 |
|
booleans.rs
|
Run rustfmt
|
2016-06-10 00:08:14 +02:00 |
|
collapsible_if.rs
|
Make COLLAPSIBLE_IF consider if let
|
2016-06-29 17:09:39 +02:00 |
|
consts.rs
|
dogfood error in consts fixed
|
2016-05-31 23:30:49 +02:00 |
|
copies.rs
|
s/PatKind::Ident/PatKind::Binding/g
|
2016-05-31 23:30:49 +02:00 |
|
cyclomatic_complexity.rs
|
Run rustfmt
|
2016-06-10 00:08:14 +02:00 |
|
deprecated_lints.rs
|
split clippy into lints, plugin and cargo-clippy
|
2016-05-27 13:03:58 +02:00 |
|
derive.rs
|
Run rustfmt
|
2016-06-10 00:08:14 +02:00 |
|
doc.rs
|
round 1
|
2016-06-16 12:20:05 +02:00 |
|
drop_ref.rs
|
round 1
|
2016-06-16 12:20:05 +02:00 |
|
entry.rs
|
Format all if_let_chain consistently
|
2016-06-10 00:09:17 +02:00 |
|
enum_clike.rs
|
round 1
|
2016-06-16 12:20:05 +02:00 |
|
enum_glob_use.rs
|
Rustup to *1.11.0-nightly (7d2f75a95 2016-06-09)*
|
2016-06-10 20:08:55 +02:00 |
|
enum_variants.rs
|
allow by default
|
2016-06-16 18:37:56 +02:00 |
|
eq_op.rs
|
split clippy into lints, plugin and cargo-clippy
|
2016-05-27 13:03:58 +02:00 |
|
escape.rs
|
round 1
|
2016-06-16 12:20:05 +02:00 |
|
eta_reduction.rs
|
s/PatKind::Ident/PatKind::Binding/g
|
2016-05-31 23:30:49 +02:00 |
|
format.rs
|
round 1
|
2016-06-16 12:20:05 +02:00 |
|
formatting.rs
|
split clippy into lints, plugin and cargo-clippy
|
2016-05-27 13:03:58 +02:00 |
|
functions.rs
|
Run rustfmt
|
2016-06-10 00:08:14 +02:00 |
|
identity_op.rs
|
split clippy into lints, plugin and cargo-clippy
|
2016-05-27 13:03:58 +02:00 |
|
if_not_else.rs
|
split clippy into lints, plugin and cargo-clippy
|
2016-05-27 13:03:58 +02:00 |
|
items_after_statements.rs
|
split clippy into lints, plugin and cargo-clippy
|
2016-05-27 13:03:58 +02:00 |
|
len_zero.rs
|
split clippy into lints, plugin and cargo-clippy
|
2016-05-27 13:03:58 +02:00 |
|
let_if_seq.rs
|
Rustup to *1.11.0-nightly (7d2f75a95 2016-06-09)*
|
2016-06-10 20:08:55 +02:00 |
|
lib.rs
|
new lint: double_neg
|
2016-06-30 01:00:25 +02:00 |
|
lifetimes.rs
|
fallout
|
2016-06-21 13:49:08 +02:00 |
|
loops.rs
|
Merge pull request #994 from oli-obk/stuttter
|
2016-06-16 19:00:43 +02:00 |
|
map_clone.rs
|
round 1
|
2016-06-16 12:20:05 +02:00 |
|
matches.rs
|
fallout2
|
2016-06-21 13:51:44 +02:00 |
|
mem_forget.rs
|
Rustup to *1.11.0-nightly (7d2f75a95 2016-06-09)*
|
2016-06-10 20:08:55 +02:00 |
|
methods.rs
|
use span_lint_and_then instead of adding to the DiagnosticWrapper
|
2016-06-27 17:14:04 +02:00 |
|
minmax.rs
|
Small cleanup
|
2016-06-29 17:09:39 +02:00 |
|
misc.rs
|
Don't use identifier hygiene in HIR
|
2016-06-15 16:36:22 +02:00 |
|
misc_early.rs
|
new lint: double_neg
|
2016-06-30 01:00:25 +02:00 |
|
mut_mut.rs
|
Fix FP with mut_mut and for loops
|
2016-06-29 17:09:39 +02:00 |
|
mut_reference.rs
|
split clippy into lints, plugin and cargo-clippy
|
2016-05-27 13:03:58 +02:00 |
|
mutex_atomic.rs
|
split clippy into lints, plugin and cargo-clippy
|
2016-05-27 13:03:58 +02:00 |
|
needless_bool.rs
|
Rustup to *1.11.0-nightly (7d2f75a95 2016-06-09)*
|
2016-06-10 20:08:55 +02:00 |
|
needless_borrow.rs
|
Run rustfmt
|
2016-06-10 00:08:14 +02:00 |
|
needless_update.rs
|
round 1
|
2016-06-16 12:20:05 +02:00 |
|
neg_multiply.rs
|
Cleanup trailing space
|
2016-06-10 00:08:14 +02:00 |
|
new_without_default.rs
|
use span_lint_and_then instead of adding to the DiagnosticWrapper
|
2016-06-27 17:14:04 +02:00 |
|
no_effect.rs
|
round 1
|
2016-06-16 12:20:05 +02:00 |
|
non_expressive_names.rs
|
Run rustfmt
|
2016-06-10 00:08:14 +02:00 |
|
open_options.rs
|
round 1
|
2016-06-16 12:20:05 +02:00 |
|
overflow_check_conditional.rs
|
Format all if_let_chain consistently
|
2016-06-10 00:09:17 +02:00 |
|
panic.rs
|
round 1
|
2016-06-16 12:20:05 +02:00 |
|
precedence.rs
|
split clippy into lints, plugin and cargo-clippy
|
2016-05-27 13:03:58 +02:00 |
|
print.rs
|
round 1
|
2016-06-16 12:20:05 +02:00 |
|
ptr_arg.rs
|
split clippy into lints, plugin and cargo-clippy
|
2016-05-27 13:03:58 +02:00 |
|
ranges.rs
|
Format all if_let_chain consistently
|
2016-06-10 00:09:17 +02:00 |
|
regex.rs
|
round 1
|
2016-06-16 12:20:05 +02:00 |
|
returns.rs
|
Format all if_let_chain consistently
|
2016-06-10 00:09:17 +02:00 |
|
shadow.rs
|
use span_lint_and_then instead of adding to the DiagnosticWrapper
|
2016-06-27 17:14:04 +02:00 |
|
strings.rs
|
split clippy into lints, plugin and cargo-clippy
|
2016-05-27 13:03:58 +02:00 |
|
swap.rs
|
Fix wrong suggestion with MANUAL_SWAP and slices
|
2016-06-05 20:19:00 +02:00 |
|
temporary_assignment.rs
|
round 1
|
2016-06-16 12:20:05 +02:00 |
|
transmute.rs
|
Merge pull request #1053 from oli-obk/char_float_transmute
|
2016-06-28 14:50:39 +02:00 |
|
types.rs
|
Rustup to *1.11.0-nightly (7d2f75a95 2016-06-09)*
|
2016-06-10 20:08:55 +02:00 |
|
unicode.rs
|
split clippy into lints, plugin and cargo-clippy
|
2016-05-27 13:03:58 +02:00 |
|
unsafe_removed_from_name.rs
|
Run rustfmt
|
2016-06-10 00:08:14 +02:00 |
|
unused_label.rs
|
Run rustfmt
|
2016-06-10 00:08:14 +02:00 |
|
vec.rs
|
round 1
|
2016-06-16 12:20:05 +02:00 |
|
zero_div_zero.rs
|
round 1
|
2016-06-16 12:20:05 +02:00 |