rust/tests/compile-fail
Oliver Schneider c37300d899 ignore the portability test on 32 bit
it will fail in rustc
2016-05-13 13:45:53 +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 fixed tests, added clippy_restrictions lint group 2016-04-30 23:54:10 +02:00
array_indexing.rs Fix ICE in OUT_OF_BOUNDS_INDEXING with ranges 2016-03-15 20:35:41 +01:00
assign_ops.rs suggest a op= b over a = a op b 2016-05-11 15:32:20 +02: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 don't check for an exact error message 2016-05-13 13:45:25 +02: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 Don’t warn in titles in DOC_MARKDOWN 2016-05-05 21:49:57 +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 ignore the portability test on 32 bit 2016-05-13 13:45:53 +02: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 add needless_borrow lint 2016-05-09 13:07:43 +02:00
float_cmp.rs
for_loop.rs Fix tests 2016-05-08 01:13:05 +02: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 improve the no_effect lint 2016-02-11 13:50:41 +01:00
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 Fix tests 2016-05-08 01:13:05 +02:00
mem_forget.rs Limited mem_forget error to only Drop types (fails) 2016-04-20 19:24:31 -07:00
methods.rs don't suggest closures over constants 2016-05-12 10:23:06 +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_borrow.rs add needless_borrow lint 2016-05-09 13:07:43 +02: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 merge struct similar_name test into the general test file 2016-05-11 17:01:34 +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 Fix tests 2016-05-08 01:13:05 +02:00
shadow.rs
strings.rs suggest a op= b over a = a op b 2016-05-11 15:32:20 +02: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