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-04-28
fix: Fix restart server button trying to start instead of restart the server
Lukas Wirth
-7
/
+6
2023-04-20
using VSCode's native parameterHints.enabled setting
Nagy Botond
-4
/
+4
2023-04-20
Automatic parameter hints trigger can be toggled on/off
Nagy Botond
-1
/
+7
2023-04-19
Spelling
Josh Soref
-1
/
+1
2023-04-13
minor: Allow copying the graphviz source from the view crategraph webview
Lukas Wirth
-1
/
+6
2023-04-13
fix: Fix view crate graph being broken due to webworker usage
Lukas Wirth
-2
/
+2
2023-04-10
fix: when running the "discoverProjectCommand", use the Rust file's
David Barsky
-12
/
+15
2023-04-09
fix: Fix project linking popup appearing for modules that can be linked to a ...
Lukas Wirth
-1
/
+5
2023-04-04
fix: Fix relative path creation using the wrong path accessor
Lukas Wirth
-5
/
+9
2023-04-04
fix: Fix vscode project linking popup buttons being swapped
Lukas Wirth
-3
/
+4
2023-04-02
Don't append "!" to non-bang macro name
Ryo Yoshida
-1
/
+1
2023-03-30
Missing runnable env on debug target
Rungsikorn Rungsikavarnich
-4
/
+12
2023-03-28
Auto merge of #14366 - Veykril:linked-proj, r=Veykril
bors
-12
/
+64
2023-03-26
finish renaming `rust-analyzer/reloadProcMacros` to `rust-analyzer/rebuildPro...
David Barsky
-1
/
+1
2023-03-26
Handle proc macro fetching via OpQueue
Lukas Wirth
-5
/
+5
2023-03-25
Add lsp command for rebuilding proc macros
Lukas Wirth
-1
/
+10
2023-03-25
Fix lints
Lukas Wirth
-42
/
+37
2023-03-21
Fix VS Code status message formatting error
x2cf
-1
/
+1
2023-03-16
feat: Pop a notification prompting the user to add a Cargo.toml of unlinked f...
Lukas Wirth
-11
/
+68
2023-03-14
Auto merge of #14307 - davidbarsky:davidbarsky/add-cargo-style-project-discov...
bors
-11
/
+231
2023-03-14
fix: don't override `linkedProjects` if no workspace was discovered.
David Barsky
-2
/
+9
2023-03-14
Address review comments
David Barsky
-1
/
+11
2023-03-13
Remove `rust-analyzer/addProject` in favor of notifying r-a that configuratio...
David Barsky
-6
/
+1
2023-03-13
Add a workspace config-based approach to reloading discovered projects.
David Barsky
-23
/
+54
2023-03-13
remove errant `--` in `executeDiscoverProject`
David Barsky
-1
/
+1
2023-03-13
fmt
David Barsky
-36
/
+57
2023-03-13
This commit add Cargo-style project discovery for Buck and Bazel users.
David Barsky
-16
/
+172
2023-03-13
Allow the status bar item to be clicked again
Lukas Wirth
-2
/
+6
2023-03-10
Add fancy buttons to the vscode status message
Lukas Wirth
-12
/
+31
2023-03-06
Add `View Mir` command and fix some bugs
hkalbasi
-7
/
+24
2023-02-26
Respect $CARGO_HOME when looking up toolchains.
Tomoki Nakagawa
-12
/
+18
2023-02-14
Don't assume VSCode internal commands in the server
Lukas Wirth
-0
/
+7
2023-02-10
Auto merge of #13975 - DropDemBits:on-enter-after-dot-chains, r=DropDemBits
bors
-48
/
+74
2023-02-10
Always reload onEnter configuration
DropDemBits
-16
/
+7
2023-01-31
Remove some types ¯\_(ツ)_/¯
Jonas Schievink
-1
/
+1
2023-01-31
Lazily create the trace output channel
Jonas Schievink
-4
/
+48
2023-01-25
fix: config substitution failing extension activation
Lukas Wirth
-2
/
+0
2023-01-24
Substitute VSCode variables more generally
Lukas Wirth
-85
/
+87
2023-01-23
🧹 lsp_ext.ts
Lukas Wirth
-158
/
+130
2023-01-23
Add a 'open server logs' button to the error notification
Lukas Wirth
-0
/
+7
2023-01-20
allow using vscode variables in `config.serverPath`
OmarTawfik
-2
/
+2
2023-01-17
Fix change detection for relevant lang config opts
DropDemBits
-6
/
+19
2023-01-17
Suppress extra indent after the end of dot chains
DropDemBits
-48
/
+70
2023-01-10
Revert "Use ZWNJ to prevent VSCode from forming ligatures between hints and c...
Lukas Wirth
-18
/
+0
2023-01-09
Use experimental capability to enable color codes
Ian Chamberlain
-0
/
+1
2023-01-09
Strip colors before matching preview diagnostics
Ian Chamberlain
-2
/
+4
2023-01-09
Parse + decorate rendered ANSI cargo output
Ian Chamberlain
-24
/
+260
2023-01-03
Use ZWNJ to prevent VSCode from forming ligatures between hints and code
Lukas Wirth
-0
/
+18
2023-01-03
Fix diagnostic code
Alex Veber
-2
/
+16
2022-12-17
Add a command to clear flycheck diagnostics
Lukas Wirth
-1
/
+8
[next]