about summary refs log tree commit diff
path: root/tests/ui/lint/reference_casting.stderr
AgeCommit message (Collapse)AuthorLines
2024-12-01Fixed typos by changing `happend` to `happened`HomelikeBrick42-12/+12
2024-02-12Lint on reference casting to bigger underlying allocationUrgau-3/+162
2023-12-15Stabilize `ptr::{from_ref, from_mut}`Maybe Waffle-42/+42
2023-12-14Recurse into let bindings if possible in ref casting lintUrgau-8/+28
2023-10-04Clarify `invalid_reference_casting` lint around interior mutable typesUrgau-21/+39
2023-09-27Simplify casting logic of the invalid_reference_casting lintUrgau-25/+49
2023-09-27Prefer expr_or_init over manual init detectionUrgau-20/+53
2023-08-24Lint on invalid UnsafeCell::raw_get with invalid_reference_casting lintUrgau-20/+48
2023-08-23Improve note for the invalid_reference_casting lintUrgau-0/+57
Add link to the book interior mutability chapter, https://doc.rust-lang.org/book/ch15-05-interior-mutability.html.
2023-08-22Add support for ptr::write for the invalid_reference_casting lintUrgau-5/+42
2023-08-15Improve `invalid_reference_casting` lintUrgau-17/+73
2023-08-12Also consider `transmute` with the `invalid_reference_casting` lintUrgau-9/+21
2023-07-29Improve diagnostics of the invalid_reference_casting lintUrgau-32/+64
2023-07-29Avoid linting on expression that are only UB with SB/TBUrgau-30/+18
2023-07-29Add support for deferred casting for the invalid_reference_casting lintUrgau-1/+9
2023-07-29Revert "Temporarily switch invalid_reference_casting lint to allow-by-default"Urgau-15/+11
This reverts commit f25ad54a4d0febbcb2b7e951835228b7b2320b49.
2023-07-13Temporarily switch invalid_reference_casting lint to allow-by-defaultUrgau-11/+15
2023-07-13Rename cast_ref_to_mut lint to invalid_reference_castingUrgau-0/+64