| .. |
|
utils
|
Add a configurable threshold for enum variants before name lints trigger (fixes #1138)
|
2016-08-06 20:59:27 +02:00 |
|
approx_const.rs
|
Improve docs
|
2016-07-16 00:26:54 +02:00 |
|
arithmetic.rs
|
Improve docs
|
2016-07-16 00:26:54 +02:00 |
|
array_indexing.rs
|
INDEXING_SLICING should probably be a restriction lint.
|
2016-08-07 08:05:37 +02:00 |
|
assign_ops.rs
|
lint a += a + b (possible mis-refactoring of a = a + b)
|
2016-07-20 15:29:24 +02:00 |
|
attrs.rs
|
lint on by ref patterns for references
|
2016-08-01 16:59:14 +02:00 |
|
bit_mask.rs
|
Improve docs
|
2016-07-16 00:26:54 +02:00 |
|
blacklisted_name.rs
|
Improve docs
|
2016-07-16 00:26:54 +02:00 |
|
block_in_if_condition.rs
|
lint on by ref patterns for references
|
2016-08-01 16:59:14 +02:00 |
|
booleans.rs
|
Improve docs
|
2016-07-16 00:26:54 +02:00 |
|
collapsible_if.rs
|
s/``/``rust when relevant
|
2016-07-29 20:37:25 +02:00 |
|
consts.rs
|
lint on by ref patterns for references
|
2016-08-01 16:59:14 +02:00 |
|
copies.rs
|
Improve docs
|
2016-07-16 00:26:54 +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
|
lint on by ref patterns for references
|
2016-08-01 16:59: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
|
s/``/``rust when relevant
|
2016-07-29 20:37:25 +02:00 |
|
enum_clike.rs
|
Improve docs
|
2016-07-16 00:26:54 +02:00 |
|
enum_glob_use.rs
|
Improve docs
|
2016-07-16 00:26:54 +02:00 |
|
enum_variants.rs
|
Add a configurable threshold for enum variants before name lints trigger (fixes #1138)
|
2016-08-06 20:59:27 +02:00 |
|
eq_op.rs
|
Improve docs
|
2016-07-16 00:26:54 +02:00 |
|
escape.rs
|
lint on by ref patterns for references
|
2016-08-01 16:59:14 +02:00 |
|
eta_reduction.rs
|
lint on by ref patterns for references
|
2016-08-01 16:59:14 +02:00 |
|
format.rs
|
s/``/``rust when relevant
|
2016-07-29 20:37:25 +02:00 |
|
formatting.rs
|
Merge remote-tracking branch 'origin/rustup' into sugg
|
2016-07-01 17:48:57 +02:00 |
|
functions.rs
|
lint on by ref patterns for references
|
2016-08-01 16:59:14 +02:00 |
|
identity_op.rs
|
Improve docs
|
2016-07-16 00:26:54 +02:00 |
|
if_not_else.rs
|
Improve docs
|
2016-07-16 00:26:54 +02:00 |
|
items_after_statements.rs
|
Improve docs
|
2016-07-16 00:26:54 +02:00 |
|
len_zero.rs
|
lint on by ref patterns for references
|
2016-08-01 16:59:14 +02:00 |
|
let_if_seq.rs
|
lint on by ref patterns for references
|
2016-08-01 16:59:14 +02:00 |
|
lib.rs
|
INDEXING_SLICING should probably be a restriction lint.
|
2016-08-07 08:05:37 +02:00 |
|
lifetimes.rs
|
Improve docs
|
2016-07-16 00:26:54 +02:00 |
|
loops.rs
|
lint on by ref patterns for references
|
2016-08-01 16:59:14 +02:00 |
|
map_clone.rs
|
Improve docs
|
2016-07-16 00:26:54 +02:00 |
|
matches.rs
|
lint on by ref patterns for references
|
2016-08-01 16:59:14 +02:00 |
|
mem_forget.rs
|
Improve docs
|
2016-07-16 00:26:54 +02:00 |
|
methods.rs
|
lint on by ref patterns for references
|
2016-08-01 16:59:14 +02:00 |
|
minmax.rs
|
Improve docs
|
2016-07-16 00:26:54 +02:00 |
|
misc.rs
|
lint on by ref patterns for references
|
2016-08-01 16:59:14 +02:00 |
|
misc_early.rs
|
Lint literal suffixes not separated by underscores (see #703)
|
2016-08-05 18:50:23 +02:00 |
|
mut_mut.rs
|
Improve docs
|
2016-07-16 00:26:54 +02:00 |
|
mut_reference.rs
|
lint on by ref patterns for references
|
2016-08-01 16:59:14 +02:00 |
|
mutex_atomic.rs
|
Improve docs
|
2016-07-16 00:26:54 +02:00 |
|
needless_bool.rs
|
Improve docs
|
2016-07-16 00:26:54 +02:00 |
|
needless_borrow.rs
|
lint on by ref patterns for references
|
2016-08-01 16:59:14 +02:00 |
|
needless_update.rs
|
Improve docs
|
2016-07-16 00:26:54 +02:00 |
|
neg_multiply.rs
|
Improve docs
|
2016-07-16 00:26:54 +02:00 |
|
new_without_default.rs
|
lint on by ref patterns for references
|
2016-08-01 16:59:14 +02:00 |
|
no_effect.rs
|
Improve docs
|
2016-07-16 00:26:54 +02:00 |
|
non_expressive_names.rs
|
Fix MANY_SINGLE_CHAR_NAMES's docs
|
2016-07-14 17:42:57 +02:00 |
|
open_options.rs
|
No warning when file is opened with read truncate and write
|
2016-08-02 22:57:32 +02:00 |
|
overflow_check_conditional.rs
|
Improve docs
|
2016-07-16 00:26:54 +02:00 |
|
panic.rs
|
Improve docs
|
2016-07-16 00:26:54 +02:00 |
|
precedence.rs
|
Improve docs
|
2016-07-16 00:26:54 +02:00 |
|
print.rs
|
Improve docs
|
2016-07-16 00:26:54 +02:00 |
|
ptr_arg.rs
|
Improve docs
|
2016-07-16 00:26:54 +02:00 |
|
ranges.rs
|
Improve docs
|
2016-07-16 00:26:54 +02:00 |
|
regex.rs
|
Improve docs
|
2016-07-16 00:26:54 +02:00 |
|
returns.rs
|
Improve docs
|
2016-07-16 00:26:54 +02:00 |
|
serde.rs
|
add the path to the util::path module
|
2016-07-15 18:10:28 +02:00 |
|
shadow.rs
|
lint on by ref patterns for references
|
2016-08-01 16:59:14 +02:00 |
|
strings.rs
|
lint on by ref patterns for references
|
2016-08-01 16:59:14 +02:00 |
|
swap.rs
|
Use utils::sugg in swap lints
|
2016-07-02 17:31:22 +02:00 |
|
temporary_assignment.rs
|
Improve docs
|
2016-07-16 00:26:54 +02:00 |
|
transmute.rs
|
Improve docs
|
2016-07-16 00:26:54 +02:00 |
|
types.rs
|
Improve docs
|
2016-07-16 00:26:54 +02:00 |
|
unicode.rs
|
Improve docs
|
2016-07-16 00:26:54 +02:00 |
|
unsafe_removed_from_name.rs
|
Run rustfmt
|
2016-06-10 00:08:14 +02:00 |
|
unused_label.rs
|
Rustup to rustc 1.12.0-nightly (1225e122f 2016-07-30)
|
2016-07-31 19:22:07 +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
|
Improve docs
|
2016-07-16 00:26:54 +02:00 |