rust/clippy_lints/src
2017-06-13 11:30:52 +02:00
..
utils Bump to 0.0.139 2017-06-10 22:07:09 -07:00
approx_const.rs
arithmetic.rs
array_indexing.rs
assign_ops.rs Update for rustc 1.19.0-nightly (4bf5c99af 2017-06-10). 2017-06-11 05:34:47 +03:00
attrs.rs Merge branch 'master' into never_loop 2017-06-11 18:25:26 -05:00
bit_mask.rs Update to latest rustc version 2017-04-27 14:00:35 +02:00
blacklisted_name.rs Fix span in blacklisted_name 2017-05-14 14:58:16 +02:00
block_in_if_condition.rs Fix various wrong uses of NestedVisitorMap::All 2017-05-12 12:02:42 +02:00
booleans.rs Bump to 0.0.139 2017-06-10 22:07:09 -07:00
collapsible_if.rs Fix fallout 2017-04-06 16:49:13 +02:00
consts.rs Abide by the common rustc::ty conventions. 2017-06-11 05:57:25 +03:00
copies.rs Bump to 0.0.139 2017-06-10 22:07:09 -07:00
cyclomatic_complexity.rs
deprecated_lints.rs
derive.rs Abide by the common rustc::ty conventions. 2017-06-11 05:57:25 +03:00
doc.rs fix another never_loop 2017-06-11 18:37:59 -05:00
double_parens.rs
drop_forget_ref.rs Do not use .sty except for matching on it. 2017-06-11 06:24:13 +03:00
empty_enum.rs Update to latest rustc version 2017-04-27 14:00:35 +02:00
entry.rs Fix various wrong uses of NestedVisitorMap::All 2017-05-12 12:02:42 +02:00
enum_clike.rs Fixes compilation error with latest nightly rust (1.18.0-nightly (9f2abadca 2017-04-18)) 2017-04-19 12:17:12 +02:00
enum_glob_use.rs Update for rustc 1.19.0-nightly (4bf5c99af 2017-06-10). 2017-06-11 05:34:47 +03:00
enum_variants.rs
eq_op.rs Bump to 0.0.139 2017-06-10 22:07:09 -07:00
escape.rs Bump to 0.0.139 2017-06-10 22:07:09 -07:00
eta_reduction.rs
eval_order_dependence.rs Try to fix compilation error on rustc 1.19.0-nightly (4ed2edaaf 2017-06-01) 2017-06-02 12:13:04 +08:00
format.rs Abide by the common rustc::ty conventions. 2017-06-11 05:57:25 +03:00
formatting.rs Run rustfmt 2017-04-12 11:06:32 +02:00
functions.rs Finish rustup. 2017-06-05 00:28:01 +03:00
identity_op.rs Bump to 0.0.139 2017-06-10 22:07:09 -07:00
if_let_redundant_pattern_matching.rs
if_not_else.rs
items_after_statements.rs
large_enum_variant.rs Update to latest rustc version 2017-04-27 14:00:35 +02:00
len_zero.rs Try to fix compilation error on rustc 1.19.0-nightly (4ed2edaaf 2017-06-01) 2017-06-02 12:13:04 +08:00
let_if_seq.rs Fix various wrong uses of NestedVisitorMap::All 2017-05-12 12:02:42 +02:00
lib.rs Merge pull request #1501 from scott-linder/types-borrow-box 2017-06-13 11:30:52 +02:00
lifetimes.rs Rustup to *rustc 1.19.0-nightly (06fb4d256 2017-04-30)* 2017-05-01 13:43:16 +02:00
loops.rs Merge branch 'master' into never_loop 2017-06-11 18:25:26 -05:00
map_clone.rs Bump to 0.0.139 2017-06-10 22:07:09 -07:00
matches.rs Bump to 0.0.139 2017-06-10 22:07:09 -07:00
mem_forget.rs
methods.rs Bump to 0.0.139 2017-06-10 22:07:09 -07:00
minmax.rs
misc_early.rs deal with multiple prefixed zeros in literals 2017-06-12 20:41:00 +02:00
misc.rs Bump to 0.0.139 2017-06-10 22:07:09 -07:00
missing_doc.rs Rustup to 1.18.0-nightly (d5cf1cb64 2017-04-15) 2017-04-16 18:38:17 +02:00
mut_mut.rs Abide by the common rustc::ty conventions. 2017-06-11 05:57:25 +03:00
mut_reference.rs Abide by the common rustc::ty conventions. 2017-06-11 05:57:25 +03:00
mutex_atomic.rs Abide by the common rustc::ty conventions. 2017-06-11 05:57:25 +03:00
needless_bool.rs Run rustfmt 2017-04-12 11:06:32 +02:00
needless_borrow.rs Finish rustup. 2017-06-05 00:28:01 +03:00
needless_continue.rs Run rustfmt 2017-05-03 14:13:50 +02:00
needless_pass_by_value.rs Bump to 0.0.139 2017-06-10 22:07:09 -07:00
needless_update.rs Abide by the common rustc::ty conventions. 2017-06-11 05:57:25 +03:00
neg_multiply.rs
new_without_default.rs Remove uses of span_if_local. 2017-06-11 06:15:53 +03:00
no_effect.rs
non_expressive_names.rs Update our config reading to serde 1.0 2017-05-09 15:23:38 +02:00
ok_if_let.rs
open_options.rs
overflow_check_conditional.rs
panic.rs Reintroduce #768 so we can publish 2017-04-07 11:21:39 +02:00
partialeq_ne_impl.rs Rustup 2017-04-28 13:00:42 +02:00
precedence.rs
print.rs Rustup 2017-04-28 13:00:42 +02:00
ptr.rs Rustup 2017-04-28 13:00:42 +02:00
ranges.rs Fix fallout 2017-04-06 16:49:13 +02:00
reference.rs
regex.rs
returns.rs in_macro check in NEEDLESS_RETURN 2017-06-12 19:06:37 -07:00
serde_api.rs Update to serde 1.0 2017-05-09 15:23:10 +02:00
shadow.rs Fix various wrong uses of NestedVisitorMap::All 2017-05-12 12:02:42 +02:00
should_assert_eq.rs Update for rustc 1.19.0-nightly (4bf5c99af 2017-06-10). 2017-06-11 05:34:47 +03:00
strings.rs
swap.rs Fix fallout 2017-04-06 16:49:13 +02:00
temporary_assignment.rs
transmute.rs Abide by the common rustc::ty conventions. 2017-06-11 05:57:25 +03:00
types.rs Document check_ty and its new is_local arg. 2017-06-12 08:43:02 -04:00
unicode.rs
unsafe_removed_from_name.rs
unused_io_amount.rs Finish rustup. 2017-06-05 00:28:01 +03:00
unused_label.rs
vec.rs Abide by the common rustc::ty conventions. 2017-06-11 05:57:25 +03:00
zero_div_zero.rs Fix a future compat lint that we triggered 2017-05-10 09:21:21 +02:00