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-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-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-17
Add lint `cast_enum_constructor`
Jason Newcomb
-0
/
+42
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
2021-12-06
Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyup
flip1995
-15
/
+55
2021-11-12
Auto merge of #7948 - 5225225:castlosslessbool, r=llogiq
bors
-15
/
+42
2021-11-12
Change cast_lossless message for bools only
5225225
-4
/
+13
2021-11-10
Added `clippy::version` attribute to all normal lints
xFrednet
-0
/
+13
2021-11-09
Check MSRV for bool to int from impl
5225225
-6
/
+20
2021-11-09
Lint for bool to integer casts in `cast_lossless`
5225225
-6
/
+10
2021-11-04
Merge commit 'e18101137866b79045fee0ef996e696e68c920b4' into clippyup
flip1995
-4
/
+77
2021-10-29
avoid linting `possible_truncation` on bit-reducing operations
Andre Bogus
-8
/
+73
2021-10-21
Do not lint when cast is coming from `signum` method call
ThibsG
-3
/
+11
2021-10-21
Merge commit '91496c2ac6abf6454c413bb23e8becf6b6dc20ea' into clippyup
flip1995
-0
/
+73
2021-10-07
Restriction lint for function pointer casts
Michael Sproul
-0
/
+73
2021-10-07
Merge commit 'b7f3f7f6082679da2da9a0b3faf1b5adef3afd3b' into clippyup
flip1995
-1
/
+1
2021-10-04
Implement equatable if let lint
hkalbasi
-1
/
+1
2021-09-08
Merge commit '27afd6ade4bb1123a8bf82001629b69d23d62aff' into clippyup
flip1995
-2
/
+2
2021-09-08
Merge remote-tracking branch 'upstream/master' into rustup
flip1995
-2
/
+2
2021-09-05
Avoid slice indexing in Clippy (down with the ICEs)
xFrednet
-2
/
+2
2021-09-02
rustc_target: move `LayoutOf` to `ty::layout`.
Eduard-Mihai Burtescu
-1
/
+1
2021-07-29
Merge commit '0cce3f643bfcbb92d5a1bb71858c9cbaff749d6b' into clippyup
flip1995
-58
/
+58
2021-07-28
Update lint documentation to use markdown headlines
xFrednet
-58
/
+58
2021-06-03
Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup
flip1995
-1
/
+1
[next]