]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/derive.rs
Update for rustc 1.19.0-nightly (4bf5c99af 2017-06-10).
[rust.git] / clippy_lints / src / derive.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-04-28 Martin CartonMerge pull request #1705 from Manishearth/op_ref
2017-04-28 Oliver SchneiderUse `utils::is_copy` instead of hand-rolling it
2017-04-28 Oliver SchneiderRustup
2017-04-27 Oliver SchneiderUpdate to latest rustc version
2017-02-08 Martin CartonMerge pull request #1520 from Manishearth/rustup
2017-02-07 Oliver Schneiderrustup and compile-fail -> ui test move
2017-02-07 Martin CartonMerge pull request #1506 from bood/master
2017-02-05 Owen SanchezRevert changes from accidentally running rustfmt
2017-02-05 Owen SanchezAdd empty_enum lint (just a copy of large_enum_variant...
2017-02-04 Oliver SchneiderMerge pull request #1505 from Mrmaxmeier/rustup-2017...
2017-02-03 MrmaxmeierTyCtxt::map is now called TyCtxt::hir
2017-01-17 Oliver Schneiderapply rustfmt
2016-12-21 Oliver SchneiderMerge branch 'master' into allow_deprecated
2016-12-21 Oliver SchneiderMerge pull request #1392 from oli-obk/rustfmt
2016-12-21 Oliver Schneiderfunction definition style simplification
2016-12-21 Oliver Schneiderremove nondeterminism by adjusting thresholds
2016-12-20 Oliver Schneideralso run rustfmt on clippy-lints
2016-12-19 Manish GoregaokarMerge pull request #1345 from EpocSquadron/epocsquadron...
2016-12-19 Manish GoregaokarMerge pull request #1355 from philipturnbull/deref...
2016-12-17 Martin CartonMerge pull request #1373 from Manishearth/rustup
2016-12-07 Oliver Schneiderupdate to the rust-PR that unblocks clippy
2016-12-06 Oliver Schneiderrustup to rustc 1.15.0-dev (3b248a184 2016-12-05)
2016-12-01 Oliver SchneiderWIP compiles and doesn't crash (much) but tests are...
2016-11-18 Martin CartonMerge pull request #1344 from Manishearth/rustup
2016-11-16 mcartonRustup to rustc 1.15.0-nightly (0ed951993 2016-11-14)
2016-10-31 Oliver SchneiderMerge pull request #1307 from Kha/partialeq_ne
2016-10-30 Sebastian Ullrichfactor out `is_automatically_derived` util fn
2016-09-19 Oliver SchneiderMerge remote-tracking branch 'origin/master' into examples
2016-09-10 Martin CartonMerge pull request #1221 from Manishearth/rustup
2016-09-10 mcartonRustup to *rustc 1.13.0-nightly (f1f40f850 2016-09...
2016-09-04 Martin CartonMerge pull request #1215 from Manishearth/rustup
2016-09-04 mcartonRevert "Remove all `union` stuffs"
2016-08-31 Martin CartonMerge pull request #1204 from Manishearth/rustup
2016-08-31 mcartonRemove all `union` stuffs
2016-08-31 mcartonSupport unions here and there
2016-08-29 Martin CartonMerge pull request #1200 from killercup/feature/gh...
2016-08-28 Martin CartonMerge pull request #1201 from Manishearth/rustup
2016-08-28 mcartonRustup to rustc 1.13.0-nightly (a23064af5 2016-08-27)
2016-08-18 Martin CartonMerge pull request #1176 from birkenfeld/master
2016-08-18 Georg Brandlrustup
2016-08-08 llogiqMerge pull request #1146 from birkenfeld/housekeeping
2016-08-07 Georg BrandlMake the lint docstrings more consistent.
2016-08-01 Manish GoregaokarMerge pull request #1129 from oli-obk/needless_ref
2016-08-01 Oliver Schneiderlint on by ref patterns for references
2016-06-09 Martin CartonMerge pull request #1000 from Manishearth/doc_whitelist
2016-06-09 llogiqMerge pull request #990 from Manishearth/rustfmt
2016-06-09 mcartonRun rustfmt
2016-06-05 llogiqMerge pull request #984 from Manishearth/fix-swap
2016-06-05 mcartonRemove useless `if_let_chain`
2016-05-27 Manish GoregaokarMerge pull request #950 from oli-obk/split3
2016-05-27 Oliver Schneidersplit clippy into lints, plugin and cargo-clippy