Home
last modified time | relevance | path

Searched full:rust_analyzer (Results 1 – 14 of 14) sorted by relevance

/third_party/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/src/bin/
Dmain.rs17 use rust_analyzer::{cli::flags, config::Config, from_json, Result};
78 println!("rust-analyzer {}", rust_analyzer::version()); in try_main()
162 tracing::info!("server version {} will start", rust_analyzer::version()); in run_server()
215 let server_capabilities = rust_analyzer::server_capabilities(&config); in run_server()
221 version: Some(rust_analyzer::version().to_string()), in run_server()
238 rust_analyzer::main_loop(config, connection)?; in run_server()
Dlogger.rs11 use rust_analyzer::Result;
/third_party/rust/rust/src/tools/rust-analyzer/.github/workflows/
Dautopublish.yaml55 …find crates/rust-analyzer -type f -name '*.rs' -exec sed -i 's/rust_analyzer/ra_ap_rust_analyzer/g…
/third_party/rust/rust/src/tools/rust-analyzer/crates/profile/src/
Dlib.rs75 /// $ pprof -svg target/release/deps/rust_analyzer-8739592dc93d63cb crates/rust-analyzer/out.profil…
/third_party/rust/rust/src/tools/rust-analyzer/docs/user/
Dmanual.adoc339 …ration of rust-analyzer, use https://github.com/neovim/nvim-lspconfig#rust_analyzer[neovim/nvim-ls…
340 Once `neovim/nvim-lspconfig` is installed, use `+lua require'lspconfig'.rust_analyzer.setup({})+` i…
353 nvim_lsp.rust_analyzer.setup({
641 …tually used by `rust-analyzer`, set `RA_LOG` environment variable to `rust_analyzer=info` and look…
780 You can set the `RA_LOG` environment variable to `rust_analyzer=info` to inspect how rust-analyzer …
/third_party/rust/rust/src/tools/rust-analyzer/editors/code/src/
Dast_inspector.ts10 borderColor: new vscode.ThemeColor("rust_analyzer.syntaxTreeBorder"),
/third_party/rust/rust/src/tools/rust-analyzer/crates/project-model/src/
Dcargo_workspace.rs230 rust_analyzer: Option<RustAnalyzerPackageMetaData>, field
357 metadata: meta.rust_analyzer.unwrap_or_default(), in new()
Dworkspace.rs1189 // `rust_analyzer` thinks that it should use the one from the `rustc_source` in handle_rustc_crates()
/third_party/rust/rust/src/tools/rust-analyzer/xtask/src/
Ddist.rs170 (".exe".into(), Some(out_path.join("rust_analyzer.pdb"))) in get()
/third_party/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/tests/slow-tests/
Dsupport.rs12 use rust_analyzer::{config::Config, lsp_ext, main_loop};
Dmain.rs32 use rust_analyzer::lsp_ext::{OnEnter, Runnables, RunnablesParams};
/third_party/rust/rust/src/tools/rust-analyzer/editors/code/
Dpackage.json1147 "rust_analyzer",
1153 "`rust_analyzer`: `|i32, u64| -> i8`",
1709 "id": "rust_analyzer.syntaxTreeBorder",
/third_party/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/src/
Dconfig.rs2396 "enum": ["impl_fn", "rust_analyzer", "with_id", "hide"], in field_props()
2399 "`rust_analyzer`: `|i32, u64| -> i8`", in field_props()
/third_party/rust/rust/src/bootstrap/
Ddist.rs1180 let rust_analyzer = builder in run() localVariable
1187 tarball.add_file(rust_analyzer, "bin", 0o755); in run()