rust/crates/rust-analyzer/src
Aleksey Kladov ca6d7bfe61 Cleanup proc_macro config
In general, there should be no reason to call `.to_string_lossy`.
If you want to display the path, use `.display()`.
If you want to pass the path to an OS API (like std::process::Command)
than use `PathBuf` or `OsString`.
2020-04-23 18:55:26 +02:00
..
bin Don't panic on rust-analyzer --help 2020-04-21 20:23:01 -04:00
cli ra_proc_macro: cleanups here and there 2020-04-20 21:37:02 +03:00
main_loop feat: run ignored tests 2020-04-22 23:54:09 +02:00
caps.rs Simplify by using to_vec 2020-03-02 14:05:44 -05:00
cargo_target_spec.rs feat: run ignored tests 2020-04-22 23:54:09 +02:00
cli.rs add diagnostics subcommand to rust-analyzer CLI 2020-04-13 18:40:41 -07:00
config.rs Cleanup proc_macro config 2020-04-23 18:55:26 +02:00
conv.rs Add semantic tag for unresolved references 2020-04-18 21:28:51 +02:00
diagnostics.rs Rename folder 2020-02-18 12:37:45 +01:00
lib.rs Check for eprintln on CI 2020-04-06 17:00:18 +02:00
main_loop.rs Unmix error handling when discovering workspaces 2020-04-16 22:35:50 +02:00
markdown.rs Rename folder 2020-02-18 12:37:45 +01:00
req.rs Lean onto default implementation of configs 2020-04-02 12:47:58 +02:00
semantic_tokens.rs Add semantic tag for unresolved references 2020-04-18 21:28:51 +02:00
vfs_glob.rs Simpify workspace handling 2020-04-02 21:07:05 +03:00
world.rs Cleanup proc_macro config 2020-04-23 18:55:26 +02:00