rust/crates
bors[bot] 098284aec8
Merge #10522
10522: fix: make signature info response conform to spec r=lnicola a=muscar

This addreses https://github.com/rust-analyzer/rust-analyzer/issues/10464.

This patch picks up `lsp-types` 0.90.1, which serialises the `SignatureInformation` and `ParameterInformation` with the right casing. It also adds `activeSignature` field as part of the top-level signature response. It keeps `activeParameter` at the top-level for backwards compatibility.

Co-authored-by: Alex Muscar <alex@muscar.eu>
2021-10-11 19:58:27 +00:00
..
base_db internal: add integrated test for token censoring 2021-10-10 16:52:21 +03:00
cfg internal: update expect 2021-10-09 17:17:16 +03:00
flycheck
hir Expose HasSource::source through Semantics with caching behaviour 2021-10-07 15:00:14 +02:00
hir_def internal: add integrated test for token censoring 2021-10-10 16:52:21 +03:00
hir_expand Merge #10514 2021-10-10 18:09:13 +00:00
hir_ty internal: update expect 2021-10-09 17:17:16 +03:00
ide Merge #10504 2021-10-10 07:17:52 +00:00
ide_assists Merge #10504 2021-10-10 07:17:52 +00:00
ide_completion Simplify 2021-10-11 21:49:50 +02:00
ide_db internal: update expect 2021-10-09 17:17:16 +03:00
ide_diagnostics Merge #10504 2021-10-10 07:17:52 +00:00
ide_ssr internal: update expect 2021-10-09 17:17:16 +03:00
limit
mbe internal: clean up code duplication 2021-10-10 21:08:10 +03:00
parser Support let...else 2021-10-07 17:06:24 +02:00
paths
proc_macro_api
proc_macro_srv internal: update expect 2021-10-09 17:17:16 +03:00
proc_macro_test
profile
project_model internal: update expect 2021-10-09 17:17:16 +03:00
rust-analyzer Merge #10522 2021-10-11 19:58:27 +00:00
sourcegen
stdx Fix stdx::to_snake_case 2021-10-06 23:24:47 +02:00
syntax Merge #10506 2021-10-10 07:56:47 +00:00
test_utils internal: move tests 2021-10-10 12:39:58 +03:00
text_edit
toolchain
tt Replace if let with match where appropriate 2021-10-05 09:00:21 +11:00
vfs
vfs-notify