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-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
2019-06-12
make LRU cache configurable
Aleksey Kladov
-1
/
+6
2019-05-27
Make rainbows optional
Pascal Hertleif
-5
/
+13
2019-05-27
Semantic highlighting spike
Pascal Hertleif
-3
/
+42
2019-05-23
Improve highlighting of name refs
Laurențiu Nicola
-1
/
+6
2019-05-21
Address feedback
Laurențiu Nicola
-3
/
+2
2019-05-21
Use ThemeColor and add support for light themes
Laurențiu Nicola
-13
/
+22
2019-05-21
Pass `--all-targets` to `cargo watch`
Aleksi Juvani
-1
/
+1
2019-04-21
switch to official extend selection API
Aleksey Kladov
-40
/
+1
2019-04-19
start cargo watch if not started interactively
Bernardo
-2
/
+19
2019-04-19
cargo watch start and stop commands
Bernardo
-54
/
+89
2019-04-16
Prettier
Roberto Vidal
-2
/
+1
2019-04-16
Fixes unrelated process termination quirk
Roberto Vidal
-0
/
+0
2019-04-16
Adds "restart server" command
Roberto Vidal
-1
/
+15
2019-04-14
Sends cwd info for runnables and code lenses
Roberto Vidal
-1
/
+2
2019-04-14
Adds support for multiple editor workspaces on initialization
Roberto Vidal
-7
/
+0
2019-04-03
Fix eslint errors
Emil Lauridsen
-1
/
+1
2019-04-03
Add extra double quotes only on Windows.
Emil Lauridsen
-0
/
+4
2019-04-03
Fix VSCode cargo-watch functionality on Linux.
Emil Lauridsen
-2
/
+1
2019-04-03
Add cargo-watch package animation and refactoring
Edwin Cheng
-44
/
+78
[prev]
[next]