All Versions
178
Latest Version
Avg Release Cycle
52 days
Latest Release
741 days ago
Changelog History
Page 14
Changelog History
Page 14
-
v0.0.94 Changes
October 04, 2016- ๐ Fixes bustage on Windows due to forbidden directory name
-
v0.0.93 Changes
October 03, 2016- Rustup to rustc 1.14.0-nightly (144af3e97 2016-10-02)
- [
option_map_unwrap_or
] and [option_map_unwrap_or_else
] are now allowed by default. - New lint: [
explicit_into_iter_loop
]
-
v0.0.92 Changes
September 30, 2016- Rustup to rustc 1.14.0-nightly (289f3a4ca 2016-09-29)
-
v0.0.91 Changes
September 28, 2016- Rustup to rustc 1.13.0-nightly (d0623cf7b 2016-09-26)
-
v0.0.90 Changes
September 09, 2016- Rustup to rustc 1.13.0-nightly (f1f40f850 2016-09-09)
-
v0.0.89 Changes
September 06, 2016- Rustup to rustc 1.13.0-nightly (cbe4de78e 2016-09-05)
-
v0.0.88 Changes
September 04, 2016- Rustup to rustc 1.13.0-nightly (70598e04f 2016-09-03)
- ๐ The following lints are not new but were only usable through the
clippy
lint groups: [filter_next
], [for_loop_over_option
], [for_loop_over_result
] and [match_overlapping_arm
]. You should now be able to#[allow/deny]
them individually and they are available directly throughcargo clippy
.
-
v0.0.87 Changes
August 31, 2016- Rustup to rustc 1.13.0-nightly (eac41469d 2016-08-30)
- New lints: [
builtin_type_shadow
] - ๐ Fix FP in [
zero_prefixed_literal
] and0b
/0o
-
v0.0.86 Changes
August 28, 2016- Rustup to rustc 1.13.0-nightly (a23064af5 2016-08-27)
- ๐ New lints: [
missing_docs_in_private_items
], [zero_prefixed_literal
]
-
v0.0.85 Changes
August 19, 2016- ๐ Fix ICE with [
useless_attribute
] - [
useless_attribute
] ignoresunused_imports
onuse
statements
- ๐ Fix ICE with [