rust-analyzer/xtask/src
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
..
codegen Deny unreachable-pub 2020-11-02 14:07:08 +01:00
ast_src.rs Update grammar 2020-08-01 13:47:19 +02:00
codegen.rs add completions for clippy lint in attributes 2020-10-20 21:29:31 +02:00
dist.rs Switch from not_bash to xshell 2020-10-17 02:42:42 +02:00
install.rs allow xtask install --client-code[=CLIENT] to specify client 2020-10-17 10:28:12 +02:00
lib.rs Switch from not_bash to xshell 2020-10-17 02:42:42 +02:00
main.rs rename flag --client-code to --client on xtask install 2020-10-20 22:37:02 +02:00
metrics.rs Switch from not_bash to xshell 2020-10-17 02:42:42 +02:00
pre_cache.rs Switch from not_bash to xshell 2020-10-17 02:42:42 +02:00
pre_commit.rs Switch from not_bash to xshell 2020-10-17 02:42:42 +02:00
release.rs Add generated_diagnostic.adoc to the release.rs and smoke_test_docs_generation 2020-10-19 21:07:40 +03:00