Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch to TryFrom | Aleksey Kladov | 2020-04-25 | 1 | -1/+1 |
| | |||||
* | Convert code to text-size | Aleksey Kladov | 2020-04-25 | 1 | -4/+4 |
| | |||||
* | Add `pub(crate)` to functions generated in other module | Timo Freiberg | 2020-04-21 | 1 | -46/+23 |
| | |||||
* | Jump to sourceChanges in other files | Timo Freiberg | 2020-04-21 | 1 | -11/+2 |
| | |||||
* | Add target file information to AssistAction | Timo Freiberg | 2020-04-21 | 1 | -14/+57 |
| | |||||
* | Make add_function generate functions in other modules via qualified path | Timo Freiberg | 2020-04-21 | 1 | -24/+195 |
| | |||||
* | Change add_function assist to use todo!() | Timo Freiberg | 2020-04-13 | 1 | -27/+27 |
| | |||||
* | Use ast::make API in add_function assist | Timo Freiberg | 2020-04-01 | 1 | -67/+48 |
| | |||||
* | Add create_function assist | Timo Freiberg | 2020-04-01 | 1 | -0/+807 |