rust/src
2016-03-18 14:06:39 +01:00
..
utils lint on binding-names that are too similar 2016-03-18 14:06:39 +01:00
approx_const.rs Rustfmt and sort all use items 2016-02-24 17:38:57 +01:00
array_indexing.rs Fix ICE in OUT_OF_BOUNDS_INDEXING with ranges 2016-03-15 20:35:41 +01:00
attrs.rs Rustfmt and sort all use items 2016-02-24 17:38:57 +01:00
bit_mask.rs rustup const eval changes 2016-03-15 20:09:53 +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 on binding-names that are too similar 2016-03-18 14:06:39 +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 rustup const eval changes 2016-03-15 20:09:53 +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 Rustup to *1.9.0-nightly (c66d2380a 2016-03-15)* 2016-03-16 19:27:59 +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 fix Eq+Hash for Constant 2016-03-17 12:23:54 +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 refactor for speed 2016-03-18 14:06:39 +01:00
lifetimes.rs Rustfmt and sort all use items 2016-02-24 17:38:57 +01:00
loops.rs rustup const eval changes 2016-03-15 20:09:53 +01:00
map_clone.rs rustfmt 2016-02-29 21:35:51 +05:30
matches.rs rustup const eval changes 2016-03-15 20:09:53 +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
non_expressive_names.rs refactor for speed 2016-03-18 14:06:39 +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 problem in PANIC_PARAMS with inner format! 2016-03-15 21:05:37 +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 Use span_suggestion in STRING_LIT_AS_BYTES 2016-03-15 20:35:41 +01:00
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 lint on binding-names that are too similar 2016-03-18 14:06:39 +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