aboutsummaryrefslogtreecommitdiff
path: root/crates/rust-analyzer/src/bin
Commit message (Expand)AuthorAgeFilesLines
* output to log file if RA_LOG_FILE is defined in environmentrezural2021-06-211-1/+8
* Enable proc macros and build scripts by default in CLILaurențiu Nicola2021-06-052-15/+15
* only advertise range formatting support if enabledAndy Russell2021-05-271-46/+38
* Don't discover workspaces when detached files are givenKirill Bulatov2021-05-231-3/+2
* Draft detached files retrievalKirill Bulatov2021-05-231-1/+1
* feat: avoid checking the whole project during initial loadingAleksey Kladov2021-04-122-0/+61
* analysis-stats: allow skipping type inferenceJonas Schievink2021-04-052-0/+4
* Put the revision in the logged startup messageJade2021-04-021-1/+1
* internal: switch from CLI to internal benchmarkingAleksey Kladov2021-03-302-63/+3
* Add no-sysroot flag for analysis-statsEdwin Cheng2021-03-142-0/+4
* :arrow_up: xflagsAleksey Kladov2021-03-071-7/+8
* Switch from pico-args to xflagsAleksey Kladov2021-03-023-300/+310
* 7526: Renamed create ssr to ide_ssr.Chetan Khilosiya2021-02-221-1/+1
* Enable offset-encoding capabilityAleksey Kladov2021-02-161-2/+6
* Start LSP 3.17 supportJeremy Kolb2021-02-141-0/+1
* Add --print-config-schema to helpLaurențiu Nicola2021-01-291-0/+2
* Squelch a warningAleksey Kladov2021-01-271-0/+1
* Merge #7457bors[bot]2021-01-263-21/+83
|\
| * Apply suggestions.vsrs2021-01-262-11/+17
| * cargo fmtvsrs2021-01-261-1/+1
| * Add debug only guard for the --wait-dbg flagvsrs2021-01-262-1/+4
| * Add RA_WAIT_DBG and docsvsrs2021-01-252-1/+2
| * Add the ability to wait for a debugger.vsrs2021-01-252-7/+45
| * Add stderr flushvsrs2021-01-252-8/+16
| * Add --no-buffering flag for the file logging.vsrs2021-01-253-15/+21
* | Make always-assert crate reusableAleksey Kladov2021-01-261-9/+0
|/
* Make assertion failures more annoying for maintainersAleksey Kladov2021-01-221-1/+6
* Update pico-argskjeremy2021-01-191-8/+15
* Add back jemalloc supportJonas Schievink2021-01-181-0/+4
* Introduce more appropriate assertion mechanismAleksey Kladov2021-01-141-0/+5
* More maintainable configAleksey Kladov2021-01-061-9/+4
* Make config.rs a single source of truth for configuration.Aleksey Kladov2020-12-082-0/+8
* Remove more unreachable pubsAleksey Kladov2020-11-021-1/+1
* Add tracing to main rust-analyzer binaryFlorian Diebold2020-10-251-0/+22
* Use `log::error!` in a few more placesJonas Schievink2020-09-171-0/+4
* SimplifyAleksey Kladov2020-08-261-17/+4
* SimplifyAleksey Kladov2020-08-261-106/+69
* Simplify helpAleksey Kladov2020-08-262-218/+98
* Allow redirecting logs to a specific fileAleksey Kladov2020-08-263-10/+102
* Improve loggingAleksey Kladov2020-08-251-7/+6
* Rename ra_ssr -> ssrAleksey Kladov2020-08-131-1/+1
* Rename ra_project_model -> project_modelPavan Kumar Sunkara2020-08-131-1/+1
* Rename ra_proc_macro_srv -> proc_macro_srvPavan Kumar Sunkara2020-08-131-1/+1
* Rename ra_prof -> profileAleksey Kladov2020-08-121-1/+1
* Simplify argument parsingLaurențiu Nicola2020-08-012-24/+27
* Use CmdArgs pattern for bench & analysis statsAleksey Kladov2020-07-302-51/+14
* Setup global allocator in the correct crateAleksey Kladov2020-07-221-0/+4
* Remove support for jemallocAleksey Kladov2020-07-221-2/+2
* Add --memory-usage to analysis-benchJonas Schievink2020-07-152-3/+7
* Avoid accidently stumping over config valuesAleksey Kladov2020-07-101-2/+2