]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/misc.rs
Update for rustc 1.19.0-nightly (4bf5c99af 2017-06-10).
[rust.git] / clippy_lints / src / misc.rs
2017-06-11 Eduard-Mihai BurtescuUpdate for rustc 1.19.0-nightly (4bf5c99af 2017-06...
2017-05-12 Oliver SchneiderRun rustfmt
2017-05-12 Oliver SchneiderMerge pull request #1749 from Manishearth/cmp_owned
2017-05-11 Oliver SchneiderFix #1730
2017-05-11 Oliver SchneiderReduce code duplication
2017-04-25 Oliver SchneiderMerge remote-tracking branch 'origin/master' into yati_...
2017-04-12 Oliver SchneiderRun rustfmt
2017-04-07 Oliver SchneiderMerge pull request #1649 from ensch/master
2017-04-06 Oliver SchneiderFix fallout
2017-03-31 Enrico SchmitzRemove unused cs parameter for is_macro and friends
2017-03-31 Enrico SchmitzFirst try for a fix for rustc 1.18.0-nightly (5c94997b6...
2017-03-30 Oliver SchneiderMerge pull request #1613 from Manishearth/dont_ref_oper...
2017-03-30 Oliver SchneiderDo some additional cleanup around `InternedString`...
2017-03-30 Oliver SchneiderFix fallout
2017-03-24 Oliver SchneiderMerge remote-tracking branch 'origin/master' into 1537...
2017-03-13 Oliver SchneiderRun rustfmt
2017-03-07 Martin CartonMerge pull request #1610 from Manishearth/no_const_warnings
2017-03-07 Oliver SchneiderDon't lint `nan_cmp` and `zero_ptr` in constants
2017-03-05 Oliver SchneiderMerge pull request #1603 from Manishearth/publish
2017-03-05 Oliver SchneiderMostly apply rustfmt
2017-03-02 Oliver SchneiderMerge pull request #1584 from ensch/master
2017-03-01 Enrico SchmitzAlso handle ConstFloat::F32 in is_allowed
2017-03-01 Enrico SchmitzFix for rustc 1.17.0-nightly (be760566c 2017-02-28)
2017-02-21 Oliver SchneiderMerge pull request #1543 from Manishearth/fix-windows...
2017-02-21 Oliver SchneiderMerge pull request #1544 from bood/master
2017-02-21 Oliver SchneiderMerge pull request #1538 from Manishearth/publish
2017-02-18 Oliver SchneiderMerge pull request #1550 from sinkuu/should_assert_eq
2017-02-18 sinkuuSupport generic type
2017-02-07 Martin CartonMerge pull request #1506 from bood/master
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
2017-01-13 Martin CartonMerge pull request #1441 from Manishearth/rustup
2017-01-13 Oliver Schneiderrustup to 2017-01-12
2017-01-05 Oliver SchneiderMerge pull request #1414 from samueltardieu/no-short...
2017-01-05 Manish GoregaokarMerge pull request #1419 from Manishearth/rustup
2017-01-04 Manish GoregaokarRustup to rustc 1.16.0-nightly (468227129 2017-01-03...
2017-01-04 Josh HolmerRustup to rustc 1.16.0-nightly (468227129 2017-01-03...
2016-12-31 Samuel TardieuAdd a new "short_circuit_statement" lint (fixes #1194)
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 Schneiderrustfmt round n
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-02 Oliver Schneider`enum glob use` and `copies` left
2016-12-01 Oliver SchneiderWIP compiles and doesn't crash (much) but tests are...
2016-11-24 Martin CartonMerge pull request #1360 from Manishearth/rustup
2016-11-23 mcartonRustup to *rustc 1.15.0-nightly (3bf2be9ce 2016-11...
2016-11-23 Martin CartonMerge pull request #1357 from Manishearth/rustup
2016-11-23 mcartonRustup to *rustc 1.15.0-nightly (7b3eeea22 2016-11...
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-09-27 Martin CartonMerge pull request #1237 from Manishearth/rustup
2016-09-27 mcartonRustup to *rustc 1.13.0-nightly (d0623cf7b 2016-09...
2016-09-19 Oliver SchneiderMerge remote-tracking branch 'origin/master' into examples
2016-08-25 Manish GoregaokarMerge pull request #1191 from Manishearth/misc_refactor
2016-08-24 Andre Bogusrefactored misc to reduce passes
2016-08-08 llogiqMerge pull request #1146 from birkenfeld/housekeeping
2016-08-07 Georg BrandlMake lint descriptions short and to the point; always...
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-07-29 mcartons/```/```rust when relevant
2016-07-19 mcartonMerge branch 'feature/gh-pages-docs' of https://github...
2016-07-18 llogiqMerge pull request #1093 from oli-obk/serde_specific_lint
2016-07-15 mcartonImprove docs
2016-07-15 Martin CartonMerge pull request #1102 from Manishearth/fix-1100
2016-07-15 Manish GoregaokarFix position of mut in toplevel-ref-arg (fixes #1100...
2016-07-15 Martin CartonMerge pull request #1101 from Manishearth/fix-1100
2016-07-15 Manish GoregaokarSuggest mutability and fix type in toplevel-ref-arg
2016-07-09 llogiqMerge pull request #1060 from Manishearth/sugg
2016-07-06 mcartonMerge remote-tracking branch 'origin/master' into sugg
2016-07-03 mcartonMerge branch 'master' into sugg
2016-07-01 mcartonAdd more sugggestion-building functions
2016-07-01 mcartonMerge remote-tracking branch 'origin/rustup' into sugg
2016-07-01 mcartonImprove `TOPLEVEL_REF_ARG` message
2016-07-01 mcartonUse `utils::sugg` in `TOPLEVEL_REF_ARG`
2016-07-01 mcartonUse `utils::sugg` in `FLOAT_CMP`
2016-07-01 mcartonUse `span_suggestion` in `FLOAT_CMP`
2016-06-22 Martin CartonMerge pull request #1031 from oli-obk/travis2pointOH
2016-06-22 llogiqMerge pull request #995 from oli-obk/oh_the_horror
2016-06-21 Martin CartonMerge pull request #1012 from Manishearth/nohyg
2016-06-15 mcartonDon't use identifier hygiene in HIR
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 mcartonFormat all `if_let_chain` consistently
2016-06-08 llogiqMerge pull request #993 from Manishearth/rustup
2016-06-08 mcartonRustup to *1.11.0-nightly (763f9234b 2016-06-06)*
2016-06-05 llogiqMerge pull request #984 from Manishearth/fix-swap
2016-06-05 mcartonCleanup, use `matches!` some more
2016-06-04 llogiqMerge pull request #962 from Manishearth/fix-doc
2016-05-31 Martin CartonMerge pull request #970 from Manishearth/rustup
2016-05-31 Andre Boguss/PatKind::Ident/PatKind::Binding/g
2016-05-27 Manish GoregaokarMerge pull request #950 from oli-obk/split3
2016-05-27 Oliver Schneidersplit clippy into lints, plugin and cargo-clippy