rust/src
llogiq 1ab733cfa1 extended pattern matching 2015-09-02 07:55:07 +02:00
..
approx_const.rs Merge branch 'pr-228' 2015-08-27 15:25:56 +02:00
attrs.rs Merge branch 'pr-228' 2015-08-27 15:25:56 +02:00
bit_mask.rs Merge branch 'pr-228' 2015-08-27 15:25:56 +02:00
collapsible_if.rs all: remove unneeded deref and/or ref operations 2015-08-25 17:35:20 +02:00
consts.rs appease the dogfood gods 2015-08-27 04:40:01 +05:30
eq_op.rs eq_op: cut back to expressions that are guaranteed side effect free 2015-08-25 12:34:37 +02:00
eta_reduction.rs eta_reduction: fix false positive for unsafe fns (fixes #243) 2015-08-26 17:09:51 +02:00
identity_op.rs More macro checks 2015-08-27 04:33:59 +05:30
len_zero.rs Changes for rust-nightly after #27856 2015-08-25 23:21:38 +02:00
lib.rs new lint: self conventions for certain method names (fixes #267) 2015-09-01 18:52:48 +02:00
lifetimes.rs lifetimes lint: walk type bounds as well as types (fixes #253, again) 2015-08-31 11:26:41 +02:00
loops.rs loops: fix false positives with explicit_iter_loop and references (fixes #261) 2015-08-31 08:29:40 +02:00
matches.rs new lint: loop-match-break, which could be while-let (fixes #118) 2015-08-30 12:40:39 +02:00
methods.rs methods: try to allow value self when type is Copy (fixes #273) 2015-09-01 21:08:49 +02:00
misc.rs FnKind::FkClosure -> FnKind::Closure 2015-09-01 14:28:23 +02:00
mut_mut.rs all: organize imports 2015-08-16 08:55:34 +02:00
needless_bool.rs all: remove unneeded deref and/or ref operations 2015-08-25 17:35:20 +02:00
precedence.rs add precedence_negative_literal lint 2015-08-30 17:34:48 +02:00
ptr_arg.rs all: remove unneeded deref and/or ref operations 2015-08-25 17:35:20 +02:00
ranges.rs ranges: remove unneeded as_str() 2015-08-23 16:34:23 +02:00
returns.rs More macro checks 2015-08-27 04:33:59 +05:30
shadow.rs extended pattern matching 2015-09-02 07:55:07 +02:00
strings.rs Merge branch 'pr-228' 2015-08-27 15:25:56 +02:00
types.rs Merge branch 'pr-228' 2015-08-27 15:25:56 +02:00
unicode.rs Added support for isize/usize in the CastPass lint pass. 2015-08-21 03:03:37 +02:00
utils.rs new lint: loop-match-break, which could be while-let (fixes #118) 2015-08-30 12:40:39 +02:00