aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Minimal viable metaAleksey Kladov2020-03-022-1/+11
* Merge #3396bors[bot]2020-03-021-1/+6
|\
| * One more assertAleksey Kladov2020-03-021-1/+6
* | Merge #3395bors[bot]2020-03-021-0/+4
|\|
| * Tighten up an assertAleksey Kladov2020-03-021-0/+4
|/
* Merge #3389bors[bot]2020-03-021-1/+2
|\
| * Readabilitynmio2020-03-011-1/+3
| * Add notenmio2020-03-011-2/+1
* | Merge #3387bors[bot]2020-03-012-2/+108
|\ \
| * | handle array pattern matching type inferenceJosh Mcguigan2020-03-012-10/+55
| * | remove match statement, handle suffixJosh Mcguigan2020-03-012-14/+11
| * | handle arbitrary length slicesJosh Mcguigan2020-03-012-12/+29
| * | match single prefix sliceJosh Mcguigan2020-03-012-1/+48
| |/
* | Merge #3384bors[bot]2020-03-014-6/+88
|\ \ | |/ |/|
| * fix completion for super::super::Josh Mcguigan2020-03-012-2/+45
| * fix #2377 super::super::*Josh Mcguigan2020-03-012-4/+43
* | 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
|\ \ \