Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | Make make:: builders slightly more convenient | Aleksey Kladov | 2019-11-13 | 1 | -8/+11 |
* | Use strongly-typed ast building for early-return assist | Aleksey Kladov | 2019-11-13 | 1 | -21/+31 |
* | Support paths other than "Some". | krk | 2019-11-01 | 1 | -2/+3 |
* | Handle IfLet in convert_to_guarded_return. | krk | 2019-10-31 | 1 | -0/+16 |
* | Some clippy fixes | kjeremy | 2019-10-30 | 1 | -2/+2 |
* | use correct spacing for enum pattern | Aleksey Kladov | 2019-10-26 | 1 | -1/+1 |
* | Adds "replace with guarded return" assist | Mikhail Modin | 2019-10-20 | 1 | -0/+8 |
* | add syntax-tree based indents | Aleksey Kladov | 2019-10-12 | 1 | -0/+6 |
* | Start simplifying editing API | Aleksey Kladov | 2019-09-26 | 1 | -0/+48 |
* | keep ast creation API simple | Aleksey Kladov | 2019-09-26 | 1 | -0/+135 |