Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Cleanup checking for existing impls in impl From assist | Matthew Hall | 2020-04-02 | 1 | -15/+3 | |
| * | Add impl From for enum variant assist | Matthew Hall | 2020-04-01 | 1 | -0/+218 | |
* | | When adding match arm, don't let the floating comma | Aleksey Kladov | 2020-03-31 | 1 | -5/+25 | |
* | | Use IntoIter | Aleksey Kladov | 2020-03-30 | 1 | -2/+1 | |
* | | Remove "TODO" in comment in test | Matthew Hall | 2020-03-28 | 1 | -4/+4 | |
* | | Append new match arms rather than replacing all of them | Matthew Hall | 2020-03-28 | 1 | -5/+68 | |
|/ | ||||||
* | Start stdx | Aleksey Kladov | 2020-03-28 | 4 | -37/+29 | |
* | Fix merge-imports assist for wildcard imports | Piotr Szpetkowski | 2020-03-27 | 1 | -0/+28 | |
* | Fix assist description | Aleksey Kladov | 2020-03-27 | 1 | -4/+8 | |
* | Merge #3742 | bors[bot] | 2020-03-27 | 1 | -0/+108 | |
|\ | ||||||
| * | Replace if with if-let | Aleksey Kladov | 2020-03-27 | 1 | -0/+108 | |
* | | Merge #3741 | bors[bot] | 2020-03-27 | 1 | -1/+1 | |
|\| | ||||||
| * | More general ctor for ifs | Aleksey Kladov | 2020-03-27 | 1 | -1/+1 | |
* | | Merge #3732 | bors[bot] | 2020-03-26 | 1 | -0/+177 | |
|\ \ | |/ |/| | ||||||
| * | Assist: replace unwrap with match | Unreal Hoang | 2020-03-26 | 1 | -0/+177 | |
* | | Get rid of ItemOrMacro | Aleksey Kladov | 2020-03-26 | 1 | -2/+2 | |
* | | Fix add visibility false-positive | Aleksey Kladov | 2020-03-25 | 1 | -12/+28 | |
|/ | ||||||
* | Merge #3708 | bors[bot] | 2020-03-24 | 1 | -33/+70 | |
|\ | ||||||
| * | Generalise syntax rewriting infrastructure to allow removal of nodes | Aleksey Kladov | 2020-03-24 | 1 | -33/+52 | |
| * | Add a test | Aleksey Kladov | 2020-03-23 | 1 | -0/+18 | |
* | | Merge #3705 | bors[bot] | 2020-03-24 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | Align naming | Aleksey Kladov | 2020-03-24 | 1 | -1/+1 | |
* | | | Merge #3700 | bors[bot] | 2020-03-24 | 1 | -45/+45 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | fill match arms with empty block rather than unit tuple | Josh Mcguigan | 2020-03-24 | 1 | -45/+45 | |
* | | | Add a test | Kirill Bulatov | 2020-03-24 | 1 | -0/+25 | |
* | | | Use more generic public api | Kirill Bulatov | 2020-03-24 | 2 | -23/+24 | |
* | | | Auto import macros | Kirill Bulatov | 2020-03-24 | 2 | -15/+24 | |
|/ / | ||||||
* | | review comments | Josh Mcguigan | 2020-03-23 | 1 | -16/+108 | |
* | | implement fill match arm assist for tuple of enums | Josh Mcguigan | 2020-03-23 | 1 | -14/+149 | |
|/ | ||||||
* | disable invert if assist for if-let to fix #3281 | Josh Mcguigan | 2020-03-21 | 1 | -0/+13 | |
* | Address nits and suggestions. | Steffen Lyngbaek | 2020-03-19 | 1 | -140/+32 | |
* | Don't show assist if all arms are present | Steffen Lyngbaek | 2020-03-19 | 1 | -33/+37 | |
* | 'Fill match arms' should work with existing match arms | Steffen Lyngbaek | 2020-03-19 | 1 | -25/+281 | |
* | Cleanup imports | Aleksey Kladov | 2020-03-19 | 6 | -13/+17 | |
* | Merge nested use trees | Aleksey Kladov | 2020-03-19 | 1 | -20/+52 | |
* | Generalize | Aleksey Kladov | 2020-03-19 | 2 | -13/+10 | |
* | Use match_ast | Aleksey Kladov | 2020-03-18 | 1 | -10/+13 | |
* | Merge imports assist | Aleksey Kladov | 2020-03-18 | 3 | -25/+162 | |
* | Simplify | Aleksey Kladov | 2020-03-13 | 1 | -2/+2 | |
* | Don't use generic DB where a concrete one will do | Aleksey Kladov | 2020-03-13 | 1 | -6/+2 | |
* | Rerail split_import API onto AST | Aleksey Kladov | 2020-03-06 | 1 | -19/+33 | |
* | Unfold groups with single assists into plain assists | Kirill Bulatov | 2020-03-05 | 1 | -6/+1 | |
* | Remove old find refs infra | Aleksey Kladov | 2020-03-04 | 1 | -11/+18 | |
* | Highlight assist tests | Aleksey Kladov | 2020-03-03 | 1 | -46/+46 | |
* | Fix applicability of inline local | Aleksey Kladov | 2020-03-03 | 1 | -4/+26 | |
* | Rename ast::ImplBlock -> ast::ImplDef | Aleksey Kladov | 2020-02-29 | 3 | -12/+12 | |
* | Fix typo | Aleksey Kladov | 2020-02-29 | 2 | -2/+2 | |
* | More orthogonal API for building paths | Aleksey Kladov | 2020-02-29 | 2 | -11/+18 | |
* | Simplify | Aleksey Kladov | 2020-02-28 | 2 | -16/+1 | |
* | Move insert_use util to utils | Aleksey Kladov | 2020-02-28 | 2 | -532/+20 |