.. |
utils
|
Merge pull request #2117 from sinkuu/improve_take_by_value
|
2017-10-08 20:14:55 +02:00 |
approx_const.rs
|
Fix links in approx_const
|
2017-09-12 19:08:18 +03:00 |
arithmetic.rs
|
|
|
array_indexing.rs
|
Rustup
|
2017-09-13 15:34:04 +02:00 |
assign_ops.rs
|
|
|
attrs.rs
|
|
|
bit_mask.rs
|
Configuration option for VERBOSE_BIT_MASK threshold
|
2017-09-25 23:38:49 +03:00 |
blacklisted_name.rs
|
|
|
block_in_if_condition.rs
|
|
|
booleans.rs
|
|
|
bytecount.rs
|
add suggestions for .clone() in ptr_arg fns
|
2017-09-16 09:10:26 +02:00 |
collapsible_if.rs
|
|
|
consts.rs
|
Rust upgrade to rustc 1.22.0-nightly (0701b37d9 2017-09-18)
|
2017-09-18 20:23:08 -07:00 |
copies.rs
|
|
|
cyclomatic_complexity.rs
|
|
|
deprecated_lints.rs
|
|
|
derive.rs
|
Rustup
|
2017-09-13 15:34:04 +02:00 |
doc.rs
|
Have a separate message for raw URLs in doc
|
2017-09-30 14:59:22 +02:00 |
double_parens.rs
|
|
|
drop_forget_ref.rs
|
|
|
empty_enum.rs
|
|
|
entry.rs
|
|
|
enum_clike.rs
|
Rustup
|
2017-09-13 15:34:04 +02:00 |
enum_glob_use.rs
|
|
|
enum_variants.rs
|
Don't lint accidental "prefixes" on enum variants
|
2017-10-10 12:37:59 +02:00 |
eq_op.rs
|
|
|
erasing_op.rs
|
Clarify message for erasing_op lint
|
2017-10-15 10:32:47 +03:00 |
escape.rs
|
|
|
eta_reduction.rs
|
|
|
eval_order_dependence.rs
|
|
|
format.rs
|
Fix regression with print!
|
2017-09-29 19:13:21 +02:00 |
formatting.rs
|
|
|
functions.rs
|
|
|
identity_conversion.rs
|
Add identity_conversion lint (fixes #1051)
|
2017-10-04 22:16:16 +09:00 |
identity_op.rs
|
Simplify checking for all ones in int
|
2017-10-15 10:21:56 +03:00 |
if_let_redundant_pattern_matching.rs
|
|
|
if_not_else.rs
|
|
|
infinite_iter.rs
|
|
|
int_plus_one.rs
|
Change rtype of int_plus_one detection to Option<String>
|
2017-09-24 12:31:12 +01:00 |
invalid_ref.rs
|
add tests for false positives
|
2017-09-29 21:01:11 -04:00 |
is_unit_expr.rs
|
Fix empty documentation in unit_expr
|
2017-09-12 19:08:25 +03:00 |
items_after_statements.rs
|
|
|
large_enum_variant.rs
|
|
|
len_zero.rs
|
|
|
let_if_seq.rs
|
|
|
lib.rs
|
Add erasing_op lint
|
2017-10-14 12:34:37 +03:00 |
lifetimes.rs
|
Rustup to rustc 1.22.0-nightly (6c476ce46 2017-09-25)
|
2017-09-25 19:52:29 -07:00 |
literal_digit_grouping.rs
|
avoid linting ptr_arg if .capacity() is called. Also suggest removing .as_str() where applicable.
|
2017-09-20 23:59:23 +02:00 |
loops.rs
|
Merge pull request #2119 from camsteffen/never_loop
|
2017-10-11 08:21:28 +02:00 |
map_clone.rs
|
Rustup to rustc 1.22.0-nightly (6c476ce46 2017-09-25)
|
2017-09-25 19:52:29 -07:00 |
matches.rs
|
Rustup
|
2017-09-13 15:34:04 +02:00 |
mem_forget.rs
|
|
|
methods.rs
|
Make suggested changes
|
2017-10-10 15:35:24 +02:00 |
minmax.rs
|
|
|
misc_early.rs
|
|
|
misc.rs
|
Rustup
|
2017-09-13 15:34:04 +02:00 |
missing_doc.rs
|
avoid linting ptr_arg if .capacity() is called. Also suggest removing .as_str() where applicable.
|
2017-09-20 23:59:23 +02:00 |
mut_mut.rs
|
|
|
mut_reference.rs
|
|
|
mutex_atomic.rs
|
|
|
needless_bool.rs
|
|
|
needless_borrow.rs
|
Add suggestion to needless_borrow
|
2017-09-16 11:27:24 +09:00 |
needless_borrowed_ref.rs
|
|
|
needless_continue.rs
|
|
|
needless_pass_by_value.rs
|
Remove intermediate vec
|
2017-10-08 20:17:04 +09:00 |
needless_update.rs
|
|
|
neg_multiply.rs
|
|
|
new_without_default.rs
|
|
|
no_effect.rs
|
Move has_drop to the utils module.
|
2017-09-19 21:38:35 +01:00 |
non_expressive_names.rs
|
|
|
ok_if_let.rs
|
|
|
open_options.rs
|
|
|
overflow_check_conditional.rs
|
|
|
panic.rs
|
|
|
partialeq_ne_impl.rs
|
|
|
precedence.rs
|
|
|
print.rs
|
Fix regression with print!
|
2017-09-29 19:13:21 +02:00 |
ptr.rs
|
Duplicate ptr_arg's suggestion logic
|
2017-10-08 17:51:44 +09:00 |
ranges.rs
|
Allow range_plus_one while ..= ranges are unstable
|
2017-10-08 12:51:00 +02:00 |
reference.rs
|
|
|
regex.rs
|
Merge remote-tracking branch 'origin/master' into rustup
|
2017-09-13 15:41:09 +02:00 |
returns.rs
|
|
|
serde_api.rs
|
|
|
shadow.rs
|
|
|
should_assert_eq.rs
|
|
|
strings.rs
|
|
|
swap.rs
|
|
|
temporary_assignment.rs
|
|
|
transmute.rs
|
Add lints transmute_int_to_*
|
2017-10-03 14:27:42 +02:00 |
types.rs
|
Fix dogfood filter-map
|
2017-09-25 19:52:30 -07:00 |
unicode.rs
|
|
|
unsafe_removed_from_name.rs
|
|
|
unused_io_amount.rs
|
|
|
unused_label.rs
|
|
|
use_self.rs
|
Reduce cyclomatic complexity of types::check_ty
|
2017-09-25 19:52:29 -07:00 |
vec.rs
|
Add identity_conversion lint (fixes #1051)
|
2017-10-04 22:16:16 +09:00 |
zero_div_zero.rs
|
|
|