.. |
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
|
fix dogfood
|
2015-09-19 08:33:04 +05:30 |
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 executable permission from remaining source files
|
2015-11-09 08:04:41 -05: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
|
check for Deref conversions
|
2015-11-03 21:11:40 -06:00 |
identity_op.rs
|
Upgrade Rust to rustc 1.5.0-nightly (cff041170 2015-09-17)
|
2015-09-19 08:23:04 +05:30 |
len_zero.rs
|
all: remove trailing spaces
|
2015-09-28 07:11:03 +02:00 |
lib.rs
|
Remove executable permission from remaining source files
|
2015-11-09 08:04:41 -05:00 |
lifetimes.rs
|
Fix rustup fallout: lifetimes false positives
|
2015-09-30 20:10:54 +05:30 |
loops.rs
|
Fix false positives when iterator variable is used after the loop
|
2015-10-26 23:57:55 +01:00 |
map_clone.rs
|
match .map(Clone::clone)
|
2015-11-05 17:11:41 +01: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
|
Upgrade Rust to rustc 1.5.0-nightly (cff041170 2015-09-17)
|
2015-09-19 08:23:04 +05:30 |
misc.rs
|
Rustup to rustc 1.6.0-nightly (effcd2965 2015-11-04)
|
2015-11-05 08:20:28 +05:30 |
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 unnecessary clones and add helper function
|
2015-09-30 13:08:29 +02:00 |
mutex_atomic.rs
|
Recommend using Mutex<()> for locking
|
2015-10-11 16:07:00 +02:00 |
needless_bool.rs
|
Upgrade Rust to rustc 1.5.0-nightly (cff041170 2015-09-17)
|
2015-09-19 08:23:04 +05:30 |
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
|
Change lint description
|
2015-10-07 17:15:44 +02: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
|
Rust upgrade to rustc 1.5.0-nightly (9d3e79ad3 2015-10-10)
|
2015-10-12 02:42:59 +05:30 |
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 |
types.rs
|
Fix type complexity lint
|
2015-10-15 19:55:14 +05:30 |
unicode.rs
|
Upgrade Rust to rustc 1.5.0-nightly (cff041170 2015-09-17)
|
2015-09-19 08:23:04 +05:30 |
utils.rs
|
match .map(Clone::clone)
|
2015-11-05 17:11:41 +01:00 |
zero_div_zero.rs
|
implement 0.0/0.0 -> NaN lint as described in #370
|
2015-10-11 19:26:23 -07:00 |