Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | align SyntaxText API with upstream | Aleksey Kladov | 2019-07-20 | 3 | -4/+7 | |
* | rename range -> text_range | Aleksey Kladov | 2019-07-20 | 17 | -64/+73 | |
* | sane indexing in text | Aleksey Kladov | 2019-07-19 | 1 | -4/+3 | |
* | convenience api | Aleksey Kladov | 2019-07-19 | 1 | -4/+4 | |
* | migrate ra_assists to the new AST | Aleksey Kladov | 2019-07-19 | 16 | -203/+212 | |
* | make Parse fields private | Aleksey Kladov | 2019-07-12 | 2 | -5/+6 | |
* | move whitespace manipulation inside AstEditor | Ekaterina Babshukova | 2019-07-10 | 2 | -19/+17 | |
* | readability | Jeremy Kolb | 2019-07-05 | 1 | -1/+4 | |
* | Clippy changes | Jeremy Kolb | 2019-07-05 | 2 | -21/+15 | |
* | Some clippy fixes for 1.36 | Jeremy Kolb | 2019-07-04 | 1 | -6/+6 | |
* | allow rustfmt to reorder imports | Aleksey Kladov | 2019-07-04 | 18 | -82/+79 | |
* | extend add_impl_members to constants and types | Ekaterina Babshukova | 2019-07-03 | 2 | -50/+87 | |
* | Review 1 | Changyu Li | 2019-06-25 | 1 | -16/+19 | |
* | fill_match_arm works with trivial arm | ironyman | 2019-06-24 | 1 | -2/+54 | |
* | Implement autoderef using the Deref trait | Florian Diebold | 2019-06-15 | 1 | -1/+1 | |
* | remove inherent source impls | Aleksey Kladov | 2019-06-11 | 2 | -2/+2 | |
* | use Source for StructField | Aleksey Kladov | 2019-06-11 | 1 | -2/+2 | |
* | use Source for Trait | Aleksey Kladov | 2019-06-11 | 1 | -1/+1 | |
* | Fix clippy::while_let_loop | Alan Du | 2019-06-04 | 1 | -15/+11 | |
* | Fix clippy::or_fun_call | Alan Du | 2019-06-04 | 2 | -3/+3 | |
* | Fix clippy::single_char_pattern | Alan Du | 2019-06-04 | 1 | -2/+2 | |
* | fix typos in mbe tests | Aleksey Kladov | 2019-05-28 | 2 | -4/+4 | |
* | Merge #1281 | bors[bot] | 2019-05-22 | 3 | -117/+263 | |
|\ | ||||||
| * | add assist to move arm condition to match guard | Unreal Hoang | 2019-05-21 | 3 | -117/+263 | |
| * | rename | Unreal Hoang | 2019-05-16 | 2 | -2/+2 | |
* | | apply T! macro where it is possible | Sergey Parilin | 2019-05-15 | 7 | -23/+24 | |
|/ | ||||||
* | switch to once_cell from lazy_static | Aleksey Kladov | 2019-05-07 | 1 | -4/+2 | |
* | removed duplicating fill_struct_fields assist | Sergey Parilin | 2019-05-06 | 2 | -228/+0 | |
* | fill struct fields diagnostic | Sergey Parilin | 2019-05-06 | 1 | -0/+5 | |
* | Remove collect | Jeremy Kolb | 2019-05-05 | 1 | -2/+1 | |
* | add complex match case and documentation | Unreal Hoang | 2019-05-01 | 1 | -13/+29 | |
* | move guard to arm body assist. | Unreal Hoang | 2019-05-01 | 2 | -0/+101 | |
* | Merge #1194 | bors[bot] | 2019-04-22 | 3 | -70/+139 | |
|\ | ||||||
| * | move auto-imoprter into IDE | Aleksey Kladov | 2019-04-22 | 1 | -3/+1 | |
| * | complete_import: add new import resolver infrastructure with some hardcoded i... | Andrea Pretto | 2019-04-21 | 1 | -1/+1 | |
| * | auto_import: better no anchor management | Andrea Pretto | 2019-04-21 | 1 | -7/+48 | |
| * | auto_import: make auto import working with target as a list of SmolStr instea... | Andrea Pretto | 2019-04-21 | 1 | -63/+65 | |
| * | auto_import: use TextEditBuilder instead of AssistBuilder to make it more reu... | Andrea Pretto | 2019-04-21 | 2 | -8/+36 | |
* | | drop useless test | Aleksey Kladov | 2019-04-22 | 1 | -28/+0 | |
* | | move add_missing_members to structured editing API | Aleksey Kladov | 2019-04-22 | 2 | -129/+178 | |
* | | more type safety | Aleksey Kladov | 2019-04-22 | 3 | -4/+29 | |
* | | test short structs | Aleksey Kladov | 2019-04-21 | 2 | -4/+38 | |
* | | use structured editing API for fill struct assist | Aleksey Kladov | 2019-04-21 | 3 | -119/+138 | |
* | | start structured editing API | Aleksey Kladov | 2019-04-21 | 2 | -0/+154 | |
|/ | ||||||
* | better formatting when adding trait members | Aleksey Kladov | 2019-04-17 | 1 | -8/+23 | |
* | replace usages of `algo::generate` with `iter::successors` from std | Robin Freyler | 2019-04-13 | 1 | -2/+3 | |
* | fold ScopeWithSyntax into SourceAnalyzer | Aleksey Kladov | 2019-04-13 | 1 | -1/+1 | |
* | hide some scopes | Aleksey Kladov | 2019-04-13 | 1 | -8/+3 | |
* | use really correct resolver for expressions | Aleksey Kladov | 2019-04-12 | 4 | -3/+4 | |
* | fix typo | Aleksey Kladov | 2019-04-11 | 1 | -2/+2 |