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
/
ctx.ts
Age
Commit message (
Expand
)
Author
Lines
2023-05-02
fixing ts linting and rust test
Bruno Ortiz
-9
/
+9
2023-05-02
final rabasing fixes
Bruno Ortiz
-16
/
+9
2023-05-02
reveal only when tree is visible
Bruno Ortiz
-5
/
+29
2023-05-02
improving code to work with multi-workspaces
Bruno Ortiz
-3
/
+5
2023-05-02
running prettier
Bruno Ortiz
-22
/
+21
2023-05-02
Reformat VSCode client code
Lukas Wirth
-6
/
+11
2023-05-02
Creating rust dependencies tree view
bruno-ortiz
-4
/
+6
2023-05-02
fetching dependencies from the server
Bruno Ortiz
-15
/
+33
2023-05-02
Reformat VSCode client code
Lukas Wirth
-9
/
+15
2023-05-02
Creating rust dependencies tree view
bruno-ortiz
-19
/
+36
2023-04-28
fix: Fix restart server button trying to start instead of restart the server
Lukas Wirth
-1
/
+3
2023-04-10
fix: when running the "discoverProjectCommand", use the Rust file's
David Barsky
-6
/
+8
2023-03-28
Auto merge of #14366 - Veykril:linked-proj, r=Veykril
bors
-2
/
+5
2023-03-26
Handle proc macro fetching via OpQueue
Lukas Wirth
-1
/
+1
2023-03-25
Add lsp command for rebuilding proc macros
Lukas Wirth
-1
/
+4
2023-03-25
Fix lints
Lukas Wirth
-2
/
+2
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
-1
/
+4
2023-03-14
Auto merge of #14307 - davidbarsky:davidbarsky/add-cargo-style-project-discov...
bors
-4
/
+57
2023-03-14
fix: don't override `linkedProjects` if no workspace was discovered.
David Barsky
-1
/
+3
2023-03-13
Add a workspace config-based approach to reloading discovered projects.
David Barsky
-13
/
+27
2023-03-13
remove errant `--` in `executeDiscoverProject`
David Barsky
-1
/
+1
2023-03-13
fmt
David Barsky
-16
/
+33
2023-03-13
This commit add Cargo-style project discovery for Buck and Bazel users.
David Barsky
-11
/
+31
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
/
+22
2023-01-31
Lazily create the trace output channel
Jonas Schievink
-4
/
+2
2023-01-24
Substitute VSCode variables more generally
Lukas Wirth
-4
/
+2
2023-01-23
Add a 'open server logs' button to the error notification
Lukas Wirth
-0
/
+5
2022-11-18
feat: Allow viewing the full compiler diagnostic in a readonly textview
Lukas Wirth
-1
/
+2
2022-10-29
Properly handle vscode workspace changes
Lukas Wirth
-7
/
+60
2022-10-29
Always set up VSCode commands
Lukas Wirth
-41
/
+61
2022-10-28
feat: Clicking the status bar item stops and starts the server
Lukas Wirth
-3
/
+10
2022-10-21
internal: Properly handle commands in the VSCode client when the server is st...
Lukas Wirth
-19
/
+61
2022-10-20
internal: Properly handle language configuration config changes
Lukas Wirth
-1
/
+7
2022-10-17
Cleanup output channels
Lukas Wirth
-15
/
+9
2022-10-17
Implement stop and start server commands
Lukas Wirth
-2
/
+0
2022-10-17
Make more things private
Lukas Wirth
-14
/
+21
2022-10-17
Properly reload changed configs for server start
Lukas Wirth
-28
/
+30
2022-10-17
Refactor language client handling
Lukas Wirth
-30
/
+113
2022-10-14
Revert "fix: in VSCode, correctly resolve relative paths to errors"
Jonas Schievink
-4
/
+0
2022-10-08
fix: in VSCode, correctly resolve relative paths to errors
Aleksey Kladov
-0
/
+4
2022-07-22
Auto merge of #12850 - Veykril:display-fix, r=Veykril
bors
-1
/
+3
2022-07-23
fix: Fix error tooltip message for VSCode status bar item
Lukas Wirth
-1
/
+3
2022-07-23
Revert 03a62c180e6a7300d0d7b8c4d680b749c101bcbb
Lukas Wirth
-1
/
+2
2022-07-13
fix: Fix VSCode status bar tooltip not showing the error messages
Lukas Wirth
-15
/
+16
2022-07-09
Bump vscode-languageclient
Laurențiu Nicola
-2
/
+1
2022-06-15
fix: Clear proc-macro changed flag when reloading workspace
Lukas Wirth
-2
/
+2
2022-06-05
internal: Keep output channels across restarts
Lukas Wirth
-2
/
+0
2022-06-05
fix: Cleanup output channels when restarting server
Lukas Wirth
-0
/
+2
[next]