Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add impl From for enum variant assist | Matthew Hall | 2020-04-01 | 1 | -1/+2 |
| | | | | | | Basically adds a From impl for tuple enum variants with one field. Added to cover the fairly common case of implementing your own Error that can be created from another one, although other use cases exist. | ||||
* | 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 |
|\ | | | | | | | | | | | | | | | | | | | | | 3742: Replace if with if-let r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | Replace if with if-let | Aleksey Kladov | 2020-03-27 | 1 | -2/+3 |
| | | |||||
* | | Merge #3741 | bors[bot] | 2020-03-27 | 1 | -1/+10 |
|\| | | | | | | | | | | | | | | | | | | | | | 3741: More general ctor for ifs r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | More general ctor for ifs | Aleksey Kladov | 2020-03-27 | 1 | -1/+10 |
| | | |||||
* | | Merge #3740 | bors[bot] | 2020-03-27 | 1 | -29/+28 |
|\| | | | | | | | | | | | | | | | | | | | | | 3740: Simplify r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | 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 |
| | | | | | The code is more verbose and less efficient now, but should be reusable in add_import context as well | ||||
* | 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 |