..
utils
Update rust-clippy to rustc 1.9.0-nightly ( d5a91e695 2016-03-26)
2016-03-27 20:24:10 +01:00
approx_const.rs
Rustfmt and sort all use items
2016-02-24 17:38:57 +01:00
array_indexing.rs
Update rust-clippy to rustc 1.9.0-nightly ( d5a91e695 2016-03-26)
2016-03-27 20:24:10 +01:00
attrs.rs
Rustfmt and sort all use items
2016-02-24 17:38:57 +01:00
bit_mask.rs
fixed the build
2016-03-20 21:24:18 +01:00
blacklisted_name.rs
Rustfmt
2016-03-12 14:51:47 +01:00
block_in_if_condition.rs
rustfmt
2016-02-29 21:35:51 +05:30
collapsible_if.rs
rustfmt
2016-02-29 21:35:51 +05:30
consts.rs
Merge pull request #727 from oli-obk/similar_names
2016-03-21 10:35:36 +05:30
copies.rs
Update rust-clippy to rustc 1.9.0-nightly ( d5a91e695 2016-03-26)
2016-03-27 20:24:10 +01:00
cyclomatic_complexity.rs
Update rust-clippy to rustc 1.9.0-nightly ( d5a91e695 2016-03-26)
2016-03-27 20:24:10 +01:00
deprecated_lints.rs
Deprecates 4 lints
2016-03-24 19:56:48 +01:00
derive.rs
Update rust-clippy to rustc 1.9.0-nightly ( d5a91e695 2016-03-26)
2016-03-27 20:24:10 +01:00
drop_ref.rs
Update rust-clippy to rustc 1.9.0-nightly ( d5a91e695 2016-03-26)
2016-03-27 20:24:10 +01:00
entry.rs
rustfmt
2016-02-29 21:35:51 +05:30
enum_clike.rs
rustup const eval changes
2016-03-15 20:09:53 +01:00
enum_glob_use.rs
Update rust-clippy to rustc 1.9.0-nightly ( d5a91e695 2016-03-26)
2016-03-27 20:24:10 +01:00
enum_variants.rs
rustfmt
2016-02-29 21:35:51 +05:30
eq_op.rs
Rustfmt and sort all use items
2016-02-24 17:38:57 +01:00
escape.rs
Update rust-clippy to rustc 1.9.0-nightly ( d5a91e695 2016-03-26)
2016-03-27 20:24:10 +01:00
eta_reduction.rs
Update rust-clippy to rustc 1.9.0-nightly ( d5a91e695 2016-03-26)
2016-03-27 20:24:10 +01:00
format.rs
Update rust-clippy to rustc 1.9.0-nightly ( d5a91e695 2016-03-26)
2016-03-27 20:24:10 +01:00
formatting.rs
rustfmt
2016-02-29 21:35:51 +05:30
functions.rs
Lint function with too many arguments
2016-03-12 14:52:06 +01:00
identity_op.rs
fix Eq+Hash for Constant
2016-03-17 12:23:54 +01:00
if_not_else.rs
lint ! and != in if expressions with else branches
2016-02-29 12:34:48 +01:00
items_after_statements.rs
Rustfmt and sort all use items
2016-02-24 17:38:57 +01:00
len_zero.rs
Update rust-clippy to rustc 1.9.0-nightly ( d5a91e695 2016-03-26)
2016-03-27 20:24:10 +01:00
lib.rs
Added crosspointer transmute error and tests
2016-03-24 15:48:38 -07:00
lifetimes.rs
Rustfmt and sort all use items
2016-02-24 17:38:57 +01:00
loops.rs
Update rust-clippy to rustc 1.9.0-nightly ( d5a91e695 2016-03-26)
2016-03-27 20:24:10 +01:00
map_clone.rs
rustfmt
2016-02-29 21:35:51 +05:30
matches.rs
Update rust-clippy to rustc 1.9.0-nightly ( d5a91e695 2016-03-26)
2016-03-27 20:24:10 +01:00
methods.rs
Update rust-clippy to rustc 1.9.0-nightly ( d5a91e695 2016-03-26)
2016-03-27 20:24:10 +01:00
minmax.rs
Rustfmt and sort all use items
2016-02-24 17:38:57 +01:00
misc.rs
Update rust-clippy to rustc 1.9.0-nightly ( d5a91e695 2016-03-26)
2016-03-27 20:24:10 +01:00
misc_early.rs
Fix dogfood
2016-03-06 14:10:04 +01:00
mut_mut.rs
Update rust-clippy to rustc 1.9.0-nightly ( d5a91e695 2016-03-26)
2016-03-27 20:24:10 +01:00
mut_reference.rs
Update rust-clippy to rustc 1.9.0-nightly ( d5a91e695 2016-03-26)
2016-03-27 20:24:10 +01:00
mutex_atomic.rs
Update rust-clippy to rustc 1.9.0-nightly ( d5a91e695 2016-03-26)
2016-03-27 20:24:10 +01:00
needless_bool.rs
use snippet_opt and span_suggestion
2016-03-18 14:06:39 +01:00
needless_update.rs
Update rust-clippy to rustc 1.9.0-nightly ( d5a91e695 2016-03-26)
2016-03-27 20:24:10 +01:00
new_without_default.rs
Fix ICE with relating late bound regions
2016-03-27 02:46:36 +05:30
no_effect.rs
Remove all ExprRange
2016-03-07 16:31:38 +01:00
non_expressive_names.rs
improve needless_bool to catch odd construct in non_expressive_names
2016-03-18 14:06:39 +01:00
open_options.rs
Rustfmt and sort all use items
2016-02-24 17:38:57 +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 problem in PANIC_PARAMS with inner format!
2016-03-15 21:05:37 +01:00
precedence.rs
Rustfmt and sort all use items
2016-02-24 17:38:57 +01:00
print.rs
rustfmt
2016-02-29 21:35:51 +05:30
ptr_arg.rs
Update rust-clippy to rustc 1.9.0-nightly ( d5a91e695 2016-03-26)
2016-03-27 20:24:10 +01:00
ranges.rs
Remove all ExprRange
2016-03-07 16:31:38 +01:00
regex.rs
rustfmt
2016-02-29 21:35:51 +05:30
returns.rs
Rustfmt and sort all use items
2016-02-24 17:38:57 +01:00
shadow.rs
Rustfmt and sort all use items
2016-02-24 17:38:57 +01:00
strings.rs
Use span_suggestion in STRING_LIT_AS_BYTES
2016-03-15 20:35:41 +01:00
swap.rs
Lint manual swaps
2016-02-28 12:16:13 +01:00
temporary_assignment.rs
Rustfmt and sort all use items
2016-02-24 17:38:57 +01:00
transmute.rs
Update rust-clippy to rustc 1.9.0-nightly ( d5a91e695 2016-03-26)
2016-03-27 20:24:10 +01:00
types.rs
Update rust-clippy to rustc 1.9.0-nightly ( d5a91e695 2016-03-26)
2016-03-27 20:24:10 +01:00
unicode.rs
Rustfmt and sort all use items
2016-02-24 17:38:57 +01:00
unused_label.rs
Lint unused labels
2016-03-08 16:43:40 +01:00
vec.rs
Update rust-clippy to rustc 1.9.0-nightly ( d5a91e695 2016-03-26)
2016-03-27 20:24:10 +01:00
zero_div_zero.rs
Rustfmt and sort all use items
2016-02-24 17:38:57 +01:00