]> git.lizzy.rs Git - rust.git/history - clippy_lints
Merge pull request #2483 from kimsnj/infinite_loop
[rust.git] / clippy_lints /
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.
2018-03-01 Karim Snjlint: while loop: detect if no var from the condition...
2018-03-01 Karim Snjlint: while immutable condition: refactor to use hir...
2018-03-01 Martin CartonMerge pull request #2495 from alexheretic/fix-2494
2018-03-01 Alex ButlerFix #2494 add suggestion for unreadable_literal
2018-02-28 bootandyLint passing Cow by reference
2018-02-26 Manish GoregaokarMerge pull request #2486 from ordovicia/fix
2018-02-26 Manish GoregaokarBump to 0.0.187
2018-02-26 Manish Goregaokaroops
2018-02-26 Manish GoregaokarMerge pull request #2489 from rust-lang-nursery/rustup
2018-02-26 Manish GoregaokarRustup to rustc 1.26.0-nightly (322d7f7b9 2018-02-25)
2018-02-26 Hidehito YabuuchiFix for rustc 1.26.0-nightly (322d7f7b9 2018-02-25)
2018-02-25 Karim Snjlint: immutable only vars in while condition
2018-02-24 Oliver SchneiderMerge pull request #2479 from gnieto/fix/authorLint
2018-02-24 Guillem NietoRemove explicit visit_qpath method
2018-02-24 Guillem NietoFix author lint
2018-02-23 Manish GoregaokarMerge branch 'rustup'
2018-02-23 Manish GoregaokarUpdate Rust to 063deba92e
2018-02-23 Oliver SchneiderMerge pull request #2471 from bootandy/fix_span2
2018-02-22 bootandyDo not pass Span by reference
2018-02-21 Oliver SchneiderMerge pull request #2473 from phansch/handle_multiline_...
2018-02-21 Philipp HanschLint multiline attributes properly
2018-02-21 bootandyStop unwanted newlines being applied on unwrap_or
2018-02-20 bootandySimplify creation of span_replace_word
2018-02-20 Oliver SchneiderMerge pull request #2459 from phansch/mention_how_to_ru...
2018-02-20 Oliver SchneiderMerge pull request #2458 from flip1995/suspicious_impl
2018-02-19 bootandyFix: point to correct problem part of code
2018-02-19 Philipp KronesMerge branch 'master' into suspicious_impl
2018-02-19 Oliver SchneiderMerge pull request #2451 from TomasKralCZ/rdn-fields
2018-02-13 flip1995Lint for suspicious implementations of arithmetic std...
2018-02-12 TomasKralCZSuggestion fixed, simplified lint logic.
2018-02-10 TomasKralCZImplement redundant field names lint #2244
2018-02-09 Oliver SchneiderMerge pull request #2448 from rust-lang-nursery/fixes
2018-02-09 Oliver SchneiderFixes #2426 (if_same_then_else false positive)
2018-02-09 Oliver SchneiderFix #2427
2018-02-09 Oliver SchneiderRemove rarely used `type_size` helper function
2018-02-07 Oliver SchneiderMerge pull request #2444 from phansch/fix_incorrect_use...
2018-02-06 Philipp HanschPartly fix incorrect useless_attribute suggestion
2018-02-06 Oliver SchneiderMerge pull request #2443 from goodmanjonathan/fix-2438
2018-02-06 Jonathan Goodmandon't suggest eliding 'static on associated consts
2018-02-06 Oliver SchneiderMerge pull request #2441 from flip1995/literal_rep
2018-02-06 flip1995Make decimal_literal_representation a restriction lint
2018-02-06 Oliver SchneiderMerge pull request #2439 from gnieto/fix/cterror
2018-02-06 Guillem NietoFix ICE comparing `ExprRange`
2018-02-05 Oliver SchneiderCleanup calls to `layout_of`
2018-02-05 Oliver SchneiderVersion Bump
2018-02-05 Oliver SchneiderMerge pull request #2433 from kimsnj/matches_sugg
2018-02-05 Oliver SchneiderMerge pull request #2415 from HMPerson1/fix-2356
2018-02-05 Oliver SchneiderMerge pull request #2428 from phansch/fix_lint_list_issues
2018-02-05 Oliver SchneiderMerge pull request #2419 from phansch/fix_doc_comment_f...
2018-02-05 Oliver SchneiderMerge pull request #2436 from messense/rustup
2018-02-05 messenseRustup to rustc 1.25.0-nightly (0c6091fbd 2018-02-04)
2018-02-04 Karim SnjFix suggestions for ref matches
2018-02-02 Manish GoregaokarBump to 0.0.185
2018-02-02 HMPerson1Fix `const_static_lifetime`
2018-02-02 Manish GoregaokarMerge pull request #2430 from Frederick888/fix-2429
2018-02-02 HMPerson1Fix `non_expressive_names`
2018-02-02 HMPerson1Fix `get_enclosing_block`
2018-02-02 Frederick Zhangset CodeSuggestion approximate to false. fixes #2429
2018-02-01 Philipp HanschAllow empty lines in lint doc examples
2018-02-01 Philipp HanschFix false positive in empty_line_after_outer_attr
2018-01-31 Oliver SchneiderMerge pull request #2410 from gnieto/task/questionMarkIso
2018-01-30 Guillem NietoAdd question mark operator
2018-01-30 Oliver SchneiderMerge pull request #2413 from flip1995/assign_ops
2018-01-30 flip1995Additionally suggest the semantic equal variant
2018-01-30 Oliver SchneiderVersion bump
2018-01-30 flip1995Improved suggestion on misrefactored_assign_op lint...
2018-01-30 Oliver SchneiderMerge pull request #2340 from phansch/newline_after_att...
2018-01-30 Oliver SchneiderMerge pull request #2412 from topecongiro/double-comparison
2018-01-30 Seiichi UchidaAdd double comparions lint
2018-01-30 Seiichi UchidaRustup to rustc 1.25.0-nightly (90eb44a58 2018-01-29)
2018-01-29 Philipp HanschAdd workaround for hidden outer attribute
2018-01-29 Philipp HanschMake lint work on all members of ast::Item_
2018-01-29 Philipp HanschWarn on empty lines after outer attributes
2018-01-29 Manish GoregaokarBump to 0.0.183
2018-01-29 Manish GoregaokarMerge pull request #2408 from rust-lang-nursery/rustup
2018-01-28 Seiichi UchidaRustup to rustc 1.25.0-nightly (7d6e5b9da 2018-01-27)
2018-01-27 Manish GoregaokarMerge pull request #2403 from mikerite/fix_compile_2
2018-01-27 Michael WrightFix compilation
next