diff options
| author | bors <bors@rust-lang.org> | 2019-09-23 07:11:21 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2019-09-23 07:11:21 +0000 |
| commit | 0fcb49ee30abc9bb2b28231e3322e23283952ab8 (patch) | |
| tree | b8c8104775b6f5df307c7416a9662ac7adb21f62 | |
| parent | c23b3755f3ca202d44d696a74dd710c93d4aafb8 (diff) | |
| parent | b451e43098c1f0067dc0f2cb38c78ff68caac714 (diff) | |
| download | rust-0fcb49ee30abc9bb2b28231e3322e23283952ab8.tar.gz rust-0fcb49ee30abc9bb2b28231e3322e23283952ab8.zip | |
Auto merge of #4566 - phansch:update_changelog2, r=flip1995
Update the changelog for Rust 1.38 [Rendered](https://github.com/phansch/rust-clippy/blob/update_changelog2/CHANGELOG.md#rust-138) changelog: none
| -rw-r--r-- | CHANGELOG.md | 36 |
1 files changed, 32 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d190286e0a..3e2b441518d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,17 +6,45 @@ document. ## Unreleased / In Rust Beta or Nightly -[72da101...master](https://github.com/rust-lang/rust-clippy/compare/72da101...master) +[3aea860...master](https://github.com/rust-lang/rust-clippy/compare/3aea860...master) -## Rust 1.38 +## Rust 1.39 Current Beta -[e3cb40e...72da101](https://github.com/rust-lang/rust-clippy/compare/e3cb40e...72da101) +## Rust 1.38 + +Current stable, released 2019-09-26 + +[e3cb40e...3aea860](https://github.com/rust-lang/rust-clippy/compare/e3cb40e...3aea860) + +* New Lints: + * [`main_recursion`] [#4203](https://github.com/rust-lang/rust-clippy/pull/4203) + * [`inherent_to_string`] [#4259](https://github.com/rust-lang/rust-clippy/pull/4259) + * [`inherent_to_string_shadow_display`] [#4259](https://github.com/rust-lang/rust-clippy/pull/4259) + * [`type_repetition_in_bounds`] [#3766](https://github.com/rust-lang/rust-clippy/pull/3766) + * [`try_err`] [#4222](https://github.com/rust-lang/rust-clippy/pull/4222) +* Move `{unnnecessary,panicking}_unwrap` out of nursery [#4307](https://github.com/rust-lang/rust-clippy/pull/4307) +* Extend the `use_self` lint to suggest uses of `Self::Variant` [#4308](https://github.com/rust-lang/rust-clippy/pull/4308) +* Improve suggestion for needless return [#4262](https://github.com/rust-lang/rust-clippy/pull/4262) +* Add auto-fixable suggestion for `let_unit` [#4337](https://github.com/rust-lang/rust-clippy/pull/4337) +* Fix false positive in `pub_enum_variant_names` and `enum_variant_names` [#4345](https://github.com/rust-lang/rust-clippy/pull/4345) +* Fix false positive in `cast_ptr_alignment` [#4257](https://github.com/rust-lang/rust-clippy/pull/4257) +* Fix false positive in `string_lit_as_bytes` [#4233](https://github.com/rust-lang/rust-clippy/pull/4233) +* Fix false positive in `needless_lifetimes` [#4266](https://github.com/rust-lang/rust-clippy/pull/4266) +* Fix false positive in `float_cmp` [#4275](https://github.com/rust-lang/rust-clippy/pull/4275) +* Fix false positives in `needless_return` [#4274](https://github.com/rust-lang/rust-clippy/pull/4274) +* Fix false negative in `match_same_arms` [#4246](https://github.com/rust-lang/rust-clippy/pull/4246) +* Fix incorrect suggestion for `needless_bool` [#4335](https://github.com/rust-lang/rust-clippy/pull/4335) +* Improve suggestion for `cast_ptr_alignment` [#4257](https://github.com/rust-lang/rust-clippy/pull/4257) +* Improve suggestion for `single_char_literal` [#4361](https://github.com/rust-lang/rust-clippy/pull/4361) +* Improve suggestion for `len_zero` [#4314](https://github.com/rust-lang/rust-clippy/pull/4314) +* Fix ICE in `implicit_hasher` [#4268](https://github.com/rust-lang/rust-clippy/pull/4268) +* Fix allow bug in `trivially_copy_pass_by_ref` [#4250](https://github.com/rust-lang/rust-clippy/pull/4250) ## Rust 1.37 -Current stable, released 2019-08-15 +Released 2019-08-15 [082cfa7...e3cb40e](https://github.com/rust-lang/rust-clippy/compare/082cfa7...e3cb40e) |
