Peh
|
1f011fa4a3
|
style: rename crates to kebab case
|
2022-05-01 10:48:58 +00:00 |
|
iDawer
|
6fff2c1798
|
extract_module : Refactor loops
|
2022-04-09 22:07:44 +05:00 |
|
iDawer
|
1e71ac286b
|
extract_module: Resolve imports lazily
|
2022-04-09 16:52:53 +05:00 |
|
iDawer
|
031bdf2472
|
Refactor extract_module
|
2022-04-09 16:52:53 +05:00 |
|
iDawer
|
c2d12906b0
|
Clean up extract_module
|
2022-04-09 16:52:40 +05:00 |
|
Matthias Krüger
|
f39cac17ce
|
fix clippy::needless_late_init
|
2022-03-12 16:50:49 +01:00 |
|
Matthias Krüger
|
5a0078c9d1
|
more clippy fixes:
clippy::search_is_some
clippy::redundant_static_lifetimes
clippy::match_single_binding
clippy::match_ref_pats
clippy::map_entry
clippy::manual_map
clippy::iter_overeager_cloned
clippy::into_iter_on_ref
clippy::extra_unused_lifetimes
|
2022-03-12 16:50:49 +01:00 |
|
Matthias Krüger
|
77790f2b8e
|
fix clippy::needless_return
|
2022-03-12 16:50:49 +01:00 |
|
Matthias Krüger
|
62ed658311
|
fix clippy::useless_conversion
|
2022-03-12 16:50:49 +01:00 |
|
Matthias Krüger
|
451fcd3c79
|
fix clippy::redundant_closure
|
2022-03-12 16:50:49 +01:00 |
|
Matthias Krüger
|
7912e33ed6
|
fix clippy::needless_borrow
|
2022-03-12 16:50:49 +01:00 |
|
Lukas Wirth
|
533f178a52
|
minor: Access parser internals through ide_db for ide crates
|
2022-03-10 17:07:28 +01:00 |
|
vi_mi
|
5789caf60e
|
fix: extract_module selection inside impl
|
2022-03-09 01:38:53 +05:30 |
|
Chayim Refael Friedman
|
ab2af50655
|
Minor perf change: vec.clone().into_iter() => vec.iter().cloned()
|
2022-02-25 01:25:42 +00:00 |
|
Chayim Refael Friedman
|
73708d4405
|
Update references to macro_rules in the "Extract module" assist
See https://github.com/rust-analyzer/ungrammar/pull/46#issuecomment-1049801890.
|
2022-02-25 01:25:42 +00:00 |
|
Chayim Refael Friedman
|
3149e69247
|
Do not change visibility of macro_rules in the "Extract module" assist
See https://github.com/rust-analyzer/ungrammar/pull/46#issuecomment-1049801890.
|
2022-02-25 01:25:42 +00:00 |
|
vi_mi
|
7abd7b80f3
|
chore: reposition comment
Co-authored-by: Lukas Wirth <lukastw97@gmail.com>
|
2022-02-22 19:46:50 +05:30 |
|
vi_mi
|
192b6f5a78
|
fix: visibility in impl items and pub(crate) to pub in extract_module
|
2022-02-22 18:35:45 +05:30 |
|
Laurențiu Nicola
|
fdf1136e79
|
Replace folds with for loops
|
2022-01-02 12:05:35 +02:00 |
|
Laurențiu Nicola
|
6c799dac1e
|
Fix some clippy lints
|
2021-12-17 17:46:20 +02:00 |
|
Laurențiu Nicola
|
8ad7c0439c
|
Remove needless clones
|
2021-12-17 17:35:10 +02:00 |
|
Lukas Wirth
|
7776aad166
|
internal: Flatten Definition::ModuleDef variant
|
2021-11-11 00:05:53 +01:00 |
|
vi_mi
|
3e73a46660
|
fix: making tests compatible with new trimmed sel_range
|
2021-10-22 09:16:56 +00:00 |
|
Laurențiu Nicola
|
2bf5f14666
|
Use trimmed selection range
|
2021-10-16 13:39:55 +03:00 |
|
vi_mi
|
2efcff7f75
|
fix: Adding tuple fields in ADT, chore: test action section
unindentation
|
2021-10-16 13:36:06 +03:00 |
|
vi_mi
|
227490c069
|
fix: arbitary noop of assist and same file double writes
|
2021-10-16 13:36:06 +03:00 |
|
vi_mi
|
32b95ea310
|
feat: Adding extract_module assist
|
2021-10-16 13:36:06 +03:00 |
|