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.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Generate default lint completions
Lukas Wirth
2021-06-04
1
-0
/
+1
*
Split out merge_imports module from helpers::insert_use
Lukas Wirth
2021-04-24
1
-1
/
+2
*
Check for rust doc code attributes like rustdoc does
Lukas Wirth
2021-04-19
1
-0
/
+1
*
Adds impl Deref assist
jake
2021-04-11
1
-0
/
+4
*
Convert Into to From assist
Graeme Coupar
2021-04-03
1
-0
/
+4
*
move Semantics::visit_file_defs to ide_db::helpers
Lukas Wirth
2021-03-15
1
-0
/
+28
*
Fix some tests
Kirill Bulatov
2021-03-08
1
-1
/
+9
*
Show docs on hover for keywords and primitives
Lukas Wirth
2021-03-02
1
-0
/
+4
*
De Morgan's Law assist now correctly inverts <, <=, >, >=.
lbrande
2021-02-24
1
-0
/
+4
*
Make `ModPath`'s representation private
Jonas Schievink
2021-02-04
1
-1
/
+1
*
Share import_assets and related entities
Kirill Bulatov
2021-01-16
1
-0
/
+1
*
Move FamousDefs fixture out into its own file
Lukas Wirth
2021-01-12
1
-88
/
+1
*
Align config's API with usage
Aleksey Kladov
2021-01-06
1
-2
/
+18
*
Move the helpers into ide_db
Kirill Bulatov
2020-11-28
1
-0
/
+203