rust/src
2015-11-17 13:39:42 +09:00
..
approx_const.rs Compare float literals to stringified constants 2015-10-24 16:00:22 -07:00
attrs.rs Remove "are you sure?" from lint msg. 2015-10-12 07:59:08 +02:00
bit_mask.rs Remove trailing commas in match arms with blocks 2015-11-17 13:39:42 +09:00
collapsible_if.rs Upgrade Rust to rustc 1.5.0-nightly (cff041170 2015-09-17) 2015-09-19 08:23:04 +05:30
consts.rs Remove trailing commas in match arms with blocks 2015-11-17 13:39:42 +09:00
eq_op.rs Upgrade Rust to rustc 1.5.0-nightly (cff041170 2015-09-17) 2015-09-19 08:23:04 +05:30
eta_reduction.rs Remove trailing commas in match arms with blocks 2015-11-17 13:39:42 +09:00
identity_op.rs Remove trailing commas in match arms with blocks 2015-11-17 13:39:42 +09:00
len_zero.rs all: remove trailing spaces 2015-09-28 07:11:03 +02:00
lib.rs Add lint for useless transmutes 2015-11-11 10:53:11 -05:00
lifetimes.rs Remove trailing commas in match arms with blocks 2015-11-17 13:39:42 +09:00
loops.rs Remove trailing commas in match arms with blocks 2015-11-17 13:39:42 +09:00
map_clone.rs Remove trailing commas in match arms with blocks 2015-11-17 13:39:42 +09:00
matches.rs Rustup to rustc 1.6.0-nightly (effcd2965 2015-11-04) 2015-11-05 08:20:28 +05:30
methods.rs rustup to 1.5.0-nightly (7bf4c885f 2015-09-26) 2015-09-28 10:34:10 +05:30
minmax.rs Remove trailing commas in match arms with blocks 2015-11-17 13:39:42 +09:00
misc.rs Remove trailing commas in match arms with blocks 2015-11-17 13:39:42 +09:00
mut_mut.rs Upgrade Rust to rustc 1.5.0-nightly (cff041170 2015-09-17) 2015-09-19 08:23:04 +05:30
mut_reference.rs Remove trailing commas in match arms with blocks 2015-11-17 13:39:42 +09:00
mutex_atomic.rs Recommend using Mutex<()> for locking 2015-10-11 16:07:00 +02:00
needless_bool.rs Remove trailing commas in match arms with blocks 2015-11-17 13:39:42 +09:00
needless_features.rs Cleanup as discussed in PR 2015-10-17 20:16:54 +02:00
needless_update.rs New lint for struct update that has no effect 2015-10-22 18:19:06 +09:00
no_effect.rs New lint for statement with no effect 2015-10-29 15:50:35 +09:00
open_options.rs Remove trailing commas in match arms with blocks 2015-11-17 13:39:42 +09:00
precedence.rs improved precedence messages (fixes #389) 2015-10-13 13:59:20 +02:00
ptr_arg.rs Fix ptr-arg false positive for trait impls 2015-10-31 05:18:05 +05:30
ranges.rs New lint for zip with array length instead of enumerate() 2015-11-03 15:55:20 -05:00
returns.rs Rust upgrade to rustc 1.5.0-nightly (9d3e79ad3 2015-10-10) 2015-10-12 02:42:59 +05:30
shadow.rs Remove trailing commas in match arms with blocks 2015-11-17 13:39:42 +09:00
strings.rs Upgrade Rust to rustc 1.5.0-nightly (cff041170 2015-09-17) 2015-09-19 08:23:04 +05:30
temporary_assignment.rs New lint for assignment to temporary 2015-11-04 21:37:18 +09:00
transmute.rs Add lint for useless transmutes 2015-11-11 10:53:11 -05:00
types.rs Remove trailing commas in match arms with blocks 2015-11-17 13:39:42 +09:00
unicode.rs Upgrade Rust to rustc 1.5.0-nightly (cff041170 2015-09-17) 2015-09-19 08:23:04 +05:30
utils.rs Remove trailing commas in match arms with blocks 2015-11-17 13:39:42 +09:00
zero_div_zero.rs implement 0.0/0.0 -> NaN lint as described in #370 2015-10-11 19:26:23 -07:00