Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add unwrap block assist #4156 | Benjamin Coenen | 2020-04-29 | 1 | -0/+2 |
* | Convert tests to text-size | Aleksey Kladov | 2020-04-25 | 1 | -2/+1 |
* | Convert code to text-size | Aleksey Kladov | 2020-04-25 | 1 | -3/+3 |
* | Jump to sourceChanges in other files | Timo Freiberg | 2020-04-21 | 1 | -2/+8 |
* | Add target file information to AssistAction | Timo Freiberg | 2020-04-21 | 1 | -1/+14 |
* | Implement assist "Reorder field names" | Geoffrey Copin | 2020-04-09 | 1 | -0/+2 |
* | Fix add missing items assist order | Aleksey Kladov | 2020-04-09 | 1 | -2/+4 |
* | Check for eprintln on CI | Aleksey Kladov | 2020-04-06 | 1 | -0/+5 |
* | Merge #3746 | bors[bot] | 2020-04-03 | 1 | -0/+2 |
|\ | |||||
| * | Add create_function assist | Timo Freiberg | 2020-04-01 | 1 | -0/+2 |
* | | Add impl From for enum variant assist | Matthew Hall | 2020-04-01 | 1 | -0/+2 |
|/ | |||||
* | Merge #3742 | bors[bot] | 2020-03-27 | 1 | -0/+2 |
|\ | |||||
| * | Replace if with if-let | Aleksey Kladov | 2020-03-27 | 1 | -0/+2 |
* | | Assist: replace unwrap with match | Unreal Hoang | 2020-03-26 | 1 | -0/+2 |
|/ | |||||
* | Add a test | Kirill Bulatov | 2020-03-24 | 1 | -9/+20 |
* | Merge imports assist | Aleksey Kladov | 2020-03-18 | 1 | -0/+2 |
* | Reduce visibility | Aleksey Kladov | 2020-03-18 | 1 | -28/+28 |
* | Remove some TextUnit->usize escapees | CAD97 | 2020-03-13 | 1 | -1/+1 |
* | Highlight assist tests | Aleksey Kladov | 2020-03-03 | 1 | -2/+6 |
* | Fix applicability of inline local | Aleksey Kladov | 2020-03-03 | 1 | -6/+6 |
* | Move insert_use util to utils | Aleksey Kladov | 2020-02-28 | 1 | -1/+0 |
* | Refactor primary IDE API | Aleksey Kladov | 2020-02-26 | 1 | -3/+8 |
* | Remove code duplication in tests | Aleksey Kladov | 2020-02-26 | 1 | -65/+49 |
* | Add `remove_mut` assist | Aleksey Kladov | 2020-02-19 | 1 | -0/+2 |
* | Cleanup | Shotaro Yamada | 2020-02-19 | 1 | -1/+1 |
* | Run cargo +nightly fix --clippy -Z unstable-options | Kirill Bulatov | 2020-02-18 | 1 | -2/+2 |
* | Added a utility function that can be used to determine the missing impl items. | Kevin DeLorey | 2020-02-09 | 1 | -1/+1 |
* | Simplify Assists interface | Aleksey Kladov | 2020-02-09 | 1 | -49/+15 |
* | Rename add import assist | Kirill Bulatov | 2020-02-07 | 1 | -3/+3 |
* | Introduce assists utils | Aleksey Kladov | 2020-02-07 | 1 | -0/+1 |
* | Name assist handlers | Aleksey Kladov | 2020-02-07 | 1 | -32/+14 |
* | Cleanup | Aleksey Kladov | 2020-02-07 | 1 | -0/+8 |
* | Cleanup | Aleksey Kladov | 2020-02-07 | 1 | -3/+4 |
* | Simplify | Aleksey Kladov | 2020-02-07 | 1 | -28/+27 |
* | Minor rename | Aleksey Kladov | 2020-02-06 | 1 | -5/+5 |
* | Fix tests | Aleksey Kladov | 2020-02-06 | 1 | -12/+23 |
* | Mostly remove ImoportLocator infra | Aleksey Kladov | 2020-02-06 | 1 | -152/+6 |
* | Assists are not generic | Aleksey Kladov | 2020-02-06 | 1 | -16/+11 |
* | Remove assists TestDB | Aleksey Kladov | 2020-02-06 | 1 | -2/+0 |
* | Start switching assists to a root database | Aleksey Kladov | 2020-02-06 | 1 | -33/+28 |
* | Make assists use ImportsLocator directly | Aleksey Kladov | 2020-02-06 | 1 | -9/+9 |
* | Code review fixes | Kirill Bulatov | 2020-01-27 | 1 | -2/+3 |
* | Adjust the tests | Kirill Bulatov | 2020-01-26 | 1 | -6/+60 |
* | Have a better trait interface | Kirill Bulatov | 2020-01-26 | 1 | -7/+3 |
* | Remove unnecessary lifetime parameter | Kirill Bulatov | 2020-01-26 | 1 | -6/+6 |
* | Initial auto import action implementation | Kirill Bulatov | 2020-01-26 | 1 | -13/+113 |
* | fix typo in 'inline_local_variable' | TomasKralCZ | 2020-01-19 | 1 | -1/+1 |
* | itertools::Either -> either::Either | Kirill Bulatov | 2020-01-15 | 1 | -1/+1 |
* | Apply the api design suggestions | Kirill Bulatov | 2020-01-15 | 1 | -13/+27 |
* | Another attempt to add multiple edits | Kirill Bulatov | 2020-01-15 | 1 | -2/+5 |