| .. |
|
methods
|
Addressed comments.
|
2018-11-02 22:53:57 +08:00 |
|
utils
|
remove unused allow() attributes, NFC
|
2018-11-17 13:47:46 +01:00 |
|
approx_const.rs
|
Add license header to Rust files
|
2018-10-06 09:43:08 -07:00 |
|
arithmetic.rs
|
Disable arithmetic lints in constant items
|
2018-10-24 20:27:26 -07:00 |
|
assign_ops.rs
|
Limit commutative assign op lint to primitive types
|
2018-10-10 19:10:44 +02:00 |
|
attrs.rs
|
Also lint cfg_attr(.., rustfmt::skip)
|
2018-11-02 19:50:24 +01:00 |
|
bit_mask.rs
|
Add license header to Rust files
|
2018-10-06 09:43:08 -07:00 |
|
blacklisted_name.rs
|
Add license header to Rust files
|
2018-10-06 09:43:08 -07:00 |
|
block_in_if_condition.rs
|
Add license header to Rust files
|
2018-10-06 09:43:08 -07:00 |
|
booleans.rs
|
Fix clippy build failure on latest master
|
2018-11-01 20:35:23 +01:00 |
|
bytecount.rs
|
Add license header to Rust files
|
2018-10-06 09:43:08 -07:00 |
|
cargo_common_metadata.rs
|
Check for common metadata
|
2018-11-13 08:43:30 -05:00 |
|
collapsible_if.rs
|
Support multiline comments and hopefully fix panic
|
2018-10-18 18:57:16 +02:00 |
|
const_static_lifetime.rs
|
Add license header to Rust files
|
2018-10-06 09:43:08 -07:00 |
|
consts.rs
|
remove unused allow() attributes, NFC
|
2018-11-17 13:47:46 +01:00 |
|
copies.rs
|
Add license header to Rust files
|
2018-10-06 09:43:08 -07:00 |
|
copy_iterator.rs
|
Add license header to Rust files
|
2018-10-06 09:43:08 -07:00 |
|
cyclomatic_complexity.rs
|
Add license header to Rust files
|
2018-10-06 09:43:08 -07:00 |
|
default_trait_access.rs
|
Add license header to Rust files
|
2018-10-06 09:43:08 -07:00 |
|
deprecated_lints.rs
|
Rename if_let_redundant_pattern_matching to redundant_pattern_matching
|
2018-10-17 11:20:42 +08:00 |
|
derive.rs
|
Add license header to Rust files
|
2018-10-06 09:43:08 -07:00 |
|
doc.rs
|
Add license header to Rust files
|
2018-10-06 09:43:08 -07:00 |
|
double_comparison.rs
|
Fix some more stutter warnings
|
2018-10-12 17:07:48 -07:00 |
|
double_parens.rs
|
Add license header to Rust files
|
2018-10-06 09:43:08 -07:00 |
|
drop_forget_ref.rs
|
remove unused allow() attributes, NFC
|
2018-11-17 13:47:46 +01:00 |
|
duration_subsec.rs
|
Add license header to Rust files
|
2018-10-06 09:43:08 -07:00 |
|
else_if_without_else.rs
|
Add license header to Rust files
|
2018-10-06 09:43:08 -07:00 |
|
empty_enum.rs
|
Add license header to Rust files
|
2018-10-06 09:43:08 -07:00 |
|
entry.rs
|
Add license header to Rust files
|
2018-10-06 09:43:08 -07:00 |
|
enum_clike.rs
|
Fix similar_names warnings
|
2018-10-11 15:18:58 -07:00 |
|
enum_glob_use.rs
|
Add license header to Rust files
|
2018-10-06 09:43:08 -07:00 |
|
enum_variants.rs
|
remove unused allow() attributes, NFC
|
2018-11-17 13:47:46 +01:00 |
|
eq_op.rs
|
Fix similar_names warnings
|
2018-10-11 15:18:58 -07:00 |
|
erasing_op.rs
|
Add license header to Rust files
|
2018-10-06 09:43:08 -07:00 |
|
escape.rs
|
rustup https://github.com/rust-lang/rust/pull/52591
|
2018-11-21 13:29:23 +01:00 |
|
eta_reduction.rs
|
remove unused allow() attributes, NFC
|
2018-11-17 13:47:46 +01:00 |
|
eval_order_dependence.rs
|
Add license header to Rust files
|
2018-10-06 09:43:08 -07:00 |
|
excessive_precision.rs
|
Fix doc_markdown lints
|
2018-10-11 15:43:13 -07:00 |
|
explicit_write.rs
|
Add license header to Rust files
|
2018-10-06 09:43:08 -07:00 |
|
fallible_impl_from.rs
|
Add license header to Rust files
|
2018-10-06 09:43:08 -07:00 |
|
format.rs
|
Fix "too" -> "foo" typo in format.rs
|
2018-11-14 14:08:52 +01:00 |
|
formatting.rs
|
Remove + from has_unary_equivalent
|
2018-11-06 07:05:13 +02:00 |
|
functions.rs
|
Add license header to Rust files
|
2018-10-06 09:43:08 -07:00 |
|
identity_conversion.rs
|
Don't expand macro in identity_conversion suggestion
|
2018-10-27 15:47:56 +02:00 |
|
identity_op.rs
|
Add license header to Rust files
|
2018-10-06 09:43:08 -07:00 |
|
if_not_else.rs
|
Add license header to Rust files
|
2018-10-06 09:43:08 -07:00 |
|
indexing_slicing.rs
|
out_of_bounds_indexing improved reporting of out of bounds value
|
2018-10-15 04:44:39 -07:00 |
|
infallible_destructuring_match.rs
|
Add license header to Rust files
|
2018-10-06 09:43:08 -07:00 |
|
infinite_iter.rs
|
Add license header to Rust files
|
2018-10-06 09:43:08 -07:00 |
|
inherent_impl.rs
|
Add license header to Rust files
|
2018-10-06 09:43:08 -07:00 |
|
inline_fn_without_body.rs
|
Add license header to Rust files
|
2018-10-06 09:43:08 -07:00 |
|
int_plus_one.rs
|
Add license header to Rust files
|
2018-10-06 09:43:08 -07:00 |
|
invalid_ref.rs
|
Add license header to Rust files
|
2018-10-06 09:43:08 -07:00 |
|
items_after_statements.rs
|
Add license header to Rust files
|
2018-10-06 09:43:08 -07:00 |
|
large_enum_variant.rs
|
Add license header to Rust files
|
2018-10-06 09:43:08 -07:00 |
|
len_zero.rs
|
Fix issue #3322: reword help message for len_zero
|
2018-10-16 23:23:31 +02:00 |
|
let_if_seq.rs
|
Add license header to Rust files
|
2018-10-06 09:43:08 -07:00 |
|
lib.rs
|
remove unused allow() attributes, NFC
|
2018-11-17 13:47:46 +01:00 |
|
lifetimes.rs
|
Improve diagnostics in case of lifetime elision (closes #3284)
|
2018-10-08 13:07:21 +03:00 |
|
literal_representation.rs
|
Merge #3353
|
2018-11-05 03:58:15 +00:00 |
|
loops.rs
|
Check for known array length in needless_range_loop
|
2018-10-19 16:34:16 -04:00 |
|
map_clone.rs
|
Don't suggest cloned() for map Box deref
|
2018-10-08 06:20:32 +11:00 |
|
map_unit_fn.rs
|
rustup https://github.com/rust-lang/rust/pull/55330/
|
2018-11-03 18:50:23 +01:00 |
|
matches.rs
|
Don't emit suggestion when inside of a macro
|
2018-11-15 17:03:17 +01:00 |
|
mem_discriminant.rs
|
Add Applicability
|
2018-10-24 23:39:54 -04:00 |
|
mem_forget.rs
|
mem_forget: fix syntax error in code sample
|
2018-10-14 10:30:04 +02:00 |
|
mem_replace.rs
|
Add license header to Rust files
|
2018-10-06 09:43:08 -07:00 |
|
minmax.rs
|
remove unused allow() attributes, NFC
|
2018-11-17 13:47:46 +01:00 |
|
misc.rs
|
cmp_owned refactor
|
2018-10-12 04:48:54 -07:00 |
|
misc_early.rs
|
rustup https://github.com/rust-lang/rust/pull/55852/
|
2018-11-15 16:50:28 +01:00 |
|
missing_doc.rs
|
Add license header to Rust files
|
2018-10-06 09:43:08 -07:00 |
|
missing_inline.rs
|
Add license header to Rust files
|
2018-10-06 09:43:08 -07:00 |
|
multiple_crate_versions.rs
|
Fix warnings introduced by #3349
|
2018-10-24 16:18:01 +02:00 |
|
mut_mut.rs
|
Add license header to Rust files
|
2018-10-06 09:43:08 -07:00 |
|
mut_reference.rs
|
Add license header to Rust files
|
2018-10-06 09:43:08 -07:00 |
|
mutex_atomic.rs
|
Add license header to Rust files
|
2018-10-06 09:43:08 -07:00 |
|
needless_bool.rs
|
clippy: fix pedantic warnings and run clippy::pedantic lints on the codebase.
|
2018-11-02 12:16:43 +01:00 |
|
needless_borrow.rs
|
Fix a false-positive of needless_borrow
|
2018-11-02 15:58:54 +09:00 |
|
needless_borrowed_ref.rs
|
Add license header to Rust files
|
2018-10-06 09:43:08 -07:00 |
|
needless_continue.rs
|
Add license header to Rust files
|
2018-10-06 09:43:08 -07:00 |
|
needless_pass_by_value.rs
|
rustup https://github.com/rust-lang/rust/pull/55330/
|
2018-11-03 18:50:23 +01:00 |
|
needless_update.rs
|
Add license header to Rust files
|
2018-10-06 09:43:08 -07:00 |
|
neg_cmp_op_on_partial_ord.rs
|
Add license header to Rust files
|
2018-10-06 09:43:08 -07:00 |
|
neg_multiply.rs
|
Add license header to Rust files
|
2018-10-06 09:43:08 -07:00 |
|
new_without_default.rs
|
rustup https://github.com/rust-lang/rust/pull/52591
|
2018-11-21 13:29:23 +01:00 |
|
no_effect.rs
|
Add license header to Rust files
|
2018-10-06 09:43:08 -07:00 |
|
non_copy_const.rs
|
Add license header to Rust files
|
2018-10-06 09:43:08 -07:00 |
|
non_expressive_names.rs
|
Add license header to Rust files
|
2018-10-06 09:43:08 -07:00 |
|
ok_if_let.rs
|
Add license header to Rust files
|
2018-10-06 09:43:08 -07:00 |
|
open_options.rs
|
Add license header to Rust files
|
2018-10-06 09:43:08 -07:00 |
|
overflow_check_conditional.rs
|
Add license header to Rust files
|
2018-10-06 09:43:08 -07:00 |
|
panic_unimplemented.rs
|
remove unused allow() attributes, NFC
|
2018-11-17 13:47:46 +01:00 |
|
partialeq_ne_impl.rs
|
Add license header to Rust files
|
2018-10-06 09:43:08 -07:00 |
|
precedence.rs
|
Add license header to Rust files
|
2018-10-06 09:43:08 -07:00 |
|
ptr.rs
|
Add license header to Rust files
|
2018-10-06 09:43:08 -07:00 |
|
ptr_offset_with_cast.rs
|
new_ret_no_self: add sample from #3313 to Known Problems section.
|
2018-10-18 23:37:43 +02:00 |
|
question_mark.rs
|
Fix some more stutter warnings
|
2018-10-12 17:07:48 -07:00 |
|
ranges.rs
|
Add license header to Rust files
|
2018-10-06 09:43:08 -07:00 |
|
redundant_clone.rs
|
rustup: fix build with rustc 1.31.0-nightly (cae6efc37 2018-10-27)
|
2018-10-28 13:56:50 +01:00 |
|
redundant_field_names.rs
|
Add license header to Rust files
|
2018-10-06 09:43:08 -07:00 |
|
redundant_pattern_matching.rs
|
remove unused allow() attributes, NFC
|
2018-11-17 13:47:46 +01:00 |
|
reference.rs
|
Add license header to Rust files
|
2018-10-06 09:43:08 -07:00 |
|
regex.rs
|
Clarify code
|
2018-10-09 23:35:10 -07:00 |
|
replace_consts.rs
|
Add license header to Rust files
|
2018-10-06 09:43:08 -07:00 |
|
returns.rs
|
clippy: fix pedantic warnings and run clippy::pedantic lints on the codebase.
|
2018-11-02 12:16:43 +01:00 |
|
serde_api.rs
|
Add license header to Rust files
|
2018-10-06 09:43:08 -07:00 |
|
shadow.rs
|
Add license header to Rust files
|
2018-10-06 09:43:08 -07:00 |
|
strings.rs
|
fix: correctly reconstruct raw strings
|
2018-10-26 09:12:01 -07:00 |
|
suspicious_trait_impl.rs
|
Add license header to Rust files
|
2018-10-06 09:43:08 -07:00 |
|
swap.rs
|
Add license header to Rust files
|
2018-10-06 09:43:08 -07:00 |
|
temporary_assignment.rs
|
Add license header to Rust files
|
2018-10-06 09:43:08 -07:00 |
|
transmute.rs
|
Fix similar_names warnings
|
2018-10-11 15:18:58 -07:00 |
|
trivially_copy_pass_by_ref.rs
|
Fix nit
|
2018-11-21 07:52:02 -06:00 |
|
types.rs
|
remove unused allow() attributes, NFC
|
2018-11-17 13:47:46 +01:00 |
|
unicode.rs
|
Add license header to Rust files
|
2018-10-06 09:43:08 -07:00 |
|
unsafe_removed_from_name.rs
|
Add license header to Rust files
|
2018-10-06 09:43:08 -07:00 |
|
unused_io_amount.rs
|
Add license header to Rust files
|
2018-10-06 09:43:08 -07:00 |
|
unused_label.rs
|
Add license header to Rust files
|
2018-10-06 09:43:08 -07:00 |
|
unwrap.rs
|
Add license header to Rust files
|
2018-10-06 09:43:08 -07:00 |
|
use_self.rs
|
Fix use_self false positive on use statements
|
2018-11-13 06:15:33 +02:00 |
|
vec.rs
|
Add license header to Rust files
|
2018-10-06 09:43:08 -07:00 |
|
wildcard_dependencies.rs
|
Fix warnings introduced by #3349
|
2018-10-24 16:18:01 +02:00 |
|
write.rs
|
Merge pull request #3285 from devonhollowood/pedantic-dogfood-items-after-statements
|
2018-10-08 06:59:55 +01:00 |
|
zero_div_zero.rs
|
Add license header to Rust files
|
2018-10-06 09:43:08 -07:00 |