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
/
ra_assists
/
src
/
handlers
/
reorder_fields.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove db from AssistsContext
Laurențiu Nicola
2020-07-01
1
-2
/
+2
*
Use more of FxHash*
Laurențiu Nicola
2020-06-29
1
-3
/
+3
*
Remove unnecessary clone that prevented clippy from moving on
kjeremy
2020-05-22
1
-1
/
+1
*
Relax cursor position tests in assists
Aleksey Kladov
2020-05-20
1
-3
/
+3
*
Refactor assists API to be more convenient for adding new assists
Aleksey Kladov
2020-05-07
1
-19
/
+10
*
Move target to AssistLabel
Aleksey Kladov
2020-05-06
1
-2
/
+2
*
Merge assits::test_helpers and tests
Aleksey Kladov
2020-05-06
1
-1
/
+1
*
Remove more unnecessary braces
Laurențiu Nicola
2020-04-12
1
-2
/
+2
*
Align grammar for record patterns and literals
Aleksey Kladov
2020-04-11
1
-19
/
+13
*
Fix doc tests
Geoffrey Copin
2020-04-11
1
-2
/
+1
*
Add documentation comment
Geoffrey Copin
2020-04-11
1
-0
/
+16
*
Avoid adding a RecordFieldPat variant to the Pat enum
Geoffrey Copin
2020-04-11
1
-39
/
+47
*
Remove Option unwraping
Geoffrey Copin
2020-04-11
1
-3
/
+3
*
Implement assist "Reorder field names"
Geoffrey Copin
2020-04-09
1
-0
/
+207