]> git.lizzy.rs Git - rust.git/blob - CHANGELOG.md
Merge pull request #843 from Manishearth/changelog
[rust.git] / CHANGELOG.md
1 # Change Log
2 All notable changes to this project will be documented in this file.
3
4 ## 0.0.63 — 2016-04-08
5 * Rustup to *rustc 1.9.0-nightly (7979dd608 2016-04-07)*
6
7 ## 0.0.62 — 2016-04-07
8 * Rustup to *rustc 1.9.0-nightly (bf5da36f1 2016-04-06)*
9
10 ## 0.0.61 — 2016-04-03
11 * Rustup to *rustc 1.9.0-nightly (5ab11d72c 2016-04-02)*
12 * New lint: [`invalid_upcast_comparisons`]
13
14 ## 0.0.60 — 2016-04-01
15 * Rustup to *rustc 1.9.0-nightly (e1195c24b 2016-03-31)*
16
17 ## 0.0.59 — 2016-03-31
18 * Rustup to *rustc 1.9.0-nightly (30a3849f2 2016-03-30)*
19 * New lints: [`logic_bug`], [`nonminimal_bool`]
20 * Fixed: [`match_same_arms`] now ignores arms with guards
21 * Improved: [`useless_vec`] now warns on `for … in vec![…]`
22
23 ## 0.0.58 — 2016-03-27
24 * Rustup to *rustc 1.9.0-nightly (d5a91e695 2016-03-26)*
25 * New lint: [`doc_markdown`]
26
27 ## 0.0.57 — 2016-03-27
28 * Update to *rustc 1.9.0-nightly (a1e29daf1 2016-03-25)*
29 * Deprecated lints: [`str_to_string`], [`string_to_string`], [`unstable_as_slice`], [`unstable_as_mut_slice`]
30 * New lint: [`crosspointer_transmute`]
31
32 ## 0.0.56 — 2016-03-23
33 * Update to *rustc 1.9.0-nightly (0dcc413e4 2016-03-22)*
34 * New lint: [`non_expressive_names`]
35
36 ## 0.0.55 — 2016-03-21
37 * Update to *rustc 1.9.0-nightly (02310fd31 2016-03-19)*
38
39 ## 0.0.54 — 2016-03-16
40 * Update to *rustc 1.9.0-nightly (c66d2380a 2016-03-15)*
41
42 ## 0.0.53 — 2016-03-15
43 * Add a [configuration file]
44
45 ## ~~0.0.52~~
46
47 ## 0.0.51 — 2016-03-13
48 * Add `str` to types considered by `len_zero`
49 * New lints: [`indexing_slicing`]
50
51 ## 0.0.50 — 2016-03-11
52 * Update to *rustc 1.9.0-nightly (c9629d61c 2016-03-10)*
53
54 ## 0.0.49 — 2016-03-09
55 * Update to *rustc 1.9.0-nightly (eabfc160f 2016-03-08)*
56 * New lints: [`overflow_check_conditional`], [`unused_label`], [`new_without_default`]
57
58 ## 0.0.48 — 2016-03-07
59 * Fixed: ICE in [`needless_range_loop`] with globals
60
61 ## 0.0.47 — 2016-03-07
62 * Update to *rustc 1.9.0-nightly (998a6720b 2016-03-07)*
63 * New lint: [`redundant_closure_call`]
64
65 [configuration file]: ./rust-clippy#configuration
66
67 [`crosspointer_transmute`]: https://github.com/Manishearth/rust-clippy/wiki#crosspointer_transmute
68 [`doc_markdown`]: https://github.com/Manishearth/rust-clippy/wiki#doc_markdown
69 [`indexing_slicing`]: https://github.com/Manishearth/rust-clippy/wiki#indexing_slicing
70 [`invalid_upcast_comparisons`]: https://github.com/Manishearth/rust-clippy/wiki#invalid_upcast_comparisons
71 [`logic_bug`]: https://github.com/Manishearth/rust-clippy/wiki#logic_bug
72 [`match_same_arms`]: https://github.com/Manishearth/rust-clippy/wiki#match_same_arms
73 [`needless_range_loop`]: https://github.com/Manishearth/rust-clippy/wiki#needless_range_loop
74 [`new_without_default`]: https://github.com/Manishearth/rust-clippy/wiki#new_without_default
75 [`non_expressive_names`]: https://github.com/Manishearth/rust-clippy/wiki#non_expressive_names
76 [`nonminimal_bool`]: https://github.com/Manishearth/rust-clippy/wiki#nonminimal_bool
77 [`overflow_check_conditional`]: https://github.com/Manishearth/rust-clippy/wiki#overflow_check_conditional
78 [`redundant_closure_call`]: https://github.com/Manishearth/rust-clippy/wiki#redundant_closure_call
79 [`str_to_string`]: https://github.com/Manishearth/rust-clippy/wiki#str_to_string
80 [`string_to_string`]: https://github.com/Manishearth/rust-clippy/wiki#string_to_string
81 [`unstable_as_mut_slice`]: https://github.com/Manishearth/rust-clippy/wiki#unstable_as_mut_slice
82 [`unstable_as_slice`]: https://github.com/Manishearth/rust-clippy/wiki#unstable_as_slice
83 [`unused_label`]: https://github.com/Manishearth/rust-clippy/wiki#unused_label
84 [`useless_vec`]: https://github.com/Manishearth/rust-clippy/wiki#useless_vec