rust/crates
Aleksey Kladov 5559d6b8a8 Prevent child cargo process from messing with our stdin
By default, `spawn` inherits stderr/stdout/stderr of the parent
process, and so, if child, for example does fcntl(O_NONBLOCK), weird
stuff happens to us.

Closes https://github.com/rust-analyzer/lsp-server/pull/10
2020-02-01 16:25:44 +01:00
..
ra_arena
ra_assists Improve auto import message 2020-01-31 22:12:18 +02:00
ra_batch Support setting cargo features 2019-12-13 18:16:34 +08:00
ra_cargo_watch Prevent child cargo process from messing with our stdin 2020-02-01 16:25:44 +01:00
ra_cfg
ra_cli Fix extra parentheses warnings 2020-01-31 21:07:21 +02:00
ra_db Remove the Default impl for SourceRoot 2020-01-08 19:42:27 +01:00
ra_fmt
ra_hir Re-sync queries for memory usage measurnment 2020-01-29 16:10:46 +01:00
ra_hir_def Merge #2917 2020-01-28 16:22:18 +00:00
ra_hir_expand Prefer imports starting with std 2020-01-28 01:02:06 +02:00
ra_hir_ty Standard formatting for array types 2020-01-28 15:32:20 +01:00
ra_ide Re-sync queries for memory usage measurnment 2020-01-29 16:10:46 +01:00
ra_lsp_server Small cleanup 2020-01-31 13:34:44 +01:00
ra_mbe Add details about test_repeat_bad_var current state 2019-12-30 17:12:20 +01:00
ra_parser ra_syntax: remove code duplication and token reevaluation from ast::Literal::kind() 2020-01-22 13:02:21 +02:00
ra_prof Merge #2895 2020-01-29 20:09:49 +00:00
ra_project_model Add a FIXME note 2020-01-30 18:01:38 +01:00
ra_syntax Fixed a typo 2020-01-22 13:02:21 +02:00
ra_text_edit
ra_tt Refactoring 2019-12-18 13:10:37 +08:00
ra_vfs_glob
test_utils Simplify fixture parsing 2020-01-30 13:17:56 +01:00