rust/clippy_lints/src
Yati Sagade 240471f926 Needless continue: This is a complete rewrite of this lint as an early-pass lint.
The previous version had troubles computing suggestions without macro expansions
creeping in. This fixes it by using original_sp, which works on AST nodes.
2017-04-08 23:30:34 +02:00
..
utils Fix fallout 2017-04-06 16:49:13 +02:00
approx_const.rs Do some additional cleanup around InternedString and Symbol 2017-03-30 10:21:13 +02:00
arithmetic.rs rustup to 2017-01-12 2017-01-13 17:04:56 +01:00
array_indexing.rs Mostly apply rustfmt 2017-03-05 10:27:20 +01:00
assign_ops.rs Support generic type 2017-02-18 10:14:25 +09:00
attrs.rs Remove unused cs parameter for is_macro and friends 2017-04-01 00:14:04 +02:00
bit_mask.rs Fix for rustc 1.17.0-nightly (be760566c 2017-02-28) 2017-03-01 13:24:19 +01:00
blacklisted_name.rs Do some additional cleanup around InternedString and Symbol 2017-03-30 10:21:13 +02:00
block_in_if_condition.rs Remove unused cs parameter for is_macro and friends 2017-04-01 00:14:04 +02:00
booleans.rs Remove unused cs parameter for is_macro and friends 2017-04-01 00:14:04 +02:00
collapsible_if.rs Fix fallout 2017-04-06 16:49:13 +02:00
consts.rs First try for a fix for rustc 1.18.0-nightly (5c94997b6 2017-03-30 2017-03-31 19:23:35 +02:00
copies.rs Fix fallout 2017-04-06 16:49:13 +02:00
cyclomatic_complexity.rs Remove unused cs parameter for is_macro and friends 2017-04-01 00:14:04 +02:00
deprecated_lints.rs deprecate extend_from_slice lint 2017-01-14 14:39:41 +01:00
derive.rs rustup and compile-fail -> ui test move 2017-02-07 21:05:30 +01:00
doc.rs Do some additional cleanup around InternedString and Symbol 2017-03-30 10:21:13 +02:00
double_parens.rs Implement the double_parens lint. 2016-12-28 12:03:49 -08:00
drop_forget_ref.rs Fix accidental newline in diagnostic and missing entries in lint_array! 2017-03-24 10:21:12 +01:00
empty_enum.rs Make rustfmt happy 2017-02-05 09:51:31 -07:00
entry.rs Fixing src/copies.rs and src/entries.rs by using ExprBlock(block) = then.node 2017-03-31 23:36:45 +02:00
enum_clike.rs Fix for rustc 1.17.0-nightly (be760566c 2017-02-28) 2017-03-01 13:24:19 +01:00
enum_glob_use.rs also run rustfmt on clippy-lints 2016-12-20 18:21:30 +01:00
enum_variants.rs Remove unused cs parameter for is_macro and friends 2017-04-01 00:14:04 +02:00
eq_op.rs Don't create additional references when invoking binary operators 2017-03-30 09:46:00 +02:00
escape.rs Rustup to nightly from 2017-01-31 2017-02-03 14:16:14 +01:00
eta_reduction.rs Mostly apply rustfmt 2017-03-05 10:27:20 +01:00
eval_order_dependence.rs Fix for rustc 1.17.0-nightly (be760566c 2017-02-28) 2017-03-01 13:24:19 +01:00
format.rs Remove unused cs parameter for is_macro and friends 2017-04-01 00:14:04 +02:00
formatting.rs Remove unused cs parameter for is_macro and friends 2017-04-01 00:14:04 +02:00
functions.rs TyCtxt::map is now called TyCtxt::hir 2017-02-03 14:16:07 +01:00
identity_op.rs Remove unused cs parameter for is_macro and friends 2017-04-01 00:14:04 +02:00
if_let_redundant_pattern_matching.rs First try for a fix for rustc 1.18.0-nightly (5c94997b6 2017-03-30 2017-03-31 19:23:35 +02:00
if_not_else.rs also run rustfmt on clippy-lints 2016-12-20 18:21:30 +01:00
items_after_statements.rs Remove unused cs parameter for is_macro and friends 2017-04-01 00:14:04 +02:00
large_enum_variant.rs Fix invalid_upcast_comparisons lint for same size sign casts 2017-03-02 10:41:20 +01:00
len_zero.rs Remove unused cs parameter for is_macro and friends 2017-04-01 00:14:04 +02:00
let_if_seq.rs fix various rustup failures 2017-04-06 16:48:48 +02:00
lib.rs Needless continue: This is a complete rewrite of this lint as an early-pass lint. 2017-04-08 23:30:34 +02:00
lifetimes.rs Do some additional cleanup around InternedString and Symbol 2017-03-30 10:21:13 +02:00
loops.rs Fix fallout 2017-04-06 16:49:13 +02:00
map_clone.rs Do some additional cleanup around InternedString and Symbol 2017-03-30 10:21:13 +02:00
matches.rs Remove unused cs parameter for is_macro and friends 2017-04-01 00:14:04 +02:00
mem_forget.rs Fix for rustc 1.17.0-nightly (be760566c 2017-02-28) 2017-03-01 13:24:19 +01:00
methods.rs Merge pull request #1649 from ensch/master 2017-04-07 11:13:44 +02:00
minmax.rs Almost there 2017-03-01 18:46:18 +01:00
misc_early.rs Don't lint nan_cmp and zero_ptr in constants 2017-03-07 12:58:07 +01:00
misc.rs Fix fallout 2017-04-06 16:49:13 +02:00
missing_doc.rs Remove unused cs parameter for is_macro and friends 2017-04-01 00:14:04 +02:00
mut_mut.rs TyCtxt::map is now called TyCtxt::hir 2017-02-03 14:16:07 +01:00
mut_reference.rs Fix for rustc 1.17.0-nightly (be760566c 2017-02-28) 2017-03-01 13:24:19 +01:00
mutex_atomic.rs rustup to 2017-01-12 2017-01-13 17:04:56 +01:00
needless_bool.rs Fix src/needless_bool.rs by using ExprBlock(block) = then 2017-03-31 23:46:08 +02:00
needless_borrow.rs Remove unused cs parameter for is_macro and friends 2017-04-01 00:14:04 +02:00
needless_continue.rs Needless continue: This is a complete rewrite of this lint as an early-pass lint. 2017-04-08 23:30:34 +02:00
needless_pass_by_value.rs Remove unused cs parameter for is_macro and friends 2017-04-01 00:14:04 +02:00
needless_update.rs rustup to 2017-01-12 2017-01-13 17:04:56 +01:00
neg_multiply.rs Almost there 2017-03-01 18:46:18 +01:00
new_without_default.rs Do some additional cleanup around InternedString and Symbol 2017-03-30 10:21:13 +02:00
no_effect.rs Remove unused cs parameter for is_macro and friends 2017-04-01 00:14:04 +02:00
non_expressive_names.rs Remove unused cs parameter for is_macro and friends 2017-04-01 00:14:04 +02:00
ok_if_let.rs rustup to 2017-01-12 2017-01-13 17:04:56 +01:00
open_options.rs Do some additional cleanup around InternedString and Symbol 2017-03-30 10:21:13 +02:00
overflow_check_conditional.rs Fix fallout 2017-03-30 09:46:04 +02:00
panic.rs Reintroduce #768 so we can publish 2017-04-07 11:21:39 +02:00
partialeq_ne_impl.rs Fix fallout 2017-04-06 16:49:13 +02:00
precedence.rs Revert changes from accidentally running rustfmt 2017-02-04 22:22:33 -07:00
print.rs Remove unused cs parameter for is_macro and friends 2017-04-01 00:14:04 +02:00
ptr.rs Fix for rustc 1.17.0-nightly (be760566c 2017-02-28) 2017-03-01 13:24:19 +01:00
ranges.rs Fix fallout 2017-04-06 16:49:13 +02:00
reference.rs also run rustfmt on clippy-lints 2016-12-20 18:21:30 +01:00
regex.rs Remove unused cs parameter for is_macro and friends 2017-04-01 00:14:04 +02:00
returns.rs Fix fallout 2017-04-06 16:49:13 +02:00
serde.rs also run rustfmt on clippy-lints 2016-12-20 18:21:30 +01:00
shadow.rs First try for a fix for rustc 1.18.0-nightly (5c94997b6 2017-03-30 2017-03-31 19:23:35 +02:00
should_assert_eq.rs Remove unused cs parameter for is_macro and friends 2017-04-01 00:14:04 +02:00
strings.rs Remove unused cs parameter for is_macro and friends 2017-04-01 00:14:04 +02:00
swap.rs Fix fallout 2017-04-06 16:49:13 +02:00
temporary_assignment.rs also run rustfmt on clippy-lints 2016-12-20 18:21:30 +01:00
transmute.rs apply rustfmt 2017-01-17 19:30:32 +01:00
types.rs Fix fallout 2017-04-06 16:49:13 +02:00
unicode.rs update to the rust-PR that unblocks clippy 2016-12-07 13:13:40 +01:00
unsafe_removed_from_name.rs also run rustfmt on clippy-lints 2016-12-20 18:21:30 +01:00
unused_io_amount.rs Do some additional cleanup around InternedString and Symbol 2017-03-30 10:21:13 +02:00
unused_label.rs Remove unused cs parameter for is_macro and friends 2017-04-01 00:14:04 +02:00
vec.rs First try for a fix for rustc 1.18.0-nightly (5c94997b6 2017-03-30 2017-03-31 19:23:35 +02:00
zero_div_zero.rs Almost there 2017-03-01 18:46:18 +01:00