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
Age
Commit message (
Expand
)
Author
Lines
2020-02-13
vscode: replaced DownloadFileError with NestedError itself for simplicity
Veetaha
-6
/
+7
2020-02-12
vscode: switched to stream.pipeline with .on(close) workaround
Veetaha
-19
/
+17
2020-02-11
vscode: added error handling to download file streams
Veetaha
-7
/
+18
2020-02-11
vscode: remove chmod in favour of an option to createWriteStream()
Veetaha
-5
/
+8
2020-02-11
Merge #3083 #3101
bors[bot]
-3
/
+20
2020-02-11
Merge #3100
bors[bot]
-3
/
+10
2020-02-11
vscode: filter out arm linux from using prebuilt binaries
Veetaha
-3
/
+20
2020-02-11
vscode: add error handling to downloadFile()
Veetaha
-3
/
+10
2020-02-10
vscode: fix ebusy error on windows
Veetaha
-2
/
+1
2020-02-09
vscode: changed dns sanity-check url from google.com to example.com
Veetaha
-3
/
+6
2020-02-09
vscode: add on-success logic to dns resolution sanity check
Veetaha
-4
/
+7
2020-02-09
vscode: removed unnecessary awaits
Veetaha
-2
/
+2
2020-02-09
vscode: added logging when donloading binaries
Veetaha
-5
/
+26
2020-02-09
vscode: move throtting of download progress to call site
Veetaha
-16
/
+19
2020-02-09
vscode: replaced unwrapNotNil() with ! as per @matklad
Veetaha
-7
/
+3
2020-02-09
vscode: refactor inverted ternaries to if statements as per @matklad
Veetaha
-2
/
+6
2020-02-09
vscode: remove noise data fields declarations as per @matklad
Veetaha
-6
/
+1
2020-02-09
vscode: refactor levels of code nesting and string literals quotes
Veetaha
-26
/
+30
2020-02-09
vscode: fix chmod to octal literal
Veetaha
-1
/
+1
2020-02-09
vscode: minor names and message contents changes
Veetaha
-9
/
+12
2020-02-09
vscode: rename raLspServer variable to langServer
Veetaha
-3
/
+3
2020-02-09
vscode: refactor comment
Veetaha
-1
/
+1
2020-02-09
vscode: refactor platform artifact name query to switch statement, move Binar...
Veetaha
-70
/
+89
2020-02-08
vscode: reduce throttle latency of downloadFile() progress callback for smoot...
Veetaha
-1
/
+1
2020-02-08
vscode: add name to the second unused argument of withProgress() callback
Veetaha
-1
/
+1
2020-02-08
vscode: add docs to installation module interfaces and sanity check to donloa...
Veetaha
-4
/
+39
2020-02-08
vscode: converted fetchLatestArtifactMetadata params to positional, added docs
Veetaha
-10
/
+10
2020-02-08
vscode: changed chmod value to 755 as per @lnicola
Veetaha
-3
/
+3
2020-02-08
vscode: amended config to use binary from globalStoragePath, added ui for dow...
Veetaha
-39
/
+210
2020-02-08
added fetchLatestArtifactMetadata() and downloadFile() functions
Veetaha
-0
/
+81
2020-02-08
vscode: add FIXME about language client shared resource protection
Veetaha
-0
/
+3
2020-02-05
Merge #3024
bors[bot]
-19
/
+33
2020-02-05
vscode: eliminate floating promises and insane amount of resource handle leaks
Veetaha
-19
/
+33
2020-02-05
vscode: yet another refactor commit
Veetaha
-34
/
+29
2020-02-04
Merge two if statements into one in editors/code/src/commands/on_enter.ts.
Grégoire Geis
-1
/
+1
2020-02-03
Remove enableEnhancedTyping and type overriding infrastructure.
Gregoire Geis
-36
/
+1
2020-02-03
Add regular onEnter command, allowing onEnter to be called without overriding...
Gregoire Geis
-19
/
+35
2020-02-03
Use simple prng instead of a dependency
Aleksey Kladov
-3
/
+22
2020-02-02
vscode: use void where possible
Veetaha
-5
/
+9
2020-02-02
vscode: fix, fallback to any for cmd type
Veetaha
-1
/
+1
2020-02-02
vscode extension: migrate from any to unknown where possible
Veetaha
-9
/
+9
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
-33
/
+18
2020-02-02
vscode extension cleanup: migrate to prefer-const tslint rule
Veetaha
-9
/
+9
2020-02-01
Merge #2964
bors[bot]
-8
/
+14
2020-02-01
Tsfmt
bjorn3
-2
/
+2
2020-02-01
Fix seedrandom in packaged extension
bjorn3
-2
/
+1
2020-02-01
[VSCode] Fix syntax highlighting
bjorn3
-1
/
+3
2020-01-31
Improve responsiveness of the cargo check status label
Laurențiu Nicola
-8
/
+14
2020-01-28
Provide better diagnostics if the server is not in path
Aleksey Kladov
-1
/
+7
[prev]
[next]