rust/tests/compile-fail
2016-03-16 19:28:24 +01:00
..
absurd-extreme-comparisons.rs improve the no_effect lint 2016-02-11 13:50:41 +01:00
approx_const.rs
array_indexing.rs Small nits on INDEXING_SLICING 2016-03-11 22:10:40 +01:00
attrs.rs
bit_masks.rs improve the no_effect lint 2016-02-11 13:50:41 +01:00
blacklisted_name.rs Add a BLACKLISTED_NAME lint 2016-03-12 14:51:45 +01:00
block_in_if_condition.rs fixed #528 2016-01-31 23:25:10 +01:00
bool_comparison.rs Improve testing and suggestion messages on bool_comparison 2016-02-09 15:44:07 -05:00
box_vec.rs Add a BLACKLISTED_NAME lint 2016-03-12 14:51:45 +01:00
cast.rs improve the no_effect lint 2016-02-11 13:50:41 +01:00
char_lit_as_u8.rs
cmp_nan.rs improve the no_effect lint 2016-02-11 13:50:41 +01:00
cmp_owned.rs
collapsible_if.rs Fix suggestion in COLLAPSIBLE_IF lint 2016-02-15 17:43:16 +01:00
complex_types.rs fallout 2016-02-01 13:01:16 +01:00
conf_bad_arg.rs Start implementing a configuration file 2016-03-12 14:50:46 +01:00
conf_french_blacklisted_name.rs Add a BLACKLISTED_NAME lint 2016-03-12 14:51:45 +01:00
conf_french_blacklisted_name.toml Add a BLACKLISTED_NAME lint 2016-03-12 14:51:45 +01:00
conf_non_existant.rs Start implementing a configuration file 2016-03-12 14:50:46 +01:00
conf_unknown_key.rs Start implementing a configuration file 2016-03-12 14:50:46 +01:00
conf_unknown_key.toml White-list third-party in conf files 2016-03-12 14:51:47 +01:00
copies.rs Add a BLACKLISTED_NAME lint 2016-03-12 14:51:45 +01:00
cyclomatic_complexity.rs prevent cc lint from panicking on unreachable code 2016-03-14 17:24:55 +01:00
derive.rs Temporary fix for rustc warning false-positive? 2016-03-16 19:28:24 +01:00
dlist.rs Add a BLACKLISTED_NAME lint 2016-03-12 14:51:45 +01:00
drop_ref.rs Add lint to warn for calls to std::mem::drop with a reference argument 2016-02-02 20:24:41 +01:00
duplicate_underscore_argument.rs
entry.rs lint ! and != in if expressions with else branches 2016-02-29 12:34:48 +01:00
enum_glob_use.rs fix enum glob use (again) 2016-02-18 16:08:45 +01:00
enum_variants.rs fix enum_variant_names linting on all caps enum variants 2016-02-17 13:33:32 +01:00
enums_clike.rs lint unportable clike enum discriminants 2016-02-29 09:36:13 +01:00
eq_op.rs improve the no_effect lint 2016-02-11 13:50:41 +01:00
escape_analysis.rs fixed #606 2016-02-01 20:37:07 +01:00
eta.rs Warn about calling a closure in the same expression where it's defined. 2016-03-05 22:41:52 +05:30
float_cmp.rs improve the no_effect lint 2016-02-11 13:50:41 +01:00
for_loop.rs Fix ICE in for_loop with globals 2016-03-07 23:32:43 +01:00
format.rs Limit USELESS_FORMAT with args to string args 2016-02-22 17:54:46 +01:00
formatting.rs Add a lint about suspiciously formatted else if 2016-02-27 18:18:53 +01:00
functions.rs Lint function with too many arguments 2016-03-12 14:52:06 +01:00
identity_op.rs improve the no_effect lint 2016-02-11 13:50:41 +01:00
if_not_else.rs lint ! and != in if expressions with else branches 2016-02-29 12:34:48 +01:00
item_after_statement.rs
len_zero.rs Add str to types considered by len_zero 2016-03-12 21:23:56 +01:00
let_return.rs
let_unit.rs
lifetimes.rs Fix false positive in NEEDLESS_LIFETIMES 2016-01-29 22:31:12 +01:00
map_clone.rs Add a lint about using clone on Copy types 2016-02-02 22:35:01 +01:00
matches.rs Improve the MATCH_REF_PATS suggestions 2016-03-09 16:22:31 +01:00
methods.rs Add a BLACKLISTED_NAME lint 2016-03-12 14:51:45 +01:00
min_max.rs
modulo_one.rs improve the no_effect lint 2016-02-11 13:50:41 +01:00
mut_mut.rs improve the no_effect lint 2016-02-11 13:50:41 +01:00
mut_reference.rs Add a BLACKLISTED_NAME lint 2016-03-12 14:51:45 +01:00
mutex_atomic.rs
needless_bool.rs Lint ifs with the same then and else blocks 2016-02-07 13:26:34 +01:00
needless_features.rs
needless_return.rs
needless_update.rs
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
open_options.rs Fix case conventions 2016-02-05 21:54:29 +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 false-positive in panic_params 2016-03-12 21:23:57 +01:00
patterns.rs
precedence.rs
print.rs Lint usage of Debug-based formatting 2016-02-09 21:22:54 +01:00
ptr_arg.rs
range.rs
redundant_closure_call.rs Warn about calling a closure in the same expression where it's defined. 2016-03-05 22:41:52 +05:30
regex.rs Put regex_macros tests in a separate feature 2016-03-07 19:39:49 +01:00
shadow.rs
strings.rs
swap.rs Lint manual swaps 2016-02-28 12:16:13 +01:00
temporary_assignment.rs
toplevel_ref_arg.rs Don’t use {:?} and use span_suggestion in TOPLEVEL_REF_ARG 2016-02-09 21:22:30 +01:00
transmute.rs
unicode.rs
unit_cmp.rs
unneeded_field_pattern.rs
unused_labels.rs Lint unused labels 2016-03-08 16:43:40 +01:00
unused_lt.rs
used_underscore_binding.rs Add a BLACKLISTED_NAME lint 2016-03-12 14:51:45 +01:00
vec.rs Add a lint to warn about &vec![_] if &[_] would do 2016-01-29 17:41:52 +01:00
while_loop.rs Fix wrong suggestion in WHILE_LET_LOOP 2016-02-28 12:09:28 +01:00
wrong_self_convention.rs
zero_div_zero.rs Add - and / to EQ_OP 2016-02-07 13:26:34 +01:00