rust-analyzer/crates
Damien Elmes 106ea7ad85 minor update to excludeDirs doc
I saw reference to globs in #7755, but it doesn't look like they're
actually supported, and I had to dig through the source to discover
that the folders are relative to the workspace root. Further digging
was required to get VS Code from hanging for long periods trying to
watch giant Bazel folders that had already been excluded from Rust
Analyzer. Hopefully this tweak will save others the confusion :-)
2021-07-19 23:30:00 +10:00
..
base_db internal: make it clearer where IO happens 2021-07-17 23:56:50 +03:00
cfg minor: drop dummy authors field 2021-07-05 14:19:41 +03:00
flycheck internal: a bit more of cwd safety for flycheck 2021-07-17 18:13:35 +03:00
hir internal: get rid of a call to slow O(N) visibility_of function 2021-07-12 21:13:43 +03:00
hir_def Explicitly connect an ambiguous import path case logic with the test on it 2021-07-16 00:41:00 +03:00
hir_expand Update list of safe intrinsics 2021-07-08 15:49:39 +02:00
hir_ty Add test for #9560 2021-07-11 16:14:39 +02:00
ide internal: make it clearer where IO happens 2021-07-17 23:56:50 +03:00
ide_assists Merge #9614 2021-07-16 13:48:23 +00:00
ide_completion feat: improve parser error recovery for function parameters 2021-07-17 22:41:04 +03:00
ide_db internal: get rid of a call to slow O(N) visibility_of function 2021-07-12 21:13:43 +03:00
ide_diagnostics internal: remove one more needless extern crate 2021-07-11 15:48:49 +03:00
ide_ssr minor: drop dummy authors field 2021-07-05 14:19:41 +03:00
mbe minor: drop dummy authors field 2021-07-05 14:19:41 +03:00
parser Merge #9619 2021-07-18 09:10:56 +00:00
paths Fix AbsPath::ends_with 2021-07-18 10:25:14 +03:00
proc_macro_api internal: a bit more of cwd safety for flycheck 2021-07-17 18:13:35 +03:00
proc_macro_srv internal: a bit more of cwd safety for flycheck 2021-07-17 18:13:35 +03:00
proc_macro_test cargo_metadata 0.14 2021-07-09 11:01:55 -04:00
profile minor: drop dummy authors field 2021-07-05 14:19:41 +03:00
project_model internal: make it clearer where IO happens 2021-07-17 23:56:50 +03:00
rust-analyzer minor update to excludeDirs doc 2021-07-19 23:30:00 +10:00
sourcegen minor: make sure that project_root works correctly 2021-07-13 15:02:29 +03:00
stdx Remove proc macro management thread 2021-07-08 16:43:39 +02:00
syntax Merge #9619 2021-07-18 09:10:56 +00:00
test_utils Update inline_call assist doc example 2021-07-05 14:24:25 +02:00
text_edit minor: drop dummy authors field 2021-07-05 14:19:41 +03:00
toolchain minor: drop dummy authors field 2021-07-05 14:19:41 +03:00
tt minor: drop dummy authors field 2021-07-05 14:19:41 +03:00
vfs internal: make it easier to isolate IO 2021-07-17 17:55:16 +03:00
vfs-notify internal: a bit more of cwd safety for flycheck 2021-07-17 18:13:35 +03:00