rust/tests/compile-fail
2016-04-30 17:11:59 +02:00
..
absurd-extreme-comparisons.rs
approx_const.rs lint on binding-names that are too similar 2016-03-18 14:06:39 +01:00
arithmetic.rs lint remainder, document test w/ half expr 2016-04-30 17:11:59 +02:00
array_indexing.rs Fix ICE in OUT_OF_BOUNDS_INDEXING with ranges 2016-03-15 20:35:41 +01:00
attrs.rs Remove #[feature(deprecated)] 2016-04-13 16:07:45 +02:00
bit_masks.rs
blacklisted_name.rs chmod -x test files 2016-03-28 21:24:36 +02:00
block_in_if_condition.rs fallout and tests 2016-03-29 10:45:18 +02:00
bool_comparison.rs Fix some spelling mistakes here and there 2016-03-28 21:24:36 +02:00
booleans.rs !(a == b) --> a != b 2016-03-29 17:18:47 +02:00
box_vec.rs Add a BLACKLISTED_NAME lint 2016-03-12 14:51:45 +01:00
cast.rs
char_lit_as_u8.rs
cmp_nan.rs
cmp_owned.rs Deprecates 4 lints 2016-03-24 19:56:48 +01:00
collapsible_if.rs
complex_types.rs
conf_bad_arg.rs Start implementing a configuration file 2016-03-12 14:50:46 +01:00
conf_french_blacklisted_name.rs chmod -x test files 2016-03-28 21:24:36 +02: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 Fix false positive in MATCH_SAME_ARMS and guards 2016-03-29 01:39:35 +02:00
cyclomatic_complexity.rs cc: early returns are special 2016-04-23 14:30:05 +02:00
derive.rs chmod -x test files 2016-03-28 21:24:36 +02:00
dlist.rs Add a BLACKLISTED_NAME lint 2016-03-12 14:51:45 +01:00
doc.rs More tests in DOC_MARKDOWN 2016-04-13 16:02:44 +02:00
drop_ref.rs lint on binding-names that are too similar 2016-03-18 14:06:39 +01:00
duplicate_underscore_argument.rs
entry.rs Make if_not_else lint Allow by default (fixes #859) 2016-04-17 12:54:38 +02:00
enum_glob_use.rs
enum_variants.rs
enums_clike.rs lint unportable clike enum discriminants 2016-02-29 09:36:13 +01:00
eq_op.rs make sure a < b and a >= b are considered equal by SpanlessEq 2016-03-29 10:45:45 +02:00
escape_analysis.rs
eta.rs Fix FP in REDUNDANT_CLOSURE with divergent functions 2016-03-30 23:12:24 +02:00
float_cmp.rs
for_loop.rs lint on too many single character bindings 2016-03-18 14:06:39 +01:00
format.rs chmod -x test files 2016-03-28 21:24:36 +02:00
formatting.rs chmod -x test files 2016-03-28 21:24:36 +02:00
functions.rs chmod -x test files 2016-03-28 21:24:36 +02:00
identity_op.rs
if_not_else.rs Make if_not_else lint Allow by default (fixes #859) 2016-04-17 12:54:38 +02:00
invalid_upcast_comparisons.rs Small fixes in #802 2016-04-02 15:51:28 +02:00
item_after_statement.rs
len_zero.rs lint on binding-names that are too similar 2016-03-18 14:06:39 +01:00
let_return.rs
let_unit.rs
lifetimes.rs
map_clone.rs
matches.rs Improve the MATCH_REF_PATS suggestions 2016-03-09 16:22:31 +01:00
mem_forget.rs Limited mem_forget error to only Drop types (fails) 2016-04-20 19:24:31 -07:00
methods.rs Check type for SINGLE_CHAR_PATTERN 2016-04-20 21:16:59 +02:00
min_max.rs
modulo_one.rs
mut_mut.rs
mut_reference.rs Add a BLACKLISTED_NAME lint 2016-03-12 14:51:45 +01:00
mutex_atomic.rs
needless_bool.rs use snippet_opt and span_suggestion 2016-03-18 14:06:39 +01:00
needless_return.rs
needless_update.rs
neg_multiply.rs add neg_multiply lint (#862) 2016-04-17 23:33:21 +02:00
new_without_default.rs chmod -x test files 2016-03-28 21:24:36 +02:00
no_effect.rs Remove all ExprRange 2016-03-07 16:31:38 +01:00
non_expressive_names.rs whitelist more non-expressive-name false positives 2016-03-31 17:35:00 +02:00
open_options.rs
overflow_check_conditional.rs refactoring and bugfix 2016-03-18 14:06:39 +01:00
panic.rs Fix problem in PANIC_PARAMS with inner format! 2016-03-15 21:05:37 +01:00
patterns.rs
precedence.rs
print.rs chmod -x test files 2016-03-28 21:24:36 +02:00
ptr_arg.rs
range.rs Fix paths resolution 2016-04-26 13:31:52 +02:00
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 Use span_suggestion in STRING_LIT_AS_BYTES 2016-03-15 20:35:41 +01:00
swap.rs chmod -x test files 2016-03-28 21:24:36 +02:00
temporary_assignment.rs
toplevel_ref_arg.rs
transmute.rs Rustup to 1.9.0-nightly (bf5da36f1 2016-04-06) 2016-04-08 02:23:14 +02:00
unicode.rs
unit_cmp.rs
unneeded_field_pattern.rs
unsafe_removed_from_name.rs Expanded tests for unsafe_removed_from_name 2016-04-19 21:52:10 -07:00
unused_labels.rs chmod -x test files 2016-03-28 21:24:36 +02:00
unused_lt.rs
used_underscore_binding.rs Add a BLACKLISTED_NAME lint 2016-03-12 14:51:45 +01:00
vec.rs Add for _ in vec![…] to the USELESS_VEC lint 2016-03-28 23:32:55 +02: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