rust-analyzer/crates
bors 057857ec23 Auto merge of #14334 - swarnimarun:is-float-char, r=lnicola
feat: add `is_float` & `is_char` to `hir::Type`

Some useful functions we didn't have on `Type` (were present on `BuiltinType`).

Also, I am considering exposing `TyKind` with `get_kind`, let me know if that's a better idea than implementing these API extensions incrementally.
2023-03-14 06:56:46 +00:00
..
base-db ⬆️ rust-analyzer 2023-02-13 13:55:14 +02:00
cfg ⬆️ rust-analyzer 2023-02-13 13:55:14 +02:00
flycheck ⬆️ rust-analyzer 2023-03-13 10:42:24 +02:00
hir feat: add is_float & is_char to hir::Type 2023-03-13 15:47:50 +05:30
hir-def ⬆️ rust-analyzer 2023-03-13 10:42:24 +02:00
hir-expand ⬆️ rust-analyzer 2023-03-13 10:42:24 +02:00
hir-ty ⬆️ rust-analyzer 2023-03-13 10:42:24 +02:00
ide ⬆️ rust-analyzer 2023-03-13 10:42:24 +02:00
ide-assists ⬆️ rust-analyzer 2023-03-13 10:42:24 +02:00
ide-completion Auto merge of #109069 - lnicola:rust-analyzer-2023-03-13, r=lnicola 2023-03-13 16:54:43 +00:00
ide-db ⬆️ rust-analyzer 2023-03-13 10:42:24 +02:00
ide-diagnostics ⬆️ rust-analyzer 2023-03-13 10:42:24 +02:00
ide-ssr ⬆️ rust-analyzer 2023-03-13 10:42:24 +02:00
intern ⬆️ rust-analyzer 2023-02-13 13:55:14 +02:00
limit ⬆️ rust-analyzer 2023-02-13 13:55:14 +02:00
mbe ⬆️ rust-analyzer 2023-02-20 10:14:12 +02:00
parser ⬆️ rust-analyzer 2023-03-13 10:42:24 +02:00
paths ⬆️ rust-analyzer 2023-02-13 13:55:14 +02:00
proc-macro-api ⬆️ rust-analyzer 2023-02-20 10:14:12 +02:00
proc-macro-srv ⬆️ rust-analyzer 2023-02-13 13:55:14 +02:00
proc-macro-srv-cli ⬆️ rust-analyzer 2023-02-13 13:55:14 +02:00
proc-macro-test ⬆️ rust-analyzer 2023-02-13 13:55:14 +02:00
profile ⬆️ rust-analyzer 2023-02-13 13:55:14 +02:00
project-model Add path of workspace root folders to status output 2023-03-13 14:45:41 -04:00
rust-analyzer Add path of workspace root folders to status output 2023-03-13 14:45:41 -04:00
sourcegen ⬆️ rust-analyzer 2023-02-13 13:55:14 +02:00
stdx ⬆️ rust-analyzer 2023-02-20 10:14:12 +02:00
syntax ⬆️ rust-analyzer 2023-03-13 10:42:24 +02:00
test-utils ⬆️ rust-analyzer 2023-03-13 10:42:24 +02:00
text-edit ⬆️ rust-analyzer 2023-02-13 13:55:14 +02:00
toolchain ⬆️ rust-analyzer 2023-03-13 10:42:24 +02:00
tt ⬆️ rust-analyzer 2023-02-13 13:55:14 +02:00
vfs ⬆️ rust-analyzer 2023-02-13 13:55:14 +02:00
vfs-notify ⬆️ rust-analyzer 2023-02-13 13:55:14 +02:00