rust/crates
2022-04-09 16:52:53 +05:00
..
base_db
cfg
flycheck Using error instead of output.stderr in failure mode. 2022-04-05 11:17:39 -03:00
hir fix: Don't create hir::Locals from const path patterns 2022-04-09 01:08:13 +02:00
hir_def Determine function unsafety semantically 2022-04-07 18:33:03 +02:00
hir_expand fix: Fix SearchScope using incorrect text ranges for macro-emitted inline modules 2022-04-06 13:58:40 +02:00
hir_ty Ignore Drop and Destruct bounds for now 2022-04-08 14:29:43 +02:00
ide fix: Check whether a parameter can be converted to a local 2022-04-09 00:55:45 +02:00
ide_assists Refactor extract_module 2022-04-09 16:52:53 +05:00
ide_completion Make trait item completions work in a bare impl and score them 2022-04-08 19:56:41 +02:00
ide_db Account for macros in get_missing_assoc_items 2022-04-08 18:05:34 +02:00
ide_diagnostics consider types of const generics 2022-04-07 05:30:33 +04:30
ide_ssr internal: Remove PathResolution::AssocItem 2022-04-01 18:32:05 +02:00
limit
mbe
parser Wrap macros in expr position in MacroExpr node 2022-04-05 17:43:34 +02:00
paths
proc_macro_api
proc_macro_srv
proc_macro_test
profile
project_model
rust-analyzer minor: bump lsp-server version 2022-04-09 00:13:47 +02:00
sourcegen
stdx
syntax Wrap macros in expr position in MacroExpr node 2022-04-05 17:43:34 +02:00
test_utils
text_edit
toolchain
tt
vfs
vfs-notify