rust/crates
Ryo Yoshida 96113b7b8e
Remove prelude fallback path for Rust <1.52.0
We've already removed non-sysroot proc macro server, which effectively
removed support for Rust <1.64.0, so this removal of fallback path
shouldn't be problem at this point.
2023-05-11 21:13:10 +09:00
..
base-db fix: Fix body lowering not using block def maps 2023-05-04 20:46:05 +02:00
cfg
flycheck
hir Refactor 2023-05-11 18:17:16 +09:00
hir-def Remove prelude fallback path for Rust <1.52.0 2023-05-11 21:13:10 +09:00
hir-expand fix: column!() and line!() built-in macros return u32 2023-05-11 21:13:05 +09:00
hir-ty fix: column!() and line!() built-in macros return u32 2023-05-11 21:13:05 +09:00
ide Auto merge of #14725 - HKalbasi:derive-impls, r=HKalbasi 2023-05-04 15:01:44 +00:00
ide-assists Fix pattern type mismatch in tuples 2023-05-04 16:03:36 +03:30
ide-completion Auto merge of #14513 - hecatia-elegua:alias-based-completion2, r=Veykril 2023-04-24 06:34:25 +00:00
ide-db Use triomphe Arc 2023-05-02 20:02:43 +03:00
ide-diagnostics Fix pattern type mismatch in tuples 2023-05-04 16:03:36 +03:30
ide-ssr Use triomphe Arc 2023-05-02 20:02:43 +03:00
intern Use triomphe Arc 2023-05-02 20:02:43 +03:00
limit
mbe Use boxed slices instead ovecs in decl macros 2023-05-02 17:04:53 +02:00
parser Parse bare dyn types with leading lifetime 2023-05-05 04:30:37 +09:00
paths accepting review suggestions 2023-05-02 11:01:41 -03:00
proc-macro-api Use triomphe Arc 2023-05-02 20:02:43 +03:00
proc-macro-srv
proc-macro-srv-cli Remove proc-macro server command from the rust-analyzer binary 2023-04-26 08:19:28 +02:00
proc-macro-test
profile internal: Add some additional status ouput 2023-04-22 09:34:47 +02:00
project-model Use triomphe Arc 2023-05-02 20:02:43 +03:00
rust-analyzer Use triomphe Arc 2023-05-02 20:02:43 +03:00
sourcegen
stdx
syntax Use triomphe Arc 2023-05-02 20:02:43 +03:00
test-utils Emit function bodies in expanding builtin derives 2023-05-03 14:14:47 +03:30
text-edit
toolchain
tt Emit function bodies in expanding builtin derives 2023-05-03 14:14:47 +03:30
vfs Adding crate_root_path to crate_graph 2023-05-02 10:59:31 -03:00
vfs-notify