aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_lsp_server
Commit message (Expand)AuthorAgeFilesLines
* Rename folderAleksey Kladov2020-02-1825-5833/+0
* Rename the binary to rust-analyzerAleksey Kladov2020-02-186-16/+16
* Fully document ra_lsp_serverAleksey Kladov2020-02-188-11/+20
* RefactorAleksey Kladov2020-02-182-52/+52
* Reduce visibilityAleksey Kladov2020-02-181-6/+9
* RefactorAleksey Kladov2020-02-182-4/+3
* Some docsAleksey Kladov2020-02-187-15/+23
* Better folder structureAleksey Kladov2020-02-183-0/+5
* Replace ra_cli mentionsLaurențiu Nicola2020-02-171-7/+7
* Merge ra_vfs_glob and ra_lsp_serverAleksey Kladov2020-02-177-4/+105
* Merge cli and ra_lsp_serverAleksey Kladov2020-02-179-17/+1043
* Sort depsAleksey Kladov2020-02-171-14/+15
* Merge #3099bors[bot]2020-02-173-0/+19
|\
| * Init implementation of structural search replaceMikhail Modin2020-02-143-0/+19
* | Merge #3181bors[bot]2020-02-174-0/+6
|\ \
| * | Add arguments to rustfmtIlya Titkov2020-02-174-0/+6
* | | Merge #3153bors[bot]2020-02-173-8/+14
|\ \ \ | |/ / |/| |
| * | Fix a slow testKirill Bulatov2020-02-161-1/+1
| * | If possible, use --exact flag when running testsKirill Bulatov2020-02-142-7/+13
| |/
* / Enable profiling for benchAleksey Kladov2020-02-161-6/+1
|/
* prevent "Play" symbol in "Run Test" code lens from rendering as emojiQuan Luu2020-02-131-1/+1
* Better error messages while deserializingAleksey Kladov2020-02-113-11/+17
* Simplify Assists interfaceAleksey Kladov2020-02-091-28/+48
* to_string_lossy() -> display()Emil Lauridsen2020-02-071-4/+1
* Don't crash when recieving unkown file for cargo diagnostic.Emil Lauridsen2020-02-071-6/+10
* Remove stray todoEmil Lauridsen2020-02-031-1/+0
* Rework how we send diagnostics to client.Emil Lauridsen2020-02-035-70/+140
* Avoid premature pessimizationAleksey Kladov2020-02-021-1/+0
* Small cleanupAleksey Kladov2020-01-311-4/+6
* Fix long loop timeoutAleksey Kladov2020-01-291-1/+1
* Complain loudly if the main loop is blockedAleksey Kladov2020-01-291-1/+21
* More uniform namingAleksey Kladov2020-01-291-7/+7
* Don't compute diagnostics on the main threadAleksey Kladov2020-01-291-28/+28
* Bump main thread priority on windowsAleksey Kladov2020-01-262-0/+22
* Use default threadpool sizeAleksey Kladov2020-01-251-5/+3
* Disable env_logger humantime featureAleksey Kladov2020-01-251-1/+1
* Cancel requests during shutdownAleksey Kladov2020-01-241-1/+1
* Remove RWLock from check watcher.Emil Lauridsen2020-01-233-12/+11
* Update crateskjeremy2020-01-221-1/+1
* Minimize visibilityAleksey Kladov2020-01-163-6/+12
* itertools::Either -> either::EitherKirill Bulatov2020-01-152-2/+2
* Apply the api design suggestionsKirill Bulatov2020-01-152-10/+19
* Another attempt to add multiple editsKirill Bulatov2020-01-151-4/+8
* Extract check task handling into functionEmil Lauridsen2020-01-151-47/+56
* Manage check state updates in main_loop to reduce lock contentionEmil Lauridsen2020-01-152-5/+29
* lsp-types 0.69.0Jeremy Kolb2020-01-151-1/+1
* Merge #2843bors[bot]2020-01-152-0/+2
|\
| * Add inlay parameter name hints for function callsimtsuki2020-01-142-0/+2
* | Tweak add_custom_implJeremy Kolb2020-01-141-0/+1
|/
* Log client info if presentkjeremy2020-01-131-0/+4