index
:
rust-analyzer
master
[FORK] modified to work on wasm targets
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
ide_assists
/
src
/
handlers
/
generate_default_from_new.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove attrs
hi-rustin
2021-05-15
1
-5
/
+1
*
Address comments and add more tests
hi-rustin
2021-05-15
1
-25
/
+249
*
Generate the impl block via generate_trait_impl_text
hi-rustin
2021-05-15
1
-2
/
+45
*
Rename target_ty to self_ty
Lukas Wirth
2021-03-29
1
-1
/
+1
*
Use upstream cov-mark
Laurențiu Nicola
2021-03-08
1
-9
/
+8
*
7708: rust ideomatic code fixes.
Chetan Khilosiya
2021-03-06
1
-9
/
+11
*
7708: handle both FamousDefs fixture and plain code.
Chetan Khilosiya
2021-03-06
1
-8
/
+18
*
7708: Added the updated implementation of is_default_implemented.
Chetan Khilosiya
2021-03-06
1
-33
/
+31
*
7708: Added the logic to check is default impl is already present.
Chetan Khilosiya
2021-03-06
1
-18
/
+97
*
7708: Updated generate default fn logic.
Chetan Khilosiya
2021-03-06
1
-22
/
+48
*
7708: Added the work for review comments.
Chetan Khilosiya
2021-03-06
1
-31
/
+60
*
7708: Fixed many documentaion example issues.
Chetan Khilosiya
2021-03-06
1
-6
/
+6
*
7708: Format code through rust-analyzer formatter.
Chetan Khilosiya
2021-03-06
1
-35
/
+44
*
7708: Initial implementation of generate Default assist.
Chetan Khilosiya
2021-03-06
1
-0
/
+221