rust/crates
Florian Diebold af466f8542 Make Ty wrap TyKind in an Arc
... like it will be in Chalk. We still keep `interned_mut` and
`into_inner` methods that will probably not exist with Chalk.

This worsens performance slightly (5ginstr inference on RA), but doesn't
include other simplifications we can do yet.
2021-03-14 17:31:08 +01:00
..
base_db
cfg
flycheck
hir More renaming 2021-03-14 16:33:27 +01:00
hir_def Create TraitEnvironment through a query 2021-03-13 20:38:45 +01:00
hir_expand Merge #7994 2021-03-13 13:04:45 +00:00
hir_ty Make Ty wrap TyKind in an Arc 2021-03-14 17:31:08 +01:00
ide Merge #7799 2021-03-13 13:50:35 +00:00
ide_assists Allow applying De Morgan's law to multiple terms at once 2021-03-12 10:19:54 -05:00
ide_completion Skip ref_match on same types, remove sorting in tests 2021-03-14 12:25:37 +02:00
ide_db Merge #7799 2021-03-13 13:50:35 +00:00
ide_ssr Merge #7961 2021-03-10 17:06:11 +00:00
mbe Simpify mbe bindings builder 2021-03-14 11:54:19 +08:00
parser Fix remaining references to cargo xtask codegen 2021-03-12 15:10:33 +01:00
paths
proc_macro_api use doc-comments 2021-03-10 04:54:31 +08:00
proc_macro_srv Compilation speed 2021-03-09 22:30:58 +03:00
proc_macro_test
profile
project_model Never run cargo check on the rustc source 2021-03-08 16:42:18 +00:00
rust-analyzer Add no-sysroot flag for analysis-stats 2021-03-14 18:31:14 +08:00
stdx
syntax Attach trivia to ast::Union nodes 2021-03-14 11:11:01 +01:00
test_utils Use upstream cov-mark 2021-03-08 22:19:44 +02:00
text_edit
toolchain
tt add expand log 2021-03-13 20:14:21 +08:00
vfs
vfs-notify