rust/clippy_lints/src
Oliver Schneider 4f473f7f60 Merge pull request #1617 from sinkuu/proc_macro_pass_by_value
Filter out proc_macro_derive functions
2017-03-24 10:10:24 +01:00
..
utils Fix for rustc 1.17.0-nightly (6eb9960d3 2017-03-19) 2017-03-21 00:22:19 +01:00
approx_const.rs
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 Fix for rustc 1.17.0-nightly (6eb9960d3 2017-03-19) 2017-03-21 00:22:19 +01: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
block_in_if_condition.rs fix typos 2017-03-17 21:21:32 +01:00
booleans.rs apply rustfmt 2017-01-17 19:30:32 +01:00
collapsible_if.rs
consts.rs Mostly apply rustfmt 2017-03-05 10:27:20 +01:00
copies.rs rustup to 2017-01-12 2017-01-13 17:04:56 +01:00
cyclomatic_complexity.rs CFG::new now wants Body instead of Expr 2017-03-05 02:15:39 +00: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 Run rustfmt 2017-03-21 08:57:54 +01:00
double_parens.rs
drop_forget_ref.rs rustup to 2017-01-12 2017-01-13 17:04:56 +01:00
empty_enum.rs Make rustfmt happy 2017-02-05 09:51:31 -07:00
entry.rs TyCtxt::map is now called TyCtxt::hir 2017-02-03 14:16:07 +01: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
enum_variants.rs
eq_op.rs
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 TyCtxt::map is now called TyCtxt::hir 2017-02-03 14:16:07 +01:00
formatting.rs typos: coma -> comma 2017-02-16 11:23:28 -05:00
functions.rs TyCtxt::map is now called TyCtxt::hir 2017-02-03 14:16:07 +01:00
identity_op.rs Fix invalid_upcast_comparisons lint for same size sign casts 2017-03-02 10:41:20 +01:00
if_let_redundant_pattern_matching.rs
if_not_else.rs
items_after_statements.rs don't lint macro_rules! in items_after_statements 2017-03-13 11:09:56 +01: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 Fix for rustc 1.17.0-nightly (be760566c 2017-02-28) 2017-03-01 13:24:19 +01:00
let_if_seq.rs TyCtxt::map is now called TyCtxt::hir 2017-02-03 14:16:07 +01:00
lib.rs Fix for rustc 1.17.0-nightly (6eb9960d3 2017-03-19) 2017-03-21 00:22:19 +01:00
lifetimes.rs Fix for rustc 1.17.0-nightly (be760566c 2017-02-28) 2017-03-01 13:24:19 +01:00
loops.rs Fix for rustc 1.17.0-nightly (be760566c 2017-02-28) 2017-03-01 13:24:19 +01:00
map_clone.rs Revert changes from accidentally running rustfmt 2017-02-04 22:22:33 -07:00
matches.rs fix typos 2017-03-17 21:21:32 +01: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 Fix for rustc 1.17.0-nightly (be760566c 2017-02-28) 2017-03-01 13:24:19 +01: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 Run rustfmt 2017-03-13 11:40:56 +01:00
missing_doc.rs Fix for rustc 1.17.0-nightly (6eb9960d3 2017-03-19) 2017-03-21 00:22:19 +01: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 Revert changes from accidentally running rustfmt 2017-02-04 22:22:33 -07:00
needless_borrow.rs rustup to 2017-01-12 2017-01-13 17:04:56 +01:00
needless_pass_by_value.rs Merge pull request #1617 from sinkuu/proc_macro_pass_by_value 2017-03-24 10:10:24 +01: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 Support generic type 2017-02-18 10:14:25 +09:00
no_effect.rs Revert changes from accidentally running rustfmt 2017-02-04 22:22:33 -07:00
non_expressive_names.rs
ok_if_let.rs rustup to 2017-01-12 2017-01-13 17:04:56 +01:00
open_options.rs apply rustfmt 2017-01-17 19:30:32 +01:00
overflow_check_conditional.rs rustup to 2017-01-12 2017-01-13 17:04:56 +01:00
panic.rs rustup to 2017-01-12 2017-01-13 17:04:56 +01:00
partialeq_ne_impl.rs
precedence.rs Revert changes from accidentally running rustfmt 2017-02-04 22:22:33 -07:00
print.rs TyCtxt::map is now called TyCtxt::hir 2017-02-03 14:16:07 +01:00
ptr.rs Fix for rustc 1.17.0-nightly (be760566c 2017-02-28) 2017-03-01 13:24:19 +01:00
ranges.rs rustup to 2017-01-12 2017-01-13 17:04:56 +01:00
reference.rs
regex.rs Fix for rustc 1.17.0-nightly (be760566c 2017-02-28) 2017-03-01 13:24:19 +01:00
returns.rs Simplify attr_is_cfg in returns.rs 2017-03-21 00:34:05 +01:00
serde.rs
shadow.rs Revert changes from accidentally running rustfmt 2017-02-04 22:22:33 -07:00
should_assert_eq.rs Suggest assert_ne for assert!(x != y) 2017-02-22 16:47:18 +09:00
strings.rs rustup to 2017-01-12 2017-01-13 17:04:56 +01:00
swap.rs rustup to 2017-01-12 2017-01-13 17:04:56 +01:00
temporary_assignment.rs
transmute.rs apply rustfmt 2017-01-17 19:30:32 +01:00
types.rs fix typos 2017-03-17 21:21:32 +01:00
unicode.rs
unsafe_removed_from_name.rs
unused_io_amount.rs
unused_label.rs rustup 2017-02-27 09:45:02 +01:00
vec.rs Fix for rustc 1.17.0-nightly (be760566c 2017-02-28) 2017-03-01 13:24:19 +01:00
zero_div_zero.rs Almost there 2017-03-01 18:46:18 +01:00