rust/src
2015-12-12 21:56:05 -08:00
..
approx_const.rs added wiki comments + wiki-generating python script 2015-12-11 01:22:27 +01:00
attrs.rs added wiki comments + wiki-generating python script 2015-12-11 01:22:27 +01:00
bit_mask.rs added wiki comments + wiki-generating python script 2015-12-11 01:22:27 +01:00
block_in_if_condition.rs Add block_in_if lint, #434 2015-11-22 21:52:06 +05:30
collapsible_if.rs added wiki comments + wiki-generating python script 2015-12-11 01:22:27 +01:00
consts.rs Fixes to build with current rust nightly 2015-11-25 16:28:29 +01:00
cyclomatic_complexity.rs Make panic in CC silencable (partial #478) 2015-12-05 14:23:00 +05:30
eq_op.rs Merge pull request #492 from Manishearth/wiki 2015-12-11 09:20:19 -05:00
escape.rs Rudimentary escape analysis for Box<T> 2015-12-04 20:23:14 +05:30
eta_reduction.rs added wiki comments + wiki-generating python script 2015-12-11 01:22:27 +01:00
identity_op.rs added wiki comments + wiki-generating python script 2015-12-11 01:22:27 +01:00
len_zero.rs Merge pull request #492 from Manishearth/wiki 2015-12-11 09:20:19 -05:00
lib.rs Run update_lints.py 2015-12-12 21:39:10 -08:00
lifetimes.rs Merge pull request #492 from Manishearth/wiki 2015-12-11 09:20:19 -05:00
loops.rs added wiki comments + wiki-generating python script 2015-12-11 01:22:27 +01:00
map_clone.rs Upgrade rust to rustc 1.6.0-nightly (462ec0576 2015-12-09) 2015-12-09 15:56:49 -05:00
matches.rs added wiki comments + wiki-generating python script 2015-12-11 01:22:27 +01:00
methods.rs added wiki comments + wiki-generating python script 2015-12-11 01:22:27 +01:00
minmax.rs added wiki comments + wiki-generating python script 2015-12-11 01:22:27 +01:00
misc_early.rs Merge branch 'pr-482' 2015-12-07 07:23:52 -05:00
misc.rs Add wiki docs, in line with #492 2015-12-12 21:56:05 -08:00
mut_mut.rs added wiki comments + wiki-generating python script 2015-12-11 01:22:27 +01:00
mut_reference.rs added wiki comments + wiki-generating python script 2015-12-11 01:22:27 +01:00
mutex_atomic.rs Dogfood match_ref_pats for if let 2015-11-25 02:44:40 +09:00
needless_bool.rs added wiki comments + wiki-generating python script 2015-12-11 01:22:27 +01:00
needless_features.rs rustfmt a little 2015-11-17 14:22:57 +09: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 added wiki comments + wiki-generating python script 2015-12-11 01:22:27 +01:00
precedence.rs added wiki comments + wiki-generating python script 2015-12-11 01:22:27 +01:00
ptr_arg.rs added wiki comments + wiki-generating python script 2015-12-11 01:22:27 +01:00
ranges.rs added wiki comments + wiki-generating python script 2015-12-11 01:22:27 +01:00
returns.rs added wiki comments + wiki-generating python script 2015-12-11 01:22:27 +01:00
shadow.rs Merge pull request #492 from Manishearth/wiki 2015-12-11 09:20:19 -05:00
strings.rs added wiki comments + wiki-generating python script 2015-12-11 01:22:27 +01:00
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 Mention VecDeque in linkedlist lint 2015-12-12 20:05:06 -02:00
unicode.rs added wiki comments + wiki-generating python script 2015-12-11 01:22:27 +01:00
utils.rs Add span_lint_and_then and use it 2015-12-09 02:46:14 +09:00
zero_div_zero.rs added wiki comments + wiki-generating python script 2015-12-11 01:22:27 +01:00