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
Age
Commit message (
Expand
)
Author
Lines
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
-21
/
+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
-41
/
+229
2020-02-08
added fetchLatestArtifactMetadata() and downloadFile() functions
Veetaha
-1
/
+111
2020-02-08
vscode: add FIXME about language client shared resource protection
Veetaha
-0
/
+3
2020-02-05
Merge #3024
bors[bot]
-21
/
+36
2020-02-05
vscode: eliminate floating promises and insane amount of resource handle leaks
Veetaha
-21
/
+36
2020-02-05
vscode: removed changes to integrity hash in package-lock.json
Veetaha
-1
/
+1
2020-02-05
vscode: yet another refactor commit
Veetaha
-35
/
+30
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
vscode: Only handle enter if the suggest widget is hidden.
Gregoire Geis
-1
/
+1
2020-02-03
Remove enableEnhancedTyping and type overriding infrastructure.
Gregoire Geis
-41
/
+1
2020-02-03
Change default enhanced typing behavior from using type to using keybindings.
Gregoire Geis
-1
/
+6
2020-02-03
Add regular onEnter command, allowing onEnter to be called without overriding...
Gregoire Geis
-19
/
+40
2020-02-03
Remove unnecessary flags
Aleksey Kladov
-2
/
+2
2020-02-03
Remove rollup-typescript
Aleksey Kladov
-15
/
+2
2020-02-03
Update some rollup packages
Aleksey Kladov
-29
/
+32
2020-02-03
Use simple prng instead of a dependency
Aleksey Kladov
-18
/
+23
2020-02-03
Remove recent improvements to the build script
Aleksey Kladov
-15
/
+14
2020-02-03
Fix build of typscript extension
Aleksey Kladov
-0
/
+1
2020-02-03
vscode: fix bundling by switching to es2015 target modules system
Veetaha
-1
/
+1
2020-02-03
vscode: dropped npm-check-updates script
Veetaha
-2014
/
+1
2020-02-03
vscode: updated rollup typescript so it typechecks the bundle
Veetaha
-7
/
+2020
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
-10
/
+11
2020-02-02
Merge #2979
bors[bot]
-4
/
+4
2020-02-02
fix repo link in package.json
Veetaha
-1
/
+2
2020-02-01
vscode: moved tslib to runtime dependencies and added \"importHelpers\": true
Veetaha
-4
/
+4
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
-3
/
+3
[prev]
[next]