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
2024-02-15
Work around snippet edits doubling up extra indentation
DropDemBits
-2
/
+69
2024-02-15
fix: Support multiple tab stops in completions in VSCode
DropDemBits
-55
/
+98
2024-02-14
Auto merge of #16558 - Wilfred:json_project_ts, r=lnicola
bors
-0
/
+19
2024-02-13
Update JsonProject to include optional fields
Wilfred Hughes
-0
/
+19
2024-02-08
feature: Add a `UnindexedProject` notification and a corresponding setting.
David Barsky
-0
/
+23
2024-02-04
minor: polish warning msg
Young-Flash
-1
/
+1
2024-01-30
minor: update warning msg
Young-Flash
-1
/
+1
2024-01-26
minor: update conflict extension detect logic
Young-Flash
-17
/
+9
2024-01-22
fix lint and fmt
Young-Flash
-11
/
+15
2024-01-22
feat: add conflict ext (panicbit.cargo) detect
Young-Flash
-11
/
+29
2024-01-03
internal: Remove unnecessary Arc allocations in `macro_expand`
Lukas Wirth
-3
/
+6
2023-12-29
Fix some comments
cui fliter
-1
/
+1
2023-12-19
perf: Run async task in concurrent
Sanjaiyan Parthipan
-2
/
+4
2023-12-08
Auto merge of #15896 - minestarks:run-quickpick, r=Veykril
bors
-57
/
+94
2023-12-05
Fix runnable cwd on Windows
Laurențiu Nicola
-1
/
+1
2023-11-30
Debug use cargo workspace root as cwd. fixes #13022
meowtec
-11
/
+30
2023-11-24
Auto merge of #15846 - jprochazk:disable-error-notification, r=Veykril
bors
-1
/
+28
2023-11-16
code: expose workspaces to other extensions; remove `addProject` command
David Barsky
-36
/
+23
2023-11-15
detect internal error via `error.code` instead of error message
jprochazk
-5
/
+15
2023-11-14
Show placeholder while run command gets runnables from server
Mine Starks
-57
/
+94
2023-11-07
add configuration option
jprochazk
-2
/
+6
2023-10-28
override language client
jprochazk
-1
/
+14
2023-10-18
Add command for only opening external docs and attempt to fix vscode-remote i...
Lukas Wirth
-15
/
+40
2023-10-09
vscode: Support opening local documentation if available
Elias Holzmann
-2
/
+25
2023-10-08
Use vscode.env.openExternal instead of the vscode.open command for docs
Elias Holzmann
-1
/
+1
2023-10-04
Add config for the default click action of extension status bar
dfireBird
-1
/
+9
2023-09-05
fmt
David Barsky
-9
/
+10
2023-09-05
fix some more lints
David Barsky
-1
/
+1
2023-09-05
fix lints
David Barsky
-13
/
+12
2023-09-05
code: yeet rust-analyzer.discoverProjectCommand
David Barsky
-60
/
+15
2023-08-15
Auto merge of #15420 - Wilfred:discover_command_max_buffer, r=Veykril
bors
-0
/
+1
2023-08-15
Add status bar button to toggle check on save state
Lukas Wirth
-3
/
+58
2023-08-12
Pass server extraEnv to isValidExecutable
Lukas Wirth
-3
/
+7
2023-08-10
Increase the buffer size for discover project command
Wilfred Hughes
-0
/
+1
2023-08-05
Auto merge of #15392 - Wilfred:stopped_color, r=lnicola
bors
-2
/
+4
2023-08-04
Use the warning color when rust-analyzer is stopped
Wilfred Hughes
-2
/
+4
2023-08-04
Set the default status bar action to openLogs
Wilfred Hughes
-1
/
+1
2023-07-30
Write proc-macro server spawn errors to the status text
Lukas Wirth
-1
/
+1
2023-07-28
Auto merge of #15308 - vsrs:runnable_env_per_platform, r=HKalbasi
bors
-6
/
+18
2023-07-20
Use notification command links for debugger installation
igorskyflyer
-2
/
+11
2023-07-18
Fix lint
vsrs
-1
/
+0
2023-07-18
Platform specific runnables env
vsrs
-6
/
+19
2023-07-13
editor/code: Re-apply code format
Tetsuharu Ohzeki
-174
/
+179
2023-07-11
editor/code: Sort the style to import types
Tetsuharu Ohzeki
-32
/
+38
2023-07-10
editor/code: Enable TypeScript's `--useUnknownInCatchVariables` option
Tetsuharu Ohzeki
-2
/
+2
2023-07-10
editor/code: Remove unused `sendRequestWithRetry`
Tetsuharu Ohzeki
-36
/
+0
2023-07-10
editor/code: Assert types in catch in `sendRequestWithRetry()` properly
Tetsuharu Ohzeki
-8
/
+12
2023-07-08
change viewMemoryLayoutParams to be textPositionParams
Adenine
-5
/
+1
2023-07-07
cleanup + docs + tests
Adenine
-4
/
+0
2023-07-07
fix typescript return path warning
Adenine
-1
/
+1
[next]