rust-analyzer/crates
Aleksey Kladov b610118453 Deny unreachable-pub
It's very useful when `pub` is equivalent to "this is crate's public
API", let's enforce this!

Ideally, we should enforce it for local `cargo test`, and only during
CI, but that needs https://github.com/rust-lang/cargo/issues/5034.
2020-11-02 14:07:08 +01:00
..
arena Add TBD description to arena 2020-08-24 13:29:10 +02:00
assists Merge #6257 2020-10-26 21:40:56 +00:00
base_db Deny unreachable-pub 2020-11-02 14:07:08 +01:00
cfg cfg: move tests to separate file 2020-10-23 12:14:58 +02:00
completion Reduce visibility of some methods 2020-10-26 20:37:19 +03:00
flycheck Update crates 2020-10-20 17:36:02 -04:00
hir Fix case where non FnOnce variables is marked callable 2020-10-26 15:20:33 -03:00
hir_def Deny unreachable-pub 2020-11-02 14:07:08 +01:00
hir_expand Fix typo in comment 2020-10-21 21:51:53 +02:00
hir_ty Deny unreachable-pub 2020-11-02 14:07:08 +01:00
ide Merge #6387 2020-10-28 14:54:00 +00:00
ide_db Merge #6331 #6342 2020-10-24 19:08:12 +00:00
mbe Deny unreachable-pub 2020-11-02 14:07:08 +01:00
parser Don't interpret type path as part of visibility. 2020-10-24 02:20:45 -04:00
paths Add description for crates that will be published 2020-08-24 13:07:22 +02:00
proc_macro_api Deny unreachable-pub 2020-11-02 14:07:08 +01:00
proc_macro_srv Deny unreachable-pub 2020-11-02 14:07:08 +01:00
proc_macro_test Add description for crates that will be published 2020-08-24 13:07:22 +02:00
profile Deny unreachable-pub 2020-11-02 14:07:08 +01:00
project_model remove FIXME after rust 1.47 comes out 2020-10-30 14:58:59 +08:00
rust-analyzer Respond with JSON-RPC error if we failed to deserialize request 2020-10-30 19:57:52 +01:00
ssr Re-export base_db from ide_db 2020-10-24 11:39:57 +03:00
stdx Fix panic context 2020-10-23 15:18:33 +02:00
syntax Deny unreachable-pub 2020-11-02 14:07:08 +01:00
test_utils Fix indentation of inserted use statements 2020-10-24 18:25:23 +02:00
text_edit Actually assert disjointness 2020-09-03 13:37:36 +02:00
toolchain Add description for crates that will be published 2020-08-24 13:07:22 +02:00
tt Add description for crates that will be published 2020-08-24 13:07:22 +02:00
vfs Deny unreachable-pub 2020-11-02 14:07:08 +01:00
vfs-notify Follow symlinks when walking project trees 2020-10-15 14:22:36 -04:00