]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/lib.rs
Merge branch 'macro-use' into HEAD
[rust.git] / clippy_lints / src / lib.rs
2018-07-20 Manish GoregaokarMerge branch 'macro-use' into HEAD
2018-07-20 Manish GoregaokarRemove warning
2018-07-20 Manish GoregaokarRemove import of if_chain
2018-07-19 Manish GoregaokarRemove import of matches
2018-07-19 Manish GoregaokarRemove import of rustc
2018-07-19 Manish GoregaokarRemove import of lazy_static
2018-07-19 Manish GoregaokarRemove import of serde
2018-07-19 Manish GoregaokarTemporarily allow macro_use_extern_crate
2018-07-07 Manish GoregaokarMerge branch 'pr-2889'
2018-07-05 Oliver SchneiderMerge pull request #2895 from gnzlbg/lint_no_inline
2018-07-04 gnzlbgaddress reviews
2018-07-04 gnzlbgadd missing_inline lint
2018-06-29 Oliver SchneiderMerge pull request #2880 from mati865/rustup_hir
2018-06-29 Mateusz MikułaBump the version
2018-06-28 Oliver SchneiderMerge pull request #2832 from kennytm/non-copy-const
2018-06-26 Manish GoregaokarMerge pull request #2872 from rust-lang-nursery/pedanti...
2018-06-26 Oliver SchneiderMerge pull request #2873 from mati865/edition2018_next_step
2018-06-26 Michael WrightMerge branch 'master' into issue_2741
2018-06-25 Mateusz MikułaEnable rust_2018_idioms warning
2018-06-25 Oliver SchneiderVersion bump
2018-06-22 kennytmLint against const items which are interior mutable...
2018-06-21 Oliver SchneiderMerge pull request #2790 from shnewto/vectors-to-indexi...
2018-06-20 Philipp HanschMerge pull request #2858 from phansch/update_allowed_fa...
2018-06-19 Shea NewtonThis commit represents an attempt to address changes...
2018-06-19 Shea NewtonRename instances of `array_indexing`
2018-06-19 Shea Newton Extend `indexing_slicing` lint
2018-06-19 Oliver SchneiderMerge pull request #2837 from fanzier/panicking_unwrap
2018-06-19 Oliver SchneiderMerge pull request #2844 from illicitonion/default_trai...
2018-06-19 Michael WrightMerge branch 'master' into issue_2741
2018-06-18 Oliver SchneiderMerge pull request #2851 from mati865/master
2018-06-18 Mateusz MikułaVersion bump
2018-06-15 Philipp KronesMerge pull request #2803 from Nemo157/trivially_copy_pa...
2018-06-15 Wim LoomanAllow configuring the trivial copy size limit
2018-06-15 Wim LoomanNew Lint: Pass small trivially copyable objects by...
2018-06-14 Daniel Wagner-HallAdd default_trait_access lint
2018-06-12 Oliver SchneiderMerge pull request #2839 from mikerite/duration_subsec_pr_2
2018-06-12 Fabian ZaiserCategorize the unwrap lints correctly.
2018-06-11 Oliver SchneiderMerge pull request #2815 from darArch/master
2018-06-11 Michael WrightMerge branch 'master' into duration_subsec_pr_2
2018-06-10 Oliver SchneiderPublish preparation
2018-06-09 Michael Wrightduration_subsec: fix declaration; correctly classify
2018-06-09 Michael WrightAdd duration_subsec lint
2018-06-09 Oliver SchneiderMerge pull request #2836 from mati865/upcoming_breakage
2018-06-08 Oliver SchneiderMerge pull request #2811 from fanzier/checked_unwrap
2018-06-08 Fabian ZaiserImplement lint that checks for unidiomatic `unwrap...
2018-06-06 Oliver SchneiderMerge pull request #2804 from utaal/expr-call-author
2018-06-05 Oliver SchneiderMerge pull request #2814 from VKlayd/fn_to_int
2018-06-04 Donald RobertsonWarn if non-trivial work is done inside .expect
2018-06-03 Oliver SchneiderMerge pull request #2827 from 0ndorio/lint/cmp_operator...
2018-06-03 Bruno KirschnerAdded lint to avoid negated comparisions on partially...
2018-06-03 Oliver SchneiderMerge pull request #2813 from terry90/master
2018-05-31 Oliver SchneiderMerge pull request #2816 from mockersf/multiple-impl
2018-05-31 Oliver SchneiderMerge pull request #2819 from zayenz/no-op-ref-in-macro
2018-05-30 Oliver SchneiderMerge pull request #2821 from mati865/rust-2018-migration
2018-05-30 Mateusz MikułaAdd rust_2018_preview feature and fix rustfmt annotation
2018-05-29 François Mockersmove lint to restriction group
2018-05-29 François Mockersadding to pedantic a lint that check for multiple inher...
2018-05-29 Victor KorkinChange lint type to unique and add the suggestion.
2018-05-29 Oliver SchneiderVersion bump
2018-05-29 Oliver SchneiderMerge pull request #2817 from mati865/rustup
2018-05-29 Mateusz MikułaUpdate to nightly 2018-05-28
2018-05-28 Oliver SchneiderMerge pull request #2808 from Aaronepower/master
2018-05-28 Aaron PowerAdded lint for unnecessary references
2018-05-28 Oliver SchneiderMerge pull request #2810 from Aaronepower/stable_featur...
2018-05-28 Oliver SchneiderMerge pull request #2806 from mockersf/loop-mut-cond
2018-05-28 Oliver SchneiderMerge pull request #2805 from reiner-dolp/update_lints
2018-05-28 Aaron PowerRemoved stable feature flags
2018-05-27 Reiner Dolprunning update lints script
2018-05-26 Oliver SchneiderRustup
2018-05-25 Philipp HanschMerge pull request #2800 from phansch/no_deploy_in_inte...
2018-05-24 Oliver SchneiderMerge pull request #2797 from mipli/2250-unimplemented...
2018-05-24 Michael A. PlikkFix note on macro outside current crate. Changed group...
2018-05-24 Michael A. PlikkRename panic files to panic_unimplemented
2018-05-24 Michael A. PlikkCreate lint for unimplemented!()
2018-05-20 Oliver SchneiderMerge pull request #2777 from rust-lang-nursery/scoped_...
2018-05-19 Oliver SchneiderUse the new scoped tool attributes
2018-05-04 Philipp HanschMerge pull request #2724 from Caemor/patch-1
2018-05-04 Oliver SchneiderMerge pull request #2713 from alexreg/nightly-fix
2018-05-03 Oliver Schneiderremove unused crate import
2018-05-01 Oliver SchneiderMerge pull request #2711 from phansch/fix_2707
2018-05-01 Oliver SchneiderMerge pull request #2672 from ysimonson/multiple-crate...
2018-04-29 Yusuf SimonsonLint for multiple versions of dependencies
2018-04-27 Oliver SchneiderMerge pull request #2696 from nathan/patch-1
2018-04-27 Oliver SchneiderMerge pull request #2699 from mati865/rustup
2018-04-27 Mateusz Mikułarustup
2018-04-25 Oliver SchneiderMerge pull request #2673 from estk/excessive_precision
2018-04-25 Oliver SchneiderMerge pull request #2687 from phansch/explain_how_lints...
2018-04-24 Evan SimmonsNew excessive precision lint for floats
2018-04-24 Oliver SchneiderMerge pull request #2684 from 17cupsofcoffee/infallible...
2018-04-24 Joe ClayImplement lint for destructuring tuple structs with...
2018-04-19 Oliver SchneiderVersion bump
2018-04-15 Oliver SchneiderMerge pull request #1467 from philipturnbull/option_map...
2018-04-15 Oliver SchneiderVersion bump
2018-04-15 Philipp HanschAlso lint Result.map for unit returns
2018-04-15 Philipp HanschRename option_map_unit_fn to map_unit_fn
2018-04-15 Philipp HanschRename lint to option_map_unit_fn
2018-04-15 Phil TurnbullLint `Option.map(f)` where f returns nil
2018-04-15 Oliver SchneiderMerge pull request #2662 from mikerite/issue_2546
2018-04-11 Oliver SchneiderMerge pull request #2661 from devonhollowood/ptr-ptr...
2018-04-11 Devon HollowoodDeprecate misaligned_transmute
next