rust-clippy/src
2016-03-15 22:55:07 +05:30
..
utils Merge pull request #698 from mcarton/conf 2016-03-13 19:33:03 +05:30
approx_const.rs Rustfmt and sort all use items 2016-02-24 17:38:57 +01:00
array_indexing.rs Small nits on INDEXING_SLICING 2016-03-11 22:10:40 +01:00
attrs.rs Rustfmt and sort all use items 2016-02-24 17:38:57 +01:00
bit_mask.rs Rustfmt and sort all use items 2016-02-24 17:38:57 +01:00
blacklisted_name.rs Rustfmt 2016-03-12 14:51:47 +01:00
block_in_if_condition.rs rustfmt 2016-02-29 21:35:51 +05:30
collapsible_if.rs rustfmt 2016-02-29 21:35:51 +05:30
consts.rs lint ! and != in if expressions with else branches 2016-02-29 12:34:48 +01:00
copies.rs rustfmt 2016-02-29 21:35:51 +05:30
cyclomatic_complexity.rs prevent cc lint from panicking on unreachable code 2016-03-14 17:24:55 +01:00
derive.rs Rustup to 1.9.0-nightly (c9629d61c 2016-03-10) 2016-03-11 14:18:56 +01:00
drop_ref.rs Rustfmt and sort all use items 2016-02-24 17:38:57 +01:00
entry.rs rustfmt 2016-02-29 21:35:51 +05:30
enum_clike.rs lint unportable clike enum discriminants 2016-02-29 09:36:13 +01:00
enum_glob_use.rs Rustfmt and sort all use items 2016-02-24 17:38:57 +01:00
enum_variants.rs rustfmt 2016-02-29 21:35:51 +05:30
eq_op.rs Rustfmt and sort all use items 2016-02-24 17:38:57 +01:00
escape.rs Rustfmt and sort all use items 2016-02-24 17:38:57 +01:00
eta_reduction.rs Rustup to 1.9.0-nightly (c9629d61c 2016-03-10) 2016-03-11 14:18:56 +01:00
format.rs Limit USELESS_FORMAT with args to string args 2016-02-22 17:54:46 +01:00
formatting.rs rustfmt 2016-02-29 21:35:51 +05:30
functions.rs Lint function with too many arguments 2016-03-12 14:52:06 +01:00
identity_op.rs Rustfmt and sort all use items 2016-02-24 17:38:57 +01:00
if_not_else.rs lint ! and != in if expressions with else branches 2016-02-29 12:34:48 +01:00
items_after_statements.rs Rustfmt and sort all use items 2016-02-24 17:38:57 +01:00
len_zero.rs Add str to types considered by len_zero 2016-03-12 21:23:56 +01:00
lib.rs Update to rustc 1.9.0-nightly (6d215fe04 2016-03-14) 2016-03-15 22:55:07 +05:30
lifetimes.rs Rustfmt and sort all use items 2016-02-24 17:38:57 +01:00
loops.rs Fix ICE in for_loop with globals 2016-03-07 23:32:43 +01:00
map_clone.rs rustfmt 2016-02-29 21:35:51 +05:30
matches.rs Improve the MATCH_REF_PATS suggestions 2016-03-09 16:22:31 +01:00
methods.rs Fix types comparison 2016-03-08 17:00:44 +01:00
minmax.rs Rustfmt and sort all use items 2016-02-24 17:38:57 +01:00
misc.rs Lint types with fn new() -> Self and no Default impl 2016-03-08 17:00:37 +01:00
misc_early.rs Fix dogfood 2016-03-06 14:10:04 +01:00
mut_mut.rs Rustfmt and sort all use items 2016-02-24 17:38:57 +01:00
mut_reference.rs Rustup to 1.9.0-nightly (c9629d61c 2016-03-10) 2016-03-11 14:18:56 +01:00
mutex_atomic.rs Rustfmt and sort all use items 2016-02-24 17:38:57 +01:00
needless_bool.rs Rustfmt and sort all use items 2016-02-24 17:38:57 +01:00
needless_features.rs Rustfmt and sort all use items 2016-02-24 17:38:57 +01:00
needless_update.rs Rustfmt and sort all use items 2016-02-24 17:38:57 +01:00
new_without_default.rs Fix types comparison 2016-03-08 17:00:44 +01:00
no_effect.rs Remove all ExprRange 2016-03-07 16:31:38 +01:00
open_options.rs Rustfmt and sort all use items 2016-02-24 17:38:57 +01:00
overflow_check_conditional.rs fix cyclomatic complexity lint triggering because of short circuit operations 2016-03-08 15:10:02 +01:00
panic.rs Fix false-positive in panic_params 2016-03-12 21:23:57 +01:00
precedence.rs Rustfmt and sort all use items 2016-02-24 17:38:57 +01:00
print.rs rustfmt 2016-02-29 21:35:51 +05:30
ptr_arg.rs Remove uses of ast_ty_to_ty_cache 2016-03-08 17:00:44 +01:00
ranges.rs Remove all ExprRange 2016-03-07 16:31:38 +01:00
regex.rs rustfmt 2016-02-29 21:35:51 +05:30
returns.rs Rustfmt and sort all use items 2016-02-24 17:38:57 +01:00
shadow.rs Rustfmt and sort all use items 2016-02-24 17:38:57 +01:00
strings.rs rustfmt 2016-02-29 21:35:51 +05:30
swap.rs Lint manual swaps 2016-02-28 12:16:13 +01:00
temporary_assignment.rs Rustfmt and sort all use items 2016-02-24 17:38:57 +01:00
transmute.rs Remove redundancy in lint documentation 2016-02-06 00:41:54 +01:00
types.rs Rustfmt 2016-03-12 14:51:47 +01:00
unicode.rs Rustfmt and sort all use items 2016-02-24 17:38:57 +01:00
unused_label.rs Lint unused labels 2016-03-08 16:43:40 +01:00
vec.rs vec! now uses box 2016-03-03 20:09:31 +01:00
zero_div_zero.rs Rustfmt and sort all use items 2016-02-24 17:38:57 +01:00