rust/crates
bors[bot] fc08fdaf5a
Merge #7457
7457: Add no-buffering file logging and wait for a debugger option. r=vsrs a=vsrs

Adds two command line flags: `--no-buffering` and `--wait-dbg`. 

Not  sure if someone else needs this, but personally I found both flags extremely useful trying to figure out why RA does not work with Visual Studio. Or better to say why Visual Studio does not work with RA.

Co-authored-by: vsrs <vit@conrlab.com>
2021-01-26 22:37:11 +00:00
..
assists Add failing test case 2021-01-26 14:48:03 +01:00
base_db Fix warnings when running cargo doc --document-private-items 2021-01-18 16:44:40 -05:00
cfg Upgrade expect-test to 1.1 2021-01-03 14:43:29 +01:00
completion Make always-assert crate reusable 2021-01-26 22:13:42 +03:00
flycheck Unfreeze cargo_metadata 2021-01-11 08:27:16 -05:00
hir Create all ModuleIds through a DefMap method 2021-01-25 15:21:33 +01:00
hir_def Traverse parent DefMap for super paths 2021-01-25 19:15:39 +01:00
hir_expand Disallow non-boolean literals in concat! 2021-01-25 13:31:03 +02:00
hir_ty Create all ModuleIds through a DefMap method 2021-01-25 15:21:33 +01:00
ide Make always-assert crate reusable 2021-01-26 22:13:42 +03:00
ide_db Make always-assert crate reusable 2021-01-26 22:13:42 +03:00
mbe Support Macro v2 in mbe 2021-01-26 05:15:47 +08:00
parser Add validation for mutable const items 2021-01-24 02:17:41 +01:00
paths Document paths items 2021-01-22 15:38:33 +01:00
proc_macro_api Enable serde_json unbounded_depth feature 2021-01-18 14:04:20 +02:00
proc_macro_srv cargo update 2021-01-18 13:13:24 -05:00
proc_macro_test
profile ⬆️ rowan 2021-01-25 12:32:35 +03:00
project_model Use AbsPath 2021-01-22 19:51:14 +08:00
rust-analyzer Merge #7457 2021-01-26 22:37:11 +00:00
ssr . 2021-01-20 01:56:11 +03:00
stdx Make always-assert crate reusable 2021-01-26 22:13:42 +03:00
syntax ⬆️ rowan 2021-01-25 12:32:35 +03:00
test_utils Fixed typos in code comments 2021-01-09 15:41:29 +01:00
text_edit
toolchain
tt Refactor TokenBuffer for reduc cloning 2021-01-05 02:00:46 +08:00
vfs Document vfs private items 2021-01-12 18:01:47 +01:00
vfs-notify