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/ |
| D | main.rs | 17 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()
|
| D | logger.rs | 11 use rust_analyzer::Result;
|
| /third_party/rust/rust/src/tools/rust-analyzer/.github/workflows/ |
| D | autopublish.yaml | 55 …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/ |
| D | lib.rs | 75 /// $ pprof -svg target/release/deps/rust_analyzer-8739592dc93d63cb crates/rust-analyzer/out.profil…
|
| /third_party/rust/rust/src/tools/rust-analyzer/docs/user/ |
| D | manual.adoc | 339 …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/ |
| D | ast_inspector.ts | 10 borderColor: new vscode.ThemeColor("rust_analyzer.syntaxTreeBorder"),
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/project-model/src/ |
| D | cargo_workspace.rs | 230 rust_analyzer: Option<RustAnalyzerPackageMetaData>, field 357 metadata: meta.rust_analyzer.unwrap_or_default(), in new()
|
| D | workspace.rs | 1189 // `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/ |
| D | dist.rs | 170 (".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/ |
| D | support.rs | 12 use rust_analyzer::{config::Config, lsp_ext, main_loop};
|
| D | main.rs | 32 use rust_analyzer::lsp_ext::{OnEnter, Runnables, RunnablesParams};
|
| /third_party/rust/rust/src/tools/rust-analyzer/editors/code/ |
| D | package.json | 1147 "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/ |
| D | config.rs | 2396 "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/ |
| D | dist.rs | 1180 let rust_analyzer = builder in run() localVariable 1187 tarball.add_file(rust_analyzer, "bin", 0o755); in run()
|