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
/
editors
/
code
/
src
/
commands
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge #3024
bors[bot]
2020-02-05
2
-1
/
+3
|
\
|
*
vscode: eliminate floating promises and insane amount of resource handle leaks
Veetaha
2020-02-05
2
-1
/
+3
*
|
vscode: yet another refactor commit
Veetaha
2020-02-04
1
-1
/
+1
|
/
*
Merge two if statements into one in editors/code/src/commands/on_enter.ts.
Grégoire Geis
2020-02-04
1
-1
/
+1
*
Remove enableEnhancedTyping and type overriding infrastructure.
Gregoire Geis
2020-02-03
1
-9
/
+1
*
Add regular onEnter command, allowing onEnter to be called without overriding...
Gregoire Geis
2020-02-03
1
-18
/
+33
*
vscode: use void where possible
Veetaha
2020-02-02
1
-1
/
+1
*
vscode extension: migrate from any to unknown where possible
Veetaha
2020-02-02
1
-1
/
+1
*
vscode refactoring: use more laconic export snytax, split huge string to seve...
Veetaha
2020-02-02
1
-31
/
+14
*
vscode extension cleanup: migrate to prefer-const tslint rule
Veetaha
2020-02-02
1
-1
/
+1
*
Apply the api design suggestions
Kirill Bulatov
2020-01-15
1
-2
/
+15
*
Another attempt to add multiple edits
Kirill Bulatov
2020-01-15
1
-2
/
+2
*
Add semicolons
Aleksey Kladov
2019-12-31
4
-5
/
+5
*
Fix NPEs
Aleksey Kladov
2019-12-31
5
-21
/
+24
*
Refactor server lifecycle
Aleksey Kladov
2019-12-31
4
-14
/
+28
*
Restore internal applySourceChange command
Aleksey Kladov
2019-12-30
1
-0
/
+8
*
Reformat with tsfmt
Aleksey Kladov
2019-12-30
1
-2
/
+2
*
Dead code
Aleksey Kladov
2019-12-30
1
-16
/
+0
*
status is not a command
Aleksey Kladov
2019-12-30
1
-105
/
+0
*
Hints are not commands
Aleksey Kladov
2019-12-30
2
-115
/
+0
*
Move all commands to ctx
Aleksey Kladov
2019-12-30
2
-5
/
+20
*
Minor refactor
Aleksey Kladov
2019-12-30
1
-9
/
+7
*
Refactor runables
Aleksey Kladov
2019-12-30
2
-63
/
+64
*
Move expand macro to the new context
Aleksey Kladov
2019-12-30
4
-61
/
+52
*
Cleanup
Aleksey Kladov
2019-12-30
2
-11
/
+11
*
Cleanup imports
Aleksey Kladov
2019-12-30
5
-8
/
+12
*
Refactor show syntax tree action
Aleksey Kladov
2019-12-30
3
-77
/
+107
*
Run prettier on all files
Aleksey Kladov
2019-12-30
6
-22
/
+17
*
Move parentModule to the new Ctx
Aleksey Kladov
2019-12-30
2
-27
/
+27
*
Refactor applySourceChange
Aleksey Kladov
2019-12-30
5
-96
/
+31
*
Move joinLines to the new Ctx
Aleksey Kladov
2019-12-30
2
-20
/
+20
*
Move matching brace to new Ctx
Aleksey Kladov
2019-12-30
2
-28
/
+27
*
More second command to Ctx
Aleksey Kladov
2019-12-30
2
-2
/
+9
*
Start new ctx module
Aleksey Kladov
2019-12-30
2
-7
/
+14
*
Simplify
Aleksey Kladov
2019-12-30
1
-32
/
+29
*
Re-format VSCode extension changes
Emil Lauridsen
2019-12-25
1
-15
/
+14
*
Re-implement status display using LSP 3.15 progress event
Emil Lauridsen
2019-12-25
1
-0
/
+43
*
Remove cargo-watch from vscode extension.
Emil Lauridsen
2019-12-25
2
-355
/
+0
*
Protect against null as revealed by `npm test`
kjeremy
2019-12-20
1
-2
/
+7
*
Fix formatting
Vadzim Dambrouski
2019-12-16
1
-2
/
+1
*
Add option to disable all-targets.
Vadzim Dambrouski
2019-12-15
1
-1
/
+4
*
Enable noImplicitReturns option for vscode extension
Tetsuharu OHZEKI
2019-12-11
1
-6
/
+8
*
Enable noUnusedParameters option for vscode extension
Tetsuharu OHZEKI
2019-12-11
3
-3
/
+3
*
Code: enable prettier trailing commas
Laurențiu Nicola
2019-12-09
13
-88
/
+88
*
Merge pull request #2297 from kiljacken/master
Aleksey Kladov
2019-11-20
1
-13
/
+1
|
\
|
*
Move type inlay hint truncation to language server
Emil Lauridsen
2019-11-19
1
-13
/
+1
*
|
Minor fix for outpu text formating
Edwin Cheng
2019-11-19
1
-1
/
+1
*
|
Use DocumentProvider instead of Hover
Edwin Cheng
2019-11-19
1
-23
/
+58
*
|
Change return type of expand_macro
Edwin Cheng
2019-11-19
1
-5
/
+8
*
|
Fix npm formatting
Edwin Cheng
2019-11-19
1
-8
/
+8
[next]