@@ -4,7 +4,14 @@ All notable changes to this project will be documented in this file.
4
4
5
5
## Unreleased / In Rust Beta or Nightly
6
6
7
- [ eb9f9b1...master] ( https://github.com/rust-lang/rust-clippy/compare/eb9f9b1...master )
7
+ [ 01ab9fe6...master] ( https://github.com/rust-lang/rust-clippy/compare/01ab9fe6...master )
8
+
9
+
10
+ ## Rust 1.36
11
+
12
+ Current beta
13
+
14
+ [ eb9f9b1...71be6f62] ( https://github.com/rust-lang/rust-clippy/compare/eb9f9b1...71be6f62 )
8
15
9
16
* New lints: [ ` find_map ` ] , [ ` filter_map_next ` ] [ #4039 ] ( https://github.com/rust-lang/rust-clippy/pull/4039 )
10
17
* New lint: [ ` path_buf_push_overwrite ` ] [ #3954 ] ( https://github.com/rust-lang/rust-clippy/pull/3954 )
@@ -31,7 +38,10 @@ All notable changes to this project will be documented in this file.
31
38
* Fix ICE in [ ` decimal_literal_representation ` ] [ #3931 ] ( https://github.com/rust-lang/rust-clippy/pull/3931 )
32
39
33
40
34
- ## Rust 1.35 (beta)
41
+ ## Rust 1.35
42
+
43
+ Current stable, released 2019-05-20
44
+
35
45
[ 1fac380..37f5c1e] ( https://github.com/rust-lang/rust-clippy/compare/1fac380...37f5c1e )
36
46
37
47
* New lint: [ ` drop_bounds ` ] to detect ` T: Drop ` bounds
@@ -56,7 +66,9 @@ All notable changes to this project will be documented in this file.
56
66
* Avoid triggering [ ` redundant_closure ` ] in macros
57
67
* ICE fixes: [ #3805 ] ( https://github.com/rust-lang/rust-clippy/pull/3805 ) , [ #3772 ] ( https://github.com/rust-lang/rust-clippy/pull/3772 ) , [ #3741 ] ( https://github.com/rust-lang/rust-clippy/pull/3741 )
58
68
59
- ## Rust 1.34 (2019-04-10)
69
+ ## Rust 1.34
70
+
71
+ Released 2019-04-10
60
72
61
73
[ 1b89724...1fac380] ( https://github.com/rust-lang/rust-clippy/compare/1b89724...1fac380 )
62
74
@@ -84,7 +96,9 @@ All notable changes to this project will be documented in this file.
84
96
[ #3665 ] [ pull3665 ] for more details.
85
97
* We now have [ improved documentation] [ adding_lints ] on how to add new lints
86
98
87
- ## Rust 1.33 (2019-02-26)
99
+ ## Rust 1.33
100
+
101
+ Released 2019-02-26
88
102
89
103
[ b2601be...1b89724] ( https://github.com/rust-lang/rust-clippy/compare/b2601be...1b89724 )
90
104
@@ -115,7 +129,9 @@ All notable changes to this project will be documented in this file.
115
129
* Improve suggestions for ` question_mark ` lint
116
130
* Fix incorrect suggestion for ` get_unwrap `
117
131
118
- ## Rust 1.32 (2019-01-17)
132
+ ## Rust 1.32
133
+
134
+ Released 2019-01-17
119
135
120
136
[ 2e26fdc2...b2601be] ( https://github.com/rust-lang/rust-clippy/compare/2e26fdc2...b2601be )
121
137
@@ -143,7 +159,9 @@ All notable changes to this project will be documented in this file.
143
159
* Improve suggestion for ` needless_range_loop `
144
160
* Move ` needless_pass_by_value ` from ` pedantic ` group to ` style `
145
161
146
- ## Rust 1.31 (2018-12-06)
162
+ ## Rust 1.31
163
+
164
+ Released 2018-12-06
147
165
148
166
[ 125907ad..2e26fdc2] ( https://github.com/rust-lang/rust-clippy/compare/125907ad..2e26fdc2 )
149
167
@@ -181,7 +199,9 @@ All notable changes to this project will be documented in this file.
181
199
* Improve suggestions for ` manual_memcpy `
182
200
* Improve help message for ` needless_lifetimes `
183
201
184
- ## Rust 1.30 (2018-10-25)
202
+ ## Rust 1.30
203
+
204
+ Released 2018-10-25
185
205
186
206
[ 14207503...125907ad] ( https://github.com/rust-lang/rust-clippy/compare/14207503...125907ad )
187
207
@@ -210,7 +230,9 @@ All notable changes to this project will be documented in this file.
210
230
* Move ` shadow_unrelated ` from ` restriction ` group to ` pedantic `
211
231
* Move ` indexing_slicing ` from ` pedantic ` group to ` restriction `
212
232
213
- ## Rust 1.29 (2018-09-13)
233
+ ## Rust 1.29
234
+
235
+ Released 2018-09-13
214
236
215
237
[ v0.0.212...14207503] ( https://github.com/rust-lang/rust-clippy/compare/v0.0.212...14207503 )
216
238
0 commit comments