rust/crates
bors[bot] 5009958847
Merge #7568
7568: Fix merging of `segment_index` in path resolution r=jonas-schievink a=jonas-schievink

This caused associated item lookup to fail when modifying `resolver.rs` to handle block expressions with inner items.

bors r+

Co-authored-by: Jonas Schievink <jonasschievink@gmail.com>
2021-02-05 14:16:12 +00:00
..
assists Merge #7535 2021-02-05 02:55:56 +00:00
base_db Fix warnings when running cargo doc --document-private-items 2021-01-18 16:44:40 -05:00
cfg
completion Make ModPath's representation private 2021-02-04 20:49:24 +01:00
flycheck Make logger-based debugging more pleasant 2021-01-28 17:07:53 +03:00
hir Prefer ValueNS when resolving hir path for PathExpressions 2021-01-29 15:59:52 +01:00
hir_def Fix merging of segment_index in path resolution 2021-02-05 15:14:33 +01:00
hir_expand add more counts 2021-01-27 12:39:19 +03:00
hir_ty Remove unnecessary allocs in case_conv 2021-02-05 15:02:39 +01:00
ide Show alias underlying type 2021-02-02 17:47:56 +03:00
ide_db Make ModPath's representation private 2021-02-04 20:49:24 +01:00
mbe Make sure normal dependencies always have version 2021-02-03 12:51:07 +00:00
parser Add validation for mutable const items 2021-01-24 02:17:41 +01:00
paths Document paths items 2021-01-22 15:38:33 +01:00
proc_macro_api Reap proc macro server instances 2021-02-01 21:24:09 +02:00
proc_macro_srv Use non-deprecated memmap2 crate 2021-02-02 10:25:17 -05:00
proc_macro_test
profile add more counts 2021-01-27 12:39:19 +03:00
project_model Async Loading outdir and proc-macro 2021-01-29 01:04:14 +08:00
rust-analyzer Make ModPath's representation private 2021-02-04 20:49:24 +01:00
ssr . 2021-01-20 01:56:11 +03:00
stdx Make always-assert crate reusable 2021-01-26 22:13:42 +03:00
syntax Merge #7535 2021-02-05 02:55:56 +00:00
test_utils
text_edit
toolchain
tt
vfs Document vfs private items 2021-01-12 18:01:47 +01:00
vfs-notify