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
/
ptr_cast_constness.rs
Age
Commit message (
Expand
)
Author
Lines
2024-11-15
Rename all clippy_config::msrvs -> clippy_utils::msrvs
Philipp Krones
-1
/
+1
2024-09-09
Handle null pointer constness cast through methods
Samuel Tardieu
-0
/
+27
2024-09-09
Special-case suggestions for null pointers constness cast
Samuel Tardieu
-17
/
+45
2024-07-23
Don't suggest `.cast_mut`/`.cast_const` for types with erased lifetimes
Alex Macleod
-1
/
+2
2024-04-04
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-1
/
+1
2024-04-01
fix fallout from previous commit
y21
-1
/
+1
2024-03-22
And the tools too
Michael Goulet
-9
/
+3
2023-11-16
Merge commit 'edb720b199083f4107b858a8761648065bf38d86' into clippyup
Philipp Krones
-24
/
+29
2023-11-10
Clean up after if chain removal
Alex Macleod
-5
/
+12
2023-11-10
Run `if-to-let-chain clippy*/**/*.rs`
Alex Macleod
-23
/
+21
2023-11-02
Merge commit '09ac14c901abc43bd0d617ae4a44e8a4fed98d9c' into clippyup
Philipp Krones
-2
/
+2
2023-10-23
Move configuration to new `clippy_config` crate
Alex Macleod
-2
/
+2
2023-07-17
Merge commit 'd9c24d1b1ee61f276e550b967409c9f155eac4e3' into clippyup
Philipp Krones
-2
/
+2
2023-07-13
Add `imports_granularity = "Module"` to rustfmt.toml
Alex Macleod
-2
/
+2
2023-07-02
Merge commit '37f4c1725d3fd7e9c3ffd8783246bc5589debc53' into clippyup
Philipp Krones
-6
/
+7
2023-06-02
only lint when `cast_from` and `cast_to`'s ty are the same
Centri3
-6
/
+7
2023-06-02
Merge commit '30448e8cf98d4754350db0c959644564f317bc0f' into clippyup
Philipp Krones
-0
/
+44
2023-05-16
add description and rename msrv tests
Centri3
-2
/
+2
2023-05-15
Update clippy_lints/src/casts/ptr_cast_constness.rs
Catherine
-2
/
+2
2023-05-14
check msrv
Centri3
-2
/
+11
2023-05-14
the implementation!!
Centri3
-0
/
+35