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
2022-08-19
Move `BorrowAsPtr` into `Casts` lint pass
Jason Newcomb
-1
/
+77
2022-08-19
Move `AsUnderscore` into `Casts` lint pass
Jason Newcomb
-3
/
+60
2022-08-04
Fix cast_abs_to_unsigned generates non-compiling code when original code is i...
alex-semenyuk
-1
/
+1
2022-07-03
Correct `[clippy::version]` for 1.62 lints and add note to docs
xFrednet
-1
/
+1
2022-06-09
Correct some `#[clippy::version]`s
Alex Macleod
-2
/
+2
2022-06-06
Suppress `unused` in doc examples
Serial
-12
/
+6
2022-06-05
Improve lint doc consistency
Serial
-16
/
+30
2022-06-04
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-22
/
+24
2022-05-23
Lifetime variance fixes for clippy
Michael Goulet
-6
/
+6
2022-05-23
cast_abs_to_unsigned: do not remove cast if it's required
Alex Macleod
-22
/
+24
2022-05-21
Merge 'rust-clippy/master' into clippyup
xFrednet
-17
/
+18
2022-05-13
Tweak some words improved representation
ydah
-2
/
+2
2022-05-08
Pass msrvs by copy
Samuel E. Moelius III
-14
/
+14
2022-05-06
Auto merge of #8778 - sunfishcode:main, r=giraffate
bors
-1
/
+1
2022-05-05
Added missing `### What it does`
Federico Martinez
-0
/
+1
2022-05-05
Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf' into clippyup
flip1995
-54
/
+79
2022-05-02
Fix `cast_lossless` to avoid warning on `usize` to `f64` conversion.
Dan Gohman
-1
/
+1
2022-04-28
use non-panicking snippet, use struct update syntax and add comment
asquared31415
-10
/
+8
2022-04-24
remove extra lifetime
asquared31415
-5
/
+4
2022-04-23
fix ICE by using a type to return the info we want and also fix some bugs in ...
asquared31415
-40
/
+69
2022-04-18
fix ICE
asquared31415
-1
/
+1
2022-04-16
Auto merge of #8706 - lupd:cast-abs-to-unsigned, r=xFrednet
bors
-0
/
+1
2022-04-15
adding spell checking
whodi
-1
/
+1
2022-04-15
Fix formatting of `cast_abs_to_unsigned` docs
dlup
-0
/
+1
2022-04-11
Fix subtraction overflow in `cast_possible_truncation`
Alex Macleod
-11
/
+9
2022-04-08
Merge commit '984330a6ee3c4d15626685d6dc8b7b759ff630bd' into clippyup
flip1995
-36
/
+147
2022-04-07
new lint cast_abs_to_unsigned
Paolo Borelli
-1
/
+68
2022-04-06
Auto merge of #8596 - Jaic1:unnecessary_cast, r=flip1995
bors
-1
/
+13
2022-04-04
Don't lint `cast_ptr_alignment` when used for unaligned reads and writes
Jason Newcomb
-34
/
+66
2022-03-28
First submit
Jaic1
-1
/
+13
2022-03-24
Merge commit 'd0cf3481a84e3aa68c2f185c460e282af36ebc42' into clippyup
flip1995
-0
/
+42
2022-03-17
Add lint `cast_enum_constructor`
Jason Newcomb
-0
/
+42
2022-03-14
Merge commit 'dc5423ad448877e33cca28db2f1445c9c4473c75' into clippyup
flip1995
-0
/
+165
2022-03-14
Merge remote-tracking branch 'upstream/master' into rustup
flip1995
-0
/
+165
2022-03-11
Improve `AdtDef` interning.
Nicholas Nethercote
-6
/
+6
2022-03-04
lint for casting raw pointers to slices with different element sizes
asquared31415
-0
/
+165
2022-02-26
Merge commit 'e329249b6a3a98830d860c74c8234a8dd9407436' into clippyup
flip1995
-33
/
+133
2022-02-18
Allow various type erasure patterns in `transmute_undefined_repr`
Jason Newcomb
-17
/
+1
2022-02-18
Extract some util functions
Jason Newcomb
-62
/
+10
2022-02-18
New lint `cast_enum_truncation`
Jason Newcomb
-48
/
+133
2022-02-18
Lint enum-to-int casts with `cast_possible_truncation`
Jason Newcomb
-14
/
+94
2022-02-17
trigger ptr_as_ptr inside macros
Rodrigo Mantini
-1
/
+4
2022-01-27
Merge commit 'a98e7ab8b94485be6bd03e0c6b8682ecab5b52e6' into clippyup
flip1995
-8
/
+3
2022-01-27
Merge remote-tracking branch 'upstream/master' into rustup
flip1995
-8
/
+3
2022-01-26
fix bad suggestion on `numeric_literal`
Dharma Saputra Wijaya
-8
/
+3
2022-01-21
Remove a span from hir::ExprKind::MethodCall
Cameron Steffen
-6
/
+6
2022-01-13
Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyup
flip1995
-4
/
+4
2022-01-11
Stop using in_band_lifetimes
Cameron Steffen
-4
/
+4
2021-12-30
Merge commit '0eff589afc83e21a03a168497bbab6b4dfbb4ef6' into clippyup
flip1995
-2
/
+3
2021-12-25
fix an ICE on unwrapping a None
Andre Bogus
-2
/
+3
[next]