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
/
assists
/
src
/
utils.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Align config's API with usage
Aleksey Kladov
2021-01-06
1
-5
/
+2
*
Rename expr -> tail_expr
Aleksey Kladov
2021-01-05
1
-1
/
+1
*
Merge #7115
bors[bot]
2021-01-03
1
-4
/
+8
|
\
|
*
Handle missing source in filter_assoc_items
Nick Spain
2021-01-02
1
-7
/
+8
|
*
Mark HasSource::source_old as deprecated but allow at all call sites
Nick Spain
2021-01-02
1
-4
/
+7
|
*
HasSource::source -> HasSource::source_old
Nick Spain
2021-01-02
1
-3
/
+3
*
|
Fix warnings on rust-nightly
cynecx
2021-01-02
1
-1
/
+1
|
/
*
Remove parentheses when inverting `!(cond)`
Jesse Bakker
2020-12-21
1
-1
/
+7
*
Parenthesize composite if condition before inverting in invert-if assist
Jesse Bakker
2020-12-15
1
-0
/
+4
*
Extract the import code into the shared module
Kirill Bulatov
2020-11-27
1
-199
/
+1
*
Profile completions better
Kirill Bulatov
2020-11-27
1
-0
/
+1
*
Merge #6553
bors[bot]
2020-11-17
1
-2
/
+1
|
\
|
*
Add imports in auto completion
Kirill Bulatov
2020-11-16
1
-2
/
+1
*
|
Add **Ignore Test** assist
Aleksey Kladov
2020-11-17
1
-0
/
+18
|
/
*
add suggestion ..Default::default() for remaining struct fields in a construc...
Benjamin Coenen
2020-11-13
1
-1
/
+1
*
add suggestion ..Default::default() for remaining struct fields in a construc...
Benjamin Coenen
2020-11-13
1
-1
/
+11
*
Add missing AssocItems in add_custom_impl assist
Lukas Wirth
2020-11-05
1
-3
/
+89
*
Remove dependency on 'assists' from 'completion' crate
Igor Aleksanov
2020-10-24
1
-118
/
+3
*
Don't rely on display names in inlay_hints
Aleksey Kladov
2020-10-20
1
-11
/
+14
*
Rename declaration_name -> display_name
Aleksey Kladov
2020-10-20
1
-1
/
+1
*
Extract ImportAssets out of auto_import
Lukas Wirth
2020-10-13
1
-0
/
+1
*
Clean up inlay_hints
Lukas Wirth
2020-10-07
1
-1
/
+12
*
Shorten iterator hints for std::iter iterators behind references
Lukas Wirth
2020-10-07
1
-1
/
+1
*
Shorten iterator chain hints
Lukas Wirth
2020-10-07
1
-7
/
+34
*
Move IntoIterator into FamousDefs
Lukas Wirth
2020-10-07
1
-8
/
+15
*
Use FamousDefs for shorten_iterator hint
Lukas Wirth
2020-10-06
1
-12
/
+49
*
Move ModPath->ast::Path function to IDE layer
Aleksey Kladov
2020-10-06
1
-0
/
+21
*
Make MergeBehaviour configurable
Lukas Wirth
2020-09-12
1
-1
/
+2
*
Fix import insertion breaking nested modules
Lukas Wirth
2020-09-03
1
-1
/
+1
*
Impl make::blank_line
Lukas Wirth
2020-09-03
1
-1
/
+1
*
Cleanup invert-if
Aleksey Kladov
2020-08-25
1
-19
/
+14
*
Invert if should be smart about is_some, is_none, is_ok, is_err
dragfire
2020-08-24
1
-1
/
+20
*
**Remove Unused Parameter** refactoring
Aleksey Kladov
2020-08-19
1
-1
/
+5
*
Rename ra_assists -> assists
Aleksey Kladov
2020-08-13
1
-0
/
+313