.. |
absurd-extreme-comparisons.rs
|
Use span_suggestion for WHILE_LET_ON_ITERATOR
|
2016-06-07 18:32:40 +02:00 |
approx_const.rs
|
Include consts in the approx_consts lint for easier copypasting
|
2016-06-08 19:58:29 -04:00 |
arithmetic.rs
|
add a companion lint to no_effect with suggestions for partially effective statements
|
2016-05-13 16:43:47 +02:00 |
array_indexing.rs
|
add a companion lint to no_effect with suggestions for partially effective statements
|
2016-05-13 16:43:47 +02: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
|
add a companion lint to no_effect with suggestions for partially effective statements
|
2016-05-13 16:43:47 +02:00 |
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
|
Use span_suggestion for WHILE_LET_ON_ITERATOR
|
2016-06-07 18:32:40 +02:00 |
box_vec.rs
|
Add a BLACKLISTED_NAME lint
|
2016-03-12 14:51:45 +01:00 |
cast.rs
|
add a companion lint to no_effect with suggestions for partially effective statements
|
2016-05-13 16:43:47 +02:00 |
char_lit_as_u8.rs
|
Add a lint for casts from char literals to u8
|
2016-01-27 20:23:59 +01:00 |
cmp_nan.rs
|
add a companion lint to no_effect with suggestions for partially effective statements
|
2016-05-13 16:43:47 +02:00 |
cmp_owned.rs
|
add a companion lint to no_effect with suggestions for partially effective statements
|
2016-05-13 16:43:47 +02:00 |
collapsible_if.rs
|
Rustup to ea0dc92972 II
|
2016-07-01 17:44:17 +02: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
|
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
|
Make COLLAPSIBLE_IF consider if let
|
2016-06-29 17:09:39 +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
|
Whitelist Nan in DOC_MARKDOWN
|
2016-06-09 23:33:28 +02:00 |
double_neg.rs
|
new lint: double_neg
|
2016-06-30 01:00:25 +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
|
fix enum glob use (again)
|
2016-02-18 16:08:45 +01:00 |
enum_variants.rs
|
lint enum variants names that start or end with their enum's name
|
2016-06-16 12:17:15 +02:00 |
enums_clike.rs
|
ignore the portability test on 32 bit
|
2016-05-13 13:45:53 +02:00 |
eq_op.rs
|
add a companion lint to no_effect with suggestions for partially effective statements
|
2016-05-13 16:43:47 +02:00 |
escape_analysis.rs
|
fixed #606
|
2016-02-01 20:37:07 +01:00 |
eta.rs
|
add needless_borrow lint
|
2016-05-09 13:07:43 +02:00 |
filter_methods.rs
|
unify the lints
|
2016-06-22 10:44:46 +02:00 |
float_cmp.rs
|
don't lint on comparing *const f32 s
|
2016-06-25 18:59:37 +02:00 |
for_loop.rs
|
Fix suggestions for REVERSE_RANGE_LOOP
|
2016-06-09 23:34:19 +02:00 |
format.rs
|
chmod -x test files
|
2016-03-28 21:24:36 +02:00 |
formatting.rs
|
Rustup to ea0dc92972
|
2016-07-01 17:44:17 +02:00 |
functions.rs
|
Improve NOT_UNSAFE_PTR_ARG_DEREF with functions
|
2016-07-03 13:29:04 +05:30 |
identity_op.rs
|
add a companion lint to no_effect with suggestions for partially effective statements
|
2016-05-13 16:43:47 +02: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
|
add a companion lint to no_effect with suggestions for partially effective statements
|
2016-05-13 16:43:47 +02:00 |
item_after_statement.rs
|
Rustup to ea0dc92972
|
2016-07-01 17:44:17 +02:00 |
len_zero.rs
|
lint on binding-names that are too similar
|
2016-03-18 14:06:39 +01:00 |
let_if_seq.rs
|
Fix yet another FP in USELESS_LET_IF_SEQ
|
2016-06-09 23:33:38 +02:00 |
let_return.rs
|
Fix wrong tests and improve some other
|
2016-06-07 17:32:36 +02:00 |
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 matches tests
|
2016-06-29 17:10:21 +02:00 |
mem_forget.rs
|
Limited mem_forget error to only Drop types (fails)
|
2016-04-20 19:24:31 -07:00 |
methods.rs
|
fix tests
|
2016-06-21 14:46:02 +02:00 |
min_max.rs
|
|
|
modulo_one.rs
|
add a companion lint to no_effect with suggestions for partially effective statements
|
2016-05-13 16:43:47 +02:00 |
mut_mut.rs
|
Fix FP with mut_mut and for loops
|
2016-06-29 17:09:39 +02:00 |
mut_reference.rs
|
Add a BLACKLISTED_NAME lint
|
2016-03-12 14:51:45 +01:00 |
mutex_atomic.rs
|
|
|
needless_bool.rs
|
Rustup to ea0dc92972
|
2016-07-01 17:44:17 +02:00 |
needless_borrow.rs
|
Fix wrong tests and improve some other
|
2016-06-07 17:32:36 +02:00 |
needless_return.rs
|
Add missing suggestions and help message to tests
|
2016-06-07 18:33:24 +02:00 |
needless_update.rs
|
|
|
neg_multiply.rs
|
add a companion lint to no_effect with suggestions for partially effective statements
|
2016-05-13 16:43:47 +02:00 |
new_without_default.rs
|
Make new_without_default ignore const fns; fixes #977
|
2016-06-03 20:17:39 +05:30 |
no_effect.rs
|
Fix wrong tests and improve some other
|
2016-06-07 17:32:36 +02:00 |
non_expressive_names.rs
|
Add environment variable to deactivate wiki links
|
2016-06-05 22:03:02 +02:00 |
open_options.rs
|
Fix case conventions
|
2016-02-05 21:54:29 +01:00 |
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
|
Support RegexBuilder
|
2016-05-25 21:36:51 +02:00 |
shadow.rs
|
Rustup to *1.10.0-nightly (476fe6eef 2016-05-21)*
|
2016-05-23 16:36:10 +02:00 |
strings.rs
|
Add missing suggestions and help message to tests
|
2016-06-07 18:33:24 +02:00 |
swap.rs
|
Fix wrong tests and improve some other
|
2016-06-07 17:32:36 +02: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_32bit.rs
|
lint on unnecessary and plain wrong transmutes
|
2016-06-28 14:08:08 +02:00 |
transmute_64bit.rs
|
lint on unnecessary and plain wrong transmutes
|
2016-06-28 14:08:08 +02:00 |
transmute.rs
|
Merge pull request #1053 from oli-obk/char_float_transmute
|
2016-06-28 14:50:39 +02:00 |
unicode.rs
|
|
|
unit_cmp.rs
|
add a companion lint to no_effect with suggestions for partially effective statements
|
2016-05-13 16:43:47 +02:00 |
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
|
Rustup to *1.10.0-nightly (cd6a40017 2016-05-16)*
|
2016-05-17 23:25:20 +02:00 |
used_underscore_binding.rs
|
Don't use identifier hygiene in HIR
|
2016-06-15 16:36:22 +02:00 |
vec.rs
|
Check for constant expression in useless_vec lint
|
2016-07-03 12:12:43 -07:00 |
while_loop.rs
|
Fix FP with WHILE_LET_LOOP and break expressions
|
2016-06-16 16:21:11 +02:00 |
wrong_self_convention.rs
|
|
|
zero_div_zero.rs
|
Add - and / to EQ_OP
|
2016-02-07 13:26:34 +01:00 |