]> git.lizzy.rs Git - rust.git/commit
Merge commit '8d14c94b5c0a66241b4244f1c60ac5859cec1d97' into clippyup
authorflip1995 <philipp.krones@embecosm.com>
Mon, 17 Jan 2022 12:29:07 +0000 (13:29 +0100)
committerflip1995 <philipp.krones@embecosm.com>
Mon, 17 Jan 2022 12:29:07 +0000 (13:29 +0100)
commitddad101b8a5029e1ed1ee346dd91d7ebb4651bef
treed8a5ce3267b8e9fca80b8a2332ac1204afdf192d
parentf4a88f23c1bc796153f92d95b3f1b5660c0eee99
Merge commit '8d14c94b5c0a66241b4244f1c60ac5859cec1d97' into clippyup
43 files changed:
CHANGELOG.md
COPYRIGHT
LICENSE-APACHE
LICENSE-MIT
README.md
clippy_lints/src/bit_mask.rs
clippy_lints/src/copies.rs
clippy_lints/src/format.rs
clippy_lints/src/functions/not_unsafe_ptr_arg_deref.rs
clippy_lints/src/iter_not_returning_iterator.rs
clippy_lints/src/lib.register_all.rs
clippy_lints/src/lib.register_lints.rs
clippy_lints/src/lib.register_pedantic.rs
clippy_lints/src/lib.register_perf.rs
clippy_lints/src/lib.register_suspicious.rs
clippy_lints/src/methods/implicit_clone.rs
clippy_lints/src/methods/iter_overeager_cloned.rs [new file with mode: 0644]
clippy_lints/src/methods/mod.rs
clippy_lints/src/methods/or_fun_call.rs
clippy_lints/src/misc.rs
clippy_lints/src/return_self_not_must_use.rs
rustc_tools_util/README.md
tests/ui/cmp_owned/comparison_flip.fixed [new file with mode: 0644]
tests/ui/cmp_owned/comparison_flip.rs [new file with mode: 0644]
tests/ui/cmp_owned/comparison_flip.stderr [new file with mode: 0644]
tests/ui/format.fixed
tests/ui/format.rs
tests/ui/format.stderr
tests/ui/functions.rs
tests/ui/functions.stderr
tests/ui/if_same_then_else2.rs
tests/ui/implicit_clone.rs
tests/ui/implicit_clone.stderr
tests/ui/iter_not_returning_iterator.rs
tests/ui/iter_overeager_cloned.fixed [new file with mode: 0644]
tests/ui/iter_overeager_cloned.rs [new file with mode: 0644]
tests/ui/iter_overeager_cloned.stderr [new file with mode: 0644]
tests/ui/or_fun_call.fixed
tests/ui/or_fun_call.rs
tests/ui/or_fun_call.stderr
tests/ui/return_self_not_must_use.rs
tests/ui/return_self_not_must_use.stderr
util/gh-pages/index.html