Skip to content

Update Clippy #107386

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 75 commits into from
Jan 28, 2023
Merged
Changes from 1 commit
Commits
Show all changes
75 commits
Select commit Hold shift + click to select a range
1a7ef02
Fix fp in unnecessary_safety_comment
koka831 Jan 9, 2023
96e3068
tests: add case for multiple semis
dswij Jan 10, 2023
d73adea
`needless_return`: remove multiple semis on suggestion
dswij Jan 10, 2023
c319440
add checks for the signature of the lang item
asquared31415 Dec 23, 2022
dd16883
Make clippy compile.
m-ou-se Jan 11, 2023
2bcd697
Update clippy for new format_args!() lang items.
m-ou-se Jan 11, 2023
51aaba6
`cast_possible_truncation` Suggest TryFrom when truncation possible
navh Dec 6, 2022
fcdd08b
update `cast_possible_truncation` documentation
navh Dec 6, 2022
e6948c4
Last PR adjustments
xFrednet Dec 6, 2022
5cb6246
Address PR reivew
xFrednet Jan 12, 2023
cfe8849
Document extending list type configs
tylerjw Jan 12, 2023
0c48b5a
Feed the `features_query` instead of grabbing it from the session lazily
oli-obk Dec 5, 2022
d216167
Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyup
flip1995 Jan 12, 2023
b38848d
Fix suggestion in `transmutes_expressible_as_ptr_casts` when the sour…
Jarcho Jan 12, 2023
2253646
Don't suggest dyn as parameter to add
compiler-errors Jan 8, 2023
295225e
Move `unchecked_duration_subtraction` to pedantic
Alexendoo Jan 13, 2023
97fb130
Auto merge of #10194 - Alexendoo:unchecked-duration-subtraction-pedan…
bors Jan 13, 2023
83dba6e
Auto merge of #106092 - asquared31415:start_lang_item_checks, r=david…
bors Jan 13, 2023
71b99c4
Rollup merge of #106608 - compiler-errors:missing-generics-verbose, r…
Jan 13, 2023
ac95db6
Auto merge of #106801 - JohnTitor:rollup-xqkraw0, r=JohnTitor
bors Jan 13, 2023
efb631a
Auto merge of #106776 - oli-obk:om_nom_nom_nom_nom, r=cjgillot
bors Jan 13, 2023
d43dce1
Remove cognitive-complexity-threshold from docs
tylerjw Jan 13, 2023
2e2ae68
Document lint configuration values in Clippy's book
tylerjw Jan 13, 2023
93d0f47
Check ADT fields for copy implementations considering regions
compiler-errors Nov 30, 2022
93f602f
Add missing arguments to cargo lint example
MariaSolOs Jan 13, 2023
7d1609d
Document configurations in table and paragraphs
tylerjw Jan 13, 2023
a7db925
Split long line
MariaSolOs Jan 14, 2023
a160ce3
change usages of impl_trait_ref to bound_impl_trait_ref
kylematsuda Jan 10, 2023
b92d902
change impl_trait_ref query to return EarlyBinder; remove bound_impl_…
kylematsuda Jan 10, 2023
dc5ce48
Move CI tests for collect-metadata to clippy_bors.yml
tylerjw Jan 14, 2023
d950279
Document generating lint config docs for adding configuration
tylerjw Jan 14, 2023
91c8ecc
Auto merge of #10201 - MariaSolOs:patch-1, r=dswij
bors Jan 14, 2023
483b7ac
Auto merge of #10038 - xFrednet:9231-sugg-try-from, r=Jarcho
bors Jan 14, 2023
c0da8ac
Comment that lint_configuration.md is machine generated
tylerjw Jan 14, 2023
aceb443
Auto merge of #10199 - tylerjw:document-extending-list-configs, r=xFr…
bors Jan 14, 2023
07a7603
Auto merge of #10187 - dswij:issue-10182-semicolon, r=Jarcho
bors Jan 15, 2023
89d443a
Auto merge of #10193 - Jarcho:issue_9894, r=Manishearth
bors Jan 17, 2023
5dac275
change usages of item_bounds query to bound_item_bounds
kylematsuda Jan 16, 2023
a084d79
change item_bounds query to return EarlyBinder; remove bound_item_bou…
kylematsuda Jan 16, 2023
2bfba86
fix missing subst in clippy utils
kylematsuda Jan 17, 2023
875e36f
Add `multiple_unsafe_ops_per_block` lint
Niki4tap Jan 8, 2023
31a0530
Use UnordSet instead of FxHashSet in define_id_collections!().
michaelwoerister Dec 2, 2022
465ed5b
Use UnordMap instead of FxHashMap in define_id_collections!().
michaelwoerister Jan 17, 2023
c1b3589
Allow for more efficient sorting when exporting Unord collections.
michaelwoerister Jan 18, 2023
11611b0
Move `unchecked_duration_subtraction` to pedantic
Alexendoo Jan 13, 2023
d9baced
Improve the changelog update documentation
flip1995 Jan 19, 2023
36e3e26
Auto merge of #10213 - flip1995:changelog-doc, r=xFrednet
bors Jan 19, 2023
aa0eb7f
Auto merge of #10206 - Niki4tap:one_unsafe_op_per_block, r=Alexendoo
bors Jan 19, 2023
e3a09ec
Update version attribute for 1.67 lints
xFrednet Jan 19, 2023
f64efd4
Changelog for Rust 1.67 :lady_beetle:
xFrednet Jan 19, 2023
a7ae84b
Address PR feedback and change text for early merge
xFrednet Jan 20, 2023
d1a5a35
Auto merge of #10214 - xFrednet:changelog-1-67, r=Manishearth,giraffate
bors Jan 20, 2023
081c617
Fix spelling inconsistence of `mdBook`
chansuke Jan 20, 2023
ce460dc
Auto merge of #105102 - compiler-errors:copy-impl-considering-regions…
bors Jan 20, 2023
8d3c7f0
Auto merge of #10216 - chansuke:hotfix/fix-spelling, r=llogiq
bors Jan 21, 2023
298a782
Auto merge of #106977 - michaelwoerister:unord_id_collections, r=oli-obk
bors Jan 21, 2023
5f49808
Add machine applicable suggestion for `bool_assert_comparison`
Alexendoo Jan 21, 2023
e0ee58b
Auto merge of #10218 - Alexendoo:bool-assert-comparison-suggestion, r…
bors Jan 21, 2023
8874edd
Update main.rs
smoelius Jan 22, 2023
9d1bb80
Auto merge of #10221 - smoelius:patch-1, r=Jarcho
bors Jan 22, 2023
a9c251f
Auto merge of #10106 - koka831:fix/10084, r=Alexendoo
bors Jan 22, 2023
2d8ede2
fix: use LocalDefId instead of HirId in trait res
vincenzopalazzo Jan 15, 2023
20cc72e
Improve span for module_name_repetitions
not-my-profile Jan 25, 2023
23ea47b
Auto merge of #10226 - not-my-profile:module_name_repetitions-span, r…
bors Jan 26, 2023
a64940f
Auto merge of #106745 - m-ou-se:format-args-ast, r=oli-obk
bors Jan 26, 2023
4441753
Mark Rust 1.67 as released in the changelog
xFrednet Jan 20, 2023
b5e3e60
Auto merge of #10232 - xFrednet:changelog-1-67, r=Alexendoo
bors Jan 26, 2023
a1a01c1
Fix docs for `suspicious_xor_used_as_pow` lint
cstyles Jan 27, 2023
54e929b
Auto merge of #10237 - cstyles:fix-docs-for-suspicious_xor_used_as_po…
bors Jan 27, 2023
2bc2431
Merge remote-tracking branch 'upstream/master' into rustup
flip1995 Jan 27, 2023
1f403e9
Bump nightly version -> 2023-01-27
flip1995 Jan 27, 2023
6f9c70a
Bump Clippy version -> 0.1.69
flip1995 Jan 27, 2023
1480cea
Auto merge of #10242 - flip1995:rustup, r=flip1995
bors Jan 27, 2023
1dd7731
Merge commit '1480cea393d0cee195e59949eabdfbcf1230f7f9' into clippyup
flip1995 Jan 27, 2023
c71062a
Update Cargo.lock
flip1995 Jan 27, 2023
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
Bump nightly version -> 2023-01-27
  • Loading branch information
flip1995 committed Jan 27, 2023
commit 1f403e9ab96e12f374dfdd9e8967eea940122ce7
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "nightly-2023-01-12"
channel = "nightly-2023-01-27"
components = ["cargo", "llvm-tools", "rust-src", "rust-std", "rustc", "rustc-dev", "rustfmt"]