.. |
utils
|
Rustup and lazy_static version mismatch fix
|
2017-12-15 10:05:32 +01:00 |
approx_const.rs
|
Fixed some code in clippy to pass the new, removed formatting changes.
|
2017-10-20 10:17:41 -04:00 |
arithmetic.rs
|
|
|
array_indexing.rs
|
Cargo fmt
|
2017-11-05 04:55:56 +09:00 |
assign_ops.rs
|
Fix lines that exceed max width manually
|
2017-11-05 04:59:21 +09:00 |
attrs.rs
|
Cargo fmt
|
2017-11-05 04:55:56 +09:00 |
bit_mask.rs
|
mechanically swap if_let_chain -> if_chain
|
2017-10-23 15:18:02 -04:00 |
blacklisted_name.rs
|
|
|
block_in_if_condition.rs
|
Cargo fmt
|
2017-11-05 04:55:56 +09:00 |
booleans.rs
|
Fix #2245
|
2017-11-29 16:03:05 +01:00 |
bytecount.rs
|
Cargo fmt
|
2017-11-05 04:55:56 +09:00 |
collapsible_if.rs
|
&Self
|
2017-11-03 17:56:17 +09:00 |
const_static_lifetime.rs
|
Try fixing const_with_static_lifetime docs
|
2017-12-07 08:09:46 +01:00 |
consts.rs
|
Fix a bug in search_same + add a test case.
|
2017-11-29 21:42:58 +00:00 |
copies.rs
|
Bugfix the bugfix.
|
2017-12-01 19:27:02 +00:00 |
cyclomatic_complexity.rs
|
|
|
deprecated_lints.rs
|
Deprecate should_assert_eq lint
|
2017-10-19 23:42:04 -05:00 |
derive.rs
|
Cargo fmt
|
2017-11-05 04:55:56 +09:00 |
doc.rs
|
Fix a bug in search_same + add a test case.
|
2017-11-29 21:42:58 +00:00 |
double_parens.rs
|
|
|
drop_forget_ref.rs
|
Cargo fmt
|
2017-11-05 04:55:56 +09:00 |
empty_enum.rs
|
|
|
entry.rs
|
Cargo fmt
|
2017-11-05 04:55:56 +09:00 |
enum_clike.rs
|
Cargo fmt
|
2017-11-05 04:55:56 +09:00 |
enum_glob_use.rs
|
|
|
enum_variants.rs
|
Check for word beginning in stutter lint
|
2017-11-26 18:36:12 +01:00 |
eq_op.rs
|
|
|
erasing_op.rs
|
Clarify message for erasing_op lint
|
2017-10-15 10:32:47 +03:00 |
escape.rs
|
Pass null borrow context to EUV
|
2017-10-19 09:27:58 -07:00 |
eta_reduction.rs
|
|
|
eval_order_dependence.rs
|
mechanically swap if_let_chain -> if_chain
|
2017-10-23 15:18:02 -04:00 |
explicit_write.rs
|
mechanically swap if_let_chain -> if_chain
|
2017-10-23 15:18:02 -04:00 |
fallible_impl_from.rs
|
Fix #2188
|
2017-11-29 17:20:00 +01:00 |
format.rs
|
Cargo fmt
|
2017-11-05 04:55:56 +09:00 |
formatting.rs
|
Cargo fmt
|
2017-11-05 04:55:56 +09:00 |
functions.rs
|
Fix compilation errors with rustc 1.23.0-nightly (d762b1d6c 2017-11-04)
|
2017-11-05 04:19:11 -08:00 |
identity_conversion.rs
|
Add identity_conversion lint (fixes #1051)
|
2017-10-04 22:16:16 +09:00 |
identity_op.rs
|
Cargo fmt
|
2017-11-05 04:55:56 +09:00 |
if_let_redundant_pattern_matching.rs
|
|
|
if_not_else.rs
|
Cargo fmt
|
2017-11-05 04:55:56 +09:00 |
infinite_iter.rs
|
|
|
int_plus_one.rs
|
Cargo fmt
|
2017-11-05 04:55:56 +09:00 |
invalid_ref.rs
|
Fix lines that exceed max width manually
|
2017-11-05 04:59:21 +09:00 |
is_unit_expr.rs
|
Add linting for empty blocks too
|
2017-11-30 19:40:40 -05:00 |
items_after_statements.rs
|
|
|
large_enum_variant.rs
|
|
|
len_zero.rs
|
Merge pull request #2202 from topecongiro/format
|
2017-11-06 08:35:52 +01:00 |
let_if_seq.rs
|
Cargo fmt
|
2017-11-05 04:55:56 +09:00 |
lib.rs
|
Lint for matching option as ref
|
2017-12-19 23:51:06 +01:00 |
lifetimes.rs
|
Rustup
|
2017-11-22 10:55:12 +01:00 |
literal_digit_grouping.rs
|
Cargo fmt
|
2017-11-05 04:55:56 +09:00 |
loops.rs
|
Fix #2247
|
2017-11-29 15:52:57 +01:00 |
map_clone.rs
|
mechanically swap if_let_chain -> if_chain
|
2017-10-23 15:18:02 -04:00 |
matches.rs
|
Also suggest as_mut for match_as_ref
|
2017-12-20 10:39:48 +01:00 |
mem_forget.rs
|
Cargo fmt
|
2017-11-05 04:55:56 +09:00 |
methods.rs
|
Fix #1925
|
2017-11-30 10:55:06 +01:00 |
minmax.rs
|
Cargo fmt
|
2017-11-05 04:55:56 +09:00 |
misc_early.rs
|
mechanically swap if_let_chain -> if_chain
|
2017-10-23 15:18:02 -04:00 |
misc.rs
|
Merge pull request #2203 from clippered/float_cmp_const
|
2017-11-20 09:51:12 +01:00 |
missing_doc.rs
|
Rustup and lazy_static version mismatch fix
|
2017-12-15 10:05:32 +01:00 |
mut_mut.rs
|
|
|
mut_reference.rs
|
|
|
mutex_atomic.rs
|
|
|
needless_bool.rs
|
|
|
needless_borrow.rs
|
Cargo fmt
|
2017-11-05 04:55:56 +09:00 |
needless_borrowed_ref.rs
|
mechanically swap if_let_chain -> if_chain
|
2017-10-23 15:18:02 -04:00 |
needless_continue.rs
|
Cargo fmt
|
2017-11-05 04:55:56 +09:00 |
needless_pass_by_value.rs
|
Fix false positive in needless_pass_by_value trait methods
|
2017-11-07 06:33:49 +09:00 |
needless_update.rs
|
|
|
neg_multiply.rs
|
mechanically swap if_let_chain -> if_chain
|
2017-10-23 15:18:02 -04:00 |
new_without_default.rs
|
Fix placement of new_without_default suggestion
|
2017-11-29 17:10:53 +01:00 |
no_effect.rs
|
Cargo fmt
|
2017-11-05 04:55:56 +09:00 |
non_expressive_names.rs
|
Merge pull request #2202 from topecongiro/format
|
2017-11-06 08:35:52 +01:00 |
ok_if_let.rs
|
Cargo fmt
|
2017-11-05 04:55:56 +09:00 |
open_options.rs
|
Cargo fmt
|
2017-11-05 04:55:56 +09:00 |
overflow_check_conditional.rs
|
mechanically swap if_let_chain -> if_chain
|
2017-10-23 15:18:02 -04:00 |
panic.rs
|
Cargo fmt
|
2017-11-05 04:55:56 +09:00 |
partialeq_ne_impl.rs
|
mechanically swap if_let_chain -> if_chain
|
2017-10-23 15:18:02 -04:00 |
precedence.rs
|
|
|
print.rs
|
Cargo fmt
|
2017-11-05 04:55:56 +09:00 |
ptr.rs
|
Cargo fmt
|
2017-11-05 04:55:56 +09:00 |
ranges.rs
|
Cargo fmt
|
2017-11-05 04:55:56 +09:00 |
reference.rs
|
|
|
regex.rs
|
Cargo fmt
|
2017-11-05 04:55:56 +09:00 |
returns.rs
|
mechanically swap if_let_chain -> if_chain
|
2017-10-23 15:18:02 -04:00 |
serde_api.rs
|
|
|
shadow.rs
|
Cargo fmt
|
2017-11-05 04:55:56 +09:00 |
strings.rs
|
Fix broken tests.
|
2017-11-06 23:26:44 +00:00 |
swap.rs
|
Fix lines that exceed max width manually
|
2017-11-05 04:59:21 +09:00 |
temporary_assignment.rs
|
|
|
transmute.rs
|
Cargo fmt
|
2017-11-05 04:55:56 +09:00 |
types.rs
|
Disable cast_lossless on const items
|
2017-12-11 16:22:02 +01:00 |
unicode.rs
|
|
|
unsafe_removed_from_name.rs
|
Rustup to rustc 1.24.0-nightly (bb42071f6 2017-12-01)
|
2017-12-02 18:23:32 +09:00 |
unused_io_amount.rs
|
|
|
unused_label.rs
|
|
|
use_self.rs
|
Cargo fmt
|
2017-11-05 04:55:56 +09:00 |
vec.rs
|
Fix lines that exceed max width manually
|
2017-11-05 04:59:21 +09:00 |
zero_div_zero.rs
|
Fix lines that exceed max width manually
|
2017-11-05 04:59:21 +09:00 |