rust/crates
Manas 5e6eee5f63 Explicitly name all spawned threads
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.
2021-07-08 01:23:57 +05:30
..
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 show 'as' or 'use' before label traits 2021-07-05 16:44:44 +04:30
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