]> git.lizzy.rs Git - rust.git/history - clippy_lints
Merge pull request #2632 from phansch/fix_useless_format_false_positive
[rust.git] / clippy_lints /
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
2018-03-29 Oliver SchneiderMerge pull request #2579 from rust-lang-nursery/lint_au...
2018-03-29 Oliver SchneiderAddress review comments
2018-03-29 Manish GoregaokarMove RangeArgument
2018-03-28 Oliver SchneiderUpdate test suite
2018-03-28 Oliver SchneiderCategorize all the lints!
2018-03-27 Oliver SchneiderImplementation + move one lint
2018-03-27 Oliver SchneiderVersion bump
2018-03-27 Oliver SchneiderMerge pull request #2572 from flip1995/immut_while
2018-03-27 Oliver SchneiderMerge pull request #2578 from mikerite/fix_issue_2397_pr_2
2018-03-27 Michael WrightFix enum_glob_use false positives
2018-03-27 flip1995Skip the mutation in while body case for closures
2018-03-26 flip1995Fix check of immutable condition in closure
2018-03-26 Oliver SchneiderMerge pull request #2576 from kimsnj/infinite_loop
2018-03-26 Karim Snjwhile_immutable_condition: limit suggestion span to...
2018-03-26 Karim Snjwhile_immutable_condition: fix handling of self
2018-03-26 Oliver SchneiderMerge pull request #2577 from phansch/false_positive_em...
2018-03-26 Philipp HanschFix false positive in empty_line_after_outer_attribute
2018-03-26 Oliver SchneiderMerge pull request #2574 from mark-i-m/i128
2018-03-26 Mark Mansimake it pass for now
2018-03-26 Mark Mansii128 is stable
2018-03-21 llogiqMerge pull request #2561 from mikerite/walk_ptrs_ty_dep...
2018-03-21 Michael WrightMinor refactoring (walk_ptrs_ty_depth)
2018-03-20 Oliver SchneiderMerge pull request #2539 from Baelyk/master
2018-03-19 BaelykAdd suggestion to useless_format
2018-03-19 Oliver SchneiderMerge remote-tracking branch 'origin/master'
2018-03-19 Oliver SchneiderVersion bump
2018-03-18 Oliver SchneiderRustup
2018-03-17 Oliver SchneiderMerge pull request #2545 from flip1995/sus_arith
2018-03-17 flip1995Don't lint comparison operators in arithmetic impls
2018-03-17 Oliver SchneiderMerge pull request #2544 from flip1995/panic
2018-03-17 flip1995Check if the panic message was created by the assert...
2018-03-16 Oliver SchneiderMerge pull request #2533 from mati865/dogfood
2018-03-16 Mateusz MikułaAllow float_cmp in consts lint code
2018-03-16 Mateusz MikułaRemove attributes for stable features
2018-03-16 Mateusz MikułaFix BiRem for floats
2018-03-16 Mateusz MikułaApply clippy suggestions
2018-03-16 Oliver SchneiderRustup
2018-03-15 Oliver SchneiderMerge pull request #2531 from mati865/master
2018-03-15 Mateusz MikułaFix warning
2018-03-15 Mateusz MikułaMerge branch 'miri'
2018-03-15 Mateusz MikułaRustup
2018-03-13 llogiqMerge pull request #2524 from rust-lang-nursery/update_...
2018-03-13 Oliver SchneiderUpdate dependencies
2018-03-13 Oliver SchneiderUpdate to rustc master
2018-03-12 Oliver SchneiderMerge pull request #2520 from ordovicia/remove-duct
2018-03-11 Oliver SchneiderMerge pull request #2519 from ordovicia/issue-2516
2018-03-11 Hidehito YabuuchiFix comment
2018-03-11 Hidehito YabuuchiIgnore all macros in redundant_field_names
2018-03-08 Oliver SchneiderMerge pull request #2515 from kimsnj/infinite_loop
2018-03-07 Karim Snjlint: while immutable condition: do not lint constants
2018-03-07 Oliver SchneiderMerge pull request #2483 from kimsnj/infinite_loop
2018-03-06 Oliver SchneiderMerge pull request #2511 from flip1995/sus_impl
2018-03-06 Oliver SchneiderMerge pull request #2513 from niklasf/increase-unreadab...
2018-03-06 Niklas FiekasIncrease unreadable_literal digits (fixes #1958)
2018-03-06 flip1995UnNeg and UnNot count as additional operations now
2018-03-05 Karim Snjlint: while immutable condition: refactor to use ExprUs...
2018-03-05 Oliver SchneiderMerge pull request #2509 from ordovicia/redundant_field...
2018-03-05 Hidehito YabuuchiMove call of `is_range_expression()` outside of blocks
2018-03-05 Oliver SchneiderMerge pull request #2507 from ordovicia/redundant_field...
2018-03-05 Hidehito YabuuchiUnused variable is left
2018-03-05 Oliver SchneiderMerge pull request #2493 from bootandy/fix_cow
2018-03-05 Hidehito YabuuchiMake `redundant_field_name` not care range expressions
2018-03-05 Oliver SchneiderMerge pull request #2497 from waywardmonkeys/single...
2018-03-05 Oliver SchneiderMerge branch 'master' into fix_cow
2018-03-05 Oliver SchneiderMerge pull request #2504 from flip1995/lit_float_repr
2018-03-05 Oliver SchneiderMerge pull request #2506 from HMPerson1/fix_2496
2018-03-05 Hidehito YabuuchiDon't lint range syntax with var name `start` and ...
2018-03-05 HMPerson1Fix #2496
2018-03-04 flip1995Fix unreadable_literal lint for scientific float notation
2018-03-03 bootandyChange recomendation to: &[type] from Cow<type>
2018-03-03 Alex ButlerFix #2494 add suggestion for unreadable_literal
2018-03-02 Bruce MitchenerFix single_char_pattern for \n, \t, etc.
next