Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Cleanup | Aleksey Kladov | 2020-05-20 | 1 | -12/+10 | |
| * | Minor | Aleksey Kladov | 2020-05-20 | 1 | -2/+1 | |
| * | Minor | Aleksey Kladov | 2020-05-20 | 2 | -2/+7 | |
| * | Snippetify add_new | Aleksey Kladov | 2020-05-20 | 1 | -29/+27 | |
* | | Fix Some|None order in fill_match_arms | Aleksey Kladov | 2020-05-20 | 1 | -4/+40 | |
|/ | ||||||
* | Merge #4525 | bors[bot] | 2020-05-20 | 1 | -38/+46 | |
|\ | ||||||
| * | Better cursor placement when adding impl members | Aleksey Kladov | 2020-05-20 | 1 | -38/+46 | |
* | | Merge #4524 | bors[bot] | 2020-05-20 | 2 | -29/+45 | |
|\| | ||||||
| * | Use snippets in add_missing_members | Aleksey Kladov | 2020-05-20 | 2 | -29/+45 | |
| | | ||||||
| \ | ||||||
*-. \ | Merge #4521 #4522 | bors[bot] | 2020-05-20 | 4 | -67/+84 | |
|\ \ \ | | |/ | |/| | ||||||
| | * | Explain the purpose of `ast::make` module more clearly | Aleksey Kladov | 2020-05-20 | 1 | -1/+1 | |
| |/ |/| | ||||||
| * | Moderate cleanup of add_function | Aleksey Kladov | 2020-05-20 | 1 | -33/+47 | |
| * | Use snippets in add function | Aleksey Kladov | 2020-05-20 | 1 | -36/+43 | |
| * | Cleanup | Aleksey Kladov | 2020-05-20 | 1 | -5/+2 | |
| * | Cleanup | Aleksey Kladov | 2020-05-20 | 1 | -3/+2 | |
|/ | ||||||
* | New assist: add turbo fish | Aleksey Kladov | 2020-05-19 | 1 | -0/+134 | |
* | Add snippet support for some assists | Aleksey Kladov | 2020-05-19 | 3 | -51/+62 | |
* | Merge #4273 | bors[bot] | 2020-05-14 | 1 | -1/+515 | |
|\ | ||||||
| * | Trigger change_visibility assist when on an invisible struct field | Timo Freiberg | 2020-05-10 | 1 | -61/+248 | |
| * | Trigger change_visibility assist when on a path to an invisible def | Timo Freiberg | 2020-05-10 | 1 | -1/+328 | |
* | | Merge #4445 | bors[bot] | 2020-05-14 | 1 | -0/+50 | |
|\ \ | ||||||
| * | | Correctly fill default type parameters | Fedor Sakharov | 2020-05-13 | 1 | -0/+50 | |
* | | | Use back ticks instead of single quotes around code | Trevor Spiteri | 2020-05-14 | 2 | -2/+2 | |
|/ / | ||||||
| | | ||||||
| \ | ||||||
| \ | ||||||
| \ | ||||||
*---. \ | Merge #4406 #4410 #4411 #4417 | bors[bot] | 2020-05-10 | 2 | -29/+194 | |
|\ \ \ \ | |_|_|/ |/| | | | ||||||
| | | * | Omit default types in HirDisplay SourceCode mode | Timo Freiberg | 2020-05-10 | 1 | -1/+1 | |
| |_|/ |/| | | ||||||
| | * | do not remove then block when you unwrap else block #4361 | Benjamin Coenen | 2020-05-10 | 1 | -28/+193 | |
| |/ |/| | ||||||
* | | Merge #4392 | bors[bot] | 2020-05-09 | 1 | -14/+11 | |
|\ \ | ||||||
| * | | Add From should not move the cursor | Aleksey Kladov | 2020-05-09 | 1 | -14/+11 | |
* | | | Ascribe more correct types | Aleksey Kladov | 2020-05-09 | 1 | -9/+10 | |
|/ / | ||||||
* | | unindent -> dedent | Aleksey Kladov | 2020-05-09 | 1 | -1/+1 | |
* | | More fluent indent API | Aleksey Kladov | 2020-05-09 | 6 | -21/+32 | |
* | | Use new HirDisplay variant in add_function assist | Timo Freiberg | 2020-05-08 | 1 | -58/+116 | |
|/ | ||||||
* | Simplify | Aleksey Kladov | 2020-05-07 | 4 | -4/+4 | |
* | Refactor assists API to be more convenient for adding new assists | Aleksey Kladov | 2020-05-07 | 34 | -410/+372 | |
* | add Ok wrapping | Benjamin Coenen | 2020-05-06 | 1 | -0/+971 | |
* | Simplify | Aleksey Kladov | 2020-05-06 | 1 | -7/+7 | |
* | Fix TODO | Aleksey Kladov | 2020-05-06 | 1 | -15/+9 | |
* | Move target to AssistLabel | Aleksey Kladov | 2020-05-06 | 33 | -236/+276 | |
* | Merge assits::test_helpers and tests | Aleksey Kladov | 2020-05-06 | 32 | -32/+32 | |
* | Rename ImplItem to AssocItem | Edwin Cheng | 2020-05-05 | 2 | -15/+15 | |
* | Merge #4265 | bors[bot] | 2020-05-05 | 1 | -3/+10 | |
|\ | ||||||
| * | Make `change_visibility` assist work for tuple struct field visibility | Jesse Bakker | 2020-05-02 | 1 | -3/+10 | |
* | | Simplify | Aleksey Kladov | 2020-05-04 | 1 | -33/+34 | |
* | | Simplify | Aleksey Kladov | 2020-05-04 | 1 | -13/+13 | |
* | | Support auto-import in macro | Edwin Cheng | 2020-05-02 | 2 | -9/+35 | |
|/ | ||||||
* | Add unwrap block assist #4156 | Benjamin Coenen | 2020-05-02 | 1 | -3/+2 | |
* | Merge branch 'master' of github.com:rust-analyzer/rust-analyzer | Benjamin Coenen | 2020-05-02 | 6 | -90/+129 | |
|\ | ||||||
| * | Add missing members generates indented blocks | Aleksey Kladov | 2020-05-02 | 1 | -78/+116 | |
| * | Introduce EffectExpr | Aleksey Kladov | 2020-05-02 | 4 | -11/+12 | |
| * | Remove lower_path from AssistCtx to Semantic | Edwin Cheng | 2020-05-01 | 1 | -1/+1 |