-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Make clippy a git subtree instead of a git submodule #70655
Merged
Merged
Changes from all commits
Commits
Show all changes
8408 commits
Select commit
Hold shift + click to select a range
f8308c8
Auto merge of #5438 - flip1995:rollup-pi762oy, r=flip1995
bors 899a1b5
Move cognitive_complexity to nursery
dtolnay 5f92fae
Downgrade implicit_hasher to pedantic
dtolnay c2e5534
Check fn header along with decl when suggesting to implement trait
rabisg0 7bfdee5
Auto merge of #5428 - dtolnay:cognitive, r=flip1995
bors 940bbd6
Auto merge of #5437 - rabisg0:should-impl-trait, r=flip1995
bors c25f26d
Auto merge of #5411 - dtolnay:hasher, r=flip1995
bors d440935
Add lint when comparing floats in an array
briankabiro 0d00eaf
Add tests for float in array comparison
briankabiro 03f584c
Update field names in is_float
marcin-serwin b4ff774
Update stderr of float_cmp test
marcin-serwin 2153abb
Add handling of float arrays to miri_to_const
marcin-serwin 6217671
Handle evaluating constant index expression
marcin-serwin bcbb9d9
Allow for const arrays of zeros
marcin-serwin 1bab67c
Don't show comparison suggestion for arrays
marcin-serwin d3167c6
Handle constant arrays with single value
marcin-serwin 3c738b2
Add float cmp tests for arrays
marcin-serwin c7b5e30
Add float cmp const tests for arrays
marcin-serwin 84ae3d8
Make epsilon note spanless when comparing arrays
marcin-serwin f637c45
Indicate when arrays are compared in error message
marcin-serwin 4e01ca3
Split check_fn function
marcin-serwin 4449cc7
Make the epsilon note spanless
marcin-serwin 380f721
Add lint on large const arrays
ThibsG 629cc4a
Update doc generation script
ThibsG 183c4ab
Check for clone-on-copy in argument positions
rabisg0 90fb50f
Revert "Downgrade new_ret_no_self to pedantic"
flip1995 34763a5
Auto merge of #5442 - rust-lang:revert-5420-newret, r=Manishearth
bors 89f6012
compare with the second largest instead of the smallest variant
3ef1dab
Rustup to https://github.com/rust-lang/rust/pull/70913
phansch ed72dc4
Update documentation for new_ret_no_self
Emerentius ba7076f
Auto merge of #5447 - phansch:rustuppp, r=matthiaskrgr
bors 0353f21
Auto merge of #5446 - rust-lang:gimme-a-second, r=flip1995
bors 5e8c0c5
Auto merge of #5441 - rabisg0:fix/clone-on-copy, r=phansch
bors f7bdead
rustup https://github.com/rust-lang/rust/pull/69745
matthiaskrgr 4352c85
rustup https://github.com/rust-lang/rust/pull/70986
matthiaskrgr 97aa8dc
Auto merge of #5450 - matthiaskrgr:rustup_41, r=phansch
bors a296058
Allow UUID style formatting for `inconsistent_digit_grouping` lint
xyzd af5940b
Auto merge of #5451 - xyzd:allow-uuid-format-digit-grouping, r=phansch
bors c4e3ae4
verbose_bit_mask: fix bit mask used in docs
spl 1d1b6d8
Say that diagnostic items are preferred over paths
phansch 79982a2
Make use of some existing diagnostic items
phansch e29d550
Auto merge of #5454 - spl:patch-1, r=phansch
bors 83874d0
Make use of Option/Result diagnostic items
phansch a524be6
cargo dev fmt
phansch e98c7a4
update lints
Emerentius 23df4a0
Disallow bit-shifting in `integer_arithmetic` lint
michaelsproul ab3946d
Fixes #5405: redundant clone false positive with arrays
rabisg0 31c5664
Cleanup: Use our `sym!` macro more
phansch e47db67
Cleanup: Use rustc's is_proc_macro_attr
phansch 9a52d52
result_map_unit_fn: Fix incorrect UI tests
phansch 8ad1d78
Temporarily disable rustfmt integration test
phansch a4deb5a
Explain panic on `E0463` in integration tests
phansch 6d4cc56
Auto merge of #5461 - phansch:disable_rustfmt_integration_test, r=mat…
bors 54344c7
Auto merge of #5448 - Emerentius:update_new_ret_no_self_docs, r=phansch
bors aa08c39
Auto merge of #5458 - phansch:is-proc-macro-attr, r=matthiaskrgr
bors 74e9256
Auto merge of #5453 - rabisg0:fix/redundant_clone, r=phansch
bors c1f2da4
rustup https://github.com/rust-lang/rust/pull/70643
matthiaskrgr 85e8b64
Auto merge of #5463 - matthiaskrgr:rustup_42, r=phansch
bors d236b30
Auto merge of #5457 - phansch:sym, r=matthiaskrgr
bors 9eda46e
deps: bump compiletest-rs from 0.4 to 0.5
matthiaskrgr 3c77188
Auto merge of #5460 - phansch:fix_incorrect_tests, r=matthiaskrgr
bors 81b3e70
Auto merge of #5449 - phansch:diagnostic-items, r=matthiaskrgr
bors 9ec95af
Refactor: Use rustc's `match_def_path`
phansch c6cc07a
Auto merge of #5452 - phansch:match_def_path_refactor, r=matthiaskrgr
bors a96f874
Auto merge of #5345 - Toxyxer:add-lint-for-float-in-array-comparison,…
bors c496f4e
Auto merge of #5464 - matthiaskrgr:dep_compiletest, r=phansch
bors 69c3e9c
large_enum_variant: Report sizes of variants
phansch d3ebd06
Make the single char threshold strict inequality
marcin-serwin 512f23f
Add test for zero single char names
marcin-serwin b2d9868
Working basic dereference clip
tommilligan 6b4ab82
Global rework + fix imports
ThibsG c113243
Report using stmts and expr + tests
ThibsG b6d4330
Check for Deref trait impl + add fixed version
ThibsG 72b9ae2
Use only check_expr with parent expr and precedence
ThibsG 3c2bbcf
Better precedence case management + more tests
ThibsG 0441525
Merge remote-tracking branch 'upstream/master' into clippy-fix
yaahc ce372c1
Change default many single char names threshold
marcin-serwin 216371d
split it up for testing but the merge broke tests
yaahc a3ce88b
add some tests
yaahc 6250110
revert the damn fmt changes
yaahc 7215495
rustup https://github.com/rust-lang/rust/pull/71116
matthiaskrgr a353f0f
Rename dummy_hir_id -> parent_hir_id
flip1995 a9a4c8e
Auto merge of #5467 - matthiaskrgr:rustup_43, r=flip1995
bors 3481bf4
Rollup merge of #5226 - ThibsG:DerefExplicit1566, r=flip1995
flip1995 ceea3c6
Rollup merge of #5248 - ThibsG:ConstValues, r=flip1995
flip1995 2538e63
Rollup merge of #5430 - michaelsproul:integer-arithmetic, r=flip1995
flip1995 071a590
Rollup merge of #5466 - phansch:large-enum-variant-output, r=flip1995
flip1995 19183a6
Rollup merge of #5468 - Toxyxer:zero-single-char-names, r=flip1995
flip1995 6651c1b
Auto merge of #5470 - flip1995:rollup-cvkuiza, r=flip1995
bors b3030e1
rename field
yaahc 0397e46
fmt
yaahc 664ad33
manually fixing formatting at this point lol
yaahc 5cfb9ec
Apply suggestions from code review
yaahc 1765c5d
Auto merge of #5363 - yaahc:clippy-fix, r=phansch,flip1995
bors c20afbd
Lint map_flatten if caller is an Option
marcin-serwin 72a8fc2
Add test to map_flatten with an Option
marcin-serwin 014c415
Reenable rustfmt integration test
phansch b5d6233
[fix] Minor typo in GH Actions 'clippy_dev'
woshilapin 7fb94c2
Do not lint in macros for match lints
ThibsG d181fde
CI: performing system upgrade fixes broken apt deps on ubuntu 32bit
matthiaskrgr da14f1e
Auto merge of #5478 - matthiaskrgr:apt_ci_debug_5477, r=phansch,flip1995
bors 3704954
Auto merge of #5474 - phansch:reenable-rustfmt, r=flip1995
bors c1c8bc6
Auto merge of #5473 - Toxyxer:map-flatten-for-option, r=flip1995
bors 65bc234
readme: update to cargo clippy --fix command
matthiaskrgr 2f6b6ab
Auto merge of #5475 - woshilapin:woshilapin-patch-1, r=flip1995
bors adf7c50
Auto merge of #5476 - ThibsG:FixMatchesInExternalMacros, r=flip1995
bors eb9c15a
Auto merge of #5479 - matthiaskrgr:readme_auto_fix, r=flip1995
bors 162cf26
unit_arg suggestion may be incorrect
sinkuu 8ae143f
Auto merge of #5480 - sinkuu:unit_arg_app, r=flip1995
bors f58bb5b
question_mark: don't add `as_ref()` for a call expression
sinkuu 870ae36
Cleanup: Rename 'db' variable to 'diag'
phansch eb7ad1c
cargo dev fmt
phansch 82be9dc
Auto merge of #5481 - sinkuu:no_as_ref, r=phansch
bors 3ea8e5e
Auto merge of #5482 - phansch:diag, r=matthiaskrgr
bors 9c89cf0
Fix issue #4892.
66b855c
Integrate more idiomatic rust changes.
d2cbbff
add lint futures_not_send
rkuhn 52dacbc
Auto merge of #5445 - logan-dev-oss:master, r=flip1995
bors f1fb815
Auto merge of #5423 - rkuhn:add_futures_not_send, r=flip1995
bors 092c459
fix redundant_pattern_matching lint
alex-700 1c0e4e5
Auto merge of #5483 - alex-700:fix-redundant-pattern-matching, r=flip…
bors 7c52e51
Added basic lint and tests
pmk21 4d03b4d
Added final lint and tests
pmk21 1c11035
Polished lint and tests
pmk21 891e1a8
Auto merge of #5427 - pmk21:implicit-sat-sub, r=flip1995
bors bdd32e7
Implement collapsible_span_lint_calls lint.
xiongmao86 d03d3bd
Fixes internal lint warning in code base.
xiongmao86 cf4e353
Add an Option<Span> argument to span_lint_and_help.
xiongmao86 d7f1a1e
Change note_span argument for span_lint_and_note.
xiongmao86 86c6207
Remove badge FIXME from Cargo.toml
flip1995 f6b07db
Auto merge of #5486 - flip1995:badge_over, r=flip1995
bors 502a66d
Cleanup: future_not_send: use `return_ty` method
phansch 554f47b
Don't trigger toplevel_ref_arg for `for` loops
sinkuu 0ef5dee
Fix issue #2907.
smklein c3c00e5
Cleanup: `node_id` -> `hir_id`
phansch 9273eab
Auto merge of #5490 - sinkuu:toplevel_ref_arg_for, r=phansch
bors 6ed2ae8
Auto merge of #5488 - phansch:future-not-send-ret-ty, r=flip1995
bors e5fe56d
Auto merge of #5489 - phansch:node-id-hir-id, r=flip1995
bors 41115d9
Formatting and naming
flip1995 98a244f
Formatting and naming
flip1995 2efc2d6
Auto merge of #5491 - smklein:borrowed_box, r=flip1995
bors 7aeb3a4
Update empty_enum.stderr
flip1995 6dcc8d5
Auto merge of #5141 - xiongmao86:issue5095, r=flip1995
bors 00b4f28
Implement unsafe_derive_deserialize lint
ebroto 001a42e
progress work on suggestion for auto fix
DevinR528 139e2c6
creating suggestion
DevinR528 40bbdff
use span_lint_and_help, cargo dev fmt
DevinR528 51c2325
move closures to seperate fns, remove known problems
DevinR528 fca3537
add note about update-all-refs script, revert redundant pat to master
DevinR528 c6c77d9
use Visitor api to find Mutex::lock calls
DevinR528 930619b
change visitor name to OppVisitor
DevinR528 1ee04e4
fix internal clippy warnings
DevinR528 2e8a2de
dev update_lints
DevinR528 7242fa5
fix map import to rustc_middle
DevinR528 4cebe2b
cargo dev fmt
DevinR528 ae82092
use if chain
DevinR528 a9f1bb4
test for mutex eq, add another test case
DevinR528 d1b1a4c
update span_lint_and_help call to six args
DevinR528 b7f85e8
Apply suggestions from PR review
ebroto 1336558
Auto merge of #5493 - ebroto:unsafe_derive_deserialize, r=flip1995
bors 2141db8
Update the changelog update documentation
phansch 489dd2e
factor ifs into function, add differing mutex test
DevinR528 90d8b63
util/fetch_prs_between.sh: Add Markdown formatted Link
phansch 3fbe321
update stderr file
DevinR528 6ce05bf
Auto merge of #5332 - DevinR528:if-let-else-mutex, r=flip1995
bors 4e63faa
Update CHANGELOG.md for Rust 1.43 and 1.44
phansch ca59ff2
remark fixes
phansch ef6ba82
Auto merge of #5495 - phansch:update_changelog_docs, r=flip1995
bors 803670e
Address review comments
phansch 6507728
Auto merge of #5496 - phansch:markdown-link, r=flip1995
bors 7221db2
fix crash on issue-69020-assoc-const-arith-overflow.rs
matthiaskrgr b3cb9b8
Auto merge of #5499 - matthiaskrgr:crash_5497, r=flip1995
bors 30c28a7
Also mention `--fix` for nightly users
phansch 6c25c3c
Lint for holding locks across await points
rokob 2dc8c08
Switch to matching against full paths instead of just the last elemen…
rokob 54e7f7e
don't test the code in the lint docs
rokob d6e55e9
Make lint also capture blocks and closures, adjust language to mentio…
rokob 8b052d3
span_lint_and_note now takes an Option<Span> for the note_span instea…
rokob 1d4dd3d
Auto merge of #5439 - rokob:lock-await, r=Manishearth
bors 14f596c
Only run cargo lints, when they are warn/deny/forbid
flip1995 f31502f
Only run (late) internal lints, when they are warn/deny/forbid
flip1995 9ef9b79
Rustup "Remove `BodyAndCache`"
tesuji 3f6f392
`predecessors_for` will be removed soon
tesuji d01a498
Auto merge of #5508 - lzutao:rustup-71044, r=phansch
bors d021d3e
clippy_dev: make it fatal when the regex for updating lint count does…
matthiaskrgr 0816412
README: fix lit count line
matthiaskrgr a609a9e
Auto merge of #5498 - phansch:update_changelog, r=flip1995
bors 35ef280
Always use the deploy script and templates of the master branch
flip1995 0476e8b
Remove apt-get upgrade again
flip1995 02c9435
Auto merge of #5513 - matthiaskrgr:reg, r=phansch
bors 4619bb2
Add a note to the beta sections of release.md
flip1995 c19ca0e
The beta branch update should not require a force push
flip1995 451bade
Run fetch before testing if master contains beta
flip1995 ef28361
Downgrade match_bool to pedantic
dtolnay f9c1acb
rustup https://github.com/rust-lang/rust/pull/71215/
matthiaskrgr 96e2bc8
Added lint `match_vec_item`
CrazyRoka b0115fb
Removed unnecessary code, added support for vector references
CrazyRoka 63b451e
Renamed lint to `match_on_vec_items`
CrazyRoka bf73d51
Add lifetime test case for `new_ret_no_self`
phansch fe25dbe
Fix while_let_on_iterator suggestion and make it MachineApplicable
flip1995 44511d5
Update while_let_on_iterator tests
flip1995 dda1c8d
Update issue_2356.stderr reference file
flip1995 6ffe725
Auto merge of #5520 - matthiaskrgr:rustup_44, r=flip1995,phansch
bors eadd9d2
Don't trigger while_let_on_iterator when the iterator is recreated ev…
flip1995 a182622
Add tests for #1654
flip1995 e1d13c3
Rollup merge of #5408 - dtolnay:matchbool, r=flip1995
flip1995 a33d64a
Rollup merge of #5505 - flip1995:avoid_running_lints, r=matthiaskrgr
flip1995 e39550e
Rollup merge of #5516 - flip1995:doc_release, r=phansch
flip1995 abbc618
Rollup merge of #5517 - flip1995:deploy_time_travel, r=Manishearth
flip1995 9b882ba
Rollup merge of #5523 - phansch:add-new-ret-no-self-testcase, r=flip1995
flip1995 77c23b7
Auto merge of #5527 - flip1995:rollup-pr2htfd, r=flip1995
bors 69fe6b4
fix redundant_pattern_matching lint
alex-700 806d973
map_clone: avoid suggesting `copied()` for &mut
ebroto a76bfd4
Auto merge of #5530 - ebroto:issue_5524, r=flip1995
bors 44eb953
Auto merge of #5525 - flip1995:issue_1654, r=phansch
bors 07dd5fa
Auto merge of #5511 - alex-700:fix-redundant-pattern-matching, r=flip…
bors 5b1622b
rustup to https://github.com/rust-lang/rust/pull/70043
phansch b7c802b
Auto merge of #5533 - phansch:rustup001, r=matthiaskrgr
bors 0480ff8
More diagnostic items
phansch 0a49935
cargo dev fmt
phansch 8d596ea
Remove util/dev script
phansch eda73fe
Fix cargo crash
phansch 5c12f2b
Auto merge of #5509 - phansch:more-diagnostic-items2, r=matthiaskrgr
bors 87a6f3f
Auto merge of #5534 - phansch:remove-util-dev, r=flip1995
bors 940c662
Small lint update
CrazyRoka b574941
Updated lint info in lib.rs
CrazyRoka 149f6d6
Implement mismatched_target_os lint
ebroto d24a106
Apply suggestions from PR review
ebroto ce50e42
Use the span of the attribute for the error message
ebroto 4a405c9
Remove some OSes from the test to comply with stderr line limit
ebroto 303e7d1
Split tests in unix/non-unix
ebroto 5d8a3e8
Auto merge of #5506 - ebroto:mismatched_target_os, r=flip1995
bors d13ffbe
Auto merge of #5522 - CrazyRoka:match_vec_item, r=phansch
bors 305177d
rustup: rust-lang/rust#71628
csmoe f2486b3
Auto merge of #5538 - csmoe:rustup, r=phansch
bors 3a96f54
used_underscore_binding: do not lint on `await` desugaring
ebroto fc5fc63
Test that we lint the awaited expression
ebroto 2c4d566
Auto merge of #5535 - ebroto:issue_5360, r=phansch
bors bdc9528
rustup https://github.com/rust-lang/rust/pull/71292/
matthiaskrgr 9a3b0a0
Auto merge of #5543 - matthiaskrgr:rustup_45, r=flip1995
bors cd34809
Rustup to rust-lang/rust#71518
flip1995 28197b6
Auto merge of #5545 - flip1995:rustup, r=flip1995
bors 20c069b
Fixed incorrect suggestion of `clone_double_ref` lint
CrazyRoka 0a53ed2
Auto merge of #5547 - CrazyRoka:fix-clone-double-ref-suggestion, r=fl…
bors b7800e1
mismatched_target_os: link to respective section in rust reference
matthiaskrgr d270887
Auto merge of #5548 - matthiaskrgr:traget_os, r=flip1995
bors a182450
Gate on clippy on CI
oli-obk 1ef5a93
Also build clippy with `./x.py check`
oli-obk 06c4481
Delete the clippy submodule
oli-obk bce9fae
Add 'src/tools/clippy/' from commit 'd2708873ef711ec8ab45df1e984ecf24…
oli-obk File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This porbably caused rust-highfive to think that clippy is test-fail now.