rust/crates/project-model/src
Victor Song 53b6700594 Add dedicated target_dir field to CargoConfig and FlycheckConfig
Add dedicated field for `target_dir` in the configurations for Cargo
and Flycheck. Also change the directory to be a `PathBuf` as opposed to
a `String` to be more appropriate to the operating system.
2023-10-09 02:15:05 -05:00
..
build_scripts.rs Add dedicated target_dir field to CargoConfig and FlycheckConfig 2023-10-09 02:15:05 -05:00
cargo_workspace.rs Add dedicated target_dir field to CargoConfig and FlycheckConfig 2023-10-09 02:15:05 -05:00
cfg_flag.rs Cleanup crate_graph construction 2023-03-31 14:14:04 +02:00
lib.rs internal: use consistent style for error handling 2023-06-19 13:01:47 +01:00
manifest_path.rs internal: use consistent style for error handling 2023-06-19 13:01:47 +01:00
project_json.rs Add AbsPath::absolutize 2023-05-13 11:51:28 +02:00
rustc_cfg.rs Update crates/project-model/src/rustc_cfg.rs 2023-09-08 14:07:59 -04:00
sysroot.rs project-model: when using rust-project.json, prefer the sysroot-defined rustc over an env-based one 2023-09-07 11:46:14 -04:00
target_data_layout.rs internal: use consistent style for error handling 2023-06-19 13:01:47 +01:00
tests.rs Allow setting cfgs 2023-05-28 13:43:21 +02:00
workspace.rs Auto merge of #15560 - davidbarsky:davidbarsky/use-sysroot-rustc-to-determine-cfgs, r=Veykril 2023-09-08 18:14:25 +00:00