rust/crates
bors df75809a85 Auto merge of #15484 - rmehri01:14779_bool_to_enum_assist, r=Veykril
feat: Bool to enum assist

This adds the `bool_to_enum` assist, which converts the type of boolean local variables, fields, constants and statics to a new `enum` type, making it easier to distinguish the meaning of `true` and `false` by renaming the variants.

Closes #14779
2023-09-22 07:19:12 +00:00
..
base-db Fix cfg completions not working 2023-09-08 10:49:15 +02:00
cfg Fix cfg completions not working 2023-09-08 10:49:15 +02:00
flycheck refactor: remove boxing 2023-09-20 23:02:52 +09:00
hir Remove most of the duplication from Semantics{,Impl} via deref 2023-09-13 22:02:28 +00:00
hir-def Auto merge of #15616 - HKalbasi:rustc-deps, r=HKalbasi 2023-09-19 17:41:12 +00:00
hir-expand Emit builtin#format_args in builtin format_args expander 2023-09-06 18:08:20 +02:00
hir-ty Update chalk version 2023-09-19 16:56:59 -07:00
ide Documentation: Add parenthesis to the list of on-typing assists. 2023-09-21 14:58:24 -04:00
ide-assists Auto merge of #15484 - rmehri01:14779_bool_to_enum_assist, r=Veykril 2023-09-22 07:19:12 +00:00
ide-completion Fix cfg completions not working 2023-09-08 10:49:15 +02:00
ide-db Merge branch 'master' into sync-from-rust 2023-09-18 12:04:59 +03:00
ide-diagnostics use code from bug report for regression test 2023-09-17 16:52:32 +03:00
ide-ssr
intern refactor: fix clippy lints 2023-09-15 16:43:21 +09:00
limit
load-cargo
mbe
parser Auto merge of #15615 - shogo-nakano-desu:refactor/fix-clippy-lints, r=Veykril 2023-09-22 06:46:29 +00:00
paths
proc-macro-api
proc-macro-srv
proc-macro-srv-cli
proc-macro-test
profile
project-model Auto merge of #15560 - davidbarsky:davidbarsky/use-sysroot-rustc-to-determine-cfgs, r=Veykril 2023-09-08 18:14:25 +00:00
rust-analyzer Use proper editor name 2023-09-19 23:34:43 +03:00
rustc-dependencies Switch to in-tree rustc dependencies with a cfg flag 2023-09-15 18:10:11 +03:30
sourcegen
stdx
syntax Auto merge of #15484 - rmehri01:14779_bool_to_enum_assist, r=Veykril 2023-09-22 07:19:12 +00:00
test-utils Emit builtin#format_args in builtin format_args expander 2023-09-06 18:08:20 +02:00
text-edit
toolchain
tt
vfs Ensure resolved hint's file exists 2023-09-02 18:28:36 +03:00
vfs-notify Update notify to 6.1.1 2023-09-04 18:00:12 +02:00