| .. |
|
utils
|
Fix ICE for issues 2767, 2499, 1782
|
2018-05-17 21:12:07 +02:00 |
|
approx_const.rs
|
Implementation + move one lint
|
2018-03-27 17:13:55 +02:00 |
|
arithmetic.rs
|
Categorize all the lints!
|
2018-03-28 15:24:26 +02:00 |
|
array_indexing.rs
|
Fix ICE for issue 2594
|
2018-05-17 21:12:06 +02:00 |
|
assign_ops.rs
|
Categorize all the lints!
|
2018-03-28 15:24:26 +02:00 |
|
attrs.rs
|
Rustup to 2018-05-16
|
2018-05-17 11:21:15 +02:00 |
|
bit_mask.rs
|
Fix ICE for issue 2594
|
2018-05-17 21:12:06 +02:00 |
|
blacklisted_name.rs
|
Categorize all the lints!
|
2018-03-28 15:24:26 +02:00 |
|
block_in_if_condition.rs
|
Rustup to 2018-05-16
|
2018-05-17 11:21:15 +02:00 |
|
booleans.rs
|
Fix nonminimal_bool false positive
|
2018-04-07 12:52:59 +02:00 |
|
bytecount.rs
|
Rustup to 2018-05-16
|
2018-05-17 11:21:15 +02:00 |
|
collapsible_if.rs
|
Rustup to 2018-05-16
|
2018-05-17 11:21:15 +02:00 |
|
const_static_lifetime.rs
|
Fix compilation for nightly 2018-04-06
|
2018-04-07 07:32:30 +02:00 |
|
consts.rs
|
Fix ICE for issue 2594
|
2018-05-17 21:12:06 +02:00 |
|
copies.rs
|
Fix ICE for issue 2594
|
2018-05-17 21:12:06 +02:00 |
|
cyclomatic_complexity.rs
|
Categorize all the lints!
|
2018-03-28 15:24:26 +02:00 |
|
deprecated_lints.rs
|
Deprecate misaligned_transmute
|
2018-04-11 02:50:04 -07:00 |
|
derive.rs
|
Fix docs to match behavior
|
2018-04-06 22:44:25 -07:00 |
|
doc.rs
|
Satisfy dogfood
|
2018-05-04 12:59:45 +02:00 |
|
double_comparison.rs
|
Fix ICE for issues 2767, 2499, 1782
|
2018-05-17 21:12:07 +02:00 |
|
double_parens.rs
|
Categorize all the lints!
|
2018-03-28 15:24:26 +02:00 |
|
drop_forget_ref.rs
|
Fix missing line comments in {drop,forget}_copy examples
|
2018-04-27 02:40:19 -04:00 |
|
else_if_without_else.rs
|
Categorize all the lints!
|
2018-03-28 15:24:26 +02:00 |
|
empty_enum.rs
|
Categorize all the lints!
|
2018-03-28 15:24:26 +02:00 |
|
entry.rs
|
Rustup to 2018-05-16
|
2018-05-17 11:21:15 +02:00 |
|
enum_clike.rs
|
Categorize all the lints!
|
2018-03-28 15:24:26 +02:00 |
|
enum_glob_use.rs
|
Categorize all the lints!
|
2018-03-28 15:24:26 +02:00 |
|
enum_variants.rs
|
Merge pull request #2701 from nathan/patch-1
|
2018-05-01 16:47:53 +02:00 |
|
eq_op.rs
|
Categorize all the lints!
|
2018-03-28 15:24:26 +02:00 |
|
erasing_op.rs
|
Fix ICE for issue 2594
|
2018-05-17 21:12:06 +02:00 |
|
escape.rs
|
Fixes compilation for rust nightly 2018-05-05
|
2018-05-06 14:05:41 +02:00 |
|
eta_reduction.rs
|
Categorize all the lints!
|
2018-03-28 15:24:26 +02:00 |
|
eval_order_dependence.rs
|
Categorize all the lints!
|
2018-03-28 15:24:26 +02:00 |
|
excessive_precision.rs
|
Fix 1x..x.0 false positive, pretty suggestion
|
2018-05-05 09:45:14 -07:00 |
|
explicit_write.rs
|
Categorize all the lints!
|
2018-03-28 15:24:26 +02:00 |
|
fallible_impl_from.rs
|
Categorize all the lints!
|
2018-03-28 15:24:26 +02:00 |
|
format.rs
|
Fix clippy warnings
|
2018-04-12 08:50:42 +02:00 |
|
formatting.rs
|
Address review comments
|
2018-03-29 13:41:53 +02:00 |
|
functions.rs
|
rustup
|
2018-04-27 14:00:43 +02:00 |
|
identity_conversion.rs
|
Categorize all the lints!
|
2018-03-28 15:24:26 +02:00 |
|
identity_op.rs
|
Fix ICE for issue 2594
|
2018-05-17 21:12:06 +02:00 |
|
if_let_redundant_pattern_matching.rs
|
Categorize all the lints!
|
2018-03-28 15:24:26 +02:00 |
|
if_not_else.rs
|
Categorize all the lints!
|
2018-03-28 15:24:26 +02:00 |
|
infallible_destructuring_match.rs
|
Implement lint for destructuring tuple structs with a let and a match (closes #2671)
|
2018-04-24 17:56:13 +01:00 |
|
infinite_iter.rs
|
Rustup to 2018-05-16
|
2018-05-17 11:21:15 +02:00 |
|
inline_fn_without_body.rs
|
Update inline_fn_without_body.rs
|
2018-05-04 10:17:30 +02:00 |
|
int_plus_one.rs
|
Categorize all the lints!
|
2018-03-28 15:24:26 +02:00 |
|
invalid_ref.rs
|
Categorize all the lints!
|
2018-03-28 15:24:26 +02:00 |
|
items_after_statements.rs
|
Categorize all the lints!
|
2018-03-28 15:24:26 +02:00 |
|
large_enum_variant.rs
|
Categorize all the lints!
|
2018-03-28 15:24:26 +02:00 |
|
len_zero.rs
|
Update len_zero to handle comparisions with one
|
2018-05-06 23:54:05 +02:00 |
|
let_if_seq.rs
|
Rustup to 2018-05-16
|
2018-05-17 11:21:15 +02:00 |
|
lib.rs
|
Merge pull request #2713 from alexreg/nightly-fix
|
2018-05-04 15:06:59 +02:00 |
|
lifetimes.rs
|
Rustup to 2018-05-16
|
2018-05-17 11:21:15 +02:00 |
|
literal_representation.rs
|
Fix 1x..x.0 false positive, pretty suggestion
|
2018-05-05 09:45:14 -07:00 |
|
loops.rs
|
Fix ICE for issue 2594
|
2018-05-17 21:12:06 +02:00 |
|
map_clone.rs
|
Rustup to 2018-05-11
|
2018-05-11 09:53:21 +02:00 |
|
map_unit_fn.rs
|
Rustup to 2018-05-16
|
2018-05-17 11:21:15 +02:00 |
|
matches.rs
|
Fix ICE for issue 2594
|
2018-05-17 21:12:06 +02:00 |
|
mem_forget.rs
|
Categorize all the lints!
|
2018-03-28 15:24:26 +02:00 |
|
methods.rs
|
Fix ICE for issue 2594
|
2018-05-17 21:12:06 +02:00 |
|
minmax.rs
|
Fix ICE for issue 2594
|
2018-05-17 21:12:06 +02:00 |
|
misc.rs
|
Fix ICE for issue 2594
|
2018-05-17 21:12:06 +02:00 |
|
misc_early.rs
|
Fix compilation for nightly 2018-04-06
|
2018-04-07 07:32:30 +02:00 |
|
missing_doc.rs
|
Fixed build for latest nightly (again)
|
2018-05-03 23:28:48 +01:00 |
|
multiple_crate_versions.rs
|
Lint for multiple versions of dependencies
|
2018-04-30 06:20:39 +07:00 |
|
mut_mut.rs
|
Reintroduce the lost (im)mutability checks
|
2018-05-11 09:53:22 +02:00 |
|
mut_reference.rs
|
Reintroduce the lost (im)mutability checks
|
2018-05-11 09:53:22 +02:00 |
|
mutex_atomic.rs
|
Address review comments
|
2018-03-29 13:41:53 +02:00 |
|
needless_bool.rs
|
Rustup to 2018-05-16
|
2018-05-17 11:21:15 +02:00 |
|
needless_borrow.rs
|
Rustup to 2018-05-11
|
2018-05-11 09:53:21 +02:00 |
|
needless_borrowed_ref.rs
|
Categorize all the lints!
|
2018-03-28 15:24:26 +02:00 |
|
needless_continue.rs
|
Rustup to 2018-05-16
|
2018-05-17 11:21:15 +02:00 |
|
needless_pass_by_value.rs
|
Update for rust-lang/rust#50536
|
2018-05-14 04:34:11 -04:00 |
|
needless_update.rs
|
Categorize all the lints!
|
2018-03-28 15:24:26 +02:00 |
|
neg_multiply.rs
|
Categorize all the lints!
|
2018-03-28 15:24:26 +02:00 |
|
new_without_default.rs
|
Categorize all the lints!
|
2018-03-28 15:24:26 +02:00 |
|
no_effect.rs
|
Rustup to 2018-05-16
|
2018-05-17 11:21:15 +02:00 |
|
non_expressive_names.rs
|
Rustup to latest nightly
|
2018-04-28 12:56:31 +02:00 |
|
ok_if_let.rs
|
Categorize all the lints!
|
2018-03-28 15:24:26 +02:00 |
|
open_options.rs
|
Categorize all the lints!
|
2018-03-28 15:24:26 +02:00 |
|
overflow_check_conditional.rs
|
Categorize all the lints!
|
2018-03-28 15:24:26 +02:00 |
|
panic.rs
|
Rustup to 2018-05-16
|
2018-05-17 11:21:15 +02:00 |
|
partialeq_ne_impl.rs
|
Categorize all the lints!
|
2018-03-28 15:24:26 +02:00 |
|
precedence.rs
|
Categorize all the lints!
|
2018-03-28 15:24:26 +02:00 |
|
ptr.rs
|
Reintroduce the lost (im)mutability checks
|
2018-05-11 09:53:22 +02:00 |
|
question_mark.rs
|
Rustup to 2018-05-16
|
2018-05-17 11:21:15 +02:00 |
|
ranges.rs
|
Fix ICE for issue 2594
|
2018-05-17 21:12:06 +02:00 |
|
redundant_field_names.rs
|
Categorize all the lints!
|
2018-03-28 15:24:26 +02:00 |
|
reference.rs
|
Categorize all the lints!
|
2018-03-28 15:24:26 +02:00 |
|
regex.rs
|
Fix ICE for issue 2594
|
2018-05-17 21:12:06 +02:00 |
|
replace_consts.rs
|
Categorize all the lints!
|
2018-03-28 15:24:26 +02:00 |
|
returns.rs
|
Rustup to 2018-05-16
|
2018-05-17 11:21:15 +02:00 |
|
serde_api.rs
|
Categorize all the lints!
|
2018-03-28 15:24:26 +02:00 |
|
shadow.rs
|
Rustup to 2018-05-16
|
2018-05-17 11:21:15 +02:00 |
|
strings.rs
|
Rustup to 2018-05-16
|
2018-05-17 11:21:15 +02:00 |
|
suspicious_trait_impl.rs
|
Categorize all the lints!
|
2018-03-28 15:24:26 +02:00 |
|
swap.rs
|
Categorize all the lints!
|
2018-03-28 15:24:26 +02:00 |
|
temporary_assignment.rs
|
Fix clippy error
|
2018-04-15 05:20:30 +02:00 |
|
transmute.rs
|
Rustup to 2018-05-11
|
2018-05-11 09:53:21 +02:00 |
|
types.rs
|
Fix ICE for issue 2594
|
2018-05-17 21:12:06 +02:00 |
|
unicode.rs
|
Categorize all the lints!
|
2018-03-28 15:24:26 +02:00 |
|
unsafe_removed_from_name.rs
|
Rustup to latest nightly
|
2018-04-28 12:56:31 +02:00 |
|
unused_io_amount.rs
|
Categorize all the lints!
|
2018-03-28 15:24:26 +02:00 |
|
unused_label.rs
|
Rustup to latest nightly
|
2018-04-28 12:56:31 +02:00 |
|
use_self.rs
|
Categorize all the lints!
|
2018-03-28 15:24:26 +02:00 |
|
vec.rs
|
Fix ICE for issue 2594
|
2018-05-17 21:12:06 +02:00 |
|
write.rs
|
Rustup to latest nightly
|
2018-04-28 12:56:31 +02:00 |
|
zero_div_zero.rs
|
Fix ICE for issue 2594
|
2018-05-17 21:12:06 +02:00 |