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
Age
Commit message (
Expand
)
Author
Lines
2023-04-28
fix: Fix restart server button trying to start instead of restart the server
Lukas Wirth
-9
/
+8
2023-04-26
Remove proc-macro server command from the rust-analyzer binary
Lukas Wirth
-1
/
+1
2023-04-20
using VSCode's native parameterHints.enabled setting
Nagy Botond
-9
/
+4
2023-04-20
Automatic parameter hints trigger can be toggled on/off
Nagy Botond
-1
/
+12
2023-04-19
Spelling
Josh Soref
-6
/
+6
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
-3
/
+4
2023-04-11
Auto merge of #14535 - davidbarsky:davidbarsky/use-parent-folder-for-discover...
bors
-12
/
+15
2023-04-10
Compute closure captures
hkalbasi
-0
/
+17
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
Auto merge of #14444 - zapkub:runable-debug-env-is-not-passing-properly, r=Ve...
bors
-4
/
+12
2023-03-30
Auto merge of #14410 - Veykril:query-lru-capacities, r=Veykril
bors
-0
/
+5
2023-03-30
internal: Add config to specifiy lru capacities for all queries
Lukas Wirth
-0
/
+5
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
/
+69
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
-7
/
+7
2023-03-25
minor: Add user facing command for reloading proc-macros in VSCode
Lukas Wirth
-0
/
+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
/
+73
2023-03-14
Auto merge of #14307 - davidbarsky:davidbarsky/add-cargo-style-project-discov...
bors
-11
/
+247
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-14
Auto merge of #14337 - Veykril:vscode-status, r=lnicola
bors
-2
/
+6
2023-03-13
rename "addProject" command
David Barsky
-1
/
+1
2023-03-13
fmt
David Barsky
-1
/
+1
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
move `rust-analyzer.discoverProjectCommand` above `$generated-start` to avoid...
David Barsky
-11
/
+11
2023-03-13
fix typo in package.json.
David Barsky
-2
/
+2
2023-03-13
remove errant `--` in `executeDiscoverProject`
David Barsky
-1
/
+1
2023-03-13
fmt
David Barsky
-37
/
+58
2023-03-13
This commit add Cargo-style project discovery for Buck and Bazel users.
David Barsky
-17
/
+189
2023-03-13
Allow the status bar item to be clicked again
Lukas Wirth
-2
/
+6
2023-03-12
Add and use rust-analyzer.cargo.extraArgs setting
Laurențiu Nicola
-0
/
+8
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
/
+29
2023-02-28
Auto merge of #14040 - HKalbasi:mir, r=HKalbasi
bors
-0
/
+5
2023-02-27
beginning of MIR
hkalbasi
-0
/
+5
2023-02-26
Respect $CARGO_HOME when looking up toolchains.
Tomoki Nakagawa
-12
/
+18
2023-02-24
Auto merge of #14175 - jmviz:openDocs-context-menu, r=lnicola
bors
-3
/
+8
2023-02-21
Try to improve the rustfmt.overrideCommand docs
Laurențiu Nicola
-1
/
+1
2023-02-19
change titles of commands in context menu to title case. shorten open docs co...
jmviz
-2
/
+2
2023-02-17
add openDocs to context menu. add further restrictions to context menu when c...
jmviz
-1
/
+6
[next]