rust/crates
2020-08-10 08:46:34 -04:00
..
expect
flycheck
paths
ra_arena
ra_assists Remove Option<...> from result of Crate::root_module 2020-08-09 18:52:19 -04: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 Return bool from is_unsafe_method_call and cleanup usages 2020-08-10 08:46:34 -04:00
ra_hir_def Move unsafe packed ref logic to Semantics, use Attrs::by_key to simplify repr attr lookup 2020-08-10 08:44:54 -04:00
ra_hir_expand Merge #5628 2020-08-03 11:47:56 +00:00
ra_hir_ty Revert function structs back to using bool to track self param, use first param for self information in syntax highlighting instead 2020-08-10 08:44:54 -04:00
ra_ide Return bool from is_unsafe_method_call and cleanup usages 2020-08-10 08:46:34 -04:00
ra_ide_db Remove Option<...> from result of Crate::root_module 2020-08-09 18:52:19 -04: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 Merge #5596 2020-07-30 21:23:41 +00:00
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 #5692 2020-08-09 23:16:58 +00:00
stdx Use split_once polyfill 2020-07-30 22:23:12 +02:00
test_utils Use split_once polyfill 2020-07-30 22:23:12 +02:00
vfs
vfs-notify