index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
editors
/
code
/
src
/
main.ts
Age
Commit message (
Expand
)
Author
Lines
2020-04-04
vscode: log server binary path
veetaha
-0
/
+2
2020-04-02
Remove old syntax highlighting
Aleksey Kladov
-4
/
+0
2020-03-31
Pass string instread of WorkspaceFolder
Tim
-1
/
+1
2020-03-31
Remove unnecessary null check
Tim
-3
/
+1
2020-03-31
Throw error if no folder is opened
Tim
-1
/
+6
2020-03-30
Add basic task support
Tim
-1
/
+8
2020-03-30
Code review fixes
Kirill Bulatov
-1
/
+1
2020-03-30
Client side draft
Kirill Bulatov
-0
/
+6
2020-03-26
vscode: small post-refactor
veetaha
-3
/
+1
2020-03-26
vscode: fix memory leak on server restart
veetaha
-15
/
+13
2020-03-26
vscode: fix local devel
veetaha
-4
/
+6
2020-03-25
Use the right arch name for x86 (32 bit)
Aleksey Kladov
-1
/
+1
2020-03-24
Don't try to enable proposed API's on stable
Aleksey Kladov
-7
/
+7
2020-03-20
Make from-source install use cargo installed binary by default
Aleksey Kladov
-0
/
+2
2020-03-19
Simplify extension tag sniffing
Aleksey Kladov
-2
/
+2
2020-03-19
Rewrite auto-update
Aleksey Kladov
-20
/
+138
2020-03-16
Separate persistent mutable state from config
Aleksey Kladov
-4
/
+6
2020-03-16
Merge #3534
bors[bot]
-1
/
+8
2020-03-14
vscode-postrefactor: unhandled promise rejections shall not pass 2
Veetaha
-1
/
+1
2020-03-14
vscode-postrefactor: unhandled promise rejections shall not pass
Veetaha
-1
/
+1
2020-03-14
vscode: amend server installation logic to account for nightlies
Veetaha
-1
/
+8
2020-03-11
feat: add debug code lens
Hannes De Valkeneer
-0
/
+1
2020-02-26
Config to switch to semantic tokens
Aleksey Kladov
-1
/
+3
2020-02-24
Don't break onEnter if rust-analyzer fails to start
Aleksey Kladov
-0
/
+23
2020-02-22
Extract client-side logging
Aleksey Kladov
-1
/
+2
2020-02-21
Improve server version info
Edwin Cheng
-0
/
+1
2020-02-17
vscode: press ; to respect semicolons
Veetaha
-6
/
+6
2020-02-17
Remove two stage constuction
Aleksey Kladov
-7
/
+4
2020-02-17
Fix link to the manual
Aleksey Kladov
-1
/
+1
2020-02-17
Push IO and error handling up
Aleksey Kladov
-1
/
+10
2020-02-17
Simplify startup
Aleksey Kladov
-10
/
+11
2020-02-17
Simplify TS reload logic
Aleksey Kladov
-2
/
+19
2020-02-14
Init implementation of structural search replace
Mikhail Modin
-0
/
+1
2020-02-05
vscode: yet another refactor commit
Veetaha
-1
/
+1
2020-02-03
Remove enableEnhancedTyping and type overriding infrastructure.
Gregoire Geis
-3
/
+0
2020-02-03
Add regular onEnter command, allowing onEnter to be called without overriding...
Gregoire Geis
-1
/
+2
2020-02-02
vscode: fix type
Veetaha
-1
/
+1
2020-02-02
vscode refactoring: use more laconic export snytax, split huge string to seve...
Veetaha
-1
/
+1
2020-01-15
Apply the api design suggestions
Kirill Bulatov
-0
/
+1
2019-12-31
Fixes to progress display
Aleksey Kladov
-11
/
+10
2019-12-31
Work around synchrnonisation issue
Aleksey Kladov
-6
/
+11
2019-12-31
Refactor server lifecycle
Aleksey Kladov
-28
/
+7
2019-12-31
Move config to Ctx
Aleksey Kladov
-1
/
+1
2019-12-31
Refactor status activation
Aleksey Kladov
-14
/
+3
2019-12-30
Restore internal applySourceChange command
Aleksey Kladov
-0
/
+1
2019-12-30
Privatize highlighting
Aleksey Kladov
-7
/
+2
2019-12-30
Add config to Ctx
Aleksey Kladov
-5
/
+3
2019-12-30
Encapsulate highlighting activation
Aleksey Kladov
-6
/
+3
2019-12-30
Encapsulate inlay hints activation
Aleksey Kladov
-37
/
+2
2019-12-30
status is not a command
Aleksey Kladov
-6
/
+6
[next]