Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | move ast builder to a separate file | Aleksey Kladov | 2019-09-25 | 1 | -0/+1 | |
* | move assists to subdir | Aleksey Kladov | 2019-09-25 | 1 | -47/+53 | |
* | feat(assists): raw string <-> usual string manipulation | Geobert Quach | 2019-09-19 | 1 | -0/+5 | |
* | Minor typo fix for ra_assists code doc | Nelson Chen | 2019-09-08 | 1 | -1/+1 | |
* | add assist to move type bounds to where clause | Ekaterina Babshukova | 2019-09-05 | 1 | -0/+2 | |
* | Add merge_match_arm assist, bump rowan to 0.6.1 | Phil Ellison | 2019-07-29 | 1 | -0/+2 | |
* | allow rustfmt to reorder imports | Aleksey Kladov | 2019-07-04 | 1 | -8/+8 | |
* | add assist to move arm condition to match guard | Unreal Hoang | 2019-05-21 | 1 | -2/+3 | |
* | rename | Unreal Hoang | 2019-05-16 | 1 | -2/+2 | |
* | removed duplicating fill_struct_fields assist | Sergey Parilin | 2019-05-06 | 1 | -2/+0 | |
* | move guard to arm body assist. | Unreal Hoang | 2019-05-01 | 1 | -0/+2 | |
* | Merge #1194 | bors[bot] | 2019-04-22 | 1 | -1/+1 | |
|\ | ||||||
| * | complete_import: add new import resolver infrastructure with some hardcoded i... | Andrea Pretto | 2019-04-21 | 1 | -1/+1 | |
* | | more type safety | Aleksey Kladov | 2019-04-22 | 1 | -1/+1 | |
* | | start structured editing API | Aleksey Kladov | 2019-04-21 | 1 | -0/+1 | |
|/ | ||||||
* | Add explicit type assist. | Marco Groppo | 2019-04-08 | 1 | -0/+2 | |
* | Assist to flip (some) binary expressions. | Marco Groppo | 2019-03-25 | 1 | -2/+2 | |
* | Merge #1037 | bors[bot] | 2019-03-25 | 1 | -0/+2 | |
|\ | ||||||
| * | inline immutable local varialbe | gfreezy | 2019-03-25 | 1 | -0/+2 | |
* | | Merge #1036 | bors[bot] | 2019-03-25 | 1 | -0/+2 | |
|\ \ | |/ |/| | ||||||
| * | Assist to flip equality (==) and negative equality (!=) operands. | Marco Groppo | 2019-03-24 | 1 | -0/+2 | |
* | | Add assist for adding default methods | gfreezy | 2019-03-23 | 1 | -0/+1 | |
|/ | ||||||
* | Merge #989 | bors[bot] | 2019-03-18 | 1 | -0/+2 | |
|\ | ||||||
| * | Implement naive version of fill_struct_fields assist | yanchith | 2019-03-17 | 1 | -0/+2 | |
* | | Add 'add_missing_impl_members' assist stub | Igor Matuszewski | 2019-03-16 | 1 | -0/+2 | |
|/ | ||||||
* | add marks to assists | Aleksey Kladov | 2019-02-24 | 1 | -0/+1 | |
* | dont show introduce variable everywhere | Aleksey Kladov | 2019-02-24 | 1 | -5/+15 | |
* | Assign IDs to assists | Aleksey Kladov | 2019-02-24 | 1 | -0/+6 | |
* | Move `non_trivia_sibling` to `ra_syntax::algo` | Ville Penttinen | 2019-02-21 | 1 | -5/+1 | |
* | Fix some typos | Pascal Hertleif | 2019-02-12 | 1 | -1/+1 | |
* | ra_assists: assist "providers" can produce multiple assists | Andrea Pretto | 2019-02-11 | 1 | -16/+59 | |
* | auto_import assist | Andrea Pretto | 2019-02-09 | 1 | -0/+3 | |
* | Improve sorting delegate | robojumper | 2019-02-09 | 1 | -7/+5 | |
* | Remove unused import | robojumper | 2019-02-08 | 1 | -2/+2 | |
* | Add tests for action target ranges | robojumper | 2019-02-08 | 1 | -3/+63 | |
* | Add some assist ranges | robojumper | 2019-02-08 | 1 | -3/+37 | |
* | reformat the world | Aleksey Kladov | 2019-02-08 | 1 | -11/+5 | |
* | Add new assist to remove dbg!() calls | Ville Penttinen | 2019-02-07 | 1 | -0/+2 | |
* | assists: compute edit | kjeremy | 2019-02-06 | 1 | -1/+1 | |
* | move assists to a separate crate | Aleksey Kladov | 2019-02-06 | 1 | -0/+170 |