aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * ra_syntax: fix reparsing merging errors, also now reparse_token() reports errorsVeetaha2020-02-181-7/+50
| * ra_syntax: migrate test data to 0-length text-range of SyntaxError when const...Veetaha2020-02-1746-242/+242
| * ra_syntax: remove message() method and use only Display trait in SyntaxError ...Veetaha2020-02-172-4/+1
| * ra_syntax: change module-level documentation for syntax_error to "see X" as p...Veetaha2020-02-171-1/+1
| * ra_syntax: followup fix for making SyntaxError::range() to return by valueVeetaha2020-02-171-1/+1
| * ra_syntax: SyntaxError::range() now returns by valueVeetaha2020-02-174-12/+6
| * ra_syntax: moved reexport declaration after imports as per matkladVeetaha2020-02-171-1/+2
| * ra_syntax: Apply Aleksei Kladov suggestion about TextRange of TextUnitVeetaha2020-02-171-1/+1
| * Change semmantical analyzis to tree validation as per @matkladVeetaha2020-02-171-1/+1
| * ra_syntax: reshape SyntaxError for the sake of removing redundancyVeetaha2020-02-1755-637/+404
* | Merge pull request #3204 from Veetaha/feature/vscode-remove-updates-notificat...Aleksey Kladov2020-02-181-1/+0
|\ \
| * | vscode: remove comment about updates notificationVeetaha2020-02-171-1/+0
| |/
* | Merge pull request #3216 from matklad/rename-to-rust-analyzerAleksey Kladov2020-02-1843-111/+111
|\ \
| * | Rename folderAleksey Kladov2020-02-1825-0/+0
| * | Rename config value for server PathAleksey Kladov2020-02-186-7/+7
| * | Rename the binary to rust-analyzerAleksey Kladov2020-02-1823-107/+107
* | | Merge #3214bors[bot]2020-02-1818-82/+105
|\| |
| * | 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-184-1/+5
|/ /
* | Merge #3211bors[bot]2020-02-181-1/+1
|\ \
| * | Fix typoAkihiro Takai2020-02-181-1/+1
|/ /
* | Merge pull request #3209 from matklad/eslintAleksey Kladov2020-02-187-80/+902
|\ \
| * | Allow floating promisesAleksey Kladov2020-02-181-1/+0
| * | 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
|\ \ \
| * | | vscode-languageclient 6.1.1kjeremy2020-02-172-8/+8
|/ / /
* | | Merge #3206bors[bot]2020-02-172-29/+47
|\ \ \ | |/ / |/| |
| * | 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
| * | Install rust-src when it is not foundKirill Bulatov2020-02-172-9/+34
|/ /
* | Merge #3203bors[bot]2020-02-177-17/+17
|\ \ | |/ |/|
| * vscode: press ; to respect semicolonsVeetaha2020-02-177-17/+17
* | Merge #3202bors[bot]2020-02-174-19/+15
|\ \
| * | 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
|\ \ | |/ |/|
| * 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
|\|
| * 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