Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use snippets in add_missing_members | Aleksey Kladov | 2020-05-20 | 1 | -2/+10 |
* | 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 |
* | More fluent indent API | Aleksey Kladov | 2020-05-09 | 1 | -5/+8 |
* | Use new HirDisplay variant in add_function assist | Timo Freiberg | 2020-05-08 | 1 | -58/+116 |
* | Refactor assists API to be more convenient for adding new assists | Aleksey Kladov | 2020-05-07 | 1 | -11/+10 |
* | 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 | 1 | -3/+3 |
* | Merge assits::test_helpers and tests | Aleksey Kladov | 2020-05-06 | 1 | -1/+1 |
* | Switch to TryFrom | Aleksey Kladov | 2020-04-25 | 1 | -1/+1 |
* | Convert code to text-size | Aleksey Kladov | 2020-04-25 | 1 | -4/+4 |
* | Add `pub(crate)` to functions generated in other module | Timo Freiberg | 2020-04-21 | 1 | -46/+23 |
* | Jump to sourceChanges in other files | Timo Freiberg | 2020-04-21 | 1 | -11/+2 |
* | Add target file information to AssistAction | Timo Freiberg | 2020-04-21 | 1 | -14/+57 |
* | Make add_function generate functions in other modules via qualified path | Timo Freiberg | 2020-04-21 | 1 | -24/+195 |
* | Change add_function assist to use todo!() | Timo Freiberg | 2020-04-13 | 1 | -27/+27 |
* | Use ast::make API in add_function assist | Timo Freiberg | 2020-04-01 | 1 | -67/+48 |
* | Add create_function assist | Timo Freiberg | 2020-04-01 | 1 | -0/+807 |