rust-analyzer/crates/hir-ty/src/diagnostics
Chayim Refael Friedman 327b8c9f93 Extend reported unsafe operations
We add union fields access (in both expressions and patterns) and inline assembly.

That completes the unsafe check (there are some other unsafe things but they are unstable), and so also opens the door to reporting unused unsafe without annoying people about their not-unused unsafe blocks.
2024-12-04 08:27:59 +02:00
..
decl_check Fix ambiguity with CamelCase diagnostic messages 2024-09-29 16:35:37 +08:00
match_check Fix new nightly lints 2024-10-22 11:48:41 +02:00
decl_check.rs Support new #[rustc_intrinsic] attribute and fallback bodies 2024-11-04 13:33:55 +01:00
expr.rs Implement semitransparent hygiene 2024-10-22 21:26:56 +03:00
match_check.rs Build source map for hir_def::TypeRefs 2024-10-25 06:15:04 +03:00
unsafe_check.rs Extend reported unsafe operations 2024-12-04 08:27:59 +02:00