rust/crates
Aleksey Kladov 58d2ece88a internal: overhaul code generation
* Keep codegen adjacent to the relevant crates.
* Remove codgen deps from xtask, speeding-up from-source installation.

This regresses the release process a bit, as it now needs to run the
tests (and, by extension, compile the code).
2021-07-03 22:11:03 +03:00
..
base_db Don't implement Eq for CrateGraph 2021-07-01 14:10:57 +03:00
cfg Improve completion of cfg attributes 2021-06-21 17:47:00 +01:00
flycheck Use package root as cargo check working directory 2021-05-12 19:50:52 -07:00
hir Mark (method-)calls with never type as exit points 2021-06-23 17:21:47 +02:00
hir_def Merge #9431 2021-07-01 18:25:06 +00:00
hir_expand Resolve attribute paths in attribute highlighting 2021-06-28 21:53:17 +02:00
hir_ty Merge #9428 2021-07-02 12:49:34 +00:00
ide Add cov_mark 2021-07-02 19:34:49 +02:00
ide_assists internal: overhaul code generation 2021-07-03 22:11:03 +03:00
ide_completion internal: overhaul code generation 2021-07-03 22:11:03 +03:00
ide_db wrap_return_type_in_result works on the HIR 2021-07-02 23:19:32 +02:00
ide_diagnostics internal: overhaul code generation 2021-07-03 22:11:03 +03:00
ide_ssr clippy::redundant_field_names 2021-06-13 09:40:22 +05:30
mbe Rewrite convert_tokens to use an explicit stack 2021-06-23 00:21:11 +02:00
parser internal: overhaul code generation 2021-07-03 22:11:03 +03:00
paths tree-wide: make rustdoc links spiky so they are clickable 2021-06-13 21:58:05 -07:00
proc_macro_api Update crates 2021-06-22 13:18:48 -04:00
proc_macro_srv internal: add cloning macro fixture 2021-06-25 23:37:55 +03:00
proc_macro_test internal: add cloning macro fixture 2021-06-25 23:37:55 +03:00
profile Merge #9260 2021-06-14 07:16:48 +00:00
project_model Remove incorrect std dep 2021-07-02 15:42:42 +02:00
rust-analyzer internal: overhaul code generation 2021-07-03 22:11:03 +03:00
sourcegen internal: overhaul code generation 2021-07-03 22:11:03 +03:00
stdx Fix compilation on WASM 2021-06-22 22:01:06 +02:00
syntax internal: overhaul code generation 2021-07-03 22:11:03 +03:00
test_utils test_utils: Make overlapping annotations possible 2021-06-20 19:12:06 +02:00
text_edit Avoid turning completion objects into builders 2020-11-16 23:16:41 +02:00
toolchain Add description for crates that will be published 2020-08-24 13:07:22 +02:00
tt Merge #9260 2021-06-14 07:16:48 +00:00
vfs Nest all the or-patterns! 2021-06-17 17:37:14 +02:00
vfs-notify Fix slow tests sometimes failing 2021-02-12 16:31:16 +01:00