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_db
/
src
/
helpers
/
insert_use
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow to disable import insertion on single path glob imports
Lukas Wirth
2021-06-18
1
-11
/
+61
*
internal: cleanup tests
Aleksey Kladov
2021-06-15
1
-3
/
+4
*
Fix edge case for ImportGranularity guessing
Lukas Wirth
2021-06-08
1
-0
/
+15
*
Check for differing attributes in granularity guessing
Lukas Tobias Wirth
2021-05-20
1
-0
/
+12
*
Replace ImportGranularity::Guess with guessing boolean flag
Lukas Tobias Wirth
2021-05-19
1
-1
/
+114
*
MergeBehavior -> ImportGranularity
Lukas Tobias Wirth
2021-05-18
1
-8
/
+8
*
Give MergeBehaviour variants better names
Lukas Wirth
2021-05-10
1
-38
/
+46
*
Add cov_marks to insert_use tests
Lukas Wirth
2021-04-20
1
-0
/
+23
*
Remove SyntaxRewriter usage in insert_use in favor of ted
Lukas Wirth
2021-04-20
1
-13
/
+6
*
Use upstream cov-mark
Laurențiu Nicola
2021-03-08
1
-3
/
+3
*
Make group imports configurable
asv
2021-03-07
1
-4
/
+34
*
Swap assert_eq_text\!(expected, actual)
yugo-horie
2021-01-16
1
-1
/
+1
*
Do not merge imports with different attributes
Jesse Bakker
2020-12-18
1
-0
/
+14
*
Normalize spelling to American English
Aleksey Kladov
2020-12-10
1
-8
/
+8
*
Extract tests module to file in ide_db crate
Daiki Ihara
2020-12-03
1
-0
/
+620