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
/
config.ts
Age
Commit message (
Expand
)
Author
Lines
2020-04-16
Add config for proc_macro
Edwin Cheng
-0
/
+1
2020-04-11
vscode: fix typing bug in config
veetaha
-9
/
+30
2020-04-08
Enable the SemanticTokensFeature by default
kjeremy
-1
/
+0
2020-04-02
Lean onto default implementation of configs
Aleksey Kladov
-26
/
+4
2020-04-02
Remove old syntax highlighting
Aleksey Kladov
-2
/
+0
2020-03-30
Process configuration response draft
Kirill Bulatov
-3
/
+3
2020-03-26
vscode: fix local devel
veetaha
-1
/
+1
2020-03-24
Extension types and rendering
Matt Hooper
-0
/
+1
2020-03-24
Merge #3695
bors[bot]
-61
/
+45
2020-03-24
Don't try to enable proposed API's on stable
Aleksey Kladov
-12
/
+6
2020-03-24
vscode: simplify and refactor config
veetaha
-61
/
+45
2020-03-20
Make from-source install use cargo installed binary by default
Aleksey Kladov
-2
/
+2
2020-03-19
Simplify extension tag sniffing
Aleksey Kladov
-13
/
+7
2020-03-19
Rewrite auto-update
Aleksey Kladov
-96
/
+7
2020-03-17
Remove outDirOverrides
Emil Lauridsen
-2
/
+0
2020-03-17
Change existing OUT_DIR override config to make use of new infrastructure
Emil Lauridsen
-1
/
+2
2020-03-17
Support loading OUT_DIR from cargo check at launch
Emil Lauridsen
-0
/
+3
2020-03-16
Separate persistent mutable state from config
Aleksey Kladov
-41
/
+0
2020-03-14
vscode-postrefactor: more logging and better error handling
Veetaha
-19
/
+17
2020-03-14
vscode-postrefactor: minor config refactorings
Veetaha
-2
/
+3
2020-03-14
vscode-postrefactor: global storages
Veetaha
-20
/
+19
2020-03-14
vscode: put comma back
Veetaha
-1
/
+1
2020-03-14
vscode: make bailing out on custom serverPath more evident
Veetaha
-7
/
+5
2020-03-14
vscode: npm run fix
Veetaha
-3
/
+3
2020-03-14
vscode: prepare config for nightlies
Veetaha
-15
/
+96
2020-03-12
Merge #3543
bors[bot]
-3
/
+15
2020-03-12
Make maxLength nullable again
Steffen Lyngbaek
-2
/
+2
2020-03-11
Switch from Vec<InlayKind> to object with props
Steffen Lyngbaek
-6
/
+7
2020-03-10
Address Issues from Github
Steffen Lyngbaek
-1
/
+3
2020-03-10
Parameter inlay hint separate from variable type inlay? #2876
Steffen Lyngbaek
-2
/
+11
2020-03-11
Add additional_outdirs in config
Edwin Cheng
-0
/
+1
2020-03-09
vscode: groupd updates-related config under `updates` section as per @matklad
Veetaha
-1
/
+1
2020-03-08
vscode: fix inversion of askBeforeDownload
Veetaha
-1
/
+1
2020-03-08
vscode: rename alwaysDownloadServer -> askBeforeDownload
Veetaha
-1
/
+1
2020-03-08
vscode: care about alwaysDownloadServer option before asking
Veetaha
-5
/
+6
2020-02-26
Config to switch to semantic tokens
Aleksey Kladov
-0
/
+2
2020-02-22
Extract client-side logging
Aleksey Kladov
-1
/
+4
2020-02-18
Rename config value for server Path
Aleksey Kladov
-1
/
+1
2020-02-18
Rename the binary to rust-analyzer
Aleksey Kladov
-4
/
+4
2020-02-17
Migrate to eslint
Aleksey Kladov
-17
/
+17
2020-02-17
Merge #3181
bors[bot]
-1
/
+2
2020-02-17
Add arguments to rustfmt
Ilya Titkov
-1
/
+2
2020-02-17
vscode: minor refactorings
Veetaha
-1
/
+0
2020-02-16
Merge #3162
bors[bot]
-1
/
+16
2020-02-16
vscode: fix the default value for withSysroot
Veetaha
-1
/
+1
2020-02-16
vscode: add version and storage parameters to github binary source
Veetaha
-1
/
+16
2020-02-15
vscode: renamed langServer to server
Veetaha
-6
/
+6
2020-02-14
make onConfigChange handler private
Veetaha
-1
/
+1
2020-02-14
vscode: moved to getters as per matklad
Veetaha
-23
/
+17
2020-02-13
vscode: reordered config constructor before methods
Veetaha
-5
/
+6
[next]