Yoshua Wuyts
|
e8d7bcc355
|
Add getter/setter assists
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
|
2021-02-10 00:08:41 +01:00 |
|
Aleksey Kladov
|
7022ea52b5
|
AdtDef -> Adt
|
2021-02-07 14:15:02 +03:00 |
|
Yoshua Wuyts
|
2cf1612669
|
Add find_or_create_impl_block to assist utils
|
2021-02-05 17:19:31 +01:00 |
|
Yoshua Wuyts
|
dfd751303e
|
Move find_struct_impl to assist utils
|
2021-02-05 14:36:07 +01:00 |
|
Aleksey Kladov
|
46b4f89c92
|
.
|
2021-01-20 01:56:11 +03:00 |
|
Kevaundray Wedderburn
|
72b9a4fbd3
|
Change <|> to $0 - Rebase
|
2021-01-07 12:09:23 +00:00 |
|
Lukas Wirth
|
dd496223f5
|
Node-ify lifetimes
|
2020-12-16 14:16:09 +01:00 |
|
Aleksey Kladov
|
fc34403018
|
Rename ra_assists -> assists
|
2020-08-13 17:33:38 +02:00 |
|