rust/crates
bors aaa1e8e1b8 Auto merge of #15618 - shogo-nakano-desu:internal/port-anymap, r=Veykril
internal: port anymap

## Description
- The anymap crate has been ported. During this process, unnecessary features for rust-analyzer have been removed.
- From the tests that were checking the existing licenses, the anymap license (`BlueOak-1.0.0 OR MIT OR Apache-2.0`) has been removed.

## Requests
- While porting the code this time, I have tried to respect the original author's intentions and have kept the comments/codes as much as possible. Please don't hesitate to tell me if you think the comments/codes also need to be appropriately modified.
- If there are any necessary changes regarding the licensing or anything else, please let me know so I can fix them.

## Issue
https://github.com/rust-lang/rust-analyzer/issues/15500
2023-10-09 08:40:54 +00:00
..
base-db minor: hover_simple refactor 2023-09-24 22:47:29 +02:00
cfg
flycheck Don't pass any target directory options to custom flycheck 2023-10-09 02:15:05 -05:00
hir Shrink PatPtr by swapping its AstPtr and Either wrap order 2023-10-06 12:32:37 +02:00
hir-def Auto merge of #15618 - shogo-nakano-desu:internal/port-anymap, r=Veykril 2023-10-09 08:40:54 +00:00
hir-expand Allocate ast ids for parameters 2023-09-28 13:16:11 +02:00
hir-ty Auto merge of #15696 - rmehri01:14293_tuple_return_type_to_struct, r=Veykril 2023-10-09 08:14:42 +00:00
ide Remove repetitive words 2023-10-05 19:40:41 +08:00
ide-assists Auto merge of #15696 - rmehri01:14293_tuple_return_type_to_struct, r=Veykril 2023-10-09 08:14:42 +00:00
ide-completion Do flyimport completions by prefix search for short paths 2023-10-05 13:21:12 +02:00
ide-db Auto merge of #15713 - Veykril:flyimport-completions-short, r=Veykril 2023-10-09 07:56:02 +00:00
ide-diagnostics Shrink PatPtr by swapping its AstPtr and Either wrap order 2023-10-06 12:32:37 +02:00
ide-ssr
intern
limit
load-cargo
mbe Remove repetitive words 2023-10-05 19:40:41 +08:00
parser Recover better on missing parameter in param list 2023-09-29 12:50:16 +02:00
paths
proc-macro-api
proc-macro-srv
proc-macro-srv-cli
proc-macro-test
profile
project-model Add dedicated target_dir field to CargoConfig and FlycheckConfig 2023-10-09 02:15:05 -05:00
rust-analyzer Auto merge of #15618 - shogo-nakano-desu:internal/port-anymap, r=Veykril 2023-10-09 08:40:54 +00:00
rustc-dependencies Add mock description to rustc-dependencies 2023-10-03 17:32:57 +03:00
sourcegen
stdx Auto merge of #15618 - shogo-nakano-desu:internal/port-anymap, r=Veykril 2023-10-09 08:40:54 +00:00
syntax Shrink PatPtr by swapping its AstPtr and Either wrap order 2023-10-06 12:32:37 +02:00
test-utils Fix unused_variables in tests 2023-09-24 23:45:36 +03:30
text-edit
toolchain
tt
vfs
vfs-notify