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
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
2023-07-07
fix incorrect committed rust and run prettier
Adenine
-17
/
+16
2023-07-07
implement first pass of memory layout viewer
Adenine
-6
/
+313
2023-07-07
Auto merge of #15227 - DropDemBits:indent-on-blank-line, r=lnicola
bors
-1
/
+2
2023-07-06
fix: Indent after pressing enter on a blank line
DropDemBits
-1
/
+2
2023-07-06
editor/code: Enable `noPropertyAccessFromIndexSignature` ts option
Tetsuharu Ohzeki
-6
/
+7
2023-07-06
editor/code: Enable `noUncheckedIndexedAccess` ts option
Tetsuharu Ohzeki
-50
/
+123
2023-06-30
feat: don't add panics to error jump list by default
Alex Kladov
-1
/
+9
2023-06-29
Auto merge of #15138 - mohsen-alizadeh:13583-rename-runnableEnv-to-runnables-...
bors
-4
/
+4
2023-06-28
fallback to old key
Mohsen Alizadeh
-1
/
+1
2023-06-28
editor/code: Enable `noImplicitOverride` ts option
Tetsuharu Ohzeki
-4
/
+4
2023-06-25
13583 rename runnable env to runnables extra env
Mohsen Alizadeh
-4
/
+4
[next]