]> git.lizzy.rs Git - rust.git/commit
Rename "blacklisted name" to "disallowed name" throughout
authorAndy Caldwell <andrew.caldwell@metaswitch.com>
Wed, 8 Jun 2022 15:20:30 +0000 (16:20 +0100)
committerAndy Caldwell <andrew.caldwell@metaswitch.com>
Fri, 29 Jul 2022 18:35:18 +0000 (19:35 +0100)
commit2f48257cfb1732f6824fed7da10c559b01e9554e
treef262d510546f0728ff7e9ba283d4e6e285f140bb
parent53a09d48557119d2b2a875d77a284b470a95e1c8
Rename "blacklisted name" to "disallowed name" throughout
67 files changed:
CHANGELOG.md
README.md
book/src/configuration.md
clippy_lints/src/blacklisted_name.rs [deleted file]
clippy_lints/src/disallowed_name.rs [new file with mode: 0644]
clippy_lints/src/lib.register_all.rs
clippy_lints/src/lib.register_lints.rs
clippy_lints/src/lib.register_style.rs
clippy_lints/src/lib.rs
clippy_lints/src/renamed_lints.rs
clippy_lints/src/utils/conf.rs
clippy_lints/src/utils/internal_lints/metadata_collector.rs
tests/ui-toml/bad_toml_type/clippy.toml
tests/ui-toml/bad_toml_type/conf_bad_type.stderr
tests/ui-toml/blacklisted_names_append/blacklisted_names.rs [deleted file]
tests/ui-toml/blacklisted_names_append/blacklisted_names.stderr [deleted file]
tests/ui-toml/blacklisted_names_append/clippy.toml [deleted file]
tests/ui-toml/blacklisted_names_replace/blacklisted_names.rs [deleted file]
tests/ui-toml/blacklisted_names_replace/blacklisted_names.stderr [deleted file]
tests/ui-toml/blacklisted_names_replace/clippy.toml [deleted file]
tests/ui-toml/disallowed_names_append/clippy.toml [new file with mode: 0644]
tests/ui-toml/disallowed_names_append/disallowed_names.rs [new file with mode: 0644]
tests/ui-toml/disallowed_names_append/disallowed_names.stderr [new file with mode: 0644]
tests/ui-toml/disallowed_names_replace/clippy.toml [new file with mode: 0644]
tests/ui-toml/disallowed_names_replace/disallowed_names.rs [new file with mode: 0644]
tests/ui-toml/disallowed_names_replace/disallowed_names.stderr [new file with mode: 0644]
tests/ui-toml/toml_blacklist/clippy.toml [deleted file]
tests/ui-toml/toml_blacklist/conf_french_blacklisted_name.rs [deleted file]
tests/ui-toml/toml_blacklist/conf_french_blacklisted_name.stderr [deleted file]
tests/ui-toml/toml_disallow/clippy.toml [new file with mode: 0644]
tests/ui-toml/toml_disallow/conf_french_disallowed_name.rs [new file with mode: 0644]
tests/ui-toml/toml_disallow/conf_french_disallowed_name.stderr [new file with mode: 0644]
tests/ui-toml/toml_unknown_key/conf_unknown_key.stderr
tests/ui/blacklisted_name.rs [deleted file]
tests/ui/blacklisted_name.stderr [deleted file]
tests/ui/borrow_box.rs
tests/ui/box_collection.rs
tests/ui/box_collection.stderr
tests/ui/crashes/ice-2760.rs
tests/ui/crashes/ice-3462.rs
tests/ui/crashes/regressions.rs
tests/ui/disallowed_name.rs [new file with mode: 0644]
tests/ui/disallowed_name.stderr [new file with mode: 0644]
tests/ui/if_same_then_else.rs
tests/ui/if_same_then_else2.rs
tests/ui/iter_skip_next.fixed
tests/ui/iter_skip_next.rs
tests/ui/let_if_seq.rs
tests/ui/manual_ok_or.fixed
tests/ui/manual_ok_or.rs
tests/ui/match_same_arms2.rs
tests/ui/methods.rs
tests/ui/mismatching_type_param_order.rs
tests/ui/mixed_read_write_in_expression.rs
tests/ui/op_ref.rs
tests/ui/rc_mutex.rs
tests/ui/redundant_allocation.rs
tests/ui/redundant_allocation_fixable.fixed
tests/ui/redundant_allocation_fixable.rs
tests/ui/rename.fixed
tests/ui/rename.rs
tests/ui/rename.stderr
tests/ui/skip_while_next.rs
tests/ui/swap.fixed
tests/ui/swap.rs
tests/ui/trivially_copy_pass_by_ref.rs
tests/ui/used_underscore_binding.rs