Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | 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 |
* | | Use more generic public api | Kirill Bulatov | 2020-03-24 | 1 | -2/+1 |
* | | Auto import macros | Kirill Bulatov | 2020-03-24 | 1 | -2/+3 |
|/ | |||||
* | 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 |
* | 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 | 1 | -1/+1 |
* | Don't use generic DB where a concrete one will do | Aleksey Kladov | 2020-03-13 | 1 | -6/+2 |
* | Refactor primary IDE API | Aleksey Kladov | 2020-02-26 | 1 | -15/+8 |
* | Add or- and parenthesized-patterns | Matthew Jasper | 2020-02-09 | 1 | -3/+3 |
* | Name assist handlers | Aleksey Kladov | 2020-02-07 | 1 | -0/+290 |