aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix #3373Florian Diebold2020-03-014-6/+45
* Merge #3383bors[bot]2020-02-292-70/+59
|\
| * Slightly refactor inlay hintsAleksey Kladov2020-02-292-70/+59
* | Merge #3382bors[bot]2020-02-291-1/+1
|\ \
| * | ra_project_model: migrate to Sysroot::alloc()Veetaha2020-02-291-1/+1
* | | Merge #3381bors[bot]2020-02-291-1/+0
|\ \ \ | | |/ | |/|
| * | Remove debug printAleksey Kladov2020-02-291-1/+0
| |/
* | Merge #3380bors[bot]2020-02-295-9/+111
|\ \ | |/ |/|
| * Do autoderef for indexingFlorian Diebold2020-02-294-7/+74
| * Do array unsizing for method receiversFlorian Diebold2020-02-292-2/+37
|/
* Merge #3379bors[bot]2020-02-2969-224/+218
|\
| * Rename ast::ImplBlock -> ast::ImplDefAleksey Kladov2020-02-2968-224/+216
| * Add a FIXMEAleksey Kladov2020-02-291-0/+2
|/
* Merge #3377bors[bot]2020-02-296-346/+329
|\
| * Handle tuple fields as wellAleksey Kladov2020-02-292-1/+7
| * MinorAleksey Kladov2020-02-292-5/+4
| * Simplify SourceBinderAleksey Kladov2020-02-296-349/+321
| * Small cleanupAleksey Kladov2020-02-291-9/+15
|/
* Merge #3309bors[bot]2020-02-292-10/+70
|\
| * lint warn fixnmio2020-02-291-4/+2
| * keep one CargoTomlNotFoundErrornmio2020-02-292-29/+37
| * remove code used for testingnmio2020-02-271-1/+1
| * fix unneeded bodynmio2020-02-271-6/+2
| * fixes and improvementsnmio2020-02-272-24/+50
| * clean upnmio2020-02-251-7/+2
| * Merge branch 'master' of https://github.com/rust-analyzer/rust-analyzer into ...nmio2020-02-2540-377/+659
| |\
| * | Initial debugging codenmio2020-02-241-5/+42
* | | Merge #3376bors[bot]2020-02-294-18/+86
|\ \ \
| * | | Fix a common false-positive type mismatchFlorian Diebold2020-02-294-18/+86
|/ / /
* | | Merge #3375bors[bot]2020-02-298-15/+39
|\ \ \
| * | | Fix typoAleksey Kladov2020-02-293-3/+3
| * | | Cleanup editing APIAleksey Kladov2020-02-295-12/+36
|/ / /
* | | Merge #3374bors[bot]2020-02-293-15/+25
|\ \ \
| * | | More orthogonal API for building pathsAleksey Kladov2020-02-293-15/+25
|/ / /
* | | Merge #3372bors[bot]2020-02-284-13/+19
|\ \ \
| * | | vscode: simplify assert.eq() to assert() as per matkladVeetaha2020-02-282-15/+4
| * | | vscode: add dat semicolonVeetaha2020-02-281-1/+1
| * | | vscode: add equality assertionVeetaha2020-02-282-2/+12
| * | | vscode: rename nodeAssert -> nativeAssertVeetaha2020-02-281-2/+2
| * | | vscode: add error loging on failed assertionVeetaha2020-02-281-1/+6
| * | | vscode: migrate to more type-safe assert implVeetaha2020-02-283-8/+10
* | | | Merge #3371bors[bot]2020-02-283-23/+3
|\ \ \ \
| * | | | SimplifyAleksey Kladov2020-02-283-23/+3
|/ / / /
* | | | Merge #3370bors[bot]2020-02-285-533/+538
|\ \ \ \ | |/ / / |/| | |
| * | | Move insert_use util to utilsAleksey Kladov2020-02-285-533/+538
|/ / /
* | | Merge #3369bors[bot]2020-02-282-3/+3
|\ \ \
| * | | Reduce visibilityAleksey Kladov2020-02-282-3/+3
|/ / /
* | | Merge #3367bors[bot]2020-02-2813-71/+144
|\ \ \
| * | | Correctly flag 'lifetime definitions as definitionsAleksey Kladov2020-02-286-40/+47
| * | | Fix highlighting of const patternsAleksey Kladov2020-02-285-16/+61