rust/crates
Andrew Chin 8b1e667077 By default, log only to stderr, and not to disk.
This fixes a common problem when running under VS Code, the user
doesn't have permissions to create a `log` directory in the CWD.

The old behavior can be re-enabled by setting RA_INTERNAL_MODE=1
2018-12-17 17:22:30 -05:00
..
gen_lsp_server modernize even more 2018-12-06 21:16:37 +03:00
ra_analysis rename Edit to TextEdit and AtomEdit to AtomTextEdit 2018-12-11 19:07:17 +01:00
ra_cli modernize even more 2018-12-06 21:16:37 +03:00
ra_db resolve extern crates propertly 2018-12-09 13:49:54 +03:00
ra_editor rename Edit to TextEdit and AtomEdit to AtomTextEdit 2018-12-11 19:07:17 +01:00
ra_hir verbose assertions in SourceFileItems 2018-12-09 14:21:54 +03:00
ra_lsp_server By default, log only to stderr, and not to disk. 2018-12-17 17:22:30 -05:00
ra_syntax Fixed cast expression parsing in ra_syntax. 2018-12-17 17:26:24 +01:00
ra_text_edit rename Edit to TextEdit and AtomEdit to AtomTextEdit 2018-12-11 19:07:17 +01:00
test_utils Use json comparison code from cargo for heavy tests 2018-12-06 21:32:15 +01:00
tools fix installation on windows 2018-12-17 11:26:41 +03:00