Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix imports | Aleksey Kladov | 2020-03-03 | 5 | -19/+14 |
* | Move reference classification to ra_ide_db | Aleksey Kladov | 2020-03-03 | 4 | -101/+2 |
* | Rename NameDefinition -> Definition | Aleksey Kladov | 2020-03-03 | 6 | -60/+56 |
* | Refactor reference search a bit | Aleksey Kladov | 2020-03-03 | 1 | -25/+36 |
* | Merge #3422 | bors[bot] | 2020-03-03 | 1 | -0/+1 |
|\ | |||||
| * | Add profile call | Aleksey Kladov | 2020-03-03 | 1 | -0/+1 |
* | | Highlight assist tests | Aleksey Kladov | 2020-03-03 | 1 | -1/+1 |
|/ | |||||
* | Remove stray dbg | Aleksey Kladov | 2020-03-03 | 1 | -2/+2 |
* | Simplify: remove couple of useless functions | Aleksey Kladov | 2020-03-02 | 1 | -4/+2 |
* | More principled approach for gotodef for field shorhand | Aleksey Kladov | 2020-03-02 | 5 | -26/+55 |
* | Merge #3384 | bors[bot] | 2020-03-01 | 1 | -0/+39 |
|\ | |||||
| * | fix completion for super::super:: | Josh Mcguigan | 2020-03-01 | 1 | -0/+39 |
* | | Slightly refactor inlay hints | Aleksey Kladov | 2020-02-29 | 1 | -69/+58 |
* | | Remove debug print | Aleksey Kladov | 2020-02-29 | 1 | -1/+0 |
* | | Rename ast::ImplBlock -> ast::ImplDef | Aleksey Kladov | 2020-02-29 | 8 | -59/+53 |
|/ | |||||
* | Cleanup editing API | Aleksey Kladov | 2020-02-29 | 1 | -1/+1 |
* | Merge #3367 | bors[bot] | 2020-02-28 | 9 | -62/+78 |
|\ | |||||
| * | Correctly flag 'lifetime definitions as definitions | Aleksey Kladov | 2020-02-28 | 6 | -40/+47 |
| * | Fix highlighting of const patterns | Aleksey Kladov | 2020-02-28 | 2 | -9/+23 |
| * | Classify name takes const patterns into account | Aleksey Kladov | 2020-02-28 | 4 | -21/+16 |
* | | Merge #3366 | bors[bot] | 2020-02-28 | 1 | -0/+24 |
|\ \ | |/ |/| | |||||
| * | Simpilfy origin_range logic | Edwin Cheng | 2020-02-28 | 1 | -0/+24 |
* | | Fix union classification | Aleksey Kladov | 2020-02-28 | 1 | -1/+1 |
* | | Fix highlighting test | Aleksey Kladov | 2020-02-28 | 5 | -49/+55 |
* | | Cleanup highlighting tags | Aleksey Kladov | 2020-02-28 | 2 | -58/+64 |
* | | add more tags | Aleksey Kladov | 2020-02-28 | 2 | -17/+26 |
|/ | |||||
* | Fix typo | Edwin Cheng | 2020-02-28 | 1 | -1/+1 |
* | Remove hover::type_of | Edwin Cheng | 2020-02-28 | 2 | -79/+24 |
* | Refactor string literals | Aleksey Kladov | 2020-02-27 | 1 | -2/+4 |
* | 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 | 3 | -21/+88 |
|/ | |||||
* | 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 |
* | | Renam module | Aleksey Kladov | 2020-02-27 | 2 | -2/+2 |
* | | Merge #3335 | bors[bot] | 2020-02-27 | 7 | -216/+361 |
|\ \ | |||||
| * | | Move html highlightig to a separate module | Aleksey Kladov | 2020-02-27 | 2 | -97/+107 |
| * | | Fix html tests | Aleksey Kladov | 2020-02-27 | 3 | -39/+39 |
| * | | Better highlightign API | Aleksey Kladov | 2020-02-27 | 4 | -91/+226 |
* | | | Remove unused dependencies | Shotaro Yamada | 2020-02-27 | 1 | -3/+0 |
* | | | Use text_range::extend_to | Edwin Cheng | 2020-02-27 | 1 | -7/+1 |
|/ / | |||||
* | | Merge pull request #3325 from edwin0cheng/skip-trival-token | Aleksey Kladov | 2020-02-26 | 2 | -17/+34 |
|\ \ | |||||
| * | | Skip trival token in original_range | Edwin Cheng | 2020-02-26 | 2 | -17/+34 |