.. |
utils
|
Create a lint authoring helper (generates matching code)
|
2017-08-01 12:55:52 +02:00 |
approx_const.rs
|
Do some additional cleanup around InternedString and Symbol
|
2017-03-30 10:21:13 +02:00 |
arithmetic.rs
|
rustup to 2017-01-12
|
2017-01-13 17:04:56 +01:00 |
array_indexing.rs
|
Update to latest master
|
2017-07-31 12:37:38 +02:00 |
assign_ops.rs
|
Update for rustc 1.19.0-nightly (4bf5c99af 2017-06-10).
|
2017-06-11 05:34:47 +03:00 |
attrs.rs
|
Merge branch 'master' into never_loop
|
2017-06-11 18:25:26 -05:00 |
bit_mask.rs
|
The lint doesn't improve perf (yet)
|
2017-08-01 12:55:53 +02:00 |
blacklisted_name.rs
|
Fix span in blacklisted_name
|
2017-05-14 14:58:16 +02:00 |
block_in_if_condition.rs
|
Fix various wrong uses of NestedVisitorMap::All
|
2017-05-12 12:02:42 +02:00 |
booleans.rs
|
Bump to 0.0.139
|
2017-06-10 22:07:09 -07:00 |
collapsible_if.rs
|
Use span_lint_and_sugg
|
2017-06-22 03:04:04 +09:00 |
consts.rs
|
Update to latest master
|
2017-07-31 12:37:38 +02:00 |
copies.rs
|
Bump to 0.0.139
|
2017-06-10 22:07:09 -07:00 |
cyclomatic_complexity.rs
|
Run rustfmt
|
2017-06-29 16:07:43 +02:00 |
deprecated_lints.rs
|
Replace Range::step_by checking with Iterator::step_by
|
2017-06-18 16:12:04 +02:00 |
derive.rs
|
fix usage of for_each_relevant_impl
|
2017-08-09 13:21:33 +10:00 |
doc.rs
|
Run rustfmt
|
2017-06-29 16:07:43 +02:00 |
double_parens.rs
|
Rustup to *rustc 1.20.0-nightly (d84693b93 2017-07-09)*
|
2017-07-10 10:17:40 +02:00 |
drop_forget_ref.rs
|
Do not use .sty except for matching on it.
|
2017-06-11 06:24:13 +03:00 |
empty_enum.rs
|
Update to latest rustc version
|
2017-04-27 14:00:35 +02:00 |
entry.rs
|
Rustup to *rustc 1.20.0-nightly (d84693b93 2017-07-09)*
|
2017-07-10 10:17:40 +02:00 |
enum_clike.rs
|
Update to latest master
|
2017-07-31 12:37:38 +02:00 |
enum_glob_use.rs
|
Update for rustc 1.19.0-nightly (4bf5c99af 2017-06-10).
|
2017-06-11 05:34:47 +03:00 |
enum_variants.rs
|
Remove unused cs parameter for is_macro and friends
|
2017-04-01 00:14:04 +02:00 |
eq_op.rs
|
Bump to 0.0.139
|
2017-06-10 22:07:09 -07:00 |
escape.rs
|
Bump to 0.0.139
|
2017-06-10 22:07:09 -07:00 |
eta_reduction.rs
|
Update from upstream.
|
2017-07-31 19:06:23 -04:00 |
eval_order_dependence.rs
|
Rustup to *rustc 1.20.0-nightly (d84693b93 2017-07-09)*
|
2017-07-10 10:17:40 +02:00 |
format.rs
|
Abide by the common rustc::ty conventions.
|
2017-06-11 05:57:25 +03:00 |
formatting.rs
|
Run rustfmt
|
2017-04-12 11:06:32 +02:00 |
functions.rs
|
Fix compilation on rustc 1.20.0-nightly (69c65d296 2017-06-28)
|
2017-06-29 21:38:25 +08:00 |
identity_op.rs
|
Bump to 0.0.139
|
2017-06-10 22:07:09 -07:00 |
if_let_redundant_pattern_matching.rs
|
First try for a fix for rustc 1.18.0-nightly (5c94997b6 2017-03-30
|
2017-03-31 19:23:35 +02:00 |
if_not_else.rs
|
also run rustfmt on clippy-lints
|
2016-12-20 18:21:30 +01:00 |
items_after_statements.rs
|
Remove unused cs parameter for is_macro and friends
|
2017-04-01 00:14:04 +02:00 |
large_enum_variant.rs
|
Update to latest rustc version
|
2017-04-27 14:00:35 +02:00 |
len_zero.rs
|
some small doc improvements
|
2017-08-13 00:14:28 +02:00 |
let_if_seq.rs
|
use BindingAnnotation instead of BindingMode
|
2017-08-01 17:17:38 +10:00 |
lib.rs
|
WIP: Find binding or assignment within outer loop
|
2017-08-03 22:11:58 +02:00 |
lifetimes.rs
|
Rustup to *rustc 1.19.0-nightly (06fb4d256 2017-04-30)*
|
2017-05-01 13:43:16 +02:00 |
literal_digit_grouping.rs
|
Fix some more dogfood issues
|
2017-08-01 13:05:57 +02:00 |
loops.rs
|
unify checks into single visitor, fix block walk
|
2017-08-04 07:48:43 +02:00 |
map_clone.rs
|
Rustup to *rustc 1.20.0-nightly (d84693b93 2017-07-09)*
|
2017-07-10 10:17:40 +02:00 |
matches.rs
|
use BindingAnnotation instead of BindingMode
|
2017-08-01 17:17:38 +10:00 |
mem_forget.rs
|
Fix for rustc 1.17.0-nightly (be760566c 2017-02-28)
|
2017-03-01 13:24:19 +01:00 |
methods.rs
|
Update from upstream.
|
2017-07-31 19:06:23 -04:00 |
minmax.rs
|
Almost there
|
2017-03-01 18:46:18 +01:00 |
misc.rs
|
fixing dogfood
|
2017-08-06 11:09:53 +02:00 |
misc_early.rs
|
Fix hints from misc_early
|
2017-07-31 20:20:27 -04:00 |
missing_doc.rs
|
Rustup to 1.18.0-nightly (d5cf1cb64 2017-04-15)
|
2017-04-16 18:38:17 +02:00 |
mut_mut.rs
|
Abide by the common rustc::ty conventions.
|
2017-06-11 05:57:25 +03:00 |
mut_reference.rs
|
Rustup to *rustc 1.20.0-nightly (d84693b93 2017-07-09)*
|
2017-07-10 10:17:40 +02:00 |
mutex_atomic.rs
|
Abide by the common rustc::ty conventions.
|
2017-06-11 05:57:25 +03:00 |
needless_bool.rs
|
Update from upstream.
|
2017-07-31 19:06:23 -04:00 |
needless_borrow.rs
|
use BindingAnnotation instead of BindingMode
|
2017-08-01 17:17:38 +10:00 |
needless_borrowed_ref.rs
|
use BindingAnnotation instead of BindingMode
|
2017-08-01 17:17:38 +10:00 |
needless_continue.rs
|
Run rustfmt
|
2017-05-03 14:13:50 +02:00 |
needless_pass_by_value.rs
|
use BindingAnnotation instead of BindingMode
|
2017-08-01 17:17:38 +10:00 |
needless_update.rs
|
Abide by the common rustc::ty conventions.
|
2017-06-11 05:57:25 +03:00 |
neg_multiply.rs
|
Almost there
|
2017-03-01 18:46:18 +01:00 |
new_without_default.rs
|
Ignore new-without-default lint when new method has generic types
|
2017-06-14 12:58:22 -04:00 |
no_effect.rs
|
Use span_lint_and_sugg
|
2017-06-22 03:04:04 +09:00 |
non_expressive_names.rs
|
Update our config reading to serde 1.0
|
2017-05-09 15:23:38 +02:00 |
ok_if_let.rs
|
rustup to 2017-01-12
|
2017-01-13 17:04:56 +01:00 |
open_options.rs
|
Rustup to *rustc 1.20.0-nightly (d84693b93 2017-07-09)*
|
2017-07-10 10:17:40 +02:00 |
overflow_check_conditional.rs
|
Fix fallout
|
2017-03-30 09:46:04 +02:00 |
panic.rs
|
Reintroduce #768 so we can publish
|
2017-04-07 11:21:39 +02:00 |
partialeq_ne_impl.rs
|
Rustup
|
2017-04-28 13:00:42 +02:00 |
precedence.rs
|
Rustup to *rustc 1.20.0-nightly (d84693b93 2017-07-09)*
|
2017-07-10 10:17:40 +02:00 |
print.rs
|
Rustup
|
2017-04-28 13:00:42 +02:00 |
ptr.rs
|
Fix compilation on rustc 1.20.0-nightly (69c65d296 2017-06-28)
|
2017-06-29 21:38:25 +08:00 |
ranges.rs
|
Rustup to *rustc 1.20.0-nightly (d84693b93 2017-07-09)*
|
2017-07-10 10:17:40 +02:00 |
reference.rs
|
Run rustfmt
|
2017-06-29 16:07:43 +02:00 |
regex.rs
|
Update to latest master
|
2017-07-31 12:37:38 +02:00 |
returns.rs
|
some small doc improvements
|
2017-08-13 00:14:28 +02:00 |
serde_api.rs
|
Update to serde 1.0
|
2017-05-09 15:23:10 +02:00 |
shadow.rs
|
Fix various wrong uses of NestedVisitorMap::All
|
2017-05-12 12:02:42 +02:00 |
should_assert_eq.rs
|
Update for rustc 1.19.0-nightly (4bf5c99af 2017-06-10).
|
2017-06-11 05:34:47 +03:00 |
strings.rs
|
Rustup to *rustc 1.20.0-nightly (d84693b93 2017-07-09)*
|
2017-07-10 10:17:40 +02:00 |
swap.rs
|
Fix fallout
|
2017-04-06 16:49:13 +02:00 |
temporary_assignment.rs
|
also run rustfmt on clippy-lints
|
2016-12-20 18:21:30 +01:00 |
transmute.rs
|
Abide by the common rustc::ty conventions.
|
2017-06-11 05:57:25 +03:00 |
types.rs
|
Update to latest master
|
2017-07-31 12:37:38 +02:00 |
unicode.rs
|
update to the rust-PR that unblocks clippy
|
2016-12-07 13:13:40 +01:00 |
unsafe_removed_from_name.rs
|
also run rustfmt on clippy-lints
|
2016-12-20 18:21:30 +01:00 |
unused_io_amount.rs
|
Rustup to *rustc 1.20.0-nightly (d84693b93 2017-07-09)*
|
2017-07-10 10:17:40 +02:00 |
unused_label.rs
|
Remove unused cs parameter for is_macro and friends
|
2017-04-01 00:14:04 +02:00 |
vec.rs
|
Update to latest master
|
2017-07-31 12:37:38 +02:00 |
zero_div_zero.rs
|
Fix a future compat lint that we triggered
|
2017-05-10 09:21:21 +02:00 |