Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add `find_impl_block_end` assist helper | Yoshua Wuyts | 2021-02-12 | 1 | -2/+2 |
| | |||||
* | Add getter/setter assists | Yoshua Wuyts | 2021-02-09 | 1 | -54/+15 |
| | | | | | | | | | | | | | | | | Finish implementing `generate_setter` assists Make `generate_impl_text` util generic generate getter methods Fix getter / setter naming It's now in-line with the Rust API naming guidelines: https://rust-lang.github.io/api-guidelines/naming.html#getter-names-follow-rust-convention-c-getter apply clippy Improve examples | ||||
* | AdtDef -> Adt | Aleksey Kladov | 2021-02-07 | 1 | -1/+1 |
| | |||||
* | Add `find_or_create_impl_block` to assist utils | Yoshua Wuyts | 2021-02-05 | 1 | -14/+7 |
| | |||||
* | Move `find_struct_impl` to assist utils | Yoshua Wuyts | 2021-02-05 | 1 | -62/+2 |
| | |||||
* | . | Aleksey Kladov | 2021-01-19 | 1 | -4/+4 |
| | |||||
* | Change <|> to $0 - Rebase | Kevaundray Wedderburn | 2021-01-07 | 1 | -16/+16 |
| | |||||
* | Node-ify lifetimes | Lukas Wirth | 2020-12-16 | 1 | -1/+1 |
| | |||||
* | Rename ra_assists -> assists | Aleksey Kladov | 2020-08-13 | 1 | -0/+421 |