Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add support for macro in symbo_index | Edwin Cheng | 2020-03-22 | 1 | -1/+12 | |
* | Merge imports assist | Aleksey Kladov | 2020-03-18 | 2 | -0/+34 | |
* | Strongly-typed generic methods for editing nodes | Aleksey Kladov | 2020-03-18 | 1 | -47/+49 | |
* | Merge #3540 | bors[bot] | 2020-03-16 | 1 | -1/+15 | |
|\ | ||||||
| * | Swtches to rust SSR query check | Mikhail Modin | 2020-03-15 | 1 | -1/+15 | |
* | | Merge pull request #3562 from FireofGods/display_for_node | Aleksey Kladov | 2020-03-12 | 1 | -0/+635 | |
|\ \ | |/ |/| | ||||||
| * | implementing Display for enums too. | Fireassember | 2020-03-11 | 1 | -0/+635 | |
* | | Add parse_to_token_tree | Edwin Cheng | 2020-03-08 | 1 | -0/+6 | |
|/ | ||||||
* | make::use_item | Aleksey Kladov | 2020-03-06 | 1 | -0/+4 | |
* | Simplify creation of `T[,]` | Aleksey Kladov | 2020-03-06 | 2 | -13/+4 | |
* | Rerail split_import API onto AST | Aleksey Kladov | 2020-03-06 | 2 | -0/+39 | |
* | Add with_use_tree | Aleksey Kladov | 2020-03-05 | 1 | -0/+10 | |
* | Implement concat macro | Edwin Cheng | 2020-03-03 | 1 | -1/+7 | |
* | Rename ast::ImplBlock -> ast::ImplDef | Aleksey Kladov | 2020-02-29 | 2 | -15/+15 | |
* | Fix typo | Aleksey Kladov | 2020-02-29 | 1 | -1/+1 | |
* | Cleanup editing API | Aleksey Kladov | 2020-02-29 | 1 | -6/+5 | |
* | More orthogonal API for building paths | Aleksey Kladov | 2020-02-29 | 1 | -4/+7 | |
* | Refactor string literals | Aleksey Kladov | 2020-02-27 | 1 | -60/+74 | |
* | Basic injections | Aleksey Kladov | 2020-02-27 | 1 | -0/+30 | |
* | Fix a crash with non-ascii whitespace in doc-comments | Shotaro Yamada | 2020-02-19 | 1 | -2/+2 | |
* | Run cargo +nightly fix --clippy -Z unstable-options | Kirill Bulatov | 2020-02-18 | 2 | -7/+7 | |
* | Init implementation of structural search replace | Mikhail Modin | 2020-02-14 | 1 | -1/+1 | |
* | Introduce AttrKind | Kirill Bulatov | 2020-02-12 | 1 | -3/+12 | |
* | Do not add imports before inner attributes | Kirill Bulatov | 2020-02-12 | 1 | -0/+9 | |
* | Merge #3062 | bors[bot] | 2020-02-11 | 2 | -1/+41 | |
|\ | ||||||
| * | Implement slice pattern AST > HIR lowering | Jonas Platte | 2020-02-11 | 2 | -1/+41 | |
* | | Add or- and parenthesized-patterns | Matthew Jasper | 2020-02-09 | 1 | -6/+75 | |
* | | Rename add import assist | Kirill Bulatov | 2020-02-07 | 1 | -1/+1 | |
|/ | ||||||
* | Cleanup early return assist | Aleksey Kladov | 2020-02-07 | 1 | -8/+21 | |
* | Generalize invert_if to just always work | Aleksey Kladov | 2020-02-07 | 1 | -1/+5 | |
* | A tiny bit more consistent API | Aleksey Kladov | 2020-02-06 | 1 | -1/+1 | |
* | Refactor if-let -> match assist to use ast::make | Aleksey Kladov | 2020-02-05 | 2 | -3/+25 | |
* | Make sure that newly created nodes are the root of the tree | Aleksey Kladov | 2020-02-04 | 1 | -2/+11 | |
* | Fixed a typo | Veetaha | 2020-01-22 | 1 | -1/+1 | |
* | Fixed a typo | Veetaha | 2020-01-22 | 1 | -1/+1 | |
* | Preserved a comment on the bug previously present in ast::Literal::kind() | Veetaha | 2020-01-22 | 1 | -0/+5 | |
* | ra_syntax: remove code duplication and token reevaluation from ast::Literal::... | Veetaha | 2020-01-22 | 1 | -30/+20 | |
* | changed 'descendants()' to 'children()' | TomasKralCZ | 2020-01-20 | 1 | -4/+1 | |
* | added eq_token() method to LetStmt | TomasKralCZ | 2020-01-19 | 1 | -0/+7 | |
* | More orthogonal path editing | Aleksey Kladov | 2020-01-15 | 2 | -16/+44 | |
* | More fluent API | Aleksey Kladov | 2020-01-15 | 1 | -10/+12 | |
* | Slightly more fluent API | Aleksey Kladov | 2020-01-15 | 2 | -14/+14 | |
* | Simplify | Aleksey Kladov | 2020-01-15 | 1 | -5/+8 | |
* | Simplify | Aleksey Kladov | 2020-01-15 | 1 | -7/+5 | |
* | Some clippy lints | kjeremy | 2020-01-13 | 1 | -2/+2 | |
* | Qualify paths in 'fill match arms' assist | Florian Diebold | 2020-01-12 | 1 | -2/+3 | |
* | Fix ordering problem between qualifying paths and substituting params | Florian Diebold | 2020-01-11 | 2 | -6/+13 | |
* | Handle type args | Florian Diebold | 2020-01-11 | 1 | -0/+7 | |
* | Basic DocumentHighlightKind support for assignments | Jeremy Kolb | 2020-01-10 | 1 | -0/+1 | |
* | Improve const generics parsing | Michael Chesser | 2020-01-06 | 1 | -0/+33 |