aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* Update chalk for Ty internersLaurențiu Nicola2020-03-022-11/+14
* Update chalk for RawId removalLaurențiu Nicola2020-03-022-16/+10
* Simplify by using to_veckjeremy2020-03-021-2/+2
* Merge #3406bors[bot]2020-03-022-23/+13
|\
| * Simplify: remove couple of useless functionsAleksey Kladov2020-03-022-23/+13
* | Merge #3405bors[bot]2020-03-027-36/+79
|\|
| * More principled approach for gotodef for field shorhandAleksey Kladov2020-03-027-36/+79
* | lsp-types 0.72kjeremy2020-03-024-14/+11
|/
*-. Merge #3397 #3398bors[bot]2020-03-022-11/+3
|\ \
| | * Reformat?Aleksey Kladov2020-03-022-11/+3
| |/
* | Merge #3385bors[bot]2020-03-024-6/+45
|\ \ | |/ |/|
| * Fix #3373Florian Diebold2020-03-014-6/+45
* | One more assertAleksey Kladov2020-03-021-1/+6
* | Tighten up an assertAleksey Kladov2020-03-021-0/+4
* | 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
| |/ /
* | | Do autoderef for indexingFlorian Diebold2020-02-294-7/+74
* | | Do array unsizing for method receiversFlorian Diebold2020-02-292-2/+37
|/ /
* | Rename ast::ImplBlock -> ast::ImplDefAleksey Kladov2020-02-2967-221/+213
* | Add a FIXMEAleksey Kladov2020-02-291-0/+2
|/
* 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-2519-146/+402
| |\
| * | Initial debugging codenmio2020-02-241-5/+42
* | | Fix a common false-positive type mismatchFlorian Diebold2020-02-294-18/+86
* | | Fix typoAleksey Kladov2020-02-293-3/+3
* | | Cleanup editing APIAleksey Kladov2020-02-295-12/+36
* | | More orthogonal API for building pathsAleksey Kladov2020-02-293-15/+25
* | | SimplifyAleksey Kladov2020-02-283-23/+3