Skip to content

Update Clippy #74792

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 60 commits into from
Jul 26, 2020
Merged
Changes from 1 commit
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
f7acea2
Register redundant_field_names and non_expressive_names as early passes
flip1995 Apr 23, 2020
485229c
Fix fallout in redundant_field_names
flip1995 May 12, 2020
efd3dcf
Fix fallout in similar_names
flip1995 May 12, 2020
bb37a0f
Avoid triggering similar names on code from expansion
ebroto May 26, 2020
201999c
improve advice in iter_nth_zero
warner Jul 13, 2020
d067d03
Add test for `needless_range_loop` issue
Jul 14, 2020
6f25adb
Merge commit '2ca58e7dda4a9eb142599638c59dc04d15961175' into clippyup
flip1995 Jul 14, 2020
1267909
new lint: Returning unit from closures expecting Ord
matthiaskrgr Mar 30, 2020
e83b3eb
formatting nits
warner Jul 14, 2020
97d7a8b
Auto merge of #5737 - Uriopass:unit-for-ord, r=flip1995
bors Jul 14, 2020
128c5de
Auto merge of #5793 - warner:5783-nth-zero-next, r=flip1995
bors Jul 14, 2020
84cdce0
Auto merge of #5798 - mikerite:fix-2277-2, r=yaahc
bors Jul 14, 2020
f2f99be
Remove lots of `Symbol::as_str()` calls.
nnethercote Jul 8, 2020
29de25b
const_eval_resolve
lcnr Jul 2, 2020
c5b9463
improve naming
lcnr Jul 15, 2020
bf3104e
WithOptConstParam::dummy -> WithOptConstParam::unknown
lcnr Jul 15, 2020
a064045
Removing snippet from SHADOW_UNRELATED message.
Leulz Jul 13, 2020
d9bf74e
Merge remote-tracking branch 'upstream/master' into rustup
flip1995 Jul 15, 2020
b3614b4
Auto merge of #5802 - flip1995:rustup, r=flip1995
bors Jul 15, 2020
9349441
Auto merge of #5788 - Leulz:shadow-unrelated-fix-rhs, r=flip1995
bors Jul 15, 2020
9aa3435
Merge remote-tracking branch 'upstream/rust-1.44.1' into backport_rem…
flip1995 Jul 16, 2020
bb67423
Auto merge of #5804 - flip1995:backport_remerge, r=flip1995
bors Jul 16, 2020
ef896fa
Fix deploy script for beta deployment
flip1995 Jul 16, 2020
c65eb4d
Track tag files, before checking for the diff
flip1995 Jul 16, 2020
cf383cf
Update changelog to beta-1.46
flip1995 Jul 16, 2020
aba0d24
Typo: Change Log -> Changelog
flip1995 Jul 16, 2020
d9bf9f0
Auto merge of #5806 - flip1995:deploy_beta_fix, r=phansch
bors Jul 16, 2020
c2cb565
Auto merge of #5807 - flip1995:changelog, r=yaahc
bors Jul 16, 2020
62db617
Avoid storing `SymbolStr` in a struct.
nnethercote Jul 13, 2020
70a41a9
Enable detecting multiple-argument panics
JarredAllen Jul 16, 2020
07867fd
Clean up dogfood fallout
JarredAllen Jul 16, 2020
3618b97
fix typos (found by codespell)
matthiaskrgr Jul 16, 2020
82c8f25
Auto merge of #5810 - matthiaskrgr:typos_2, r=Manishearth
bors Jul 17, 2020
57678c8
Auto merge of #5811 - JarredAllen:panic_multiple_args, r=phansch
bors Jul 17, 2020
5a20489
Rename TypeckTables to TypeckResults.
Lezzz Jul 17, 2020
e5105e8
Fix typo
giraffate Jul 17, 2020
1367f25
Auto merge of #5814 - giraffate:fix_typo, r=flip1995
bors Jul 17, 2020
7c5d4a4
Add test for correct behavior
JarredAllen Jul 17, 2020
e85b590
Fix bug in lint
JarredAllen Jul 17, 2020
3d3a13d
Fix sync fallout (fmt)
flip1995 Jul 17, 2020
9a945c7
Auto merge of #5817 - flip1995:rustup, r=flip1995
bors Jul 17, 2020
0f501ac
Merge remote-tracking branch 'upstream/master' into rustup
flip1995 Jul 18, 2020
799eef6
Auto merge of #5818 - flip1995:rustup, r=flip1995
bors Jul 18, 2020
8cf4219
Auto merge of #5815 - JarredAllen:redundant_pattern_bugfix, r=flip1995
bors Jul 18, 2020
c720d82
redundant_closure_call - don't lint when used more than once
tnielens Jul 14, 2020
0fecaf1
redundant_closure_call - extract lint from misc_early.rs, adapt to La…
tnielens Jul 18, 2020
9603d96
redundant_closure_call - add support for shadowed closures
tnielens Jul 19, 2020
1ac8b85
redundant_closure_call - pr review
tnielens Jul 19, 2020
942e0e6
Auto merge of #5800 - montrivo:bugfix/redundant_closure, r=matthiaskrgr
bors Jul 19, 2020
a5cdd4a
Ignore not really redundant clones of ManuallyDrop
tmiasko Jul 20, 2020
61e3d8a
Auto merge of #5824 - tmiasko:manually-drop-clone, r=Manishearth
bors Jul 20, 2020
b7c8b96
trait_sel: only test predicates w/ no substs
davidtwco Jun 22, 2020
142a273
Use `(std::)f64::EPSILON` in the examples as suggested in the lints
JohnTitor Jul 21, 2020
8c83d5f
Auto merge of #5830 - flip1995:rustup, r=flip1995
bors Jul 21, 2020
bdc01c8
Update Usage section of README.md
flip1995 Jul 22, 2020
b4e4fa5
Auto merge of #5832 - rust-lang:update_usage_instr, r=Manishearth
bors Jul 23, 2020
79f948e
Auto merge of #5829 - JohnTitor:epsilon, r=flip1995
bors Jul 23, 2020
c81bbd0
Fix FP `useless_conversion`
giraffate Jul 25, 2020
da5a6fb
Auto merge of #5845 - giraffate:fix_fp_useless_conversion, r=yaahc
bors Jul 26, 2020
e4e1b8c
Merge commit 'da5a6fb1b65ec6581a67e942a3850f6bc15a552c' into clippyup
flip1995 Jul 26, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Track tag files, before checking for the diff
  • Loading branch information
flip1995 committed Jul 16, 2020
commit c65eb4d66314d22d85cf2e58ff20ec1ca7404751
2 changes: 2 additions & 0 deletions .github/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ git config user.name "GHA CI"
git config user.email "gha@ci.invalid"

if [[ -n $TAG_NAME ]]; then
# track files, so that the following check works
git add --intent-to-add "$TAG_NAME"
if git diff --exit-code --quiet -- $TAG_NAME/; then
echo "No changes to the output on this push; exiting."
exit 0
Expand Down