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
/
main.ts
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Make from-source install use cargo installed binary by default
Aleksey Kladov
2020-03-20
1
-0
/
+2
*
Simplify extension tag sniffing
Aleksey Kladov
2020-03-19
1
-2
/
+2
*
Rewrite auto-update
Aleksey Kladov
2020-03-19
1
-20
/
+138
*
Separate persistent mutable state from config
Aleksey Kladov
2020-03-16
1
-4
/
+6
*
Merge #3534
bors[bot]
2020-03-16
1
-1
/
+8
|
\
|
*
vscode-postrefactor: unhandled promise rejections shall not pass 2
Veetaha
2020-03-14
1
-1
/
+1
|
*
vscode-postrefactor: unhandled promise rejections shall not pass
Veetaha
2020-03-14
1
-1
/
+1
|
*
vscode: amend server installation logic to account for nightlies
Veetaha
2020-03-14
1
-1
/
+8
*
|
feat: add debug code lens
Hannes De Valkeneer
2020-03-11
1
-0
/
+1
|
/
*
Config to switch to semantic tokens
Aleksey Kladov
2020-02-26
1
-1
/
+3
*
Don't break onEnter if rust-analyzer fails to start
Aleksey Kladov
2020-02-24
1
-0
/
+23
*
Extract client-side logging
Aleksey Kladov
2020-02-22
1
-1
/
+2
*
Improve server version info
Edwin Cheng
2020-02-21
1
-0
/
+1
*
vscode: press ; to respect semicolons
Veetaha
2020-02-17
1
-6
/
+6
*
Remove two stage constuction
Aleksey Kladov
2020-02-17
1
-7
/
+4
*
Fix link to the manual
Aleksey Kladov
2020-02-17
1
-1
/
+1
*
Push IO and error handling up
Aleksey Kladov
2020-02-17
1
-1
/
+10
*
Simplify startup
Aleksey Kladov
2020-02-17
1
-10
/
+11
*
Simplify TS reload logic
Aleksey Kladov
2020-02-17
1
-2
/
+19
*
Init implementation of structural search replace
Mikhail Modin
2020-02-14
1
-0
/
+1
*
vscode: yet another refactor commit
Veetaha
2020-02-04
1
-1
/
+1
*
Remove enableEnhancedTyping and type overriding infrastructure.
Gregoire Geis
2020-02-03
1
-3
/
+0
*
Add regular onEnter command, allowing onEnter to be called without overriding...
Gregoire Geis
2020-02-03
1
-1
/
+2
*
vscode: fix type
Veetaha
2020-02-02
1
-1
/
+1
*
vscode refactoring: use more laconic export snytax, split huge string to seve...
Veetaha
2020-02-02
1
-1
/
+1
*
Apply the api design suggestions
Kirill Bulatov
2020-01-15
1
-0
/
+1
*
Fixes to progress display
Aleksey Kladov
2019-12-31
1
-11
/
+10
*
Work around synchrnonisation issue
Aleksey Kladov
2019-12-31
1
-6
/
+11
*
Refactor server lifecycle
Aleksey Kladov
2019-12-31
1
-28
/
+7
*
Move config to Ctx
Aleksey Kladov
2019-12-31
1
-1
/
+1
*
Refactor status activation
Aleksey Kladov
2019-12-31
1
-14
/
+3
*
Restore internal applySourceChange command
Aleksey Kladov
2019-12-30
1
-0
/
+1
*
Privatize highlighting
Aleksey Kladov
2019-12-30
1
-7
/
+2
*
Add config to Ctx
Aleksey Kladov
2019-12-30
1
-5
/
+3
*
Encapsulate highlighting activation
Aleksey Kladov
2019-12-30
1
-6
/
+3
*
Encapsulate inlay hints activation
Aleksey Kladov
2019-12-30
1
-37
/
+2
*
status is not a command
Aleksey Kladov
2019-12-30
1
-6
/
+6
*
Hints are not commands
Aleksey Kladov
2019-12-30
1
-1
/
+1
*
Move all commands to ctx
Aleksey Kladov
2019-12-30
1
-17
/
+6
*
Refactor runables
Aleksey Kladov
2019-12-30
1
-4
/
+2
*
Move expand macro to the new context
Aleksey Kladov
2019-12-30
1
-14
/
+1
*
Refactor show syntax tree action
Aleksey Kladov
2019-12-30
1
-23
/
+3
*
Move parentModule to the new Ctx
Aleksey Kladov
2019-12-30
1
-10
/
+10
*
Refactor applySourceChange
Aleksey Kladov
2019-12-30
1
-42
/
+10
*
Move joinLines to the new Ctx
Aleksey Kladov
2019-12-30
1
-1
/
+1
*
Move matching brace to new Ctx
Aleksey Kladov
2019-12-30
1
-4
/
+1
*
Run prettier
Aleksey Kladov
2019-12-30
1
-10
/
+10
*
More second command to Ctx
Aleksey Kladov
2019-12-30
1
-8
/
+2
*
Start new ctx module
Aleksey Kladov
2019-12-30
1
-13
/
+19
*
Rename extension.ts -> main.ts
Aleksey Kladov
2019-12-30
1
-0
/
+203
[prev]