]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/drop_forget_ref.rs
Update for rustc 1.19.0-nightly (4bf5c99af 2017-06-10).
[rust.git] / clippy_lints / src / drop_forget_ref.rs
2017-06-11 Eduard-Mihai BurtescuUpdate for rustc 1.19.0-nightly (4bf5c99af 2017-06...
2017-05-14 Oliver SchneiderUpdate to rustc 1.19.0-nightly (826d8f385 2017-05-13)
2017-03-24 Oliver SchneiderMerge pull request #1575 from tristianc/1537-drop_copy
2017-03-24 Oliver SchneiderFix accidental newline in diagnostic and missing entrie...
2017-03-24 Oliver SchneiderMerge remote-tracking branch 'origin/master' into 1537...
2017-02-27 Oliver SchneiderMerge branch 'master' into 1537-drop_copy
2017-02-27 Tristian CelestinAdd space between colon and type annotation
2017-02-27 Tristian CelestinMerged drop_forget_ref.rs with drop_forget_copy.rs.
2017-01-13 Martin CartonMerge pull request #1441 from Manishearth/rustup
2017-01-13 Oliver Schneiderrustup to 2017-01-12
2017-01-08 llogiqMerge pull request #1423 from Manishearth/ci
2017-01-06 Oliver SchneiderMerge pull request #1411 from theemathas/forget_ref
2017-01-06 Theemathas Chirana... Implement the forget_ref lint.