Skip to content

Commit b901012

Browse files
committed
Auto merge of #5111 - flip1995:changelog, r=phansch
Update changelog [Rendered](https://github.com/flip1995/rust-clippy/blob/changelog/CHANGELOG.md) r? @phansch changelog: none
2 parents ca2abaf + 1ef4509 commit b901012

File tree

1 file changed

+48
-3
lines changed

1 file changed

+48
-3
lines changed

CHANGELOG.md

+48-3
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,60 @@ document.
66

77
## Unreleased / In Rust Beta or Nightly
88

9-
[c8e3cfb...master](https://github.com/rust-lang/rust-clippy/compare/c8e3cfb...master)
9+
[69f99e7...master](https://github.com/rust-lang/rust-clippy/compare/69f99e7...master)
1010

11-
## Rust 1.41
11+
## Rust 1.42
1212

1313
Current Beta
1414

15+
## Rust 1.41
16+
17+
Current stable, released 2020-01-30
18+
19+
[c8e3cfb...69f99e7](https://github.com/rust-lang/rust-clippy/compare/c8e3cfb...69f99e7)
20+
21+
* New Lints:
22+
* [`exit`] [#4697](https://github.com/rust-lang/rust-clippy/pull/4697)
23+
* [`to_digit_is_some`] [#4801](https://github.com/rust-lang/rust-clippy/pull/4801)
24+
* [`tabs_in_doc_comments`] [#4806](https://github.com/rust-lang/rust-clippy/pull/4806)
25+
* [`large_stack_arrays`] [#4807](https://github.com/rust-lang/rust-clippy/pull/4807)
26+
* [`same_functions_in_if_condition`] [#4814](https://github.com/rust-lang/rust-clippy/pull/4814)
27+
* [`zst_offset`] [#4816](https://github.com/rust-lang/rust-clippy/pull/4816)
28+
* [`as_conversions`] [#4821](https://github.com/rust-lang/rust-clippy/pull/4821)
29+
* [`missing_errors_doc`] [#4884](https://github.com/rust-lang/rust-clippy/pull/4884)
30+
* [`transmute_float_to_int`] [#4889](https://github.com/rust-lang/rust-clippy/pull/4889)
31+
* Remove plugin interface, see
32+
[Inside Rust Blog](https://blog.rust-lang.org/inside-rust/2019/11/04/Clippy-removes-plugin-interface.html) for
33+
details [#4714](https://github.com/rust-lang/rust-clippy/pull/4714)
34+
* Move [`use_self`] to nursery group [#4863](https://github.com/rust-lang/rust-clippy/pull/4863)
35+
* Deprecate [`into_iter_on_array`] [#4788](https://github.com/rust-lang/rust-clippy/pull/4788)
36+
* Expand [`string_lit_as_bytes`] to also trigger when literal has escapes
37+
[#4808](https://github.com/rust-lang/rust-clippy/pull/4808)
38+
* Fix false positive in `comparison_chain` [#4842](https://github.com/rust-lang/rust-clippy/pull/4842)
39+
* Fix false positive in `while_immutable_condition` [#4730](https://github.com/rust-lang/rust-clippy/pull/4730)
40+
* Fix false positive in `explicit_counter_loop` [#4803](https://github.com/rust-lang/rust-clippy/pull/4803)
41+
* Fix false positive in `must_use_candidate` [#4794](https://github.com/rust-lang/rust-clippy/pull/4794)
42+
* Fix false positive in `print_with_newline` and `write_with_newline`
43+
[#4769](https://github.com/rust-lang/rust-clippy/pull/4769)
44+
* Fix false positive in `derive_hash_xor_eq` [#4766](https://github.com/rust-lang/rust-clippy/pull/4766)
45+
* Fix false positive in `missing_inline_in_public_items` [#4870](https://github.com/rust-lang/rust-clippy/pull/4870)
46+
* Fix false positive in `string_add` [#4880](https://github.com/rust-lang/rust-clippy/pull/4880)
47+
* Fix false positive in `float_arithmetic` [#4851](https://github.com/rust-lang/rust-clippy/pull/4851)
48+
* Fix false positive in `cast_sign_loss` [#4883](https://github.com/rust-lang/rust-clippy/pull/4883)
49+
* Fix false positive in `manual_swap` [#4877](https://github.com/rust-lang/rust-clippy/pull/4877)
50+
* Fix ICEs occurring while checking some block expressions [#4772](https://github.com/rust-lang/rust-clippy/pull/4772)
51+
* Fix ICE in `use_self` [#4776](https://github.com/rust-lang/rust-clippy/pull/4776)
52+
* Fix ICEs related to `const_generics` [#4780](https://github.com/rust-lang/rust-clippy/pull/4780)
53+
* Display help when running `clippy-driver` without arguments, instead of ICEing
54+
[#4810](https://github.com/rust-lang/rust-clippy/pull/4810)
55+
* Clippy has its own ICE message now [#4588](https://github.com/rust-lang/rust-clippy/pull/4588)
56+
* Show deprecated lints in the documentation again [#4757](https://github.com/rust-lang/rust-clippy/pull/4757)
57+
* Improve Documentation by adding positive examples to some lints
58+
[#4832](https://github.com/rust-lang/rust-clippy/pull/4832)
59+
1560
## Rust 1.40
1661

17-
Current stable, released 2019-12-19
62+
Released 2019-12-19
1863

1964
[4e7e71b...c8e3cfb](https://github.com/rust-lang/rust-clippy/compare/4e7e71b...c8e3cfb)
2065

0 commit comments

Comments
 (0)