about summary refs log tree commit diff
path: root/crates/rust-analyzer/src/bin
AgeCommit message (Expand)AuthorLines
2020-12-08Make config.rs a single source of truth for configuration.Aleksey Kladov-0/+8
2020-11-02Remove more unreachable pubsAleksey Kladov-1/+1
2020-10-25Add tracing to main rust-analyzer binaryFlorian Diebold-0/+22
2020-09-17Use `log::error!` in a few more placesJonas Schievink-0/+4
2020-08-26SimplifyAleksey Kladov-17/+4
2020-08-26SimplifyAleksey Kladov-106/+69
2020-08-26Simplify helpAleksey Kladov-218/+98
2020-08-26Allow redirecting logs to a specific fileAleksey Kladov-10/+102
2020-08-25Improve loggingAleksey Kladov-7/+6
2020-08-13Rename ra_ssr -> ssrAleksey Kladov-1/+1
2020-08-13Rename ra_project_model -> project_modelPavan Kumar Sunkara-1/+1
2020-08-13Rename ra_proc_macro_srv -> proc_macro_srvPavan Kumar Sunkara-1/+1
2020-08-12Rename ra_prof -> profileAleksey Kladov-1/+1
2020-08-01Simplify argument parsingLaurențiu Nicola-24/+27
2020-07-30Use CmdArgs pattern for bench & analysis statsAleksey Kladov-51/+14
2020-07-22Setup global allocator in the correct crateAleksey Kladov-0/+4
2020-07-22Remove support for jemallocAleksey Kladov-2/+2
2020-07-15Add --memory-usage to analysis-benchJonas Schievink-3/+7
2020-07-10Avoid accidently stumping over config valuesAleksey Kladov-2/+2
2020-07-08Remove unwanted dependencyAleksey Kladov-4/+3
2020-07-04Fix bench to work with relative pathsAleksey Kladov-3/+7
2020-07-01Structured search debuggingDavid Lattimore-1/+38
2020-06-30analysis-stats: allow parallel type inferenceJonas Schievink-3/+12
2020-06-30Fix some typosDavid Lattimore-1/+1
2020-06-29Add a simple SSR subcommand to the rust-analyzer command line binaryDavid Lattimore-0/+34
2020-06-24Be more explicit about absolute paths at various placesAleksey Kladov-15/+22
2020-06-15Accept relative paths in rust-project.jsonThiébaud Weksteen-4/+4
2020-06-03Groundwork for specifying the set of projects via configAleksey Kladov-13/+28
2020-05-19Add versionkjeremy-1/+1
2020-05-19LSP: Two stage initializationkjeremy-2/+15
2020-05-11Merge #4403bors[bot]-3/+2
2020-05-11Check client capabilities before sending progress notificationsJeremy Kolb-3/+2
2020-05-11Use RA_LOG instead of RUST_LOG for loggingAleksey Kladov-1/+1
2020-04-24Bubble up errorEdwin Cheng-1/+1
2020-04-21Don't panic on `rust-analyzer --help`Andrew Chin-8/+16
2020-04-21Cleanup args a bitAleksey Kladov-7/+9
2020-04-20ra_proc_macro: cleanups here and thereveetaha-2/+2
2020-04-16Add proc-macro cli command for rust-analyzerEdwin Cheng-0/+8
2020-04-16Add with-proc-macro in bench ,stats and diagnositcsEdwin Cheng-7/+31
2020-04-14cli diagnostics walk filesJosh Mcguigan-3/+8
2020-04-13add diagnostics subcommand to rust-analyzer CLIJosh Mcguigan-0/+38
2020-04-01Reduce scope of deserializationAleksey Kladov-1/+0
2020-04-01Centralize client capabilitiesAleksey Kladov-1/+1
2020-04-01Centralize all configAleksey Kladov-19/+13
2020-03-17Support loading OUT_DIR for CLI runsEmil Lauridsen-17/+29
2020-03-05Fix options for analysis-benchAleksey Kladov-2/+4
2020-02-18Run cargo +nightly fix --clippy -Z unstable-optionsKirill Bulatov-1/+1
2020-02-18Rename folderAleksey Kladov-0/+340