Commit 3c0f2db
committed
Auto merge of rust-lang#17118 - Veykril:linked-rust-files, r=Veykril
feat: Allow rust files to be used linkedProjects
With this, script files become more usable as the user can at least add them manually to the linked projects, allowing them to be used "on the (manual) fly" without having to open a separate vscode window that only has files open and no folder.
Also makes build scripts work for them (though no proc-macros, for some reason the dylib field is not populated in the output)File tree
1,986 files changed
+494483
-0
lines changed- src/tools/rust-analyzer
- .cargo
- .github
- ISSUE_TEMPLATE
- actions/github-release
- workflows
- .vscode
- assets
- bench_data
- crates
- base-db
- src
- cfg
- src
- flycheck
- src
- hir-def
- src
- attr
- body
- tests
- data
- dyn_map
- hir
- item_tree
- macro_expansion_tests
- mbe
- nameres
- tests
- path
- hir-expand
- src
- hir-ty
- src
- consteval
- tests
- diagnostics
- decl_check
- match_check
- infer
- layout
- tests
- mir
- eval
- shim
- lower
- tests
- hir
- src
- semantics
- term_search
- ide-assists
- src
- handlers
- tests
- utils
- ide-completion
- src
- completions
- attribute
- item_list
- postfix
- context
- render
- tests
- ide-db
- src
- generated
- imports
- insert_use
- prime_caches
- syntax_helpers
- test_data
- ide-diagnostics
- src
- handlers
- ide-ssr
- src
- ide
- src
- annotations
- doc_links
- hover
- inlay_hints
- syntax_highlighting
- test_data
- typing
- intern
- src
- limit
- src
- load-cargo
- src
- mbe
- src
- expander
- syntax_bridge
- parser
- src
- grammar
- expressions
- items
- syntax_kind
- tests
- test_data
- lexer
- err
- ok
- parser
- err
- inline
- err
- ok
- ok
- paths
- src
- proc-macro-api
- src
- msg
- proc-macro-srv-cli
- src
- proc-macro-srv
- proc-macro-test
- imp
- src
- src
- src
- server
- tests
- profile
- src
- project-model
- src
- test_data
- fake-sysroot
- alloc/src
- core/src
- panic_abort/src
- panic_unwind/src
- proc_macro/src
- profiler_builtins/src
- stdarch/crates/std_detect/src
- std/src
- term/src
- test/src
- unwind/src
- output
- rust-analyzer
- src
- bin
- cli
- config
- diagnostics
- test_data
- handlers
- lsp
- tracing
- tests
- slow-tests
- test_data
- salsa
- salsa-macros
- src
- src
- derived
- runtime
- tests
- incremental
- parallel
- storage_varieties
- sourcegen
- src
- span
- src
- stdx
- src
- thread
- syntax
- fuzz
- fuzz_targets
- src
- ast
- generated
- parsing
- validation
- test_data
- parser
- fuzz-failures
- validation
- reparse/fuzz-failures
- test-fixture
- src
- test-utils
- src
- text-edit
- src
- toolchain
- src
- tt
- src
- vfs-notify
- src
- vfs
- src
- file_set
- vfs_path
- docs
- dev
- user
- editors/code
- src
- tests
- unit
- lib
- la-arena
- src
- line-index
- src
- lsp-server
- examples
- src
- xtask
- src
- codegen
- grammar
- publish
- release
- test_data
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
1,986 files changed
+494483
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
Lines changed: 35 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
Lines changed: 21 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
0 commit comments