]> git.lizzy.rs Git - rust.git/history - clippy_lints
Merge pull request #2672 from ysimonson/multiple-crate-versions
[rust.git] / clippy_lints /
2018-05-01 Oliver SchneiderMerge pull request #2672 from ysimonson/multiple-crate...
2018-05-01 Oliver SchneiderMerge pull request #2701 from nathan/patch-1
2018-04-29 Yusuf SimonsonLint for multiple versions of dependencies
2018-04-28 Oliver SchneiderMerge pull request #2703 from phansch/rustup20180427
2018-04-28 Philipp HanschRustup to latest nightly
2018-04-27 NathanAdd third variant to {pub_,}enum_variant_names examples
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-27 NathanRemove extraneous `'s in {wrong,crosspointer}_transmute...
2018-04-27 NathanFix missing line comments in {drop,forget}_copy examples
2018-04-27 NathanFix missing line comment in drop_ref example
2018-04-27 NathanFix missing line comment in crosspointer_transmute...
2018-04-27 NathanFix missing line comment in doc_markdown example
2018-04-25 Oliver SchneiderMerge pull request #2673 from estk/excessive_precision
2018-04-25 Oliver SchneiderMerge pull request #2679 from devonhollowood/cast-align...
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 Devon HollowoodMake cast_ptr_alignment ignore c_void
2018-04-24 Oliver SchneiderMerge pull request #2684 from 17cupsofcoffee/infallible...
2018-04-24 Joe ClayImplement lint for destructuring tuple structs with...
2018-04-24 Oliver SchneiderMerge pull request #2694 from humanenginuity/master
2018-04-23 Brad GibsonMerge pull request #1 from humanenginuity/fix-strictly...
2018-04-23 Brad GibsonCorrected messaging to warn against less- to more-stric...
2018-04-23 Oliver SchneiderMerge pull request #2690 from mrecachinas/feature/print...
2018-04-21 Michael RecachinasAdd smaller check_unformatted to write.rs and fix preci...
2018-04-19 Oliver SchneiderVersion bump
2018-04-19 Oliver SchneiderMerge pull request #2683 from rust-lang-nursery/rustup
2018-04-18 Philipp HanschFix latest nightly breakage
2018-04-17 Oliver SchneiderRustup
2018-04-15 Oliver SchneiderMerge pull request #1467 from philipturnbull/option_map...
2018-04-15 Philipp HanschRefactor out enum and address nits
2018-04-15 Oliver SchneiderVersion bump
2018-04-15 Oliver SchneiderMerge pull request #2650 from thekidxp/fixEmptyPrintln
2018-04-15 MSI\Stew's Laptopfixing error message for empty println macro
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 HanschGenerate let binding variable name for some cases
2018-04-15 Philipp HanschUse approximate_suggestion for non-reducible closures
2018-04-15 Philipp HanschRemove further semicolon reduction
2018-04-15 Philipp HanschRename lint to option_map_unit_fn
2018-04-15 Philipp HanschUse declare_clippy_lint and 'complexity' category
2018-04-15 Philipp HanschCleanup misc::check_nan
2018-04-15 Philipp HanschMake it compile again
2018-04-15 Phil TurnbullHandle non-trivial nil closures
2018-04-15 Phil TurnbullReturn Spans instead of Cow<&str>'s
2018-04-15 Phil TurnbullLint closures that return nil
2018-04-15 Phil TurnbullLint `Option.map(f)` where f never returns
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-15 Oliver SchneiderMerge pull request #2670 from mikerite/fix_compilation_...
2018-04-15 Michael WrightFix clippy error
2018-04-15 Michael WrightFix compilation for nightly 2018-04-15
2018-04-14 Oliver SchneiderMerge pull request #2669 from senden9/patch-1
2018-04-14 Stefano ProbstFix Markdown link syntax in lint doc
2018-04-12 Michael WrightFix clippy warnings
2018-04-12 Michael WrightFix useless_format false negative
2018-04-11 Oliver SchneiderMerge pull request #2661 from devonhollowood/ptr-ptr...
2018-04-11 Devon HollowoodDeprecate misaligned_transmute
2018-04-11 Devon HollowoodFix misaligned_transmute lint
2018-04-08 Oliver SchneiderVersion bump
2018-04-08 Oliver SchneiderTemporarily disable the needless_borrow lint
2018-04-08 Oliver SchneiderMerge pull request #2645 from TimNN/regex-bytes-utf8
2018-04-08 Oliver SchneiderMerge pull request #2630 from estk/fix-2613
2018-04-08 Evan SimmonsNew lints for write! / writeln! macros.
2018-04-07 Tim Neumannallow invalid UTF-8 in bytes Regexes
2018-04-07 Oliver SchneiderMerge pull request #2644 from phansch/fix_nonminimal_bo...
2018-04-07 Philipp HanschFix nonminimal_bool false positive
2018-04-07 Oliver SchneiderMerge pull request #2641 from rcoh/patch-2
2018-04-07 Oliver SchneiderMerge pull request #2640 from mikerite/fix_compilation_...
2018-04-07 Russell CohenFix docs to match behavior
2018-04-07 Michael WrightFix compilation for nightly 2018-04-06
2018-04-05 Oliver SchneiderMerge pull request #2632 from phansch/fix_useless_forma...
2018-04-05 Philipp HanschFix useless_format false positive with macros
2018-04-05 Manish GoregaokarBump version to 0.0.192
2018-04-05 Manish GoregaokarRemove uses of ExprKind::Inplace
2018-04-03 Oliver SchneiderMerge pull request #2622 from flip1995/imm_while_fields
2018-04-03 flip1995Don't trigger while_immutable_condition for mutable...
2018-04-02 Oliver SchneiderMerge pull request #2608 from mrecachinas/feature/print...
2018-04-02 Michael RecachinasAdd edge case with env! arg to test and known problems
2018-04-02 Oliver SchneiderMerge pull request #2612 from phansch/document_how_to_u...
2018-04-02 Philipp HanschDocument the author lint
2018-04-02 Oliver SchneiderMerge pull request #2611 from phansch/improve_readme
2018-04-02 Oliver SchneiderMerge pull request #2605 from mikerite/dogfood_target_dir
2018-04-02 Michael WrightFix clippy warning
2018-04-02 Michael WrightMerge branch 'master' into dogfood_target_dir
2018-04-02 Michael WrightFix clippy warning
2018-04-02 Michael WrightFix clippy warning
2018-04-02 Michael WrightFix clippy warning
2018-04-02 Michael WrightFix clippy warning
2018-04-01 Michael RecachinasChange declare_lint! to declare_clippy_lint!
2018-04-01 Michael RecachinasAdd implementation and tests for literal checking in...
2018-03-30 Oliver SchneiderMerge pull request #2590 from phansch/fix_another_false...
2018-03-30 Philipp HanschHandle nested block comments
2018-03-30 Philipp HanschMove empty_line_after_outer_attribute to nursery
2018-03-30 Philipp HanschFix false positive in empty_line_after_outer_attr
2018-03-30 Manish GoregaokarMerge pull request #2593 from rust-lang-nursery/rustup
2018-03-30 Manish GoregaokarBump to 0.191
2018-03-30 Manish GoregaokarRustup to rustc 1.26.0-nightly (ae544ee1c 2018-03-29)
2018-03-29 Manish GoregaokarMerge pull request #2589 from rust-lang-nursery/rangearg
next