Skip to content

Update Clippy #89617

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 82 commits into from
Oct 7, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
82 commits
Select commit Hold shift + click to select a range
87ba8d2
update test
asquared31415 Sep 10, 2021
3e5f80f
Move is_const_fn to under TyCtxt
fee1-dead Sep 15, 2021
f6c5d58
Improve depinfo error
camsteffen Sep 23, 2021
25850fc
Make doc_unsafe lint on unsafe traits as well
Manishearth Sep 28, 2021
53c534d
Update clippy_lints/src/doc.rs
Manishearth Sep 28, 2021
9fc4b92
Auto merge of #7711 - camsteffen:depinfo-error, r=flip1995
bors Sep 28, 2021
23d5457
Merge commit 'cb7915b00c235e9b5861564f3be78dba330980ee' into clippyup
flip1995 Sep 28, 2021
fb17671
Auto merge of #7734 - Manishearth:doc-unsafe-trait, r=camsteffen
bors Sep 28, 2021
30ea0a5
Fix typo ("asynx" corrected to "async")
vxpm Sep 28, 2021
685b773
Auto merge of #7736 - vxpm:master, r=giraffate
bors Sep 29, 2021
50ea370
Move code generated by `update_lints` to includes
Sep 18, 2021
e6747df
Fix lint register code format
Sep 18, 2021
3f804ca
Move `update_lints` specific code out of `lib`
Sep 18, 2021
20abbd9
Add test module for `update_lints`
Sep 18, 2021
6035e05
Add includes to pre-commit hook
Sep 18, 2021
3037c40
Avoid more invocations of hir_crate query.
cjgillot Sep 11, 2021
56f0c9a
fix bug for large_enum_variants
surechen Sep 16, 2021
a3d3735
Arrays of sizes from 0 to 32 (inclusive) implement [Default] trait, e…
surechen Sep 18, 2021
debb1f0
Fix comment in `update_lints`
Sep 30, 2021
984d466
Auto merge of #7673 - mikerite:include-generated-code, r=giraffate
bors Sep 30, 2021
ab99eec
Auto merge of #7684 - surechen:solve_derivable_impls, r=flip1995
bors Sep 30, 2021
4babfae
fix issue #7731
surechen Sep 30, 2021
a893eb9
Auto merge of #7677 - surechen:edit_large_enum_variant, r=camsteffen
bors Sep 30, 2021
ea60b69
Do not pass hir::Crate to lints.
cjgillot Sep 12, 2021
89f77f3
Move shadow_unrelated to restriction
camsteffen Sep 25, 2021
99861c0
Remove initialization note from shadow lint
camsteffen Jan 11, 2021
8c0e4d5
Rewrite shadow lint
camsteffen Jan 10, 2021
a17359c
Remove shadow allows
camsteffen Sep 27, 2021
f8303ad
Auto merge of #7338 - camsteffen:shadow, r=llogic
bors Sep 30, 2021
730d86f
Rollup merge of #88782 - asquared31415:issue-79559, r=cjgillot
Manishearth Oct 1, 2021
41e2c68
use sugg::Sugg::maybe_par
surechen Oct 1, 2021
fe999e8
Auto merge of #7741 - surechen:fix_if_then_panic, r=flip1995
bors Oct 1, 2021
e4c3000
Initial implementation
Qwaz Sep 23, 2021
d7a9ec2
Fix attribute handling
Qwaz Sep 23, 2021
6458630
typo
Qwaz Sep 23, 2021
a81a5ad
Update documentation
Qwaz Sep 28, 2021
ee74574
Emit one report for all fields in the same ADT
Qwaz Sep 28, 2021
d413e15
Look into tuple, array, ADT args in raw pointer heuristic
Qwaz Sep 28, 2021
427a09b
Add configuration for raw pointer heuristic
Qwaz Sep 28, 2021
08f0aec
Minor changes from PR feedback
Qwaz Oct 1, 2021
4f01656
Add ui-test for enable-raw-pointer-heuristic-for-send config
Qwaz Oct 1, 2021
dfed2e3
Do not use full type path in help message
Qwaz Oct 1, 2021
ef8df9d
Forgot to bless ui-toml test
Qwaz Oct 1, 2021
72bf97f
Auto merge of #88880 - cjgillot:no-krate, r=oli-obk
bors Oct 1, 2021
6d18c99
Rollup merge of #88963 - fee1-dead:const-iterator, r=oli-obk
Manishearth Oct 1, 2021
2cb37a1
Auto merge of #89449 - Manishearth:rollup-3alb61f, r=Manishearth
bors Oct 1, 2021
5116080
Add regression test
Manishearth Oct 1, 2021
6bf5c0b
Correctly handle signs in exponents in numeric_literal::format()
Manishearth Oct 2, 2021
da3b4b4
Auto merge of #7747 - Manishearth:excessive-precision, r=xFrednet
bors Oct 2, 2021
9c2d52f
Add desugaring mark to while loop
camsteffen Aug 19, 2021
fb0353b
Update documentation and name for non_send_fields_in_send_ty lint
Qwaz Oct 2, 2021
e165c12
Make diangostic item names consistent
camsteffen Oct 2, 2021
ea8e65f
exclude enum from derivable impls
HKalbasi Oct 3, 2021
33c34fb
Auto merge of #7709 - Qwaz:drop_non_send, r=xFrednet
bors Oct 3, 2021
0ebc656
Change not enum to is struct
HKalbasi Oct 3, 2021
63b04f7
Auto merge of #7755 - HKalbasi:master, r=xFrednet
bors Oct 3, 2021
87bb18e
Auto merge of #88175 - camsteffen:let-desugar-span, r=Manishearth
bors Oct 3, 2021
72f0180
Fix ICE in `implicit_hasher`
giraffate Oct 4, 2021
3311b36
Auto merge of #7761 - giraffate:fix_ice_in_inplicit_hasher, r=Manishe…
bors Oct 4, 2021
388a3d0
Implement equatable if let lint
HKalbasi Oct 4, 2021
abe551e
Auto merge of #7762 - HKalbasi:master, r=Manishearth
bors Oct 4, 2021
7c82e78
improved help message for `suspicious_map`
zvavybir Oct 5, 2021
320ecb1
Mentioned `inspect` in lint description of `suspicious_map`
zvavybir Oct 5, 2021
b9dedf3
Auto merge of #7770 - zvavybir:master, r=xFrednet
bors Oct 5, 2021
42f2304
Drop exponent suggestion when 0
dswij Oct 6, 2021
0e481b9
Return to generating mod declarations in lib.rs
Manishearth Oct 6, 2021
d9488c5
Regen update_lints
Manishearth Oct 6, 2021
e476d05
Add tests for zero exponents in `excessive_precision`
dswij Oct 6, 2021
871b8b5
Auto merge of #7773 - Manishearth:update-lints-mods, r=flip1995
bors Oct 6, 2021
c6b9158
Auto merge of #7774 - dswij:useless-exponent, r=llogiq
bors Oct 6, 2021
8b37928
Fix typos
tsoutsman Oct 6, 2021
b9d753e
Auto merge of #7776 - tsoutsman:patch-1, r=flip1995
bors Oct 6, 2021
80408ef
Add regression test for #7758
Manishearth Oct 6, 2021
2a8d7bd
Handle intra-doc links in doc_markdown
Manishearth Oct 6, 2021
11492c7
Auto merge of #7772 - Manishearth:doc-markdown-intra, r=camsteffen
bors Oct 6, 2021
8f075ec
Revert `update_lints` module list generating code
Oct 7, 2021
01ea06a
Auto merge of #7780 - mikerite:update_lints_mod_revert, r=llogiq
bors Oct 7, 2021
1f95515
Merge remote-tracking branch 'upstream/master' into rustup
flip1995 Oct 7, 2021
9613df9
Allow invalid-paths for regex paths
flip1995 Oct 7, 2021
8f9ef87
Bump nightly version -> 2021-10-07
flip1995 Oct 7, 2021
b7f3f7f
Auto merge of #7783 - flip1995:rustup, r=flip1995
bors Oct 7, 2021
333a06a
Merge commit 'b7f3f7f6082679da2da9a0b3faf1b5adef3afd3b' into clippyup
flip1995 Oct 7, 2021
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
2 changes: 2 additions & 0 deletions src/tools/clippy/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2695,6 +2695,7 @@ Released 2018-09-13
[`enum_glob_use`]: https://rust-lang.github.io/rust-clippy/master/index.html#enum_glob_use
[`enum_variant_names`]: https://rust-lang.github.io/rust-clippy/master/index.html#enum_variant_names
[`eq_op`]: https://rust-lang.github.io/rust-clippy/master/index.html#eq_op
[`equatable_if_let`]: https://rust-lang.github.io/rust-clippy/master/index.html#equatable_if_let
[`erasing_op`]: https://rust-lang.github.io/rust-clippy/master/index.html#erasing_op
[`eval_order_dependence`]: https://rust-lang.github.io/rust-clippy/master/index.html#eval_order_dependence
[`excessive_precision`]: https://rust-lang.github.io/rust-clippy/master/index.html#excessive_precision
Expand Down Expand Up @@ -2898,6 +2899,7 @@ Released 2018-09-13
[`no_effect`]: https://rust-lang.github.io/rust-clippy/master/index.html#no_effect
[`non_ascii_literal`]: https://rust-lang.github.io/rust-clippy/master/index.html#non_ascii_literal
[`non_octal_unix_permissions`]: https://rust-lang.github.io/rust-clippy/master/index.html#non_octal_unix_permissions
[`non_send_fields_in_send_ty`]: https://rust-lang.github.io/rust-clippy/master/index.html#non_send_fields_in_send_ty
[`nonminimal_bool`]: https://rust-lang.github.io/rust-clippy/master/index.html#nonminimal_bool
[`nonsensical_open_options`]: https://rust-lang.github.io/rust-clippy/master/index.html#nonsensical_open_options
[`nonstandard_macro_braces`]: https://rust-lang.github.io/rust-clippy/master/index.html#nonstandard_macro_braces
Expand Down
Loading