Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Assists are not generic | Aleksey Kladov | 2020-02-06 | 1 | -6/+3 |
| | |||||
* | More natural trait setup | Aleksey Kladov | 2020-01-16 | 1 | -2/+2 |
| | |||||
* | Make FromSource private | Aleksey Kladov | 2020-01-16 | 1 | -3/+4 |
| | |||||
* | Fix casing | Jeremy Kolb | 2020-01-14 | 1 | -1/+1 |
| | |||||
* | More UI friendly labels | Jeremy Kolb | 2020-01-14 | 1 | -1/+1 |
| | |||||
* | Remove some unwraps in add_new | kjeremy | 2019-12-13 | 1 | -19/+16 |
| | |||||
* | Get rid of unwraps in add_new | Florian Diebold | 2019-12-07 | 1 | -24/+21 |
| | | | | Probably fixes #2464. | ||||
* | Rename Source -> InFile | Aleksey Kladov | 2019-11-28 | 1 | -3/+3 |
| | |||||
* | Fix hir for ast::UnionDef | Aleksey Kladov | 2019-11-25 | 1 | -2/+2 |
| | |||||
* | Uniformalize naming | Aleksey Kladov | 2019-11-22 | 1 | -1/+1 |
| | |||||
* | Rename Source::ast -> Source::value | Aleksey Kladov | 2019-11-20 | 1 | -2/+2 |
| | |||||
* | Fix add-new assist | Aleksey Kladov | 2019-11-15 | 1 | -5/+64 |
| | |||||
* | Add add_new assist | Wesley Norris | 2019-11-09 | 1 | -0/+379 |
Adds a new assist to autogenerate a new fn based on the selected struct, excluding tuple structs and unions. The fn will inherit the same visibility as the struct and the assist will attempt to reuse any existing impl blocks that exist at the same level of struct. |