Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add quickfix to add a struct field | Timo Freiberg | 2020-06-12 | 1 | -0/+4 |
*-. | Merge #4521 #4522 | bors[bot] | 2020-05-20 | 1 | -19/+17 |
|\ \ | |||||
| | * | Explain the purpose of `ast::make` module more clearly | Aleksey Kladov | 2020-05-20 | 1 | -4/+7 |
| |/ |/| | |||||
| * | Moderate cleanup of add_function | Aleksey Kladov | 2020-05-20 | 1 | -15/+10 |
|/ | |||||
* | Change type_arg to type_ref func | Fedor Sakharov | 2020-05-14 | 1 | -2/+2 |
* | Correctly fill default type parameters | Fedor Sakharov | 2020-05-13 | 1 | -0/+4 |
* | Improve panic message for ast_from_text | Edwin Cheng | 2020-05-09 | 1 | -1/+6 |
* | Add missing members generates indented blocks | Aleksey Kladov | 2020-05-02 | 1 | -8/+0 |
* | Introduce EffectExpr | Aleksey Kladov | 2020-05-02 | 1 | -2/+2 |
* | More principled approach for finding From trait | Aleksey Kladov | 2020-04-29 | 1 | -2/+1 |
* | Add `pub(crate)` to functions generated in other module | Timo Freiberg | 2020-04-21 | 1 | -0/+4 |
* | Make add_function generate functions in other modules via qualified path | Timo Freiberg | 2020-04-21 | 1 | -1/+6 |
* | Change missing impl assist to use todo!() instead of unimplemented() | Chris Hopman | 2020-04-10 | 1 | -0/+3 |
* | Merge #3746 | bors[bot] | 2020-04-03 | 1 | -0/+25 |
|\ | |||||
| * | Use ast::make API in add_function assist | Timo Freiberg | 2020-04-01 | 1 | -0/+25 |
* | | Add impl From for enum variant assist | Matthew Hall | 2020-04-01 | 1 | -1/+2 |
|/ | |||||
* | Nice string formatting | Aleksey Kladov | 2020-03-28 | 1 | -7/+8 |
* | Fix merge-imports assist for wildcard imports | Piotr Szpetkowski | 2020-03-27 | 1 | -0/+5 |
* | Merge #3742 | bors[bot] | 2020-03-27 | 1 | -2/+3 |
|\ | |||||
| * | Replace if with if-let | Aleksey Kladov | 2020-03-27 | 1 | -2/+3 |
* | | Merge #3741 | bors[bot] | 2020-03-27 | 1 | -1/+10 |
|\| | |||||
| * | More general ctor for ifs | Aleksey Kladov | 2020-03-27 | 1 | -1/+10 |
* | | Merge #3740 | bors[bot] | 2020-03-27 | 1 | -29/+28 |
|\| | |||||
| * | Simplify | Aleksey Kladov | 2020-03-27 | 1 | -29/+28 |
* | | Assist: replace unwrap with match | Unreal Hoang | 2020-03-26 | 1 | -0/+4 |
|/ | |||||
* | fill match arms with empty block rather than unit tuple | Josh Mcguigan | 2020-03-24 | 1 | -0/+3 |
* | review comments | Josh Mcguigan | 2020-03-23 | 1 | -1/+6 |
* | implement fill match arm assist for tuple of enums | Josh Mcguigan | 2020-03-23 | 1 | -0/+9 |
* | Swtches to rust SSR query check | Mikhail Modin | 2020-03-15 | 1 | -1/+15 |
* | 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 | 1 | -11/+2 |
* | Rerail split_import API onto AST | Aleksey Kladov | 2020-03-06 | 1 | -0/+21 |
* | Implement concat macro | Edwin Cheng | 2020-03-03 | 1 | -1/+7 |
* | Fix typo | Aleksey Kladov | 2020-02-29 | 1 | -1/+1 |
* | More orthogonal API for building paths | Aleksey Kladov | 2020-02-29 | 1 | -4/+7 |
* | Run cargo +nightly fix --clippy -Z unstable-options | Kirill Bulatov | 2020-02-18 | 1 | -1/+1 |
* | Init implementation of structural search replace | Mikhail Modin | 2020-02-14 | 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 | 1 | -3/+10 |
* | Make sure that newly created nodes are the root of the tree | Aleksey Kladov | 2020-02-04 | 1 | -2/+11 |
* | More orthogonal path editing | Aleksey Kladov | 2020-01-15 | 1 | -16/+2 |
* | Slightly more fluent API | Aleksey Kladov | 2020-01-15 | 1 | -13/+13 |
* | 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 | 1 | -2/+9 |
* | Handle type args | Florian Diebold | 2020-01-11 | 1 | -0/+7 |
* | Clippy lints | kjeremy | 2019-12-20 | 1 | -2/+1 |
* | do refact and fix some issue | bravomikekilo | 2019-11-24 | 1 | -2/+13 |