rust/crates
bors[bot] 6c27c55041
Merge #7870
7870: Use chalk_ir::AdtId r=Veykril a=Veykril

It's a bit unfortunate that we got two AdtId's now(technically 3 with the alias in the chalk module but that one won't allow pattern matching), one from hir_def and one from chalk_ir(hir_ty). But the hir_ty/chalk one doesn't leave hir so it shouldn't be that bad I suppose. Though if I see this right this will happen for almost all IDs.

I imagine most of the intermediate changes to using chalk ids will turn out not too nice until the refactor is over.

Co-authored-by: Lukas Wirth <lukastw97@gmail.com>
2021-03-05 16:04:49 +00:00
..
base_db Fixed remaining references to AnalysisChange (now: Change) 2021-02-28 12:57:41 +01:00
cfg
flycheck Bump cargo_metadata 2021-03-02 14:27:29 +02:00
hir Use chalk_ir::AdtId 2021-03-04 19:38:02 +01:00
hir_def Fix some warnings 2021-03-05 15:59:50 +02:00
hir_expand Fix assert split exprs on comma 2021-02-28 20:46:24 +08:00
hir_ty Use chalk_ir::AdtId 2021-03-04 19:38:02 +01:00
ide Fix some warnings 2021-03-05 15:59:50 +02:00
ide_assists Special-case parenthesized and negated expressions in demorgan assist 2021-03-03 13:18:24 +01:00
ide_completion Complete while let 2021-03-03 23:04:11 +01:00
ide_db Show docs on hover for keywords and primitives 2021-03-02 14:41:01 +01:00
ide_ssr 7526: Renamed create ssr to ide_ssr. 2021-02-23 00:59:16 +05:30
mbe Merge #7513 2021-03-02 13:20:47 +00:00
parser rustfmt 1.4.30-stable 2021-02-18 16:51:21 +01:00
paths
proc_macro_api
proc_macro_srv Merge #7848 2021-03-02 12:31:15 +00:00
proc_macro_test
profile
project_model Bump cargo_metadata 2021-03-02 14:27:29 +02:00
rust-analyzer Migrate to user-centric config name for cargo check stuff 2021-03-04 15:38:53 +03:00
stdx
syntax Update lexer 2021-03-02 15:33:22 -05:00
test_utils Add benchmark test for mbe 2021-02-25 05:47:13 +08:00
text_edit
toolchain
tt
vfs Fix slow tests sometimes failing 2021-02-12 16:31:16 +01:00
vfs-notify Fix slow tests sometimes failing 2021-02-12 16:31:16 +01:00