index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
clippy_lints
/
src
/
casts
Age
Commit message (
Expand
)
Author
Lines
2021-04-06
Fix all occurences of `needless_borrow` internally
Jason Newcomb
-5
/
+5
2021-03-17
Don't re-export clippy_utils::*
Cameron Steffen
-24
/
+14
2021-03-15
Don't re-export clippy_utils::diagnostics::*
Cameron Steffen
-18
/
+18
2021-03-15
Move some utils to clippy_utils::source module
Cameron Steffen
-11
/
+12
2021-03-15
Move some utils to ty_utils
Cameron Steffen
-4
/
+8
2021-03-14
use lint_unnecessary_cast for literals, suggest `_` if not present
iobtl
-0
/
+9
2021-03-13
replace span_lint with span_lint_and_sugg along with error message
iobtl
-2
/
+5
2021-03-09
Move ptr_as_ptr to its own module
Yoshitomo Nakanishi
-96
/
+99
2021-03-09
Move char_lit_as_u8 to its own module
Yoshitomo Nakanishi
-69
/
+75
2021-03-09
Move cast_ref_to_mut to its own module
Yoshitomo Nakanishi
-59
/
+68
2021-03-09
Move cast_ptr_alignment to its own module
Yoshitomo Nakanishi
-63
/
+85
2021-03-09
Move fn_to_numeric_cast_with_truncation to its own module
Yoshitomo Nakanishi
-38
/
+41
2021-03-09
Move fn_to_numeric_cast to its own module
Yoshitomo Nakanishi
-10
/
+40
2021-03-09
Remove 'lint_numeric_casts'
Yoshitomo Nakanishi
-17
/
+7
2021-03-09
Move unnecessary_cast to its own module
Yoshitomo Nakanishi
-98
/
+128
2021-03-09
Move cast_possible_wrap to its own module
Yoshitomo Nakanishi
-52
/
+48
2021-03-09
Move cast_sign_loss to its own module
Yoshitomo Nakanishi
-66
/
+78
2021-03-09
Move cast_possible_truncation to its own module
Yoshitomo Nakanishi
-62
/
+68
2021-03-09
Move cast_lossless to its own module
Yoshitomo Nakanishi
-74
/
+92
2021-03-09
Move cast_precision_loss to its own module
Yoshitomo Nakanishi
-55
/
+83
2021-03-09
Move 'is_isize_or_usize' to clippy_utils
Yoshitomo Nakanishi
-6
/
+3
2021-03-09
Separate lints of casts group from types group
Yoshitomo Nakanishi
-0
/
+973