rust/crates
bors[bot] b16add934d
Merge #7310 #7395
7310: Add assist: add lifetime to type r=matklad a=bnjjj

close #7200 

7395: Obtain `ModuleId`'s `DefMap` through a method r=jonas-schievink a=jonas-schievink

Once `ModuleId` can represent modules inside block expressions, this will be required in order to obtain the correct `DefMap`. Otherwise existing code might use a `LocalModuleId` from the wrong `DefMap` and cause a panic.

bors r+

Co-authored-by: Benjamin Coenen <5719034+bnjjj@users.noreply.github.com>
Co-authored-by: Jonas Schievink <jonasschievink@gmail.com>
2021-01-22 15:45:50 +00:00
..
assists Merge #7310 #7395 2021-01-22 15:45:50 +00:00
base_db Fix warnings when running cargo doc --document-private-items 2021-01-18 16:44:40 -05:00
cfg
completion Update completions test output 2021-01-20 18:46:22 +01:00
flycheck Unfreeze cargo_metadata 2021-01-11 08:27:16 -05:00
hir Obtain ModuleId's DefMap through a method 2021-01-22 16:33:58 +01:00
hir_def Obtain ModuleId's DefMap through a method 2021-01-22 16:33:58 +01:00
hir_expand Merge #7359 2021-01-20 16:09:22 +00:00
hir_ty Obtain ModuleId's DefMap through a method 2021-01-22 16:33:58 +01:00
ide Merge #7353 2021-01-22 15:31:47 +00:00
ide_db Merge #7353 2021-01-22 15:31:47 +00:00
mbe ⬆️ rowan 2021-01-20 14:04:53 +03:00
parser Merge #7341 2021-01-18 23:19:53 +00:00
paths
proc_macro_api Enable serde_json unbounded_depth feature 2021-01-18 14:04:20 +02:00
proc_macro_srv cargo update 2021-01-18 13:13:24 -05:00
proc_macro_test
profile Include countme crate to count important data structures. 2021-01-21 19:30:52 +03:00
project_model Use AbsPath 2021-01-22 19:51:14 +08:00
rust-analyzer Merge #7353 2021-01-22 15:31:47 +00:00
ssr . 2021-01-20 01:56:11 +03:00
stdx Fix warnings when running cargo doc --document-private-items 2021-01-18 16:44:40 -05:00
syntax Up lexer 2021-01-21 09:31:06 -05:00
test_utils Fixed typos in code comments 2021-01-09 15:41:29 +01:00
text_edit
toolchain
tt
vfs Document vfs private items 2021-01-12 18:01:47 +01:00
vfs-notify