| .. |
|
utils
|
add expression and pattern dump
|
2016-10-24 14:28:58 +02:00 |
|
approx_const.rs
|
Make lint descriptions short and to the point; always fitting the column "triggers on".
|
2016-08-07 08:09:26 +02:00 |
|
arithmetic.rs
|
Make lint descriptions short and to the point; always fitting the column "triggers on".
|
2016-08-07 08:09:26 +02:00 |
|
array_indexing.rs
|
Rustup to *rustc 1.14.0-nightly (144af3e97 2016-10-02)*
|
2016-10-03 21:25:27 +02:00 |
|
assign_ops.rs
|
Make lint descriptions short and to the point; always fitting the column "triggers on".
|
2016-08-07 08:09:26 +02:00 |
|
attrs.rs
|
Rustup to *rustc 1.14.0-nightly (f09420685 2016-10-20)*
|
2016-10-22 15:57:19 +02:00 |
|
bit_mask.rs
|
Make lint descriptions short and to the point; always fitting the column "triggers on".
|
2016-08-07 08:09:26 +02:00 |
|
blacklisted_name.rs
|
Make the lint docstrings more consistent.
|
2016-08-07 08:06:19 +02:00 |
|
block_in_if_condition.rs
|
Make lint descriptions short and to the point; always fitting the column "triggers on".
|
2016-08-07 08:09:26 +02:00 |
|
booleans.rs
|
Close code block in docstring
|
2016-08-08 13:34:21 +02:00 |
|
collapsible_if.rs
|
Make the lint docstrings more consistent.
|
2016-08-07 08:06:19 +02:00 |
|
consts.rs
|
Rustup to *rustc 1.14.0-nightly (144af3e97 2016-10-02)*
|
2016-10-03 21:25:27 +02:00 |
|
copies.rs
|
Avoid redundant multiple pattern suggested when one pattern is _
|
2016-10-08 16:29:19 +02:00 |
|
cyclomatic_complexity.rs
|
rustup for the ! type
|
2016-08-17 17:58:15 +02:00 |
|
deprecated_lints.rs
|
split clippy into lints, plugin and cargo-clippy
|
2016-05-27 13:03:58 +02:00 |
|
derive.rs
|
Rustup to *rustc 1.13.0-nightly (f1f40f850 2016-09-09)*
|
2016-09-10 19:13:49 +02:00 |
|
doc.rs
|
Make lint descriptions short and to the point; always fitting the column "triggers on".
|
2016-08-07 08:09:26 +02:00 |
|
drop_ref.rs
|
Make lint descriptions short and to the point; always fitting the column "triggers on".
|
2016-08-07 08:09:26 +02:00 |
|
entry.rs
|
Make the lint docstrings more consistent.
|
2016-08-07 08:06:19 +02:00 |
|
enum_clike.rs
|
Make lint descriptions short and to the point; always fitting the column "triggers on".
|
2016-08-07 08:09:26 +02:00 |
|
enum_glob_use.rs
|
Rustup to *rustc 1.14.0-nightly (3210fd5c2 2016-10-05)*
|
2016-10-06 17:46:50 +02:00 |
|
enum_variants.rs
|
also lint private modules for module_inception, as that is the main issue
|
2016-09-13 10:19:55 +02:00 |
|
eq_op.rs
|
Make the lint docstrings more consistent.
|
2016-08-07 08:06:19 +02:00 |
|
escape.rs
|
Rustup to rustc 1.13.0-nightly (a23064af5 2016-08-27)
|
2016-08-28 17:25:58 +02:00 |
|
eta_reduction.rs
|
rustup for the ! type
|
2016-08-17 17:58:15 +02:00 |
|
eval_order_dependence.rs
|
Rustup to *rustc 1.14.0-nightly (144af3e97 2016-10-02)*
|
2016-10-03 21:25:27 +02:00 |
|
format.rs
|
Fix unused import warning
|
2016-10-22 16:16:38 +02:00 |
|
formatting.rs
|
Make the lint docstrings more consistent.
|
2016-08-07 08:06:19 +02:00 |
|
functions.rs
|
extern fns often need to adhere to a specific api -> don't suggest api-changes
|
2016-08-08 17:21:47 +02:00 |
|
identity_op.rs
|
Make lint descriptions short and to the point; always fitting the column "triggers on".
|
2016-08-07 08:09:26 +02:00 |
|
if_not_else.rs
|
Make lint descriptions short and to the point; always fitting the column "triggers on".
|
2016-08-07 08:09:26 +02:00 |
|
items_after_statements.rs
|
Make lint descriptions short and to the point; always fitting the column "triggers on".
|
2016-08-07 08:09:26 +02:00 |
|
len_zero.rs
|
Rustup to *rustc 1.13.0-nightly (d0623cf7b 2016-09-26)*
|
2016-09-28 01:09:11 +02:00 |
|
let_if_seq.rs
|
Make lint descriptions short and to the point; always fitting the column "triggers on".
|
2016-08-07 08:09:26 +02:00 |
|
lib.rs
|
add expression and pattern dump
|
2016-10-24 14:28:58 +02:00 |
|
lifetimes.rs
|
Make the lint docstrings more consistent.
|
2016-08-07 08:06:19 +02:00 |
|
loops.rs
|
Add a lint to warn about un-necessary .into_iter()
|
2016-09-30 17:42:43 -07:00 |
|
map_clone.rs
|
Make lint descriptions short and to the point; always fitting the column "triggers on".
|
2016-08-07 08:09:26 +02:00 |
|
matches.rs
|
Fix typo in example codes of "matches" lints
|
2016-09-18 20:17:25 +09:00 |
|
mem_forget.rs
|
Make lint descriptions short and to the point; always fitting the column "triggers on".
|
2016-08-07 08:09:26 +02:00 |
|
methods.rs
|
Suggest nth(X) instead of skip(X).next()
|
2016-10-14 13:38:00 +02:00 |
|
minmax.rs
|
Make lint descriptions short and to the point; always fitting the column "triggers on".
|
2016-08-07 08:09:26 +02:00 |
|
misc.rs
|
Rustup to *rustc 1.13.0-nightly (d0623cf7b 2016-09-26)*
|
2016-09-28 01:09:11 +02:00 |
|
misc_early.rs
|
Add a builtin_type_shadow lint
|
2016-08-28 19:56:18 +02:00 |
|
missing_doc.rs
|
Revert "Remove all union stuffs"
|
2016-09-04 17:45:36 +02:00 |
|
mut_mut.rs
|
Make the lint docstrings more consistent.
|
2016-08-07 08:06:19 +02:00 |
|
mut_reference.rs
|
Make lint descriptions short and to the point; always fitting the column "triggers on".
|
2016-08-07 08:09:26 +02:00 |
|
mutex_atomic.rs
|
Rustup to *rustc 1.13.0-nightly (f1f40f850 2016-09-09)*
|
2016-09-10 19:13:49 +02:00 |
|
needless_bool.rs
|
Make lint descriptions short and to the point; always fitting the column "triggers on".
|
2016-08-07 08:09:26 +02:00 |
|
needless_borrow.rs
|
Make the lint docstrings more consistent.
|
2016-08-07 08:06:19 +02:00 |
|
needless_update.rs
|
Rustup to *rustc 1.13.0-nightly (f1f40f850 2016-09-09)*
|
2016-09-10 19:13:49 +02:00 |
|
neg_multiply.rs
|
Make lint descriptions short and to the point; always fitting the column "triggers on".
|
2016-08-07 08:09:26 +02:00 |
|
new_without_default.rs
|
Rustup to *rustc 1.13.0-nightly (f1f40f850 2016-09-09)*
|
2016-09-10 19:13:49 +02:00 |
|
no_effect.rs
|
Rustup to *rustc 1.14.0-nightly (3210fd5c2 2016-10-05)*
|
2016-10-06 17:46:50 +02:00 |
|
non_expressive_names.rs
|
Make the lint docstrings more consistent.
|
2016-08-07 08:06:19 +02:00 |
|
ok_if_let.rs
|
Fix dogfood problem
|
2016-10-06 17:50:11 +02:00 |
|
open_options.rs
|
Make the lint docstrings more consistent.
|
2016-08-07 08:06:19 +02:00 |
|
overflow_check_conditional.rs
|
Make lint descriptions short and to the point; always fitting the column "triggers on".
|
2016-08-07 08:09:26 +02:00 |
|
panic.rs
|
Rustup to *rustc 1.14.0-nightly (f09420685 2016-10-20)*
|
2016-10-22 15:57:19 +02:00 |
|
precedence.rs
|
Make lint descriptions short and to the point; always fitting the column "triggers on".
|
2016-08-07 08:09:26 +02:00 |
|
print.rs
|
Rustup to *rustc 1.14.0-nightly (f09420685 2016-10-20)*
|
2016-10-22 15:57:19 +02:00 |
|
ptr.rs
|
New cmp_null lint (fixes #1184) (#1186)
|
2016-08-22 18:29:29 +02:00 |
|
ranges.rs
|
Make lint descriptions short and to the point; always fitting the column "triggers on".
|
2016-08-07 08:09:26 +02:00 |
|
regex.rs
|
Rustup to *rustc 1.14.0-nightly (144af3e97 2016-10-02)*
|
2016-10-03 21:25:27 +02:00 |
|
returns.rs
|
Remove "known problem" that only occurs without MIR.
|
2016-08-08 13:37:39 +02:00 |
|
serde.rs
|
Make lint descriptions short and to the point; always fitting the column "triggers on".
|
2016-08-07 08:09:26 +02:00 |
|
shadow.rs
|
Rustup to *rustc 1.14.0-nightly (144af3e97 2016-10-02)*
|
2016-10-03 21:25:27 +02:00 |
|
strings.rs
|
Make lint descriptions short and to the point; always fitting the column "triggers on".
|
2016-08-07 08:09:26 +02:00 |
|
swap.rs
|
Make lint descriptions short and to the point; always fitting the column "triggers on".
|
2016-08-07 08:09:26 +02:00 |
|
temporary_assignment.rs
|
Make the lint docstrings more consistent.
|
2016-08-07 08:06:19 +02:00 |
|
transmute.rs
|
Fix wrong suggestion in TRANSMUTE_PTR_TO_REF with lts
|
2016-09-19 17:59:12 +02:00 |
|
types.rs
|
Rustup to *rustc 1.14.0-nightly (144af3e97 2016-10-02)*
|
2016-10-03 21:25:27 +02:00 |
|
unicode.rs
|
Make lint descriptions short and to the point; always fitting the column "triggers on".
|
2016-08-07 08:09:26 +02:00 |
|
unsafe_removed_from_name.rs
|
Rustup to *1.13.0-nightly (eac41469d 2016-08-30)*
|
2016-08-31 18:22:35 +02:00 |
|
unused_label.rs
|
Make lint descriptions short and to the point; always fitting the column "triggers on".
|
2016-08-07 08:09:26 +02:00 |
|
vec.rs
|
Rustup to *rustc 1.13.0-nightly (f1f40f850 2016-09-09)*
|
2016-09-10 19:13:49 +02:00 |
|
zero_div_zero.rs
|
updated zero_div_zero.rs
|
2016-10-02 13:44:23 -07:00 |