rust/crates
bors 2feabc4dc4 Auto merge of #14622 - alibektas:make_ty_alias, r=alibektas
Add syntax::make::ty_alias

There was until now no function that returns TypeAlias. This commit introduces a func that is fully compliant with the Rust Reference. I had problems working with Ident so for now the function uses simple string manipulation until ast_from_text function is called. I am however open to any ideas that could replace ident param in such a way that it accepts syntax::ast::Ident
2023-04-22 11:43:42 +00:00
..
base-db Auto merge of #14632 - Veykril:lru-macro, r=lnicola 2023-04-22 11:13:35 +00:00
cfg
flycheck
hir Auto merge of #14628 - Veykril:symbols, r=Veykril 2023-04-22 07:04:33 +00:00
hir-def Auto merge of #14634 - Veykril:assoc-collect, r=Veykril 2023-04-22 09:49:57 +00:00
hir-expand Auto merge of #14632 - Veykril:lru-macro, r=lnicola 2023-04-22 11:13:35 +00:00
hir-ty Auto merge of #14630 - Veykril:arc, r=Veykril 2023-04-22 07:58:13 +00:00
ide Auto merge of #14630 - Veykril:arc, r=Veykril 2023-04-22 07:58:13 +00:00
ide-assists Auto merge of #14577 - jsoref:spelling, r=lnicola 2023-04-19 14:05:40 +00:00
ide-completion Auto merge of #14577 - jsoref:spelling, r=lnicola 2023-04-19 14:05:40 +00:00
ide-db Auto merge of #14632 - Veykril:lru-macro, r=lnicola 2023-04-22 11:13:35 +00:00
ide-diagnostics Fix need-mut large span in closures and a false positive 2023-04-21 02:15:19 +03:30
ide-ssr internal: Arc<String> -> Arc<str> 2023-04-22 09:48:37 +02:00
intern
limit Move Expander and LowerCtx into separate modules 2023-04-17 20:44:06 +02:00
mbe mbe: fix token conversion for doc comments 2023-04-22 03:06:06 +00:00
parser Auto merge of #14577 - jsoref:spelling, r=lnicola 2023-04-19 14:05:40 +00:00
paths
proc-macro-api Encode closing delimiter span in FlatTrees 2023-04-14 10:34:41 +02:00
proc-macro-srv Encode closing delimiter span in FlatTrees 2023-04-14 10:34:41 +02:00
proc-macro-srv-cli
proc-macro-test
profile internal: Add some additional status ouput 2023-04-22 09:34:47 +02:00
project-model Auto merge of #14599 - HKalbasi:dev2, r=HKalbasi 2023-04-20 22:26:17 +00:00
rust-analyzer Auto merge of #14630 - Veykril:arc, r=Veykril 2023-04-22 07:58:13 +00:00
sourcegen
stdx
syntax Auto merge of #14622 - alibektas:make_ty_alias, r=alibektas 2023-04-22 11:43:42 +00:00
test-utils Add minicore smoke test 2023-04-18 17:38:38 +03:30
text-edit
toolchain
tt Bump smol-str 2023-04-11 14:39:19 +02:00
vfs Report vfs memory usage in status command 2023-04-22 09:57:48 +02:00
vfs-notify