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
/
compiler
/
rustc_lint
/
src
/
reference_casting.rs
Age
Commit message (
Expand
)
Author
Lines
2023-12-14
Recurse into let bindings if possible in ref casting lint
Urgau
-1
/
+6
2023-12-14
Refactor and rename some functions in ref casting lint
Urgau
-40
/
+54
2023-12-14
Extract casting detection logic in it's own function
Urgau
-19
/
+24
2023-11-14
Fix some typos
cui fliter
-1
/
+1
2023-10-13
Format all the let chains in compiler
Michael Goulet
-1
/
+4
2023-10-04
Clarify `invalid_reference_casting` lint around interior mutable types
Urgau
-11
/
+15
2023-09-27
Simplify casting logic of the invalid_reference_casting lint
Urgau
-80
/
+32
2023-09-27
Prefer expr_or_init over manual init detection
Urgau
-28
/
+7
2023-08-24
Lint on invalid UnsafeCell::raw_get with invalid_reference_casting lint
Urgau
-5
/
+39
2023-08-22
Add support for ptr::write for the invalid_reference_casting lint
Urgau
-17
/
+47
2023-08-15
Improve `invalid_reference_casting` lint
Urgau
-18
/
+31
2023-08-12
Also consider `transmute` with the `invalid_reference_casting` lint
Urgau
-24
/
+48
2023-07-29
Improve diagnostics of the invalid_reference_casting lint
Urgau
-4
/
+16
2023-07-29
Avoid linting on expression that are only UB with SB/TB
Urgau
-2
/
+15
2023-07-29
Add support for deferred casting for the invalid_reference_casting lint
Urgau
-29
/
+62
2023-07-29
Revert "Temporarily switch invalid_reference_casting lint to allow-by-default"
Urgau
-2
/
+1
2023-07-13
Temporarily switch invalid_reference_casting lint to allow-by-default
Urgau
-1
/
+2
2023-07-13
Rename cast_ref_to_mut lint to invalid_reference_casting
Urgau
-0
/
+74