rust/crates
bors[bot] 9f24cc7126
Merge #9519
9519: Explicitly name all spawned threads r=weirdsmiley a=weirdsmiley

Fixes: [#9385](https://github.com/rust-analyzer/rust-analyzer/issues/9385)

The thread name is shown in debugger as well as panic messages and this
patch makes it easier to follow a thread instead of looking through
full backtrace, by naming all spawned threads according to their
functioning.

Co-authored-by: Manas <manas18244@iiitd.ac.in>
2021-07-07 20:10:20 +00:00
..
base_db minor: drop dummy authors field 2021-07-05 14:19:41 +03:00
cfg minor: drop dummy authors field 2021-07-05 14:19:41 +03:00
flycheck Explicitly name all spawned threads 2021-07-08 01:23:57 +05:30
hir minor: drop dummy authors field 2021-07-05 14:19:41 +03:00
hir_def Add a coverage mark 2021-07-05 17:06:16 +02:00
hir_expand minor: drop dummy authors field 2021-07-05 14:19:41 +03:00
hir_ty minor: drop dummy authors field 2021-07-05 14:19:41 +03:00
ide internal: ensure consistent passing for config params 2021-07-06 00:00:39 +03:00
ide_assists Invert boolean literals in assist negation logic 2021-07-06 20:30:26 +02:00
ide_completion Add test for trait completion label edit 2021-07-07 19:54:58 +02:00
ide_db Wrap inlined closures in parens when inlined in an expression in inline_call 2021-07-05 15:42:11 +02:00
ide_diagnostics minor: drop dummy authors field 2021-07-05 14:19:41 +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 minor: drop dummy authors field 2021-07-05 14:19:41 +03:00
paths minor: drop dummy authors field 2021-07-05 14:19:41 +03:00
proc_macro_api Explicitly name all spawned threads 2021-07-08 01:23:57 +05:30
proc_macro_srv Explicitly name all spawned threads 2021-07-08 01:23:57 +05:30
proc_macro_test minor: drop dummy authors field 2021-07-05 14:19:41 +03:00
profile minor: drop dummy authors field 2021-07-05 14:19:41 +03:00
project_model minor: drop dummy authors field 2021-07-05 14:19:41 +03:00
rust-analyzer internal: ensure consistent passing for config params 2021-07-06 00:00:39 +03:00
sourcegen minor: drop dummy authors field 2021-07-05 14:19:41 +03:00
stdx minor: drop dummy authors field 2021-07-05 14:19:41 +03:00
syntax Update inline_call assist doc example 2021-07-05 14:24:25 +02: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 minor: drop dummy authors field 2021-07-05 14:19:41 +03:00
vfs-notify Explicitly name all spawned threads 2021-07-08 01:23:57 +05:30