aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3209 from matklad/eslintAleksey Kladov2020-02-187-80/+902
|\ | | | | Eslint
| * Allow floating promisesAleksey Kladov2020-02-181-1/+0
| | | | | | | | This backfires for message-showing functions
| * Gate stuff on CIAleksey Kladov2020-02-181-0/+2
| |
| * Migrate to eslintAleksey Kladov2020-02-176-80/+901
| |
* | Merge #3210bors[bot]2020-02-172-8/+8
|\ \ | | | | | | | | | | | | | | | | | | | | | 3210: vscode-languageclient 6.1.1 r=kjeremy a=kjeremy Fixes semantic token mispellings Co-authored-by: kjeremy <[email protected]>
| * | vscode-languageclient 6.1.1kjeremy2020-02-172-8/+8
|/ /
* | Merge #3206bors[bot]2020-02-172-29/+47
|\ \ | |/ |/| | | | | | | | | | | | | | | 3206: Install rust-src when it is not found r=SomeoneToIgnore a=SomeoneToIgnore Closes https://github.com/rust-analyzer/rust-analyzer/issues/2858 Looks like there's no RUSTUP env variable, so it adds one more thing to solve in https://github.com/rust-analyzer/rust-analyzer/issues/3154 Co-authored-by: Kirill Bulatov <[email protected]>
| * Simplify the command executionKirill Bulatov2020-02-171-34/+28
| |
| * Simplify the code furtherKirill Bulatov2020-02-171-45/+35
| |
| * Idempotent location and installation of rust srcKirill Bulatov2020-02-171-47/+56
| |
| * Reword the docsKirill Bulatov2020-02-171-1/+1
| | | | | | Co-Authored-By: Laurențiu Nicola <[email protected]>
| * Install rust-src when it is not foundKirill Bulatov2020-02-172-9/+34
|/
* Merge #3203bors[bot]2020-02-177-17/+17
|\ | | | | | | | | | | | | | | 3203: vscode: press ; to respect semicolons r=matklad a=Veetaha Co-authored-by: Veetaha <[email protected]>
| * vscode: press ; to respect semicolonsVeetaha2020-02-177-17/+17
| |
* | Merge #3202bors[bot]2020-02-174-19/+15
|\ \ | | | | | | | | | | | | | | | | | | | | | 3202: Fix RA_PROF and replace ra_cli mentions r=matklad a=lnicola Co-authored-by: Laurențiu Nicola <[email protected]>
| * | Replace ra_cli mentionsLaurențiu Nicola2020-02-174-17/+13
| | |
| * | Fix RA_PROFILE typo in docsLaurențiu Nicola2020-02-171-2/+2
|/ /
* | Merge #3200bors[bot]2020-02-1716-230/+201
|\ \ | |/ |/| | | | | | | | | | | 3200: Merge ra_vfs_glob and ra_lsp_server r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * Merge ra_vfs_glob and ra_lsp_serverAleksey Kladov2020-02-1710-26/+12
| |
| * Merge cli and ra_lsp_serverAleksey Kladov2020-02-1711-205/+190
| |
* | Merge #3199bors[bot]2020-02-176-182/+232
|\| | | | | | | | | | | | | | | 3199: Use anyhow r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * Use anyhowAleksey Kladov2020-02-175-14/+16
| |
| * CleanupAleksey Kladov2020-02-172-73/+68
| |
| * Better nameAleksey Kladov2020-02-171-2/+2
| |
| * More precise typesAleksey Kladov2020-02-171-12/+15
| |
| * Unify verbosity handlingAleksey Kladov2020-02-172-22/+22
| |
| * Move interesting stuff to mainAleksey Kladov2020-02-171-40/+35
| |
| * Stronger TypesAleksey Kladov2020-02-171-5/+5
| |
| * Refactor arg parsingAleksey Kladov2020-02-171-115/+169
| |
| * Sort depsAleksey Kladov2020-02-171-14/+15
| |
* | Merge #3196bors[bot]2020-02-179-142/+123
|\| | | | | | | | | | | | | | | 3196: Cleanup imports r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * Inline ra_batchAleksey Kladov2020-02-178-49/+23
| |
| * Cleanup importsAleksey Kladov2020-02-171-3/+2
| |
| * Inline helpAleksey Kladov2020-02-172-82/+96
| |
| * Use Arguments::from_osAleksey Kladov2020-02-171-9/+3
| |
* | Merge #3195bors[bot]2020-02-179-390/+18
|\| | | | | | | | | | | | | | | | | | | | | 3195: Drop proptest tests r=matklad a=matklad It takes waaay to long to compile. We should add quickcheck tests when we touch the relevant code next time. Co-authored-by: Aleksey Kladov <[email protected]>
| * Drop proptest testsAleksey Kladov2020-02-179-390/+18
|/ | | | | | | It takes waaay to long to compile. We should add quickcheck tests when we touch the relevant code next time.
* Merge #3193bors[bot]2020-02-171-10/+10
|\ | | | | | | | | | | | | | | 3193: Update deps r=kjeremy a=kjeremy Co-authored-by: kjeremy <[email protected]>
| * Update depskjeremy2020-02-171-10/+10
| |
* | Fix extension nameAleksey Kladov2020-02-174-47/+14
|/
* Fix release process once moreAleksey Kladov2020-02-171-2/+2
|
* Fix release processAleksey Kladov2020-02-171-4/+5
|
* Merge #3191bors[bot]2020-02-177-51/+26
|\ | | | | | | | | | | | | | | 3191: Remove two stage constuction r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * Simplify some more ctorsAleksey Kladov2020-02-173-9/+3
| |
| * Simplify ctorAleksey Kladov2020-02-171-17/+7
| |
| * remove debug printAleksey Kladov2020-02-171-2/+0
| |
| * Remove two stage constuctionAleksey Kladov2020-02-172-21/+15
| |
| * Fix link to the manualAleksey Kladov2020-02-171-1/+1
| |
| * Push IO and error handling upAleksey Kladov2020-02-173-14/+13
|/
* Merge pull request #3190 from matklad/reloadAleksey Kladov2020-02-176-42/+62
|\ | | | | Simplify TS reload logic