Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | match single prefix slice | Josh Mcguigan | 2020-03-01 | 2 | -1/+48 | |
| |/ | ||||||
* | | Merge #3384 | bors[bot] | 2020-03-01 | 4 | -6/+88 | |
|\ \ | |/ |/| | ||||||
| * | fix completion for super::super:: | Josh Mcguigan | 2020-03-01 | 2 | -2/+45 | |
| * | fix #2377 super::super::* | Josh Mcguigan | 2020-03-01 | 2 | -4/+43 | |
* | | Merge #3383 | bors[bot] | 2020-02-29 | 2 | -70/+59 | |
|\ \ | ||||||
| * | | Slightly refactor inlay hints | Aleksey Kladov | 2020-02-29 | 2 | -70/+59 | |
* | | | Merge #3382 | bors[bot] | 2020-02-29 | 1 | -1/+1 | |
|\ \ \ | ||||||
| * | | | ra_project_model: migrate to Sysroot::alloc() | Veetaha | 2020-02-29 | 1 | -1/+1 | |
* | | | | Merge #3381 | bors[bot] | 2020-02-29 | 1 | -1/+0 | |
|\ \ \ \ | | |/ / | |/| | | ||||||
| * | | | Remove debug print | Aleksey Kladov | 2020-02-29 | 1 | -1/+0 | |
| |/ / | ||||||
* | | | Do autoderef for indexing | Florian Diebold | 2020-02-29 | 4 | -7/+74 | |
* | | | Do array unsizing for method receivers | Florian Diebold | 2020-02-29 | 2 | -2/+37 | |
|/ / | ||||||
* | | Rename ast::ImplBlock -> ast::ImplDef | Aleksey Kladov | 2020-02-29 | 67 | -221/+213 | |
* | | Add a FIXME | Aleksey Kladov | 2020-02-29 | 1 | -0/+2 | |
|/ | ||||||
* | Handle tuple fields as well | Aleksey Kladov | 2020-02-29 | 2 | -1/+7 | |
* | Minor | Aleksey Kladov | 2020-02-29 | 2 | -5/+4 | |
* | Simplify SourceBinder | Aleksey Kladov | 2020-02-29 | 6 | -349/+321 | |
* | Small cleanup | Aleksey Kladov | 2020-02-29 | 1 | -9/+15 | |
* | Merge #3309 | bors[bot] | 2020-02-29 | 2 | -10/+70 | |
|\ | ||||||
| * | lint warn fix | nmio | 2020-02-29 | 1 | -4/+2 | |
| * | keep one CargoTomlNotFoundError | nmio | 2020-02-29 | 2 | -29/+37 | |
| * | remove code used for testing | nmio | 2020-02-27 | 1 | -1/+1 | |
| * | fix unneeded body | nmio | 2020-02-27 | 1 | -6/+2 | |
| * | fixes and improvements | nmio | 2020-02-27 | 2 | -24/+50 | |
| * | clean up | nmio | 2020-02-25 | 1 | -7/+2 | |
| * | Merge branch 'master' of https://github.com/rust-analyzer/rust-analyzer into ... | nmio | 2020-02-25 | 19 | -146/+402 | |
| |\ | ||||||
| * | | Initial debugging code | nmio | 2020-02-24 | 1 | -5/+42 | |
* | | | Fix a common false-positive type mismatch | Florian Diebold | 2020-02-29 | 4 | -18/+86 | |
* | | | Fix typo | Aleksey Kladov | 2020-02-29 | 3 | -3/+3 | |
* | | | Cleanup editing API | Aleksey Kladov | 2020-02-29 | 5 | -12/+36 | |
* | | | More orthogonal API for building paths | Aleksey Kladov | 2020-02-29 | 3 | -15/+25 | |
* | | | Simplify | Aleksey Kladov | 2020-02-28 | 3 | -23/+3 | |
* | | | Move insert_use util to utils | Aleksey Kladov | 2020-02-28 | 5 | -533/+538 | |
* | | | Reduce visibility | Aleksey Kladov | 2020-02-28 | 2 | -3/+3 | |
* | | | Merge #3367 | bors[bot] | 2020-02-28 | 13 | -71/+144 | |
|\ \ \ | ||||||
| * | | | Correctly flag 'lifetime definitions as definitions | Aleksey Kladov | 2020-02-28 | 6 | -40/+47 | |
| * | | | Fix highlighting of const patterns | Aleksey Kladov | 2020-02-28 | 5 | -16/+61 | |
| * | | | Classify name takes const patterns into account | Aleksey Kladov | 2020-02-28 | 6 | -23/+44 | |
* | | | | Merge #3366 | bors[bot] | 2020-02-28 | 2 | -38/+51 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Simpilfy origin_range logic | Edwin Cheng | 2020-02-28 | 2 | -38/+51 | |
* | | | | Fix union classification | Aleksey Kladov | 2020-02-28 | 2 | -1/+5 | |
* | | | | Merge #3363 | bors[bot] | 2020-02-28 | 8 | -136/+167 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Fix highlighting test | Aleksey Kladov | 2020-02-28 | 5 | -49/+55 | |
| * | | | Cleanup highlighting tags | Aleksey Kladov | 2020-02-28 | 4 | -85/+99 | |
| * | | | add more tags | Aleksey Kladov | 2020-02-28 | 4 | -21/+32 | |
* | | | | Merge #3360 | bors[bot] | 2020-02-28 | 3 | -8/+37 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Parse attr in rhs of let stmts | Edwin Cheng | 2020-02-28 | 3 | -8/+37 | |
* | | | | Merge #3359 | bors[bot] | 2020-02-28 | 2 | -79/+24 | |
|\ \ \ \ | ||||||
| * | | | | Fix typo | Edwin Cheng | 2020-02-28 | 1 | -1/+1 | |
| * | | | | Remove hover::type_of | Edwin Cheng | 2020-02-28 | 2 | -79/+24 | |
| |/ / / |