rust-analyzer/crates/project_model/src
Aleksey Kladov 1772eb0f1a fix: no longer get stuck on windows
reading both stdout & stderr is a common gotcha, you need to drain them
concurrently to avoid deadlocks. Not sure why I didn't do the right
thing from the start. Seems like I assumed the stderr is short? That's
not the case when cargo spams `compiling xyz` messages
2021-04-20 18:02:54 +03:00
..
build_data.rs fix: no longer get stuck on windows 2021-04-20 18:02:54 +03:00
cargo_workspace.rs Require opt in to rustc_private 2021-03-07 12:24:20 +00:00
cfg_flag.rs Rename ra_project_model -> project_model 2020-08-13 12:05:30 +02:00
lib.rs Allow automatically detect the rustc-src directory (fixes #3517). 2021-02-13 18:20:46 +01:00
project_json.rs More maintainable config 2021-01-06 15:39:28 +03:00
rustc_cfg.rs some clippy::performance fixes 2021-03-15 10:19:59 +01:00
sysroot.rs Allow automatically detect the rustc-src directory (fixes #3517). 2021-02-13 18:20:46 +01:00
workspace.rs Clearer naming 2021-04-06 16:22:26 +03:00