rust-clippy/CHANGELOG.md
Andre Bogus 9cfc42275d Split new_without_default and new_without_default_derive.
This is still very slow, because we do a trait lookup for each field.
Perhaps storing the visited types in a set to reuse types would improve
performance somewhat. Also we may want to pre-decide some known types
(e.g. `Vec<T>`, `Option<T>`).
2016-05-24 18:22:18 +02:00

16 KiB

Change Log

All notable changes to this project will be documented in this file.

0.0.69 — 2016-05-20

  • Rustup to rustc 1.10.0-nightly (476fe6eef 2016-05-21)
  • used_underscore_binding has been made Allow temporarily

0.0.68 — 2016-05-17

0.0.67 — 2016-05-12

  • Rustup to rustc 1.10.0-nightly (22ac88f1a 2016-05-11)

0.0.66 — 2016-05-11

0.0.65 — 2016-05-08

0.0.64 — 2016-04-26

0.0.63 — 2016-04-08

  • Rustup to rustc 1.9.0-nightly (7979dd608 2016-04-07)

0.0.62 — 2016-04-07

  • Rustup to rustc 1.9.0-nightly (bf5da36f1 2016-04-06)

0.0.61 — 2016-04-03

0.0.60 — 2016-04-01

  • Rustup to rustc 1.9.0-nightly (e1195c24b 2016-03-31)

0.0.59 — 2016-03-31

0.0.58 — 2016-03-27

  • Rustup to rustc 1.9.0-nightly (d5a91e695 2016-03-26)
  • New lint: doc_markdown

0.0.57 — 2016-03-27

0.0.56 — 2016-03-23

0.0.55 — 2016-03-21

  • Update to rustc 1.9.0-nightly (02310fd31 2016-03-19)

0.0.54 — 2016-03-16

  • Update to rustc 1.9.0-nightly (c66d2380a 2016-03-15)

0.0.53 — 2016-03-15

0.0.52

0.0.51 — 2016-03-13

0.0.50 — 2016-03-11

  • Update to rustc 1.9.0-nightly (c9629d61c 2016-03-10)

0.0.49 — 2016-03-09

0.0.48 — 2016-03-07

0.0.47 — 2016-03-07