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
...
*
vscode: run fmt
Veetaha
2020-02-24
1
-1
/
+1
*
vscode: migrate syntax_tree to rust-analyzer-api.ts
Veetaha
2020-02-24
1
-20
/
+7
*
vscode: migrate ssr to rust-analyzer-api.ts
Veetaha
2020-02-24
1
-11
/
+5
*
vscode: migrate runnables to rust-analyzer-api.ts
Veetaha
2020-02-24
1
-22
/
+7
*
vscode: migrate parent_module to rust-analyzer-api.ts
Veetaha
2020-02-24
1
-7
/
+3
*
vscode: migrate on_enter to rust-analyzer-api.ts
Veetaha
2020-02-24
1
-14
/
+7
*
vscode: migrate matching_brace to rust-analyzer-api.ts
Veetaha
2020-02-24
1
-12
/
+3
*
vscode: migrate join_lines to rust-analyzer-api.ts
Veetaha
2020-02-24
1
-13
/
+4
*
vscode: migrate collectGarbage to rust-analyzer-api.ts
Veetaha
2020-02-24
1
-5
/
+4
*
vscode: migrate expand_macro to rust-analyzer-api.ts
Veetaha
2020-02-24
1
-13
/
+5
*
vscode: migrate analyzer_status to rust-analyzer-api.ts
Veetaha
2020-02-24
1
-4
/
+2
*
Don't block onEnter if request fails
Aleksey Kladov
2020-02-24
1
-0
/
+6
*
Use stdout directly
Edwin Cheng
2020-02-21
1
-2
/
+1
*
Use ensureServerBinary instead
Edwin Cheng
2020-02-21
1
-5
/
+17
*
Add trailing newline
Edwin Cheng
2020-02-21
1
-1
/
+2
*
Improve server version info
Edwin Cheng
2020-02-21
2
-0
/
+10
*
enforce camel case
Aleksey Kladov
2020-02-21
1
-2
/
+2
*
vscode: press ; to respect semicolons
Veetaha
2020-02-17
2
-3
/
+3
*
Simplify some more ctors
Aleksey Kladov
2020-02-17
3
-9
/
+3
*
Simplify TS reload logic
Aleksey Kladov
2020-02-17
1
-7
/
+0
*
Init implementation of structural search replace
Mikhail Modin
2020-02-14
2
-0
/
+37
*
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
[prev]
[next]