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
2019-10-24
Making it clear we're using default settings.
Seivan Heidari
-11
/
+7
2019-10-24
Fixing linting issues, but also hides failures. Has to be a better approach t...
Seivan Heidari
-3
/
+3
2019-10-24
Only loading `tokenColorCustomizations` once.
Seivan Heidari
-4
/
+4
2019-10-24
Proof of concept theming and 'tokenColorCustomizations' support.
Seivan Heidari
-31
/
+221
2019-10-23
Merge #1980
bors[bot]
-1
/
+23
2019-10-23
Do not truncate the range
Wilco Kusee
-30
/
+10
2019-10-18
Make inlay hint length configurable
Wilco Kusee
-14
/
+32
2019-10-17
Adds config option for cargo-watch `--ignore` flag
Roberto Vidal
-2
/
+16
2019-10-10
Truncate hints longer than 20 characters
Wilco Kusee
-4
/
+28
2019-09-27
Fix
arsdragonfly
-3
/
+1
2019-09-27
Fix tests
arsdragonfly
-6
/
+5
2019-09-27
Support the new deprecated tag
arsdragonfly
-1
/
+20
2019-09-09
Replace watcher file existence check with vscode.fs version
Lucas Spits
-11
/
+10
2019-09-06
add option to disable notify
Aleksey Kladov
-0
/
+5
2019-08-26
Switch to `@types/vscode` and `vscode-test`
Bastian Köcher
-23
/
+72
2019-08-22
implement feature flags
Aleksey Kladov
-1
/
+6
2019-08-19
fix #1424
xfoxfu
-1
/
+9
2019-08-06
Merge #1652
bors[bot]
-41
/
+55
2019-08-06
allow to exclude certain files and directories
Aleksey Kladov
-1
/
+6
2019-08-05
Avoid shared mutable state
Kirill Bulatov
-71
/
+55
2019-08-05
Cache decorations before the first change only
Kirill Bulatov
-20
/
+21
2019-08-05
Use WeakMap to avoid memory leaks
Kirill Bulatov
-10
/
+12
2019-08-05
Style and test fixes
Kirill Bulatov
-6
/
+17
2019-08-05
Query less hints on file open
Kirill Bulatov
-18
/
+34
2019-07-29
Style fixes
Kirill Bulatov
-1
/
+4
2019-07-29
Ignore cancelled inlay hints responses
Kirill Bulatov
-6
/
+8
2019-07-25
npm run fix
Kirill Bulatov
-10
/
+22
2019-07-25
Code review fixes
Kirill Bulatov
-13
/
+13
2019-07-25
Remove unnecessary hacks
Kirill Bulatov
-29
/
+0
2019-07-25
Fix linter issues
Kirill Bulatov
-32
/
+72
2019-07-25
Simplify the hints display
Kirill Bulatov
-54
/
+6
2019-07-25
Show type decorators
Kirill Bulatov
-1
/
+161
2019-07-19
underline mutable bindings
Aleksey Kladov
-27
/
+34
2019-07-18
highlight mutable variables differently
Ekaterina Babshukova
-0
/
+1
2019-06-30
Merge #1459
bors[bot]
-1
/
+70
2019-06-30
Consider unreachable code to be unnecessary in VSC
Ryan Cumming
-0
/
+1
2019-06-30
Include primary span label in VS Code diagnostics
Ryan Cumming
-1
/
+70
2019-06-29
Merge #1454
bors[bot]
-254
/
+498
2019-06-29
Comment on the key of `suggestedFixes`
Ryan Cumming
-0
/
+3
2019-06-29
Add noUnusedLocals to VsCode tsconfig
Ryan Cumming
-1
/
+0
2019-06-29
Fix `cargo watch` code action filtering
Ryan Cumming
-254
/
+495
2019-06-27
Extract lint scopes from `cargo watch`
Ryan Cumming
-6
/
+35
2019-06-26
Initial Visual Studio Code unit tests
Ryan Cumming
-61
/
+763
2019-06-25
Tweak isUnusedOrUnnecessary
Ryan Cumming
-2
/
+8
2019-06-25
Fix comparison of Code Action edit lengths
Ryan Cumming
-1
/
+1
2019-06-25
Rich mapping of cargo watch output
Ryan Cumming
-54
/
+352
2019-06-24
Fix code after "apply suggestions"
Aleksei Sidorov
-13
/
+19
2019-06-24
Apply suggestions from code review
Aleksey Sidorov
-2
/
+2
2019-06-24
Fix tslints
Aleksei Sidorov
-5
/
+3
2019-06-24
Introduce cargo-watch.check-command
Aleksei Sidorov
-6
/
+21
[next]