rust/crates
bors[bot] 7a02cc8845
Merge #5679
5679: Account for static mut in missing unsafe diagnostic r=jonas-schievink a=Nashenas88

Accessing or modifying a static mut is an unsafe operation. The "missing unsafe" diagnostic now tracks this.

Co-authored-by: Paul Daniel Faria <Nashenas88@users.noreply.github.com>
2020-08-07 12:26:23 +00:00
..
expect
flycheck
paths
ra_arena
ra_assists align names in make 2020-08-05 19:37:26 +02:00
ra_cfg
ra_db Use salsa's purge to account for all memory 2020-08-05 15:28:20 +02:00
ra_fmt
ra_hir Use salsa's purge to account for all memory 2020-08-05 15:28:20 +02:00
ra_hir_def Update grammar 2020-08-01 13:47:19 +02:00
ra_hir_expand Merge #5628 2020-08-03 11:47:56 +00:00
ra_hir_ty Merge #5679 2020-08-07 12:26:23 +00:00
ra_ide Mark static mutable names as unsafe 2020-08-06 20:07:42 -04:00
ra_ide_db Merge #5664 2020-08-05 16:56:39 +00:00
ra_mbe Rename BindPat -> IdentPat 2020-07-31 20:12:10 +02:00
ra_parser Update grammar 2020-08-01 13:47:19 +02:00
ra_proc_macro
ra_proc_macro_srv
ra_prof
ra_project_model
ra_ssr Use SyntaxNode.ancestors instead of a loop 2020-08-06 07:36:03 +10:00
ra_syntax align names in make 2020-08-05 19:37:26 +02:00
ra_text_edit
ra_toolchain
ra_tt
rust-analyzer Merge #5526 2020-08-06 01:44:38 +00:00
stdx
test_utils
vfs
vfs-notify