| .. |
|
utils
|
Merge pull request #1099 from Manishearth/fix
|
2016-07-14 21:32:45 +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
|
Move unsugar_range to utils::higher
|
2016-07-01 17:12:49 +02:00 |
|
assign_ops.rs
|
Use utils::sugg in ASSIGN_OPS
|
2016-07-01 17:12:48 +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
|
Rustup to ea0dc92972
|
2016-07-01 17:44:17 +02:00 |
|
collapsible_if.rs
|
Merge pull request #1060 from Manishearth/sugg
|
2016-07-10 00:06:30 +02:00 |
|
consts.rs
|
Check for comparison of -0.0 and 0.0 in PartialOrd for Constant
|
2016-07-13 09:55:16 -07:00 |
|
copies.rs
|
Rustup to rustc 1.12.0-nightly (f93aaf84c 2016-07-09)
|
2016-07-10 15:42:02 +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
|
Handle /** and ~~~ in DOC_MARKDOWN
|
2016-07-08 18:24:47 +02:00 |
|
drop_ref.rs
|
round 1
|
2016-06-16 12:20:05 +02:00 |
|
entry.rs
|
Use span_suggestion in entry lints
|
2016-07-03 23:27:44 +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
|
Don't warn when boxing large arrays
|
2016-07-12 18:49:34 +05:30 |
|
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
|
Merge remote-tracking branch 'origin/rustup' into sugg
|
2016-07-01 17:48:57 +02:00 |
|
functions.rs
|
Make #991 work with current rust
|
2016-07-03 13:55:23 +05:30 |
|
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
|
Rustup to ea0dc92972
|
2016-07-01 17:44:17 +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
|
Remove unnecessary feature
|
2016-07-12 20:21:45 +05:30 |
|
lifetimes.rs
|
fallout
|
2016-06-21 13:49:08 +02:00 |
|
loops.rs
|
Fix FP with for loops and shadowed loop variable
|
2016-07-10 14:05:57 +02:00 |
|
map_clone.rs
|
round 1
|
2016-06-16 12:20:05 +02:00 |
|
matches.rs
|
Rustup to rustc 1.12.0-nightly (f93aaf84c 2016-07-09)
|
2016-07-10 15:42:02 +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
|
Format code for methods lints
|
2016-07-14 22:56:20 +02:00 |
|
minmax.rs
|
Small cleanup
|
2016-06-29 17:09:39 +02:00 |
|
misc.rs
|
Suggest mutability and fix type in toplevel-ref-arg
|
2016-07-15 17:52:34 +05:30 |
|
misc_early.rs
|
Cleanup
|
2016-07-01 21:01:56 +02:00 |
|
mut_mut.rs
|
Move more functions to utils::higher
|
2016-07-01 17:12:49 +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
|
Address PR's comments
|
2016-07-06 15:49:49 +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
|
Fix suggestions for NEW_WITHOUT_DEFAULT
|
2016-07-10 14:20:38 +02:00 |
|
no_effect.rs
|
round 1
|
2016-06-16 12:20:05 +02:00 |
|
non_expressive_names.rs
|
Fix MANY_SINGLE_CHAR_NAMES's docs
|
2016-07-14 17:42:57 +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
|
Move unsugar_range to utils::higher
|
2016-07-01 17:12:49 +02:00 |
|
regex.rs
|
round 1
|
2016-06-16 12:20:05 +02:00 |
|
returns.rs
|
Fix suggestion spans for NEEDLESS_RETURN
|
2016-07-14 18:32:48 +02:00 |
|
shadow.rs
|
Move more functions to utils::higher
|
2016-07-01 17:12:49 +02:00 |
|
strings.rs
|
split clippy into lints, plugin and cargo-clippy
|
2016-05-27 13:03:58 +02:00 |
|
swap.rs
|
Use utils::sugg in swap lints
|
2016-07-02 17:31:22 +02:00 |
|
temporary_assignment.rs
|
round 1
|
2016-06-16 12:20:05 +02:00 |
|
transmute.rs
|
Address PR's comments
|
2016-07-06 15:49:49 +02:00 |
|
types.rs
|
Move more functions to utils::higher
|
2016-07-01 17:12:49 +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
|
Fix FP with USELESS_VEC and non-copy types
|
2016-07-14 19:31:17 +02:00 |
|
zero_div_zero.rs
|
round 1
|
2016-06-16 12:20:05 +02:00 |