aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add `remove_mut` assistAleksey Kladov2020-02-194-0/+67
* Merge #3229bors[bot]2020-02-195-9/+22
|\
| * CleanupShotaro Yamada2020-02-193-7/+3
| * Fix a crash with non-ascii whitespace in doc-commentsShotaro Yamada2020-02-192-2/+19
|/
* Merge #3225bors[bot]2020-02-181-22/+18
|\
| * Cleanup importsAleksey Kladov2020-02-181-22/+18
|/
* Merge #3223bors[bot]2020-02-181-6/+3
|\
| * Minor simplificationAleksey Kladov2020-02-181-6/+3
|/
* Merge #3221bors[bot]2020-02-181-12/+12
|\
| * Fix dev guide broken linksLaurențiu Nicola2020-02-181-12/+12
* | Merge #3220bors[bot]2020-02-1888-391/+381
|\ \ | |/ |/|
| * Update versionsKirill Bulatov2020-02-1821-84/+109
| * More manual clippy fixesKirill Bulatov2020-02-1832-159/+141
| * Run cargo +nightly fix --clippy -Z unstable-optionsKirill Bulatov2020-02-1848-149/+132
|/
* Merge #3218bors[bot]2020-02-185-32/+14
|\
| * Remove unicase dependencyAleksey Kladov2020-02-183-24/+13
| * Drop extra depsAleksey Kladov2020-02-182-8/+0
| * Ignore cargo -Z timings infoAleksey Kladov2020-02-181-0/+1
* | Merge #3217bors[bot]2020-02-181-1/+0
|\ \
| * | Remove dat FIXMEVeetaha2020-02-181-1/+0
|/ /
* | Merge #3026bors[bot]2020-02-1856-650/+452
|\ \ | |/ |/|
| * 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