Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| |/ / / | ||||||
* / / / | introduce const visibility assist | Douglas Campos | 2020-02-28 | 1 | -4/+9 | |
|/ / / | ||||||
* | | | Refactor string literals | Aleksey Kladov | 2020-02-27 | 3 | -63/+80 | |
* | | | Merge pull request #3350 from edwin0cheng/give-up-hover-in-builtin-macro | Aleksey Kladov | 2020-02-27 | 1 | -0/+25 | |
|\ \ \ | ||||||
| * | | | Ignore hover on builtin macro | Edwin Cheng | 2020-02-27 | 1 | -0/+25 | |
* | | | | Basic injections | Aleksey Kladov | 2020-02-27 | 5 | -23/+120 | |
* | | | | Ensure that semantic tokens are single-line | Aleksey Kladov | 2020-02-27 | 2 | -3/+52 | |
|/ / / | ||||||
* | | | Move tests to a new file | Aleksey Kladov | 2020-02-27 | 2 | -134/+129 | |
* | | | More cleanup | Aleksey Kladov | 2020-02-27 | 1 | -114/+108 | |
* | | | Split loop into orthogonal phases | Aleksey Kladov | 2020-02-27 | 1 | -44/+43 | |
* | | | Cleanup | Aleksey Kladov | 2020-02-27 | 1 | -37/+34 | |
* | | | Minor cleanup | Aleksey Kladov | 2020-02-27 | 1 | -15/+18 | |
* | | | Merge #3285 | bors[bot] | 2020-02-27 | 1 | -26/+115 | |
|\ \ \ | ||||||
| * | | | get matches from code.descendants | adamrk | 2020-02-25 | 1 | -7/+9 | |
| * | | | save comments as ra_syntax::ast::Comment | adamrk | 2020-02-25 | 1 | -10/+6 | |
| * | | | Handle trivia in strucural search and replace | adamrk | 2020-02-23 | 1 | -27/+118 |