Home
last modified time | relevance | path

Searched full:project_model (Results 1 – 20 of 20) sorted by relevance

/third_party/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/src/handlers/
Dnotification.rs262 project_model::ProjectWorkspace::Cargo { cargo, .. } => { in run_flycheck()
270 project_model::ProjectWorkspace::Json { project, .. } => { in run_flycheck()
273 project_model::ProjectWorkspace::DetachedFiles { .. } => false, in run_flycheck()
Drequest.rs27 use project_model::{ManifestPath, ProjectWorkspace, TargetKind};
/third_party/rust/rust/src/tools/rust-analyzer/.github/workflows/
Dautopublish.yaml49 cargo workspaces rename --from project-model project_model
/third_party/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/src/cli/
Dssr.rs4 use project_model::{CargoConfig, RustLibSource};
Ddiagnostics.rs4 use project_model::{CargoConfig, RustLibSource};
Dload_cargo.rs13 use project_model::{CargoConfig, ProjectManifest, ProjectWorkspace};
Dlsif.rs16 use project_model::{CargoConfig, ProjectManifest, ProjectWorkspace, RustLibSource};
Dscip.rs18 use project_model::{CargoConfig, ProjectManifest, ProjectWorkspace, RustLibSource};
Danalysis_stats.rs29 use project_model::{CargoConfig, ProjectManifest, ProjectWorkspace, RustLibSource};
/third_party/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/src/
Dreload.rs29 use project_model::{PackageRoot, ProjectWorkspace, WorkspaceBuildScripts};
210 project_model::ProjectWorkspace::load( in fetch_workspaces()
217 Ok(project_model::ProjectWorkspace::load_inline( in fetch_workspaces()
246 workspaces.push(project_model::ProjectWorkspace::load_detached_files( in fetch_workspaces()
Dintegrated_benchmarks.rs18 use project_model::CargoConfig;
Dcargo_target_spec.rs7 use project_model::{self, CargoFeatures, ManifestPath, TargetKind};
Dconfig.rs25 use project_model::{
1202 cfg_overrides: project_model::CfgOverrides { in cargo()
1232 InvocationStrategy::Once => project_model::InvocationStrategy::Once, in cargo()
1233 InvocationStrategy::PerWorkspace => project_model::InvocationStrategy::PerWorkspace, in cargo()
1237 project_model::InvocationLocation::Root(self.root_path.clone()) in cargo()
1239 InvocationLocation::Workspace => project_model::InvocationLocation::Workspace, in cargo()
Dglobal_state.rs16 use project_model::{CargoWorkspace, ProjectWorkspace, Target, WorkspaceBuildScripts};
/third_party/rust/rust/src/tools/rust-analyzer/editors/code/src/
Dtoolchain.ts130 /** Mirrors `project_model::sysroot::discover_sysroot_dir()` implementation*/
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-ty/src/layout/
Dtests.rs19 project_model::target_data_layout::get(None, None, &HashMap::default()).unwrap() in current_machine_data_layout()
/third_party/rust/rust/src/tools/rust-analyzer/docs/dev/
Darchitecture.md254 ### `crates/toolchain`, `crates/project_model`, `crates/flycheck`
Dguide.md167 …ub.com/rust-lang/rust-analyzer/blob/guide-2019-01/crates/ra_lsp_server/src/project_model.rs#L16-L20
/third_party/rust/rust/src/tools/rust-analyzer/crates/base-db/src/
Dinput.rs6 //! actual IO. See `vfs` and `project_model` in the `rust-analyzer` crate for how
/third_party/rust/rust/src/tools/rust-analyzer/docs/user/
Dmanual.adoc589 Finally, `RA_LOG=project_model=debug` enables verbose logs during project loading.