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
/
src
/
tools
/
rust-analyzer
/
editors
/
code
Age
Commit message (
Expand
)
Author
Lines
2024-07-06
fix: Fix runnables being incorrectly constructed
Lukas Wirth
-113
/
+223
2024-07-06
Auto merge of #17548 - Veykril:debug-fix, r=Veykril
bors
-11
/
+15
2024-07-06
Fix passing message-format after -- in debugging
Lukas Wirth
-11
/
+15
2024-07-06
Auto merge of #17547 - Veykril:runnables-env, r=Veykril
bors
-19
/
+34
2024-07-06
Flatten cargoExtraArgs away from the runnable lsp extension
Lukas Wirth
-15
/
+7
2024-07-06
Add environment to runnable lsp extension
Lukas Wirth
-13
/
+36
2024-07-06
Auto merge of #17508 - jjoeldaniel:landing-page, r=Veykril
bors
-0
/
+128
2024-07-02
squash.
Shohei Wada
-0
/
+10
2024-07-01
Auto merge of #17495 - listochkin:pass-cargo-extra-args-for-debugger, r=Veykril
bors
-2
/
+3
2024-07-01
Auto merge of #17522 - Veykril:comptimes, r=Veykril
bors
-6
/
+6
2024-06-30
Remove serde flag from indexmap dependency
Lukas Wirth
-6
/
+6
2024-06-29
Make borrow checking configurable for term search
Tavo Annus
-0
/
+10
2024-06-28
Add landing/faq walkthroughs and commands for quick access
Joel Daniel Rico
-0
/
+128
2024-06-25
pass cargo extra args when debug
Andrei Listochkin
-2
/
+3
2024-06-24
Auto merge of #17411 - Wilfred:clearer_unlinked_file, r=Veykril
bors
-1
/
+2
2024-06-22
Fix suggestions of unstable constants
Tavo Annus
-4
/
+4
2024-06-20
fix: Improve hover text in unlinked file diagnostics
Wilfred Hughes
-1
/
+2
2024-06-19
remove panicbit.cargo extension warning
panicbit
-10
/
+0
2024-06-19
Auto merge of #17438 - jjoeldaniel:toggle_lsp_logs, r=Veykril
bors
-0
/
+23
2024-06-19
Tidy up vscode extension a bit
Lukas Wirth
-171
/
+143
2024-06-17
Fix and cleanup VSCode task building
Lukas Wirth
-72
/
+85
2024-06-17
feat: add `toggleLSPLogs` command
Joel Daniel Rico
-0
/
+23
2024-06-13
fix: avoid doubling cargo args in runnables
David Barsky
-8
/
+9
2024-06-11
Auto merge of #16840 - Wilfred:shell_runnable, r=Veykril
bors
-73
/
+138
2024-06-11
feature: add build system info; runnables to `rust-project.json`
Wilfred Hughes
-73
/
+138
2024-06-11
Chore(deps-dev): Bump braces from 3.0.2 to 3.0.3 in /editors/code
dependabot[bot]
-7
/
+7
2024-06-11
Simplify some config serialization stuff
Lukas Wirth
-9
/
+40
2024-06-07
Add version info to status bar item
Lukas Wirth
-24
/
+46
2024-06-06
fix: incorrect formatting of hover actions
roife
-1
/
+1
2024-06-04
fmt
ChosenName
-4
/
+4
2024-06-04
fmt
ChosenName
-2
/
+6
2024-06-04
Update package.json
ChosenName
-1392
/
+2198
2024-05-25
Removed return
Jonas Rinke
-3
/
+4
2024-05-25
Formatting
Jonas Rinke
-2
/
+2
2024-05-25
Semicolon
Jonas Rinke
-1
/
+1
2024-05-25
Use correct format for setting environment variables when debugging with cppt...
Jonas Rinke
-1
/
+3
2024-05-24
Use cwd from runnable.args for debugger
roife
-3
/
+4
2024-05-24
Revert "Debug use cargo workspace root as cwd. fixes #13022"
roife
-32
/
+12
2024-05-23
Allow sysroots to only consist of the source root dir
Lukas Wirth
-7
/
+0
2024-05-08
Make term search fuel configurable
Tavo Annus
-0
/
+12
2024-04-30
docs: Fix typo in VS Code setting description
Wilfred Hughes
-1
/
+1
2024-04-26
Show workspace info in the status bar
Lukas Wirth
-7
/
+10
2024-04-25
Auto merge of #17021 - roife:add-hover-limits-for-adts, r=Veykril
bors
-3
/
+12
2024-04-21
Allow rust files to be used linkedProjects
Lukas Wirth
-0
/
+13008
2024-04-20
Add hovering limitations support for variants
roife
-2
/
+2
2024-04-19
fix: add a separate setting for enum variants
roife
-2
/
+11
2024-04-16
fix: adjust the limitation for ADTs' fields to 5
roife
-1
/
+1
2024-04-16
Update tests and docs for hover_show_adtFieldsOrVariants
roife
-3
/
+3
2024-04-16
Add config hover_show_adtFieldsOrVariants to handle hovering limitation for ADTs
roife
-0
/
+13005
[prev]