Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add `remove_mut` assist | Aleksey Kladov | 2020-02-19 | 1 | -0/+17 |
| | |||||
* | Rename add import assist | Kirill Bulatov | 2020-02-07 | 1 | -16/+16 |
| | |||||
* | Doctest autoimport | Aleksey Kladov | 2020-02-06 | 1 | -1/+3 |
| | |||||
* | Initial auto import action implementation | Kirill Bulatov | 2020-01-26 | 1 | -0/+19 |
| | |||||
* | Fill in type params in 'add missing impl members' assist | Florian Diebold | 2019-12-24 | 1 | -11/+11 |
| | |||||
* | docs: describe new feature 'add custom impl for derived trait' | Paulo Lieuthier | 2019-11-28 | 1 | -0/+19 |
| | |||||
* | do refact and fix some issue | bravomikekilo | 2019-11-24 | 1 | -2/+2 |
| | |||||
* | initial invert_if | bravomikekilo | 2019-11-21 | 1 | -0/+17 |
| | |||||
* | Add add_new assist | Wesley Norris | 2019-11-09 | 1 | -0/+22 |
| | | | | | | | Adds a new assist to autogenerate a new fn based on the selected struct, excluding tuple structs and unions. The fn will inherit the same visibility as the struct and the assist will attempt to reuse any existing impl blocks that exist at the same level of struct. | ||||
* | move all assists to use generated docs | Aleksey Kladov | 2019-10-27 | 1 | -0/+15 |
| | |||||
* | use new api for flip_trait_bound assist | Aleksey Kladov | 2019-10-27 | 1 | -0/+13 |
| | |||||
* | document almost all assists | Aleksey Kladov | 2019-10-27 | 1 | -0/+126 |
| | |||||
* | document some more assists | Aleksey Kladov | 2019-10-27 | 1 | -0/+97 |
| | |||||
* | use unicode bar for drawing the cursor | Aleksey Kladov | 2019-10-26 | 1 | -1/+1 |
| | |||||
* | support range selection in assist docs | Aleksey Kladov | 2019-10-26 | 1 | -0/+18 |
| | |||||
* | check style for assist docs | Aleksey Kladov | 2019-10-26 | 1 | -0/+52 |
| | |||||
* | use correct spacing for enum pattern | Aleksey Kladov | 2019-10-26 | 1 | -1/+1 |
| | |||||
* | document a couple of assists | Aleksey Kladov | 2019-10-26 | 1 | -0/+39 |
| | |||||
* | generate more assists docs | Aleksey Kladov | 2019-10-25 | 1 | -0/+139 |
| | |||||
* | auto-generate assists docs and tests | Aleksey Kladov | 2019-10-25 | 1 | -0/+27 |