.. |
utils
|
Apply clippy suggestions
|
2018-03-16 10:54:49 +01:00 |
approx_const.rs
|
|
|
arithmetic.rs
|
|
|
array_indexing.rs
|
Update to rustc master
|
2018-03-13 11:38:21 +01:00 |
assign_ops.rs
|
Apply clippy suggestions
|
2018-03-16 10:54:49 +01:00 |
attrs.rs
|
Fix false positive in empty_line_after_outer_attribute
|
2018-03-26 21:57:42 +02:00 |
bit_mask.rs
|
Apply clippy suggestions
|
2018-03-16 10:54:49 +01:00 |
blacklisted_name.rs
|
Apply clippy suggestions
|
2018-03-16 10:54:49 +01:00 |
block_in_if_condition.rs
|
Apply clippy suggestions
|
2018-03-16 10:54:49 +01:00 |
booleans.rs
|
Apply clippy suggestions
|
2018-03-16 10:54:49 +01:00 |
bytecount.rs
|
|
|
collapsible_if.rs
|
|
|
const_static_lifetime.rs
|
|
|
consts.rs
|
Allow float_cmp in consts lint code
|
2018-03-16 11:36:14 +01:00 |
copies.rs
|
|
|
cyclomatic_complexity.rs
|
Apply clippy suggestions
|
2018-03-16 10:54:49 +01:00 |
deprecated_lints.rs
|
|
|
derive.rs
|
Rustup to rustc 1.26.0-nightly (322d7f7b9 2018-02-25)
|
2018-02-26 11:57:14 -08:00 |
doc.rs
|
Apply clippy suggestions
|
2018-03-16 10:54:49 +01:00 |
double_comparison.rs
|
|
|
double_parens.rs
|
|
|
drop_forget_ref.rs
|
|
|
else_if_without_else.rs
|
|
|
empty_enum.rs
|
|
|
entry.rs
|
Apply clippy suggestions
|
2018-03-16 10:54:49 +01:00 |
enum_clike.rs
|
Apply clippy suggestions
|
2018-03-16 10:54:49 +01:00 |
enum_glob_use.rs
|
|
|
enum_variants.rs
|
Apply clippy suggestions
|
2018-03-16 10:54:49 +01:00 |
eq_op.rs
|
|
|
erasing_op.rs
|
Update to rustc master
|
2018-03-13 11:38:21 +01:00 |
escape.rs
|
Apply clippy suggestions
|
2018-03-16 10:54:49 +01:00 |
eta_reduction.rs
|
|
|
eval_order_dependence.rs
|
Apply clippy suggestions
|
2018-03-16 10:54:49 +01:00 |
explicit_write.rs
|
|
|
fallible_impl_from.rs
|
|
|
format.rs
|
Add suggestion to useless_format
|
2018-03-19 09:27:15 -05:00 |
formatting.rs
|
|
|
functions.rs
|
Apply clippy suggestions
|
2018-03-16 10:54:49 +01:00 |
identity_conversion.rs
|
|
|
identity_op.rs
|
Update to rustc master
|
2018-03-13 11:38:21 +01:00 |
if_let_redundant_pattern_matching.rs
|
|
|
if_not_else.rs
|
|
|
infinite_iter.rs
|
|
|
inline_fn_without_body.rs
|
Apply clippy suggestions
|
2018-03-16 10:54:49 +01:00 |
int_plus_one.rs
|
|
|
invalid_ref.rs
|
|
|
items_after_statements.rs
|
|
|
large_enum_variant.rs
|
Apply clippy suggestions
|
2018-03-16 10:54:49 +01:00 |
len_zero.rs
|
|
|
let_if_seq.rs
|
Apply clippy suggestions
|
2018-03-16 10:54:49 +01:00 |
lib.rs
|
Merge pull request #2574 from mark-i-m/i128
|
2018-03-26 07:04:42 +02:00 |
lifetimes.rs
|
Apply clippy suggestions
|
2018-03-16 10:54:49 +01:00 |
literal_representation.rs
|
Apply clippy suggestions
|
2018-03-16 10:54:49 +01:00 |
loops.rs
|
Fix check of immutable condition in closure
|
2018-03-27 01:21:25 +02:00 |
map_clone.rs
|
|
|
matches.rs
|
Update to rustc master
|
2018-03-13 11:38:21 +01:00 |
mem_forget.rs
|
|
|
methods.rs
|
Minor refactoring (walk_ptrs_ty_depth)
|
2018-03-21 20:10:10 +02:00 |
minmax.rs
|
|
|
misc_early.rs
|
|
|
misc.rs
|
Update to rustc master
|
2018-03-13 11:38:21 +01:00 |
missing_doc.rs
|
|
|
mut_mut.rs
|
Apply clippy suggestions
|
2018-03-16 10:54:49 +01:00 |
mut_reference.rs
|
|
|
mutex_atomic.rs
|
|
|
needless_bool.rs
|
|
|
needless_borrow.rs
|
|
|
needless_borrowed_ref.rs
|
|
|
needless_continue.rs
|
Apply clippy suggestions
|
2018-03-16 10:54:49 +01:00 |
needless_pass_by_value.rs
|
Apply clippy suggestions
|
2018-03-16 10:54:49 +01:00 |
needless_update.rs
|
|
|
neg_multiply.rs
|
Update to rustc master
|
2018-03-13 11:38:21 +01:00 |
new_without_default.rs
|
|
|
no_effect.rs
|
|
|
non_expressive_names.rs
|
Apply clippy suggestions
|
2018-03-16 10:54:49 +01:00 |
ok_if_let.rs
|
|
|
open_options.rs
|
Minor refactoring (walk_ptrs_ty_depth)
|
2018-03-21 20:10:10 +02:00 |
overflow_check_conditional.rs
|
|
|
panic.rs
|
Check if the panic message was created by the assert-macro
|
2018-03-17 21:19:32 +01:00 |
partialeq_ne_impl.rs
|
|
|
precedence.rs
|
|
|
print.rs
|
|
|
ptr.rs
|
Apply clippy suggestions
|
2018-03-16 10:54:49 +01:00 |
question_mark.rs
|
Apply clippy suggestions
|
2018-03-16 10:54:49 +01:00 |
ranges.rs
|
Update to rustc master
|
2018-03-13 11:38:21 +01:00 |
redundant_field_names.rs
|
Fix comment
|
2018-03-11 14:03:09 +09:00 |
reference.rs
|
|
|
regex.rs
|
Merge branch 'miri'
|
2018-03-15 10:49:13 +01:00 |
replace_consts.rs
|
|
|
returns.rs
|
|
|
serde_api.rs
|
|
|
shadow.rs
|
|
|
strings.rs
|
|
|
suspicious_trait_impl.rs
|
Don't lint comparison operators in arithmetic impls
|
2018-03-17 22:02:34 +01:00 |
swap.rs
|
|
|
temporary_assignment.rs
|
|
|
transmute.rs
|
|
|
types.rs
|
Apply clippy suggestions
|
2018-03-16 10:54:49 +01:00 |
unicode.rs
|
|
|
unsafe_removed_from_name.rs
|
Rustup
|
2018-03-18 13:26:57 +01:00 |
unused_io_amount.rs
|
|
|
unused_label.rs
|
Apply clippy suggestions
|
2018-03-16 10:54:49 +01:00 |
use_self.rs
|
Apply clippy suggestions
|
2018-03-16 10:54:49 +01:00 |
vec.rs
|
Update to rustc master
|
2018-03-13 11:38:21 +01:00 |
zero_div_zero.rs
|
Update to rustc master
|
2018-03-13 11:38:21 +01:00 |